/** Shopify CDN: Minification failed

Line 1503:0 Unexpected "}"

**/

.page-width {
    max-width: 1480px;
    padding: 0 10px;
    margin: 0 auto;
}

.wrapper.top-category-slider .slider-wrapper h3.main-heading {
    color: #000;
    font-family: TAN;
    font-size: 22.4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 28.8px;
    font-weight: 400;
    align-self: center;
    margin-bottom: 0
}


.wrapper.top-category-slider .slider-wrapper {
    max-width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.footer__payment-methods .payment-methods-list svg[aria-labelledby="pi-klarna"] {
    height: 38px;
    width: 76px;
    vertical-align: bottom;
    min-width: 76px;
    background-color: #ffb3c7;
    border-radius: 6px;
}

.wrapper.top-category-slider .slider-wrapper .slider-custom .slide-item {
    max-width: 79px;
    width: 100%;
    border: 2px solid #000;
    border-radius: 100%!important;
    height: 79px;
    margin: 8px auto;
    min-width: 79px;
}

.wrapper.top-category-slider .slider-wrapper .slider-custom .slide-item a.category-link img.main-image {
    max-width: 74px;
    border-radius: 100%;
    border: 0;
    width: 100%;
    height: 74px;
    position: relative;
    z-index: -1;
    top: -1px;
    left: 0;
}

.price.price--block.text--xsmall.text--subdued {
  order:3;
}

.wrapper.top-category-slider .slider-wrapper .slider-custom .slide-item a.category-link .percent-badge {
    border-radius: 12.8px;
    background-color: #000;
    width: fit-content;
    padding: 0 8px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0);

}
.wrapper.top-category-slider .slider-custom.slick-initialized.slick-slider .slick-track .slide-wrap a.category-link .percent-badge{
  top: -10px;
}
.wrapper.top-category-slider .slider-wrapper .slider-custom {
    display: flex;
    gap: 25px;
    max-width: 100%;
}

.wrapper.top-category-slider {
    padding: 10px 0;
}

.wrapper.top-category-slider .slider-wrapper .slider-custom .slide-item a.category-link {
    position: relative;
    display: block;
    border: 3px solid #fff;
    border-radius: 100%;
    max-width: 75px;
    height: 75px;
    min-width: 75px;
    font-weight: bold;
}

.wrapper.top-category-slider .slider-wrapper .slider-custom .slide-item a.category-link .percent-badge span.percent-text {
    color: #F4B6AD;
    font-family: Montserrat;
    font-size: 13.13px;
    letter-spacing: -0.24px;
      line-height: 23.52px;
    display: block;
}
.metafield-rich_text_field ol li {
  position:relative;
  list-style:none !important;
}
.metafield-rich_text_field ol li:before {
    width: 10px;
    height: 10px;
    content: '';
    background-color: green;
    border-radius: 50%;
    position: absolute;
    left: -23px;
    top: 5px;
}
.slide-wrap a.category-link h3.icon-title {
    color: #000;
    font-family: Montserrat;
    font-size: 14.78px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 17.85px;
  margin-bottom: 5px;
    text-align: center;
}

/* Navigation */
.link--animated:after {
  height: 2px;
  background-color: #F4B6AD
}

/* Header */

.header__icon-list .icon {
  width: 22px  !important;
  height: 22px !important
}


/* product page */
.shopify-section--product-recommendations {
  padding-bottom: 25px;
}

/* CUSTOM MAIN BANNER CSS */
.custom-main-banner .slide-item .main-content h2.slide-heading {
    color: #000;
    font-family: TAN;
    font-size: 64.2px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 115% !important;
    font-weight: 400;
    margin-bottom: 20px;
}

.custom-main-banner .slide-item .main-content h2.slide-heading span {
    font-weight: 600;
}

.custom-main-banner .slide-item {
    display: flex !important;
    max-width: 100%;
    padding: 100px 100px 80px;
}

.custom-main-banner .slide-item .main-content, .slide-item .main-image {
    max-width: 50%;
    width: 100%;
}

.custom-main-banner .slide-item .main-content .slide-content ul li {
    color: #000;
    font-family: Montserrat;
    font-size: 18.33px;
    font-weight: 600;
    letter-spacing: -0.33px;
    line-height: 32.04px;
    font-weight: 400;
}

.custom-main-banner .slide-item .main-content .slide-content {
    margin-bottom: 30px;
}

.custom-main-banner .slide-item .main-content a.btn-link {
    border-radius: 27px;
    background-color: #000;
    padding: 15px 42px;
    color: #fff;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.36px;
    line-height: 46px;
    text-align: center;
    transition: all .2s ease
}

.custom-main-banner .slide-item .main-content a.btn-link:hover {
  background-color: #fff;;
  color: #000
}

.custom-main-banner .slide-item .main-content p.gurantee_text img {
    max-width: 24px;
    height: 24px;
    display: flex;
    align-self: center;
}

.custom-main-banner .slide-item .main-content p.gurantee_text {
    color: #000;
    font-family: Montserrat;
    font-size: 17.92px;
    letter-spacing: -0.32px;
    line-height: 33.28px;
    display: flex;
    margin-top: 20px;
}

.custom-main-banner .main-wrapper {
    background-color: #fff;
    border-radius: 12px;
}

.custom-main-banner .logo-wrapper {
    padding: 20px;
    display: flex;
    gap: 50px;
    margin: 0 auto;
    align-items: center;
    max-width: 70%;
}

.custom-main-banner .logo-wrapper h3.logo-heading {
    color: #000;
    font-family: Montserrat;
    font-size: 19.17px;
    letter-spacing: -0.51px;
    line-height: 38.58px;
    margin: 0;
    width: 20%;
}

.custom-main-banner .logo-wrapper .logo-content {
    display: flex;
    max-width: 80%;
    justify-content: space-around;
    align-items:center;
    width: 100%;
}

.custom-main-banner .logo-wrapper .logo-content img.logo-img {
    max-width: 210px; 
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
}

.custom-main-banner .slider-wrapper.slick-initialized.slick-slider {
    margin: 0;
}

.prod-image {
    display: flex;
    max-width: 440px;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
}

.prod-images {
    position: absolute;
    max-width: 212px;
    bottom: -30px;
    left: 40%;
}

/* CUSTOM FEATURE SECTION */
.wrapper.feature-section {
    padding: 30px 0 0;
}

.wrapper.feature-section .page-width {
    max-width: 85%;
}

.wrapper.feature-section .features-wrapper {
    display: flex;
    gap: 50px;
    padding: 0 36px;
    max-width: 100%;
    width: 100%;
}

.wrapper.feature-section .features-wrapper .feature-item {
    text-align: center;
}

.wrapper.feature-section .features-wrapper .feature-item h3.feature-heading {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.36px;
    line-height: 25.87px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

.wrapper.feature-section .features-wrapper .feature-item p.feature-content {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    letter-spacing: -0.24px;
    line-height: 23.58px;
    text-align: center;
    margin-top: 5px
}

.wrapper.feature-section .features-wrapper .feature-item p.feature-content span {
    font-weight: 700;
}

/* CUSTOM BANNER TEXT */


.wrapper.banner-with-text
 .page-width {
    max-width: 85%;
}

.banner-with-text .banner-wrapper .banner-content {
    max-width: 35%;
    width: 100%;
}

.banner-with-text .banner-wrapper .banner-images {
    max-width: 65%;
    width: 100%;
  position: relative;
}

.banner-with-text .banner-wrapper .banner-content h2.main-heading {
    color: #000;
    font-family: TAN;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 46.58px;
    font-weight: 400;
    margin-bottom: 20px;
}


.banner-with-text .banner-wrapper .banner-content p.main-content {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    letter-spacing: -0.3px;
    line-height: 32.58px;
    margin-bottom: 40px;
}

.banner-with-text .banner-wrapper .banner-content a.main-button {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.36px;
    line-height: 36px;
    text-align: center;
    border-radius: 27px;
    background-color: #F4B6AD;
    padding: 15px 30px;
  transition: all .2s 
}

.banner-with-text .banner-wrapper .banner-content a.main-button:hover {
  background-color: #000;
  color: #F4B6AD
}

.banner-with-text .banner-wrapper .banner-images:before {
    background-image: url(https://cdn.shopify.com/s/files/1/0347/5475/6653/files/hearts.svg?v=1713772273);
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    max-width: 106px;
    width: 106px;
    height: 87px;
    position: absolute;
    left: 45%;
    top: -40px;
}

.banner-with-text .banner-wrapper .banner-images .prod-images {
    position: absolute;
    max-width: 212px;
    bottom: -30px;
    left: 40%;
}

/* PRODUCT GRID SECTION */
.section__color-wrapper h3.heading.h2 {
    color: #000;
    font-family: TAN;
    font-size: 22.4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 28.8px;
    font-weight: 600;
    margin-bottom: 40px !important;
    text-align: left;
    position: relative;
    display: inline-block;
  font-weight: normal
}

header.section__header {
    margin: 0;
}

.section__color-wrapper h3.heading.h2:before {
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0347/5475/6653/files/hearts.svg?v=1713772273);
    content: "";
    width: 56px;
    height: 46px;
    position: absolute;
    left: auto;
    right: -65px;
    top: -12px;
    max-height: 46px;
    max-width: 56px;
    min-width: 56px;
    min-height: 46px;
    background-size: contain;
    background-repeat: no-repeat;
}

.section__color-wrapper {
    padding: 0px 0 15px;
}

.image_with_text_button.text_image_with_form {
    margin-bottom: 60px;
}

.product-list__inner .price.price--block.text--xsmall.text--subdued {
    display: block !important;
}

.product-list__inner .unit-price-measurement {
    display: block;
}

.price {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    letter-spacing: -0.36px;
    text-align: center;
   font-weight:400 !important;
}

.product-list__inner .unit-price-measurement {
  font-size: 13px;
}


.product-list__inner span.unit-price-measurement__separator, .product-list__inner  span.unit-price-measurement__reference-unit {
    display: none;
}

.product-item.product-item .product-item__info   {
  background: white;
  padding: 150px 10px 20px 10px;
  margin-top: -160px;
  border-radius: 15px;
}

.product-item.product-item {
  background: transparent;
  padding: 0;
}


/* ANNOUNCEMENT BAR */
/* announcement-bar .announcement-bar__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1920px;
    padding: 0;
} */

announcement-bar-item.announcement-bar__item.order-mobile-3 span.ed-ab-bar-text-container p {
    color: #000;
    font-family: Montserrat;
    font-size: 15.63px;
    font-weight: 600;
    letter-spacing: -0.28px;
    line-height: 27.9px;
}

announcement-bar-item.announcement-bar__item.order-mobile-4 span.ed-ab-bar-text-container p {
    color: #000;
    font-family: Montserrat;
    font-size: 15.63px;
    font-weight: 600;
    letter-spacing: -0.28px;
    line-height: 27.9px;
}

desktop-navigation ul.header__linklist li.header__linklist-item a.header__linklist-link.link--animated {
    color: #000;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.31px;
    line-height: 31px;
    text-align: center;
}

/* FOOTER CSS */
.footer__payment-methods .payment-methods-list svg {
    height: 32px;
    width: 62px;
    vertical-align: bottom;
}

.footer__item-content ul.social-media.list--unstyled {
    display: flex;
    gap: 16px;
    margin-bottom: 0px !important;
}

.footer__item-content ul.social-media.list--unstyled li.social-media__item {
    border: 0px;
    box-shadow: none;
}

.footer__item-content ul.social-media.list--unstyled li.social-media__item:hover:before {
    background-color: #fff;
}

.footer__item-content p strong {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    letter-spacing: -0.3px;
    line-height: 32.58px;
    padding-top: 10px;
    font-weight: 600;
}

.footer__item-content h3 {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    letter-spacing: -0.54px;
    line-height: 32.58px;
    font-weight: 400;
    margin: 0;
      padding-top: 5px;
}

.footer__item-content h4 {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}

.footer__item-content p {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    letter-spacing: -0.3px;
    line-height: 32.58px;
    padding-top: 15px;
    margin: 0;
}

.footer__item-content h4 {
    color: #000;
     font-family: Montserrat;
    font-size: 17px;
    letter-spacing: -0.26px;
    line-height: 32.58px;
    padding-top: 15px;
  font-weight: 400;
  padding: 0;
}

.footer__aside ul.bottom-menu li.bottom-list a.bottom-link {
    color: #000;
    font-family: Montserrat;
    font-size: 17px;
    letter-spacing: -0.26px;
    line-height: 32.58px;
    text-align: right;
}

.footer__aside {
    justify-content: space-between;
    border-top: 1px solid #D1CFC5;
    padding-top: 30px;
    margin-top: 75px;

}

.footer__aside ul.bottom-menu {
    display: flex;
    gap: 30px;
    margin: 0;
}

.footer__aside ul.bottom-menu li.bottom-list:first-child {
    list-style: none;
}

.footer__aside span.footer__copyright.text--xsmall.text--subdued {
    color: #000;
    font-family: Montserrat;
    font-size: 17px;
    letter-spacing: -0.26px;
    line-height: 32.58px;
}

footer.ed-footer.footer .container, store-header.header .container {
    max-width: 1460px;
  padding: 0 35px;
}

@media (width < 768px) {
  footer.ed-footer.footer .container, store-header.header .container {
  padding: 0 15px; 
 }

  .product-item.product-item .product-item__info   {
    padding: 100px 10px 20px 10px;
    margin-top: -100px;
}

}

.section__color-wrapper .text-container {
    text-align: left;
}

label.rc-radio {
    border-radius: 0 !important;
    background-color: #F8F8F5;
    box-shadow: inset 1px -1px 5px 0 rgba(0,0,0,0.16);
    max-width: 50%;
    width: 100%;
    justify-content: center;
    border-bottom: 2px solid #000
}
label.rc-radio span.rc_widget__option__label span.rc-option__price {
    display: none;
}
.rc-template__radio-group .rc-radio-group__options {
    border: 0 !important;
    border-radius: 12px 12px 0 0 !important;
    display: flex;
}
.rc-template__radio-group .rc-radio .rc-radio__input {
    min-height: 0;
    appearance: none;
}


.custom-main-banner .slide-item .main-content .slide-content ul {
    padding: 0;
}
.custom-main-banner .slide-item .main-content .slide-content ul li {
    color: #000;
    font-family: Montserrat;
    font-size: 13.33px;
    font-weight: 600;
    letter-spacing: -.33px;
    line-height: 32.04px;
    font-weight: 400;
    list-style: none;
    position: relative;
    padding-left: 20px;
}
.custom-main-banner .slide-item .main-content .slide-content ul li:before {
    position: absolute;
    left: 0;
    top: 9px;
    content: '';
    display: block;
    width: 7px;
    height: 13px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.RatingBarWidget-prefix .RatingBarWidget .R-PlatformIcon {
    max-width: 40px;
    width: 100%;
}


@media (max-width: 768px){

.custom-main-banner .slide-item .main-content .slide-content ul li:before {

    margin-left: 5px;
    margin-top: -4px;
}
}

  


/* MEDIA QUERY */

@media (max-width: 1100px) {
  .wrapper.top-category-slider .slider-wrapper .slider-custom {
    gap: 15px;
}

.wrapper.top-category-slider .slider-wrapper .slider-custom .slide-item {
    max-width: 74px;
    height: 74px;
    min-width: 74px;
}

.wrapper.top-category-slider .slider-wrapper .slider-custom .slide-item a.category-link img.main-image {
    max-width: 71px;
    min-width: 72px;
    height: 72px;
    top: 0;
    left: -1px;
}
  

}

@media (max-width: 1024px) and (min-width:767px){
  .custom-main-banner .slide-item {
      padding: 40px;
  }
  .custom-main-banner .slide-item .main-content h2.slide-heading {
      font-size: 40px;
      letter-spacing: -1.45px;
  }
  .custom-main-banner .slide-item .main-content .slide-content ul li {
      font-size: 16px;
  }
  .slide-item .prod-image {
      max-width: 250px !important;
      top: 50% !important;
      left: 60% !important;
  }
  .image_with_text_button .inner_container .text_with_form_wrapper .input-row {
      display: flex;
      justify-content: space-between;
  }
  
  .footer__inner .footer__aside {
      display: flex;
  }
  .RatingBarWidget-prefix .RatingBarWidget .R-PlatformIcon {
      max-width: 40px;
      width: 100%;
  }
  .dev-video-content .RatingBarWidget-prefix .R-RatingStars {
      max-width: 18%;
      width: 100%;
  }
  .RatingBarWidget-prefix .R-TextBody--xxs {
      max-width: 28% !important;
      width: 100%;
  }
}

@media (max-width:920px) and (min-width:580px){

  
}

.product-meta p.product-meta__taxes-included.text--small, .product-meta p.unit_price_of_product {
  font-size: 14px !important
}

    .unit_price_of_product {
    font-size: 14px !important;
  }
 
@media (max-width: 768px){

  .footer__image {
    width: 160px !important
  }

    .unit_price_of_product {
    font-size: 11px !important;
  }

  .product-meta p.product-meta__taxes-included.text--small, .product-meta p.unit_price_of_product {
    font-size: 11px !important;
  }

  .wrapper.top-category-slider .slider-wrapper .slider-custom {
        overflow-x: auto;
  }
  
  .footer__item {
      max-width: 100%;
      word-break: break-word;
  }

  .product-item__info a.product-item-meta__title {
      font-size: 15px;
  }
  
  .product-item-meta p.sub-title {
      max-width: 100%;
      margin: 0 auto;
      font-size: 12px;
  }
  
  .wrapper.top-category-slider .slider-wrapper h3.main-heading{
    display: none;
  }
  
  .wrapper.top-category-slider .slider-wrapper {
      max-width: 100%;
      width: 100%;
  }
  
  .short-description .metafield-rich_text_field ul li {
      font-weight: 400;
      list-style-type: none;
      padding-left: 0 !important;
      list-style: disc !important;
      background-image: none !important;
  }
  
  .short-description .metafield-rich_text_field ul {
      padding-left: 20px;
  }

  #main .shopify-section:not(.shopify-section--main-product) {
      padding-left: 0;
      padding-right: 0;
  }

  .wrapper.top-category-slider .page-width, .wrapper.custom-main-banner .page-width {
      padding: 0;
  }

  .custom-main-banner .slide-item {
      padding: 20px;
  }
  
  .custom-main-banner .slide-item .main-content, .slide-item .main-image {
      max-width: 75%;
      width: 100%;
  }
  
  .slide-item .main-image {
    max-width: 25%;
    width: 100%;
    min-height: 74px;
  }
  
  .custom-main-banner .slide-item .main-content h2.slide-heading {
      font-size: 35px;
  }
  
  .custom-main-banner .slide-item .main-content .slide-content ul li {
      font-size: 15px;
      line-height: 175%;
  }
  
  .custom-main-banner .slide-item .main-content p.gurantee_text {
      font-size: 13px;
      line-height: 175%;
  }
  
  .slider-wrapper .slide-item {
      background-position: 40% !important;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 0 !important;
      margin-bottom: 0 !important
  }

  .features-wrapper.only-mobile ul.tabs li.tab-link h3.feature-heading {
    line-height: 120% !important;
    margin-bottom: 10px !important
  }

  .slide-item .prod-image {
      display: flex;
      max-width: 150px;
      align-items: center;
      width: 100%;
      position: absolute;
      bottom: -50px;
      left: 44%;
      transform: translate(-50%,-50%);
      justify-content: center;
      top: auto;
  }
  
  .custom-main-banner .slide-item .main-content a.btn-link {
      padding: 15px 25px;
      font-size: 18px;
  }
  
  .custom-main-banner .slide-item .main-content .slide-content {
      margin-bottom: 30px;
  }
  
  .custom-main-banner .logo-wrapper {
      padding: 15px;
      display: flex;
      gap: 10px;
      margin: 0 auto;
      align-items: center;
      max-width: 100%;
  }

  .custom-main-banner .logo-wrapper h3.logo-heading {
      color: #000;
      font-family: Montserrat;
      font-size: 12px;
      letter-spacing: -.51px;
      line-height: 38.58px;
      margin: 0;
      max-width: 25%;
      width: 100%;
  }
  
  .custom-main-banner .logo-wrapper .logo-content {
      display: flex;
      max-width: 75%;
      justify-content: center;
      width: 100%;
      gap: 5px;
  }
  
  .custom-main-banner .logo-wrapper .logo-content img.logo-img {
      max-width: 85px;
      width: 100%;  
  
  }

  .custom-main-banner .main-wrapper {
      background-color: #fff;
      border-radius: 0px;
  }
  .wrapper.top-category-slider .slider-wrapper .slider-custom.slick-slider {
      margin-bottom: 0px;
    /* padding-top: 12px; */
  }

  .wrapper.banner-with-text .banner-wrapper {
      padding: 42px 25px 20px 35px !important;
      flex-direction: column;
      gap: 50px;
  }
  
  .banner-with-text .banner-wrapper .banner-content {
      max-width: 100%;
      width: 100%;
  }
  
  .banner-with-text .banner-wrapper .banner-images {
      max-width: 100%;
      width: 100%;
      position: relative;
  }
  
  .banner-with-text .banner-wrapper .banner-content h2.main-heading {
     font-size: 26px;
      line-height: 31px;
  }
  
  .banner-with-text .banner-wrapper .banner-content p.main-content {
      font-size: 17px;
      line-height: 25px;
  }
  
  .banner-with-text .banner-wrapper .banner-content a.main-button {
      padding: 15px 20px;
  }
  
  .banner-with-text .banner-wrapper .banner-images .prod-images {
      position: absolute;
      max-width: 120px;
      bottom: -20px;
      left: 40%;
  }

  .wrapper.top-category-slider {
      padding: 10px 0 10px 0px;
  }

  .wrapper.top-category-slider .slider-wrapper .slider-custom {
    padding-left: 20px
  }

  .section__color-wrapper h3.heading.h2 {
      margin-bottom: 24px!important;
  }

  .featured-collections {
      padding: 0px;
      margin-bottom: 20px
  }
  
  .featured-collections .product-list__inner {
      margin: 0;
      gap: 20px;
      display: flex;
      flex-wrap: wrap;
  }

  .featured-collections .product-list__inner product-item.product-item {
      flex: 1;
  }
  
  .featured-collections .product-item__image-wrapper .product-item__quick-form > button svg {
    position: static;
  }
  
  .wrapper.banner-with-text {
      padding: 0px;
  }
  
  .price-list .text--subdued.recharge-inner-most-price {
      /* display: block !important; */
      color: #000;
      font-family: Montserrat;
      font-size: 31px;
      letter-spacing: -0.83px;
      line-height: 32.58px;
  }

}

@media (max-width:767px) and (min-width: 420px) {

  .product__info .ed-social-proof-banner span.Typo__Span-sc-zggg7h-0 span.Wearing__Name-sc-kxytb2-4.gziXoO {
    font-size: 14px !important
    
  }
  .wrapper.top-category-slider .slider-wrapper .slider-custom .slide-item {
      margin: 0 auto;
      min-height: 74px;
      max-width: 74px;
  }
  
  .wrapper.top-category-slider .slider-wrapper .slider-custom .slide-wrap {
      padding-top: 12px;
  }
  
  .wrapper.top-category-slider .slider-wrapper .slider-custom .slide-item a.category-link img.main-image {
    max-width: 74px;
    height: auto;
    min-height: 74px;
    min-width: 73px;
    left: -1px;
  }
  
  .wrapper.top-category-slider .slider-wrapper .slider-custom .slide-item.highlighted-border {
      max-width: 74px !important;
        height: 74px;
    min-width: 74px;
  }
  .features-wrapper.only-mobile ul.tabs li.tab-link h3.feature-heading {
      font-size: 19px !important;
  }
  .custom-main-banner .logo-wrapper h3.logo-heading {
      font-size: 19px !important;
      max-width: 35% !important;
  }
  .features-wrapper.only-mobile .tab-content p.feature-content {
      font-size: 19px !important;
  }
  .featured-collections .product-list__inner product-item.product-item {
      max-width: calc(100% / 2 - 10px);
      flex: auto;
  }
  .product-item__info .product-item-meta__title {
      font-size: 18px !important;
  }
  .product-item-meta p.sub-title {
      max-width: 100%;
      margin: 0 auto;
      font-size: 15px !important;
  }
  .banner-with-text .banner-wrapper .banner-content {
      max-width: 90%;
      width: 100%;
  }
  .banner-with-text .banner-wrapper .banner-content h2.main-heading {
      font-size: 35px;
      line-height: 40px;
  }
  .banner-with-text .banner-wrapper .banner-content p.main-content {
    font-size: 20px;
    line-height: 32px;
  }
  .image_with_text_button .inner_container .left_content_wrapper .button_wrapper a, .banner-with-text .banner-wrapper .banner-content a.main-button {
      font-size: 18px !important;
      padding: 15px 20px !important;
  }
  .wrapper.banner-with-text .banner-wrapper {
      padding: 42px 20px 20px 20px!important;
  }
  .banner-with-text .banner-wrapper .banner-images .prod-images {
      display: none;
  }
  .image_with_text_button .inner_container .left_content_wrapper {
      max-width: 90%;
  }
  .right_image_wrapper img.image {
      position: relative;
      scale: 1.35;
      overflow: hidden;
      z-index: 0;
      object-position: left;
      padding-bottom: 60px;
      padding-left: 60px;
  }
  .banner-with-text .banner-wrapper .banner-images img {
      position: relative;
      scale: 1.35;
      overflow: hidden;
      z-index: 0;
      object-position: left;
      padding-bottom: 60px;
      padding-left: 0px;
  }
  .banner-with-text .banner-wrapper .banner-images:before {
      left: 55%;
      top: -130px;
  }
  .dev-review-section h2 {
      font-size: 35px !important;
      line-height: 40px !important
  }
  .dev-review-section {
      width: 100%;
      padding: 42px 0 35px 35px;
  }
  .dev-upper-section p {
      font-size: 20px;
  }
  .dev-review p {
      font-size: 20px !important;
      margin: 0;
      font-weight: 500;
      color: #000;
  }
  .dev-review h5, .dev-review h6 {
      margin: 10px 0 0;
      font-size: 18px !important;
      font-weight: 400 !important;
      color: #000;
  }
  .dev-review-section img {
      position: absolute;
      bottom: 0;
      right: 0;
      scale: 1.5;
      padding-bottom: 50px;
      padding-right: 20px;
    
      width: 160px !important;
  }
  .dev-review-section img.label-img {
      padding-bottom: 20px !important;
      max-width: 96px;
      padding-top: 10px;
      width: auto;
      scale: inherit;
      padding-right: 0;
      max-height: 154px;
  }
  .shopify-section--faq .vertical-breather-wrapper .faq .faq__wrapper .collapsible-toggle {
      font-size: 20px !important;
  }
  .text_image_with_form .right_image_wrapper img.image {
      position: relative;
      scale: none;
      overflow: hidden;
      z-index: 0;
      object-position: left;
      padding-bottom: 0;
      padding-left: 60px;
  }
  .image_with_text_button.text_image_with_form .inner_container {
      padding-left: 25px !important;
      padding-right: 25px !important;
  }
  .image_with_text_button.text_image_with_form .left_content_wrapper h2.heading, .left_content_wrapper .sub_content {
      padding: 0px;
  }
  .image_with_text_button.text_image_with_form  .inner_container .left_content_wrapper {
      max-width: 100%;
  }
  #section-template--17985852408074__a091694e-834b-4d8f-b238-2e09fc071be1 {
      padding: 20px 0px !important;
  }
  .dev-container {
      max-width: 100%;
  }
  .ingredient-wrapper {
      border-radius: 12px;
      background-color: #FFFFFF;
      padding: 40px 35px !important;
      margin-top: 25px;
  }
  .two_block-wrapper .blocks_inner_wrapper .block_item {
      padding: 45px 35px;
  }
  .feature-wrapper .feature-block .feature-icon {
      max-width: 57px;
      height: 57px;
  }
  .feature-wrapper .feature-block .feature-icon img {
      width: 31px!important;
      display: flex;
      margin: 0 auto;
  }
    .feature-wrapper .feature-block .feature-content h3.feature-title {
      font-size: 14px !important;
      letter-spacing: -.2px;
      line-height: 125% !important;
      font-weight: 600 !important;
  }
  .feature-wrapper .feature-block .feature-content p.feature-desc {
      color: #000 !important;
      font-size: 12.74px !important;
      letter-spacing: -0.19px !important;
      line-height: 125% !important;
  }
  .feature-wrapper {
      padding: 0 !important;
      margin-top: 20px;
      gap: 10px;
      border-radius: 0;
      background: none !important;
  }
}

@media (max-width:600px) and (min-width: 420px) {
.custom-main-banner .slide-item .main-content h2.slide-heading {
    font-size: 35px;
    margin-top: 5px !important;
    
}
.dev-review {
    width: 92%;
}

.banner-with-text .banner-wrapper .banner-images:before {
     width: 96px;
  height: 76px;
  top: -110px;
  left: 55%;
}
  
  
}

@media (max-width:580px) and (min-width: 425px){
  .dev-review-section.secondary-review-section .dev-intro-section .dev-upper-section:after {
    right: 25%;
        width: 60px;
        margin-top: -10px !important;
}
}

@media (max-width:420px) {
  .custom-main-banner .slide-item .main-content h2.slide-heading {
    font-size: 25px;
}

  .custom-main-banner .slide-item .main-content .slide-content ul {
    padding-left:20px;
  }

.custom-main-banner .slide-item .main-content .slide-content ul li {
    font-size: 13px;
}
.video-text {
    padding: 23px 15px 15px !important;
    text-align: center;
}
  #section-template--17985852408074__a091694e-834b-4d8f-b238-2e09fc071be1 {
    padding: 20px 0px !important;
}
  .bottom-content img {
      height: 30px !important;
      width: 30px !important;
  }
  
  
}

@media (max-width:600px) and (min-width: 420px) {
  .features-wrapper.only-mobile .tab-content p.feature-content,
  .features-wrapper.only-mobile ul.tabs li.tab-link h3.feature-heading {
      font-size: 14px !important;
  }
  .features-wrapper.only-mobile ul.tabs li.tab-link img.main-img {
    max-width: 40px;
}

  
}


@media screen and (max-width: 480px){
  .dev-review {
    padding: 40px 157px 30px 30px;
    width: 90%;
}
  .dev-review p {
    font-size: 13px!important;
}
  .dev-review h5 {
    margin: 20px 0 0;
    font-size: 14px!important;
}
  .dev-review h6 {
    font-size: 10px!important;
}
  .dev-review-section img {
    width: 190px;
}
  .dev-upper-section p {
    font-size: 14px;
}
  .dev-review-section.secondary-review-section .dev-intro-section .dev-upper-section p {
    max-width: 75%;
}
  .dev-review-section img.label-img {
    max-width: 110px;
    width: 65px !important;
        padding-top: 30px;
        padding-bottom: 0 !important;
}
}


@media (max-width:419px) {
.features-wrapper.only-mobile ul.tabs li.tab-link img.main-img {
    max-width: 40px;
}
  
  .wrapper.banner-with-text .banner-wrapper {
      padding: 42px 20px 20px 20px!important;
  }

.banner-with-text .banner-wrapper .banner-images .prod-images {
    display: none;
}

  .banner-with-text .banner-wrapper .banner-images img {
    position: relative;
    scale: 1.35;
    overflow: hidden;
    z-index: 0;
    object-position: left;
    padding-bottom: 20px;
    padding-left: 0;
}

.banner-with-text .banner-wrapper .banner-images:before {
        width: 81px;
        height: 66px;
        top: -90px;
        left: 61%;
}
  .dev-review-section.secondary-review-section .dev-intro-section .dev-upper-section:after {
    width: 60px;
    height: 60px;
    right: 20px;;
    min-width: 40px;
    min-height: 40px;
}
 .dev-review {
    padding: 40px 140px 30px 30px;
} 
}


@media screen and (max-width: 390px){
  .dev-review-section.secondary-review-section .dev-intro-section .dev-upper-section:after {
    width: 60px;
    height: 60px;
    right: 20px;;
    min-width: 40px;
    min-height: 40px;
}
  .dev-review-section.secondary-review-section .dev-intro-section .dev-upper-section p {
    max-width: 100%;
}
  .dev-review-section img {
    width: 175px;
}
.dev-review {
    padding: 40px 120px 30px 30px;
    width: 90%;
}
  .dev-review-section.first-review-section img {
    width: 200px;
}
}

@media(max-width:375px) {
  .wrapper.banner-with-text .banner-wrapper {
    padding: 42px 10px 20px 15px!important;
}

  .image_with_text_button .inner_container .right_image_wrapper {
    padding-bottom: 80%;
}

.image_with_text_button .inner_container .right_image_wrapper img.image {
    right: -70px;
    max-width: 390px;
    left: auto;
    top: -30px;
}
  
}



@media (max-width:350px) {
  /* .image_with_text_button .inner_container .right_image_wrapper img.image {
    max-width: 320px;
} */

.banner-with-text .banner-wrapper .banner-images:before {
    width: 66px;
    height: 66px;
    top: -66px;
    left: 60%;
}
  .dev-review h5 {
    font-size: 12px!important;
    line-height: 20px;
}
  .dev-review-section.secondary-review-section .dev-intro-section .dev-upper-section p {
    max-width: 88%;
}
  .dev-review-section img.label-img {
    width: 50px!important;
}
  .dev-upper-section h2 {
    font-size: 20px !important;
}
  
  .dev-review-section.secondary-review-section .dev-intro-section .dev-upper-section:after {
    /* bottom: 0px; */
    width: 50px;
    right: 50px;
}
  .dev-review {
    width: 100%;
}
}

/* @media (max-width:360px) {
.R-TextBody.R-TextBody--xxs.u-marginBottom--xxs .cssVar-reviewStatistics {
  display:none !important;
} */

  /* .R-TextBody.R-TextBody--xxs.u-marginBottom--xxs.u-marginRight--sm {
  display:none !important;
} */
}

/*  */


@media (max-width: 350px) {
  .custom-main-banner .slide-item .main-content h2.slide-heading {
    font-size: 20px;
    line-height: 25px;
  }
  .custom-main-banner .slide-item .main-content .slide-content ul li {
    font-size: 14px;
    line-height: 20px;
  }
}
/* @media (max-width: 768px){

  .shopify-section--announcement-bar .RatingBarWidget-prefix .RatingBarWidget .R-PlatformIcon+.R-TextBody{
    order: -1; 
  }
 .shopify-section--announcement-bar  .RatingBarWidget-prefix .R-RatingStars .R-RatingStars__stars{
    width: auto; 
  }
  .shopify-section--announcement-bar .R-RatingStars+div span:first-child{
    display: inline-block;
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 5px; 
  }
  .shopify-section--announcement-bar .R-RatingStars+div .cssVar-reviewStatistics, .shopify-section--announcement-bar .R-RatingStars+div .cssVar-reviewText{
    display:inline-block !important; 
  }
  .shopify-section--announcement-bar .R-RatingStars+div{
    display:flex; 
    align-items: center; 
  }
  .shopify-section--announcement-bar .RatingBarWidget-prefix .RatingBarWidget .cssVar-reviewStatistics,  .shopify-section--announcement-bar .R-RatingStars+div .cssVar-reviewText{
      font-size: 11px; 
    }
  .shopify-section--announcement-bar .R-RatingStars+div .cssVar-reviewText{
    margin-left: 5px; 
  }
    .shopify-section--announcement-bar .RatingBarWidget-prefix .RatingBarWidget .R-PlatformIcon{
      width: 20px; 
      height: 20px; 
    }
  .shopify-section--announcement-bar .RatingBarWidget-prefix .R-RatingStars--sm .R-RatingStars__stars .stars__icon{
    font-size: 14px !important; 
  }
} */

/* @media (max-width: 360px){
    .shopify-section--announcement-bar .R-RatingStars+div span:first-child{
    display: inline-block;
    width: 20px;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 5px; 
  }
    .shopify-section--announcement-bar .RatingBarWidget-prefix .RatingBarWidget .R-PlatformIcon{
      width: 16px; 
      height: 16px; 
    }
   .shopify-section--announcement-bar .RatingBarWidget-prefix .RatingBarWidget .cssVar-reviewStatistics,  .shopify-section--announcement-bar .R-RatingStars+div .cssVar-reviewText{
      font-size: 10px; 
    }
    .shopify-section--announcement-bar .RatingBarWidget-prefix .R-RatingStars--sm .R-RatingStars__stars .stars__icon{
    font-size: 12px !important; 
  }
 .shopify-section--announcement-bar  .RatingBarWidget-prefix .u-marginRight--sm{
    margin-right: 5px !important; 
  }

} */
.product-list__inner span.unit-price-measurement__separator, .product-list__inner span.unit-price-measurement__reference-unit{
  display:inline-block; 
}

.dev-video-content .RatingBarWidget-prefix .R-RatingStars {
    flex-direction: column;
    max-width: 15%;
    width: 100%;
}

/* .RatingBarWidget-prefix .R-TextBody--xxs {
    max-width: 20%;
}
 */
@media (max-width: 600px){
    .dev-video-content .R-PlatformIcon+div{
        display: none !important; 
    }
    .dev-video-content .RatingBarWidget__inner > div.R-flex-row {
        flex-wrap: nowrap; 
    }
   .dev-video-content .RatingBarWidget__inner > div.R-flex-row .R-TextBody span:nth-child(1){
       font-size: 20px; 
       justify-content: flex-start; 
       line-height: 25px;
   }
  .dev-video-content .RatingBarWidget__inner > div.R-flex-row .R-TextBody span:nth-child(2){
       font-size: 16px; 
   }
   .dev-video-content .RatingBarWidget__inner > div.R-flex-row .R-TextBody span:nth-child(3){
       font-size: 16px; 
   }
  .slider-wrapper .slide-item.slide-1{
      background-position: right center !important
  }
}
@media (max-width: 360px){
   .dev-video-content .RatingBarWidget__inner > div.R-flex-row .R-TextBody span:nth-child(1){
       font-size: 16px; 
       justify-content: flex-start; 
       line-height: 16px;
   }
  .dev-video-content .RatingBarWidget__inner > div.R-flex-row .R-TextBody span:nth-child(2){
       font-size: 12px; 
   }
   .dev-video-content .RatingBarWidget__inner > div.R-flex-row .R-TextBody span:nth-child(3){
       font-size: 12px; 
   }
  .dev-video-content .RatingBarWidget-prefix .RatingBarWidget .R-PlatformIcon{
      height: 30px !important; 
      width: 30px !important; 
  }
}

.product-meta__price-list-container .price_.price--large {
    color: #000;
    font-family: Montserrat;
    font-size: 31px;
    letter-spacing: -.83px;
    line-height: 32.58px;
    order: 2; 
    font-weight: 600
}

@media (max-width: 768px){
  p.low-stock {
    margin: 0;
    color: red;
    font-size: 12px;
    line-height: 16px;
  }
 .product-meta__price-list-container .price_.price--large {
    font-size: 20px; 
  }
  product-media flickity-controls.product__media-nav {
    position: relative; 
    bottom: 0; 
  }
  .RatingBarWidget-prefix .R-XSM.RatingBarWidget .R-PlatformIcon, .RatingBarWidget-prefix .R-XSM.RatingBarWidget .R-RatingStars {
      margin-right: 5px!important;
      max-width: 40px;
  }
  

  .R-flex-row .R-TextBody.R-TextBody--xxs.u-marginBottom--xxs {
      font-size: .875em;
      margin-bottom: 0.625em;
      max-width: 40% !important;
  }
  .R-flex-row .R-RatingStars.R-RatingStars--sm.u-marginBottom--xs.u-marginRight--sm {
      flex-direction: column;
      max-width: 23% !important;
      width: 100%;
  }
}

.dev-video-content .RatingBarWidget-prefix .R-RatingStars .R-RatingStars__stars:after{
  display: none !important; 
}
.dev-video-content .RatingBarWidget-prefix .R-RatingStars:after{
  content: "von reviews.io";
    display: block;
    width: 100%;
    text-align: left;
}
.dev-video-content .RatingBarWidget-prefix .R-RatingStars{
  flex-direction: column; 
}
.RatingBarWidget-prefix .u-marginTop--xxs {
    margin-top: 3px!important;
    justify-content: center;
}

@media (max-width: 999px){
  .image_with_text_button.text_image_with_form .klaviyo-form-version-cid_1{
    padding: 0 !important; 
  }
  .image_with_text_button.text_image_with_form  .go3602438199.go3602438199.go3602438199{
     width: 100% !important; 
   }
}
.rebuy-product-media a,.rebuy-product-info a{
  pointer-events: auto !important; 
  cursor: pointer !important; 
}

.ed-product-sticky-form .ed-product-sticky-form__bottom-info .ed-product-meta__price-list-container-sticky .price-list .price.price--compare{
  font-size: 15px; 
}

.ed-product-sticky-form .ed-product-sticky-form__bottom-info .ed-product-meta__price-list-container-sticky .price-list .price.price--highlight.price--large,
.ed-product-sticky-form .ed-product-sticky-form__bottom-info .ed-product-meta__price-list-container-sticky .price-list .product-meta__label-list.label-list,
.ed-product-sticky-form .ed-product-sticky-form__bottom-info .ed-product-meta__price-list-container-sticky .price-list .product-meta__label-list.label-list .ed-save-amount{
 font-size: 18px !important;  
}
#StickyAddToCart{
    background-color: #F4B6AD;
    color: #000;
}
@media (max-width: 999px){
  .ed-product-sticky-form .ed-product-sticky-form__bottom-info{
    flex-direction: column; 
  }
  .ed-product-sticky-form .ed-product-sticky-form__bottom-info .ed-product-meta__price-list-container-sticky{
    margin-left: unset; 
    margin-right: auto; 
  }
  .ed-product-sticky-form.ed-sticky-elements-active .container:not(.sticky-atc-container-with-no-variants) .product-sticky-form__inner .product-sticky-form__form #StickyAddToCart{
    padding: 10px; 
  }
}
product-payment-container .subs-desc[hidden]{
  display:block; 
}
product-payment-container .subs-desc[hidden] .metafield-rich_text_field ul{
  display:none; 
}

@media (max-width: 999px){
.product-item-meta__price-list-container .price.price--compare {
  font-size: 20px !important;
}
}

@media (min-width: 1000px){
  .product-item-meta__price-list-container .price.price--compare {
    font-size: 20px !important;
  }
}
@media (max-width:480px){
  
  .R-flex-row .R-TextBody.R-TextBody--xxs.u-marginBottom--xxs {
      font-size: .875em;
      margin-bottom: 0.625em;
      max-width: 45% !important;
  }
  .R-flex-row .R-RatingStars.R-RatingStars--sm.u-marginBottom--xs.u-marginRight--sm {
      flex-direction: column;
      max-width: 40% !important;
      width: 100%;
  }
}

  .accordion-item .content {
    font-size: 16px;
  }

.product-meta__price-list-container .price.price--large{
  display: block !important; 
}
.product-meta__price-list-container .price--large:has(+ .price--highlight) {
  display: none !important; 
}
p.low-stock {
    margin: 0;
    color: red;
}


@media (max-width: 990px){
  #shopify-section-announcement-bar a.ann-btn {
    min-height: unset;
    padding: 5px 15px;
    text-align: center;
  }
  
    .wrapper.top-category-slider
    .slider-wrapper
    .slider-custom
    .slide-item
    a.category-link {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px;
  }
  .wrapper.top-category-slider .slider-wrapper .slider-custom .slide-item a.category-link img.main-image{
    width: 67px;
    height: 67px;
    min-width: 67px;
    min-height: 67px;
    max-width: 67px;
    max-height: 67px;
  }

 #main product-item .price{
    font-size: 15px !important; 
    white-space: nowrap !important; 
   line-height: 1.2 !important; 
  } 
  #main product-item.product-item .price-list{
    flex-wrap: wrap !important; 
  }
  product-meta .price-list{
    width: auto; 
  }
    #main product-meta .price-list .price, #main .product-meta__label-list.label-list span.label.label--highlight,#main .product-meta__label-list.label-list span.label.label--highlight span.ed-save-amount,
  #main product-meta .product-meta__price-list-container .price_.price--large{
    font-size: 18px !important; 
     white-space: nowrap; 
  }
#shopify-section-template--18094953398538__main .product-item-meta__title,.product-item-meta p.sub-title{
  word-break: break-word; 
}
}



/* new code */

.dev-video-content .RatingBarWidget__inner > div.R-flex-row .R-TextBody span:nth-child(1):after{
    content: ".00 Sehr gut";
    white-space: nowrap;
}
.dev-video-content .RatingBarWidget__inner > div.R-flex-row .R-TextBody span:nth-child(1){
  position: relative; 
  white-space: nowrap;
}

@media (max-width: 600px){
  .RatingBarWidget-prefix .R-RatingStars--sm .R-RatingStars__stars .stars__icon{
    font-size: 22px!important;
  }
  .dev-video-content .RatingBarWidget-prefix .R-RatingStars:after{
    font-size: 12px; 
  }
  .dev-video-content .RatingBarWidget__inner > div.R-flex-row .R-TextBody span:nth-child(1){
    font-size: 16px; 
  }
  .dev-video-content .RatingBarWidget__inner > div.R-flex-row .R-TextBody span:nth-child(2),.dev-video-content .RatingBarWidget__inner > div.R-flex-row .R-TextBody span:nth-child(3){
    font-size: 12px; 
  }
  .RatingBarWidget-prefix .R-TextBody{
    line-height: 1 !important; 
  }
   .dev-video-content .RatingBarWidget-prefix .RatingBarWidget .RatingBarWidget__inner{
    padding-bottom: 10px; 
  }
}
@media (max-width: 350px){
    .RatingBarWidget-prefix .R-RatingStars--sm .R-RatingStars__stars .stars__icon{
    font-size: 22px!important;
  }
  .dev-video-content .RatingBarWidget-prefix .R-RatingStars:after{
    font-size: 12px; 
  }
  .dev-video-content .RatingBarWidget__inner > div.R-flex-row .R-TextBody span:nth-child(1){
    font-size: 15px; 
  }
  .dev-video-content .RatingBarWidget__inner > div.R-flex-row .R-TextBody span:nth-child(2),.dev-video-content .RatingBarWidget__inner > div.R-flex-row .R-TextBody span:nth-child(3){
    font-size: 12px; 
  }
}

@media (max-width: 768px){
  .footer__payment-methods{
    margin-top: 0px; 
  }
  .footer{
    padding-bottom: 25px; 
  }
}
@media (min-width: 769px){
.footer__payment-methods, .footer__copyright{
      margin-top: 15px; 
    }
}
  .two_block-wrapper .block_item .circle_wrapper ul p span{
  font-weight: 600;
  }
  .two_block-wrapper .product_content ul>li:first-of-type{
    border-top: none; 
  }
  .two_block-wrapper .product_content ul>li:first-of-type{
    border-bottom: 1px solid #000;
  }
  .two_block-wrapper .blocks_inner_wrapper .block_item .product_content>p{
    max-width: 100%; 
  }

@media (max-width: 999px){
  .wrapper.top-category-slider .slider-wrapper .slider-custom{
    gap: 5px; 
  }
  .slide-wrap a.category-link h3.icon-title{
    font-size: 12px;
    width: 90px;
    word-break: break-word;
    line-height: 1.3;
    padding-top: 5px; 
  }
  #mobile-facet-toolbar{
    font-weight: 700; 
  }
span.rc-option__text{
  padding: 8px 0 !important; 
}
  .feature-wrapper .feature-block .feature-content h3.feature-title{
    font-size: 12px; 
  }
  .feature-wrapper .feature-block .feature-content p.feature-desc{
    font-size: 11px; 
  }
  .two_block-wrapper .block_item .block_item_content h3{
        line-height: 36.58px;
  }
  .two_block-wrapper .block_item .block_item_content p{
    line-height: 25.58px;
  }
.two_block-wrapper .block_item .circle_wrapper ul p{
  display: flex;
    flex-direction: column;
}
  .two_block-wrapper .block_item .circle_wrapper ul p span.percent{
    margin-bottom: 2px; 
  }
  .two_block-wrapper .blocks_inner_wrapper .block_item .product_content>p{
        line-height: 1.5;
    font-size: 14px;
  }
  .block-swatch-list{
    margin-left: 0; 
  }
  .variant-image-wrapper .block-swatch{
        max-width: calc(25% - 2.5px)!important;
  }


  .two_block-wrapper .block_item .circle_wrapper ul p span{
  font-weight: 600;
  }
  .two_block-wrapper .product_content ul>li:first-of-type{
    border-top: none; 
  }
  .two_block-wrapper .product_content ul>li:first-of-type{
    border-bottom: 1px solid #000
  }
  .two_block-wrapper .blocks_inner_wrapper .block_item .product_content>p{
    max-width: 100%; 
  }
  .two_block-wrapper .block_item .block_item_content h3{
    line-height: 1.3; 
  }
  .two_block-wrapper .block_item .block_item_content p{
    line-height: 1.6;
    margin-top: 10px;
  }
  .two_block-wrapper .product_content ul>li>.pet_size_image{
    width: 32px;
  }
}
.product__info  .product-meta__reference{
  margin-bottom: 5px; 
}

label.rc-radio{
  box-shadow: inset 1px -1px 2px 0 rgba(0,0,0,0.16)
}

@media (max-width: 325px){
  #main product-meta .price-list .price, #main .product-meta__label-list.label-list span.label.label--highlight, #main .product-meta__label-list.label-list span.label.label--highlight span.ed-save-amount{
    font-size: 18px !important; 
  }
  #shopify-section-template--18094953857290__main .block-swatch .block-swatch__item{
    min-width: 60px !important; 
  }
}
@media (min-width: 1000px){
  span.rc-option__text{
   padding:  15px 0!important
  }
  .feature-wrapper .feature-block .feature-content h3.feature-title{
    font-size: 16px; 
  }
  .feature-wrapper .feature-block .feature-content p.feature-desc{
    font-size: 16px; 
  }
}

product-item img{
  transform: scale(1.2); 
}
product-item .product-item-meta__title{
  margin-bottom: 5px; 
}
product-item .product-item-meta__title{
  line-height: 1.1 !important; 
  font-weight: 600 !important; 
}
product-item p.sub-title{
  line-height: 1.2 !important; 
}
product-item .ruk_rating_snippet, product-item .ruk_rating_snippet *{
  line-height: 1 !important; 
}
product-item .ruk_rating_snippet{
  margin-top: 10px; 
  margin-bottom: 2px; 
}
@media (min-width: 1000px){
  product-item .price{
  line-height: 1.2 !important; 
}
  product-item .ruk_rating_snippet{
  margin-top: 15px; 
  margin-bottom: 5px; 
}
}
p.low-stock{
  line-height: 1.2;
  margin-top: 10px;
}

@media (max-width: 999px){
.image_with_text_button .inner_container .left_content_wrapper .heading{
  line-height: 1.2;
}
.image_with_text_button .inner_container .left_content_wrapper .sub_content ul li{
  line-height: 1.2 !important;
  }
  
}

  .wrapper.top-category-slider .slider-wrapper .slider-custom {
        overflow: auto;
  }
  .wrapper.top-category-slider .slider-wrapper .slider-custom::-webkit-scrollbar {
    background: transparent;
}

@media (min-width: 1000px){
  .custom-main-banner .slide-item .main-content h2.slide-heading{
    line-height: 1; 
  }
  .custom-main-banner .slide-item .main-content .slide-content ul li{
    font-size: 18px; 
    line-height: 32px; 
  }
  .aktion-banner .slide-item .main-content .slide-content ul li:after{
    left: 0 !important; 
  }
  .RatingBarWidget-prefix .R-RatingStars .R-RatingStars__stars{
    flex-wrap: nowrap !important; 
  }
}

@media (max-width: 999px){
  .custom-main-banner .slide-item .main-content, .slide-item .main-image{
    width: 60%; 
  }
  .slide-item .prod-image {
    display: flex;
    max-width: 150px;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: -50px;
    left: 70%;
    transform: translate(-50%,-50%);
    justify-content: center;
    top: auto;
}
  .slider-wrapper .slide-item.slide-1{
    background-position: 70% !important;
  }
  .custom-main-banner .slide-item .main-content p.gurantee_text{
    display: flex; 
    line-height: 1.2; 
  }
  .image_with_text_button .inner_container .right_image_wrapper{
    padding-bottom: 0; 
  }

  .image_with_text_button.text_image_with_form .inner_container .right_image_wrapper img.image{
    position: relative;
    right: -70px;
    left: auto;
    padding-left: 0;
  }
  .wrapper.feature-section{
    padding-top: 12px; 
  }

  .aktion-banner .slide-item .main-content .slide-content ul li{
    line-height: 1.8  !important; 
  }
  .aktion-banner .slide-item .main-content .slide-content ul li:after{
    margin-top: 6px  !important; 
    left: 0 !important; 
  }
}

body.template--product{
  margin-bottom: -20px; 
}