/** Shopify CDN: Minification failed

Line 2494:1 Expected "}" to go with "{"

**/
:root {
    --font-15: 60px;
    --font-14: 56px;
    --font-13: 50px;
    --font-12: 47px;
    --font-11: 43px;
    --font-10: 40px;
    --font-9: 36px;
    --font-8: 32px;
    --font-7: 27px;
    --font-6: 24px;
    --font-5: 22px;
    --font-4: 16px;
    --font-3: 14px;
    --font-2: 12px;
    --font-1: 10px;
  }
  
  .custom-body-x-large {
    font-size: calc(var(--font-body-x-large) * 1.2);
  }
  
  .custom-body-large {
    font-size: calc(var(--font-body-large) * 1.2);
  }
  
  .bcustom-ody-medium {
    font-size: var(--font-body-medium);
  }
  
  .custom-body-small {
    font-size: var(--font-body-small);
  }
  
  .custom-body-x-small {
    font-size: var(--font-body-x-small);
  }
.menu-large {
  font-size: var(--font-nav-large);
}

.menu-medium {
  font-size: calc(var(--font-nav-medium) * 1.64);
}

.menu-small {
  font-size: var(--font-nav-small);
}

.menu-medium [data-level="2"]{
  font-size: calc(var(--FONT-HEADING-SMALL-MOBILE) * 1);
  font-weight: 400;
}
  .icon.icon-fill {
    fill: currentColor;
    stroke: var(--icons, currentColor);
  }
  .left {
    float: left;
  }
  
  .right {
    float: right;
  }
  
  .center {
    text-align: center;
  }
  
  .align-left {
    text-align: left;
  }
  
  .align-right {
    text-align: right;
  }
  
  .text-left {
    text-align: left;
  }
  
  .text-center {
    text-align: center;
  }
  .flex {
    display: flex;
  }
  .m-0{
    margin: 0!important;
  }
  .p-0{
    padding: 0!important;
  }
  .mx-auto{
    margin: 0 auto;
  }

  .font-size-normal{
    font-size: 16px;
  }

.text-uppercase{
  text-transform: uppercase;
}
.text-capitalize{
  text-transform: capitalize!important;
}
.font-normal{
  font-weight: 400!important;
}
.font-bold{
  font-weight: 700;
}
.font-semibold{
  font-weight: 600!important;
}

.font-medium{
  font-weight: 500;
}
@media(max-width: 769px){
  .hide-mobile{display:none !important}
}
@media(min-width: 751px){
  .hide-tablet-and-up{display:none !important}
}
@media(min-width: 751px) and (max-width: 991px){
  .hide-tablet{display:none !important}
}
@media(max-width: 990px){
  .hide-mobile-and-tablet{display:none !important}
}
@media(min-width: 991px){
  .hide-desktop{display:none !important}
}
.d-flex{
  display: flex !important;
}
.product__block.block-padding.product_price_block.hide-desktop.hide-tablet, .product__block.product__head.block-padding.hide-desktop{
  margin-bottom: 0;
}
.align-center{
  align-items: center !important;
}

.justify-center{
  justify-content: center !important;
}

.justify-space-between{
  justify-content: space-between !important;
}

.justify-start{
  justify-content: flex-start !important;
}

  @media only screen and (min-width: 769px) and (max-width: 989px) {
    :root {
      --font-15: 60px;
      --font-14: 55px;
      --font-13: 50px;
      --font-12: 52px;
      --font-11: 48px;
      --font-10: 45px;
      --font-9: 40px;
      --font-8: 35px;
      --font-7: 29px;
      --font-6: 25px;
      --font-5: 21px;
      --font-4: 18px;
      --font-3: 15px;
      --font-2: 13px;
      --font-1: 11px;
    }
  }
  @media only screen and (min-width: 990px) {
    :root {
      --font-15: 82px;
      --font-14: 75px;
      --font-13: 69px;
      --font-12: 62px;
      --font-11: 56px;
      --font-10: 52px;
      --font-9: 40px;
      --font-8: 38px;
      --font-7: 27px;
      --font-6: 24px;
      --font-5: 22px;
      --font-4: 18px;
      --font-3: 16px;
      --font-2: 14px;
      --font-1: 12px;
    }
  }

  .pt-100{
    padding-top: 100%;
  }
  
  .top-0{
    top: 0;
  }

  .left-0{
    left: 0;
  }
  
.font-heading {
    font-family: var(--FONT-STACK-HEADING);;
    font-style: var(--FONT-STYLE-HEADING);
    font-weight: var(--FONT-WEIGHT-HEADING);
    letter-spacing: var(--LETTER-SPACING-HEADING);
    line-height: 1.2;
}
  
.heading-size-1 {
    font-size: calc(var(--font-1) * var(--FONT-ADJUST-HEADING));
}

.heading-size-2 {
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-HEADING));
}

.heading-size-3 {
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-HEADING));
}

.heading-size-4 {
    font-size: calc(var(--font-4) * var(--FONT-ADJUST-HEADING));
}

.heading-size-5 {
    font-size: calc(var(--font-5) * var(--FONT-ADJUST-HEADING));
}

.heading-size-6 {
    font-size: calc(var(--font-6) * var(--FONT-ADJUST-HEADING));
}

.heading-size-7 {
    font-size: calc(var(--font-7) * var(--FONT-ADJUST-HEADING));
}

.heading-size-8 {
    font-size: calc(var(--font-8) * var(--FONT-ADJUST-HEADING));
}

.heading-size-9 {
    font-size: calc(var(--font-9) * var(--FONT-ADJUST-HEADING));
}

.heading-size-10 {
    font-size: calc(var(--font-10) * var(--FONT-ADJUST-HEADING));
}

.heading-size-11 {
    font-size: calc(var(--font-11) * var(--FONT-ADJUST-HEADING));
}

.heading-size-12 {
    font-size: calc(var(--font-12) * var(--FONT-ADJUST-HEADING));
}

.heading-size-13 {
    font-size: calc(var(--font-13) * var(--FONT-ADJUST-HEADING));
}

.heading-size-14 {
    font-size: calc(var(--font-14) * var(--FONT-ADJUST-HEADING));
}

.heading-size-15 {
    font-size: calc(var(--font-15) * var(--FONT-ADJUST-HEADING));
}

.subheading-size-1 {
    font-size: calc(var(--font-1) * var(--FONT-ADJUST-SUBHEADING));
  }
  
  .subheading-size-2 {
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-SUBHEADING));
  }
  
  .subheading-size-3 {
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-SUBHEADING));
  }
  
  .subheading-size-4 {
    font-size: calc(var(--font-4) * var(--FONT-ADJUST-SUBHEADING));
  }
  
  .subheading-size-5 {
    font-size: calc(var(--font-5) * var(--FONT-ADJUST-SUBHEADING));
  }
  
  .subheading-size-6 {
    font-size: calc(var(--font-6) * var(--FONT-ADJUST-SUBHEADING));
  }
  
  .subheading-size-7 {
    font-size: calc(var(--font-7) * var(--FONT-ADJUST-SUBHEADING));
  }
  
  .subheading-size-8 {
    font-size: calc(var(--font-8) * var(--FONT-ADJUST-SUBHEADING));
  }
  
  .subheading-size-9 {
    font-size: calc(var(--font-9) * var(--FONT-ADJUST-SUBHEADING));
  }
  
  .subheading-size-10 {
    font-size: calc(var(--font-10) * var(--FONT-ADJUST-SUBHEADING));
  }
  
  .subheading-size-11 {
    font-size: calc(var(--font-11) * var(--FONT-ADJUST-SUBHEADING));
  }
  
  .subheading-size-12 {
    font-size: calc(var(--font-12) * var(--FONT-ADJUST-SUBHEADING));
  }
  
  .subheading-size-13 {
    font-size: calc(var(--font-13) * var(--FONT-ADJUST-SUBHEADING));
  }
  
  .subheading-size-14 {
    font-size: calc(var(--font-14) * var(--FONT-ADJUST-SUBHEADING));
  }
  
  .subheading-size-15 {
    font-size: calc(var(--font-15) * var(--FONT-ADJUST-SUBHEADING));
  }
  
  .body-size-1 {
    font-size: calc(var(--font-1) * var(--FONT-ADJUST-BODY));
  }
  
  .body-size-2 {
    font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
  }
  
  .body-size-3 {
    font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
  }
  
  .body-size-4 {
    font-size: calc(var(--font-4) * var(--FONT-ADJUST-BODY));
  }
  
  .body-size-5 {
    font-size: calc(var(--font-5) * var(--FONT-ADJUST-BODY));
  }
  
  .body-size-6 {
    font-size: calc(var(--font-6) * var(--FONT-ADJUST-BODY));
  }
  
  .body-size-7 {
    font-size: calc(var(--font-7) * var(--FONT-ADJUST-BODY));
  }
  
  .body-size-8 {
    font-size: calc(var(--font-8) * var(--FONT-ADJUST-BODY));
  }
  
  .body-size-9 {
    font-size: calc(var(--font-9) * var(--FONT-ADJUST-BODY));
  }
  
  .body-size-10 {
    font-size: calc(var(--font-10) * var(--FONT-ADJUST-BODY));
  }
  
  .body-size-11 {
    font-size: calc(var(--font-11) * var(--FONT-ADJUST-BODY));
  }
  
  .body-size-12 {
    font-size: calc(var(--font-12) * var(--FONT-ADJUST-BODY));
  }
  
  .body-size-13 {
    font-size: calc(var(--font-13) * var(--FONT-ADJUST-BODY));
  }
  
  .body-size-14 {
    font-size: calc(var(--font-14) * var(--FONT-ADJUST-BODY));
  }
  
  .body-size-15 {
    font-size: calc(var(--font-15) * var(--FONT-ADJUST-BODY));
  }
  .w-100{
    width: 100% !important;
  }
  .position-relative{
    position: relative;
  }
  .position-absolute{
    position: absolute;
  }
  .shopify-block.shopify-app-block [data-oke-star-rating] {
    margin-bottom: 16px !important;
  } 
  .product__content .oke-sr {
    --oke-stars-foregroundColor: var(--COLOR-SALE-BG);
    --oke-text-regular: 16px;
}

  @media only screen and (min-width: 769px) {
    .heading-desktop-size-1 {
      font-size: calc(var(--font-1) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-desktop-size-2 {
      font-size: calc(var(--font-2) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-desktop-size-3 {
      font-size: calc(var(--font-3) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-desktop-size-4 {
      font-size: calc(var(--font-4) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-desktop-size-5 {
      font-size: calc(var(--font-5) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-desktop-size-6 {
      font-size: calc(var(--font-6) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-desktop-size-7 {
      font-size: calc(var(--font-7) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-desktop-size-8 {
      font-size: calc(var(--font-8) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-desktop-size-9 {
      font-size: calc(var(--font-9) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-desktop-size-10 {
      font-size: calc(var(--font-10) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-desktop-size-11 {
      font-size: calc(var(--font-11) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-desktop-size-12 {
      font-size: calc(var(--font-12) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-desktop-size-13 {
      font-size: calc(var(--font-13) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-desktop-size-14 {
      font-size: calc(var(--font-14) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-desktop-size-15 {
      font-size: calc(var(--font-15) * var(--FONT-ADJUST-HEADING));
    }
  
    .body-desktop-size-1 {
      font-size: calc(var(--font-1) * var(--FONT-ADJUST-BODY));
    }
  
    .body-desktop-size-2 {
      font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
    }
  
    .body-desktop-size-3 {
      font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
    }
  
    .body-desktop-size-4 {
      font-size: calc(var(--font-4) * var(--FONT-ADJUST-BODY));
    }
  
    .body-desktop-size-5 {
      font-size: calc(var(--font-5) * var(--FONT-ADJUST-BODY));
    }
  
    .body-desktop-size-6 {
      font-size: calc(var(--font-6) * var(--FONT-ADJUST-BODY));
    }
  
    .body-desktop-size-7 {
      font-size: calc(var(--font-7) * var(--FONT-ADJUST-BODY));
    }
  
    .body-desktop-size-8 {
      font-size: calc(var(--font-8) * var(--FONT-ADJUST-BODY));
    }
  
    .body-desktop-size-9 {
      font-size: calc(var(--font-9) * var(--FONT-ADJUST-BODY));
    }
  
    .body-desktop-size-10 {
      font-size: calc(var(--font-10) * var(--FONT-ADJUST-BODY));
    }
  
    .body-desktop-size-11 {
      font-size: calc(var(--font-11) * var(--FONT-ADJUST-BODY));
    }
  
    .body-desktop-size-12 {
      font-size: calc(var(--font-12) * var(--FONT-ADJUST-BODY));
    }
  
    .body-desktop-size-13 {
      font-size: calc(var(--font-13) * var(--FONT-ADJUST-BODY));
    }
  
    .body-desktop-size-14 {
      font-size: calc(var(--font-14) * var(--FONT-ADJUST-BODY));
    }
  
    .body-desktop-size-15 {
      font-size: calc(var(--font-15) * var(--FONT-ADJUST-BODY));
    }
  }
  .product__head.hide-desktop .product__title__wrapper .product__title {
    margin-top: 0;
  } 
  @media only screen and (max-width: 768px) {
    .breadcrumbs {
      padding: 0 15px;
      margin: 0;
    }
    .heading-mobile-size-1 {
      font-size: calc(var(--font-1) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-mobile-size-2 {
      font-size: calc(var(--font-2) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-mobile-size-3 {
      font-size: calc(var(--font-3) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-mobile-size-4 {
      font-size: calc(var(--font-4) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-mobile-size-5 {
      font-size: calc(var(--font-5) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-mobile-size-6 {
      font-size: calc(var(--font-6) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-mobile-size-7 {
      font-size: calc(var(--font-7) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-mobile-size-8 {
      font-size: calc(var(--font-8) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-mobile-size-9 {
      font-size: calc(var(--font-9) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-mobile-size-10 {
      font-size: calc(var(--font-10) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-mobile-size-11 {
      font-size: calc(var(--font-11) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-mobile-size-12 {
      font-size: calc(var(--font-12) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-mobile-size-13 {
      font-size: calc(var(--font-13) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-mobile-size-14 {
      font-size: calc(var(--font-14) * var(--FONT-ADJUST-HEADING));
    }
  
    .heading-mobile-size-15 {
      font-size: calc(var(--font-15) * var(--FONT-ADJUST-HEADING));
    }
  
    .body-mobile-size-1 {
      font-size: calc(var(--font-1) * var(--FONT-ADJUST-BODY));
    }
  
    .body-mobile-size-2 {
      font-size: calc(var(--font-2) * var(--FONT-ADJUST-BODY));
    }
  
    .body-mobile-size-3 {
      font-size: calc(var(--font-3) * var(--FONT-ADJUST-BODY));
    }
  
    .body-mobile-size-4 {
      font-size: calc(var(--font-4) * var(--FONT-ADJUST-BODY));
    }
  
    .body-mobile-size-5 {
      font-size: calc(var(--font-5) * var(--FONT-ADJUST-BODY));
    }
  
    .body-mobile-size-6 {
      font-size: calc(var(--font-6) * var(--FONT-ADJUST-BODY));
    }
  
    .body-mobile-size-7 {
      font-size: calc(var(--font-7) * var(--FONT-ADJUST-BODY));
    }
  
    .body-mobile-size-8 {
      font-size: calc(var(--font-8) * var(--FONT-ADJUST-BODY));
    }
  
    .body-mobile-size-9 {
      font-size: calc(var(--font-9) * var(--FONT-ADJUST-BODY));
    }
  
    .body-mobile-size-10 {
      font-size: calc(var(--font-10) * var(--FONT-ADJUST-BODY));
    }
  
    .body-mobile-size-11 {
      font-size: calc(var(--font-11) * var(--FONT-ADJUST-BODY));
    }
  
    .body-mobile-size-12 {
      font-size: calc(var(--font-12) * var(--FONT-ADJUST-BODY));
    }
  
    .body-mobile-size-13 {
      font-size: calc(var(--font-13) * var(--FONT-ADJUST-BODY));
    }
  
    .body-mobile-size-14 {
      font-size: calc(var(--font-14) * var(--FONT-ADJUST-BODY));
    }
  
    .body-mobile-size-15 {
      font-size: calc(var(--font-15) * var(--FONT-ADJUST-BODY));
    }
  }
  
  @media screen and (min-width:1200px) and (max-width:1440px) {
    :root{
    --BTN-FONT-SIZE: 16px;
    }
  }
  @media(min-width: 991px){
    .hide-desktop{display:none !important}
  }
  .border-rounded{
    border-radius: 50%;
  }
  
  .font-size-normal{
    font-size: 16px;
  }
  .bg-white{
    background-color: #fff;
  }
  .text-white{
    color: var(--text-white);
  }
  .text-heading{
    color: var(--COLOR-HEADING);
  }
  .text-body{
    color: var(--text);
  }
  .product-tabs .content{
    gap: 16px;
    margin: 16px 0;
  }
.product-item__info {
  padding: calc(var(--inner) / 2) 0;
}
.product-item__info .swatch__button .sibling__link {
    border-radius: 0;
    border: 2px solid #EFEFEF;
}
.product-item__label {
    font-weight: 500;
    font-size: calc(.88rem * var(--FONT-ADJUST-BODY));
    color: #78797b;
    letter-spacing: .105px;
    line-height: 1.69;
}
.product-item__title {
    position: relative;
    font-weight: var(--FONT-WEIGHT-BODY-BOLD);
    font-size: calc(1rem * var(--FONT-ADJUST-BODY));
    color: var(--COLOR-TEXT);
    line-height: 1.3;
    margin: 0;
    transition: color .3s;
}
.product-item__color {
    font-weight: var(--FONT-WEIGHT-BODY);
    font-size: calc(.875rem * var(--FONT-ADJUST-BODY));
    color: var(--COLOR-TEXT);
    line-height: 1.71;
}
.product-item__price {
    flex: 0 1 auto;
    font-weight: 700;
}
.product-information .price {
    font-size: calc(1.125rem * var(--FONT-ADJUST-BODY));
    color: var(--accent);
    line-height: 1.69;
}

.hero__description {
    max-width: 550px;
    margin: 0 auto 28px;
    line-height: 1.5;
}

.subcollections {
  --link: var(--text);
  background-color: var(--bg);
  position: relative;
  overflow: hidden;
}
.subcollection__inner{
  padding-top: 137%;
}
.subcollections .grid--slider{
  --item-width: 15%!important;
}

.collection__title + .subcollections .subcollections__inner {
  padding-top: 0;
}

.subcollection__item {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.image-overlay-bottom {
  background: linear-gradient(to bottom, #0000000f, #000);
}
@media only screen and (min-width: 769px) {
    .grid--slider.is-enabled {
        cursor: grab;
    }
}
@media only screen and (min-width: 990px) {
    .grid--slider {
        --item-width: calc((100vw - var(--scrollbar-width) - var(--outer) * 2) * .28);
    }
}
.subcollections .slider__button{
    border-radius: 10px;
}
#CollectionLoop{
    margin-bottom: 80px;
  }
  #CollectionLoop .related-collections__featured-image-item{
    grid-column: span 2;
  }
  #CollectionLoop .related-collections__featured-image-item .related-collections__featured-image{
    margin-bottom: 20px;
  }
  #CollectionLoop .related-collections__featured-image-item .related-collections__content h2{
    /* font-size: 28px; */
    line-height: 90%;
    margin-bottom: 12px;
  }
  #CollectionLoop .related-collections__featured-image-item .related-collections__content p{
    /* font-size: 18.331px; */
    line-height: 130%;
  }
  #CollectionLoop .related-collections__featured-image-item img, picture {
    width: 100%;
    max-width: 100%;
    display: block;
    height: auto;
}  
.radio__button {
    padding: 4px 2px;
}
.radio__legend__option-name {
  flex-basis: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  overflow-wrap: anywhere;
  font-weight: 400;
}
.radio__legend__option-name {
  flex-basis: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  overflow-wrap: anywhere;
  font-weight: 400;
}

.select__fieldset, .radio__fieldset{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
img, picture {
    width: 100%;
    max-width: 100%;
    display: block;
    height: auto;
}
.object-fit-contain {
    object-fit: contain !important;
}
/* simple gallery  */
.simple-gallery {
    padding: 1rem 0;
    --swiper-pagination-color: var(--accent);
  }
  
  .simple-gallery .swiper-pagination {
    position: relative;
    margin-top:24px;
  }
  
  .simple-gallery .swiper-pagination-bullet {
    --swiper-pagination-bullet-width: 6px;
    --swiper-pagination-bullet-height: 6px;
    --swiper-pagination-bullet-border-radius: 5.5px
  }
  
  .simple-gallery .swiper-pagination-bullet-active {
    --swiper-pagination-bullet-width: 11px
  }
  
  .simple-gallery h2 {
    margin-bottom: 1rem;
    font-size: 2rem
  }
  
  @media(min-width: 768px) {
    .simple-gallery h2 {
      margin-bottom: 1.5rem;
      font-size: 2rem
    }
  }
  
  @media(min-width: 991px) {
    .simple-gallery h2 {
      font-size: 2.5rem
    }
  }
  
  .simple-gallery__slide {
    width: 100%;
    max-width: 285px;
    box-sizing: content-box
  }
  
  @media(min-width: 991px) {
    .simple-gallery__slide {
      width: 30%;
      max-width: 480px;
    }
  }
  
  .simple-gallery__slide:first-child {
    padding-left: 1rem
  }
  
  @media(min-width: 991px) {
    .simple-gallery__slide:first-child {
      padding-left: 3rem
    }
  }
  
  .simple-gallery__slide:first-child img {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
  }
  
  .simple-gallery__slide:last-child {
    padding-right: 1rem
  }
  
  @media(min-width: 991px) {
    .simple-gallery__slide:last-child {
      padding-right: 3rem
    }
  }
  
  .simple-gallery__slide:last-child img {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
  }

  @media only screen and (min-width: 990px) {
    .form__width {
      max-width: 100%;
      margin: 0 auto;
    }
  }
.bundle-page .okeReviews[data-oke-container].oke-w, .bundle-page div.okeReviews.oke-w {
    /* max-width: unset; */
}

.bundle-page .main-product .oke-sr {
    --oke-stars-foregroundColor: #E56849
}

.bundle-page .main-product .okeReviews[data-oke-container],
.bundle-page .main-product div.okeReviews {
    font-weight: 500;
    color: #1f1f1f
}
    
  @media screen and (max-width: 719px) {
    .shopify-block.shopify-app-block [data-oke-star-rating]{
      margin-bottom:8px!important;
    }
  }
.product__siblings .radio__legend__value{
  font-size: var(--font-body-medium);
  flex-basis: fit-content;
}
.reviews {
  color: var(--text);
}
.ratings .icon{
  stroke: var(--text, currentColor);
}
.product__content .d-flex.flex-wrap.form__width > div{
  width: 100%;
}

.product-accordion {
  --icon-size: 24px;
  padding-top: 1px;
}
.product-accordion .accordion__title {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/* bundle product style start */
@media only screen and (min-width: 769px) {
  .product__wrapper--thumbnails-left .product__images {
    display: flex;
    position: sticky;
    top: var(--header-sticky-height, 0px);
    /* width: 50%;  */
  }
  .bundle-page .product__wrapper--thumbnails-left .product__images {
    width: 40%;
  }
  .product__wrapper--thumbnails-left .product__thumbs__holder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    flex-flow: column;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .product__wrapper--thumbnails-left .product__thumbs {
    position: relative;
    overflow: hidden;
    order: -1;
    margin: 0 10px 0 0;
    flex: 0 0 98px;
    width: 98px;
  }
  .product__wrapper--thumbnails-left .product__thumb {
    margin: 0 0 20px;
    padding: 0;
    font-size: 0;
  }
  .product__wrapper--thumbnails-left .product__thumb:last-child {
    margin-bottom: 0;
  }
  .product__wrapper--thumbnails-left .product__slides {
    flex: 1 1 auto;
  }
}
@media only screen and (min-width: 1300px) {
  .bundle-page .product__wrapper--thumbnails-left .product__images {
    width: 50%;
  }
}
@media only screen and (max-width: 1150px) {
  .bundle-page .product__page{
    flex-direction: column;
  }
  .bundle-page .product__wrapper--thumbnails-left .product__images,
  .bundle-page .product__content {
    width: 100% !important;
    padding: 0;
    position: unset;
  }
  .bundle-page .form__width{
    max-width: unset;
  }
  .landing-page .form__width .product__title__wrapper, .landing-page .form__width [data-oke-star-rating],
  .landing-page .form__width .product__price__wrap,
  .landing-page .form__width .product__description{
    display: none;
  }
}
/* .landing-page.bundle-page .tab .product__price--off {
  color: var(--COLOR-SALE-BG);
  background: transparent;
  margin-left: 0;
} */
@media only screen and (min-width: 769px) {
  /* .product__content {
    padding-left: 21px;
    width: 50%;
  } */
  .bundle-page .product__content{
    width: 60%;
    padding-left: 40px;
  }
  .product__content .d-flex.flex-wrap.form__width > div.product__head{
    width: 75%;
  }
  .bundle-page .product__content .d-flex.flex-wrap.form__width > div.product__head{
    width: 69%;
  }
  .product__content .d-flex.flex-wrap.form__width > div.product_price_block{
    width: 25%;
  }
  .bundle-page .product__content .d-flex.flex-wrap.form__width > div.product_price_block{
    width: 31%;
  }
  @media only screen and (min-width: 769px) {
    .product__price__wrap {
        justify-content: flex-end;
    }
  }
  .product__price {
    margin: 0;
    font-size: 24px;
    line-height: var(--line-height-normal);
    align-items: flex-start;
    color: var(--COLOR-HEADING);
}
  .product__wrapper--thumbnails-left .product__thumbs {
    position: relative;
    overflow: hidden;
    order: -1;
    margin: 0 10px 0 0;
    flex: 0 0 98px;
    width: 98px;
    height: unset;
  }
   .bundle-page .product__page {
    display: flex;
    align-items: flex-start;
  }
}
@media(max-width: 990.98px) {
 .bun-collection {
    flex-direction: column
  }
}

.bundle-page .bun-collection .description-sec {
  width: 25%;
  margin-right: 12px;
}

@media(max-width: 990.98px) {
  .bundle-page .bun-collection .description-sec {
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin: 0 auto 24px
  }
}

@media (min-width:450px) and (max-width: 767.98px) {
  .bundle-page .bun-collection .description-sec {
    max-width: 330px
  }
}

.bundle-page .bun-collection .description-sec .heading {
  line-height: 1.15;
  letter-spacing: .384px;
  margin-bottom: 15px
}

@media(max-width: 767.98px) {
  .bundle-page .bun-collection .description-sec .heading {
    font-size: 32px
  }
}

.bundle-page .bun-collection .description-sec p:not(.heading) {
  font-size: 17px;
  line-height: 1.32
}

.bundle-page .bun-collection .bundle-coll-products {
  width: 75%;
  gap: 12px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
}

@media(max-width: 990.98px) {
  .bundle-page .bun-collection .bundle-coll-products {
    width: 100%
  }
}

.bundle-page .bun-collection .bundle-coll-products li {
  width: calc(33.33% - 12px)
}

@media(max-width: 990.98px) {
  .bundle-page .bun-collection .bundle-coll-products li {
    width: calc(50% - 12px)
  }
}

.bundle-page .bun-collection .bundle-coll-products li .img-overlay span {
  max-width: 350px
}

.bundle-page .main-product {
  padding-top: 20px;
  --oke-text-regular: 16px;
  grid-template-columns: unset
}

@media(min-width: 1200px) {
  .bundle-page .main-product {
    grid-template-columns: repeat(24, 1fr)
  }
}

.bundle-page .main-product .main-product__media--thumbnails-left {
  display: unset
}

@media(min-width: 1200px) {
  .bundle-page .main-product .main-product__media--thumbnails-left {
    display: grid
  }
}

@media(max-width: 1199.98px) {
  .bundle-page .main-product .main-product-media__thumbnails {
    display: none
  }
}

.bundle-page .main-product .product-media__buttons {
  display: grid !important;
  padding-bottom: 25px
}

@media(min-width: 1200px) {
  .bundle-page .main-product .product-media__buttons {
    display: none !important
  }
}

@media(max-width: 767.98px) {
  .bundle-page .main-product {
    padding-top: 0
  }
}

.bundle-page .main-product .slider-dots>ol>li[active] {
  background-color: #e56849
}

.bundle-page .main-product .main-product__blocks {
  padding-left: 0
}

@media(min-width: 1200px) {
  .bundle-page .main-product .main-product__blocks {
    padding-left: 25px
  }
}

@media(min-width: 1200px) {

  .bundle-page .main-product .main-product__blocks,
  .bundle-page .main-product .main-product__media-gallery-wrapper {
    grid-column: span 12
  }
}

@media(min-width: 991px)and (max-width: 1199.98px) {

  .bundle-page .main-product .main-product__blocks,
  .bundle-page .main-product .main-product__media-gallery-wrapper {
    grid-column: span 6
  }
}

@media screen and (min-width: 1200px)and (max-width: 1300px) {
  .bundle-page .main-product .main-product__media-gallery-wrapper {
    grid-column: span 11
  }
}

@media screen and (min-width: 1200px)and (max-width: 1300px) {
  .bundle-page .main-product .main-product__blocks {
    grid-column: span 13
  }
}

@media(max-width: 1199.98px) {
  .bundle-page .main-product .product-title {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
    margin-bottom: 16px
  }
}

.bundle-page .main-product .main-product__title {
  margin: 0
}

.bundle-page .main-product .oke-sr {
  --oke-stars-foregroundColor: #E56849
}

.bundle-page .main-product .okeReviews[data-oke-container],
.bundle-page .main-product div.okeReviews {
  font-weight: 500;
  color: #1f1f1f
}

.bundle-page .main-product .main-product__block-price {
  display: flex;
  align-items: center
}

.bundle-page .main-product .price-details .price--on-sale .price__sale {
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: nowrap
}

.bundle-page .main-product .price-details .price-item {
  margin: 0 11px 0 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%
}

.bundle-page .main-product .price-details .price-item.price-item--regular {
  color: #989898;
  font-size: 20px;
  font-weight: 400;
  line-height: 112%;
  margin: 0
}

.bundle-page .main-product .card-badges__badge--sale {
  border-radius: 4px;
  border: 1px solid rgb(var(--color-accent));
  background: rgb(var(--color-accent));
  padding: 6px 10px;
  font-size: 16px;
  line-height: 112%;
  color: #fcfaf6;
  min-width: 93px;
  justify-content: center
}

.bundle-page .main-product .main-product__block-description {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: none;
  text-align: left;
  color: #1f1f1f;
  padding-bottom: 24px;
  border-bottom: 1px solid #c3c3c3;
  margin-top: 8px
}

@media(max-width: 767.98px) {
  .bundle-page .main-product .main-product__block-description {
    margin-top: 14px;
    border: none;
    margin-bottom: 30px;
    padding-bottom: 0
  }
}

.bundle-page .featured-collection-section {
  padding-right: 0
}

.bundle-page .featured-collection-section .section-heading {
  padding-bottom: 12px
}

.bundle-page .featured-collection-section .section-heading .section-heading__heading {
  font-size: 40px;
  line-height: 112%
}

@media(max-width: 767.98px) {
  .bundle-page .featured-collection-section .section-heading .section-heading__heading {
    font-size: 32px
  }
}

.bundle-page .featured-collection-section .swiper .scroller-mobile,
.bundle-page .featured-collection-section .swiper .scroller-tablet {
  overflow-y: unset
}

@media(min-width: 1600px) {
  .bundle-page .featured-collection-section .swiper {
    padding-left: 0
  }
}

.bundle-page .featured-collection-section .view-all-bottom .tap {
  width: 100%;
  max-width: 216px;
  border-radius: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .265px;
  justify-content: center;
  padding: 9px
}

.bundle-page .featured-collection-section .view-all-bottom .tap span {
  display: none
}

.bundle-page .simple-gallery {
  padding: 0
}

.bundle-page .simple-gallery h2 {
  color: #015f8d
}

@media(max-width: 767.98px) {
  .bundle-page .simple-gallery h2 {
    font-size: 32px
  }
}

@media(max-width: 767.98px) {
  .bundle-page .simple-gallery .simple-gallery__slide {
    max-width: 280px
  }
}

.bundle-page .main-product__block-collapsible-tab .collapsible-content-title {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 500
}

.bundle-page loess-collapsible-panel p {
  color: #1f1f1f
}

.bundle-page .okeReviews[data-oke-container].oke-w,
.bundle-page div.okeReviews.oke-w {
  /* max-width: unset */
}

.bundle-page .bundle_products {
  border-radius: 7px;
  border: 1px solid #c3c3c3;
  padding: 16px;
  margin-bottom: 12px;
  padding-bottom: 0;
  margin-top: 37px;
}
.landing-template .bundle_products {
  margin-top: 15px;
}
.bundle-page .bundle_products.selected{
  border: 2px solid var(--Brand-Blue, #1C4260);
}

.bundle-page .bundle_products .bundle-heading {
  line-height: 120%;
  color: #1C4260;
  font-size: 18px;
  font-weight: 700;
}

.bundle-page .bundle_products .tab input, #landing-page .bundle_products .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1
}

.bundle-page .bundle_products .tab input+.tab__label::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2725%27 viewBox=%270 0 24 25%27 fill=%27none%27%3E%3Cpath d=%27M12 5.5V19.5%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M5 12.5H19%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  width: 24px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 0;
  display: block
}

.bundle-page .bundle_products .tab input:checked~.tab__content {
  max-height: 42rem;
  margin-top: 24px
}

@media screen and (max-width:767px) {
  .bundle-page .bundle_products .tab input:checked~.tab__content {
    max-height: 50rem;
  }
}


.bundle-page .bundle_products .tab input:checked+.tab__label::after {
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M5 12H19%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M5 12H19%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  top: 0;
}

.bundle-page .bundle_products .tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all .35s;
  margin-top: 17px
}

.bundle-page .bundle_products .tab__content .select_box select {
  border-radius: 10px;
  border: 1px solid #1C4260;
  padding: 20px 13px;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #1C4260;
  background: #fff;
  margin: 0;
}

.bundle-page .bundle_products .tab__content .select_box select:focus {
  outline: none
}

.bundle-page .bundle_products .tab__content .select_box::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2728%27 height=%2728%27 viewBox=%270 0 28 28%27 fill=%27none%27%3E%3Cpath d=%27M19.355 10.0216L14 15.365L8.645 10.0216L7 11.6666L14 18.6666L21 11.6666L19.355 10.0216Z%27 fill=%27%23101010%27/%3E%3C/svg%3E");
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translate(0px, -50%);
  pointer-events: none
}

.bundle-page .bundle_products .tab__content .sel-val {
  color: #1C4260;
  margin-bottom: 8px;
  gap: 5px
}
.bundle-page .bundle_products .tab__content .sel-val.font-size-normal {
  font-size: 16px;
}

.bundle-page .bundle_products .tab__content .sel-val span {
  color: #1c4260;
  /* font-size: 1px; */
}
.bundle-page .bundle_products .tab__content .swatch_listing {
  margin-bottom: 17px;
  padding-left: 4px;
  margin-top: 20px
}

.bundle-page .bundle_products .tab__content .swatch_listing .bundle_groups {
  margin-bottom: 18px
}

.bundle-page .swatch__button input ~ label{
  overflow: unset;
}

.bundle-page .bundle_products .tab__content .swatch_listing .product-variation__list {
  gap: 6px;
  display: flex;
  flex-wrap: wrap;
  /* overflow: scroll; */
}

.bundle-page .bundle_products .tab__content .swatch_listing input+.card-swatches__button::after {
  content: none
}

.bundle-page .bundle_products .tab__content .swatch_listing input:checked+.card-swatches__button::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: 1px solid #015f8d;
  background-color: rgba(0, 0, 0, 0)
}

.bundle-page .bundle_products .tab__content .swatch_listing .card-swatches__swatch {
  display: none;
}

.bundle-page radio-swatch.swatches.swatch__button.swatch__button--square.swatch__button{
  margin: 0;
}

.bundle-page .bundle_products .tab__content .size_listing {
  margin-bottom: 16px
}

.bundle-page .bundle_products .tab__content .size_listing > span{
  font-size: 16px;
  color: #1C4260;
}

.bundle-page .bundle_products .tab__content .size_listing .sel-val {
  margin-bottom: 10px
}

.bundle-page .bundle_products .tab__content .size_listing .size-swatch-container {
  gap: 6px;
  row-gap: 12px;
  flex-wrap: wrap;
}
.bundle-page .bundle_products .tab__content .size_listing .radio__button{
  min-width: inherit
}
.bundle-page .bundle_products .tab__content .size_listing .size-swatch-container .size_swatch input:checked+label {
  border-color: #1f1f1f
}
.landing-template .bundle_products .tab__content .size_listing .size-swatch-container .size_swatch input:checked+label {
  border-color: #1C4260;
  background: #1C4260;
  color: #fff;
}

.bundle-page .bundle_products .tab__content .size_listing .size-swatch-container .size_swatch input:disabled+label {
  background-color: #c3c3c3;
  pointer-events: none;
  opacity: .3
}

.bundle-page .main-product__block-collapsible-tab .collapsible-content-text>div {
  padding: 15px 0 40px
}

.bundle-page .final_atc_step {
  border-radius: 7px;
  border: 1px solid #c3c3c3;
  padding: 16px 16px 0
}

.bundle-page .final_atc_step .item_list {
  gap: 20px
}

.bundle-page .product__price {
  font-size: 20px;
}
@media(max-width: 767.98px) {
  .bundle-page .bundle_products .tab__content .sel-val.font-size-normal{
    align-items: center;
    line-height: normal;
  }
  .bundle-page .bundle_products .tab__content .sel-val span {
    color: #015f8d;
    font-size: 14px;
    line-height: normal;
  }
  .bundle-page .final_atc_step .item_list {
    gap: 5px
  }
  .bundle-page .bundle_products .tab__content .swatch_listing{
    margin-top: 12px;
    padding-left: 0;
  }
  .bundle-page .bundle_products .tab__content .swatch_listing .bundle_groups {
    margin-bottom: 12px;
  }
  .bundle-page .bundle_products .tab__content .size_listing{
     margin-bottom: 6px; 
  }
  .landing-page.bundle-page .bundle_products .tab input:checked~.tab__content{
    margin-top: 6px !important;
  }
  .bundle-page .bundle_products .tab__content .select_box select, 
  .landing-page.bundle-page .bundle_products{
    padding: 6px 13px !important;
  }
  .bundle-page .bundle_products .tab input+.tab__label:after{
    top: 4px;
  }
  .final_atc_step-wrapper {
    height: auto;
  }
  .bundle-page .bundle_products .tab__content .swatch_listing .product-variation__list{
    padding: 0 4px;
  }

}
@media(max-width: 768px) {
  .bundle-page .final_atc_step {
    background: #fff;
    width: 100%;
  }
  .bundle-page .final_atc_step.fixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
  }
}
.bundle-page .final_atc_step .item_list .item>span {
  width: 166px;
  height: 156px;
  background: #f7f7f7;
  border-radius: 1.356px;
  border: 1px dashed var(--COLOR-TEXT);
  margin-bottom: 6px
}

.bundle-page .final_atc_step .item_list .item>span.active-img {
  border: 1px solid var(--COLOR-TEXT);
}

.bundle-page .final_atc_step .item_list .item>span.active-img span {
  border: 1px solid var(--COLOR-TEXT);
  color: var(--COLOR-TEXT);
}

@media(max-width: 767.98px) {
  .bundle-page .final_atc_step .item_list .item>span {
    width: 100px;
    height: 100px;
    margin: 0 auto 6px
  }
  .landing-page.bundle-page .bundle_products .product__description{
    display: none;
  }
  .bundle-page .bundle_products .tab__content .size_listing .size-swatch-container .size_swatch input+label{
    padding: 3px 14px;
  }
}
@media(max-width: 420px) {
  .bundle-page .final_atc_step .item_list .item>span {
    width: 85px;
    height: 85px;
    margin: 0 auto 6px
  }
}

.bundle-page .final_atc_step .item_list .item>span span {
  height: 28px;
  width: 28px;
  border: 1px solid #898989;
  color: #898989;
  top: 6px;
  left: 8px;
  font-weight: 600;
  background-color: #f7f7f7;
  align-items: center;
  line-height: 1;
}

.bundle-page .final_atc_step .item_list .item>span img {
  object-position: bottom;
  object-fit: contain;
}

.bundle-page .final_atc_step .item_list .item .product-det {
  font-size: 14px;
  color: #898989
}

.bundle-page .final_atc_step .item_list .item .product-det p:first-child {
  color: var(--COLOR-TEXT);
  font-size: 16px;
}

.bundle-page .final_atc_step .item_list .item .product-det p:nth-child(2) {
  color: var(--COLOR-TEXT);
  font-size: 14px
}

.bundle-page .final_atc_step .item_list .item .product-det p:last-child s {
  color: var(--COLOR-TEXT);
}

.bundle-page .final_atc_step .item_list .item .product-det p:last-child span {
  color: var(--COLOR-TEXT);
}

.bundle-page .final_atc_step button {
  margin: 14px 0 16px;
  opacity: 1;
}

.bundle-page .final_atc_step button:disabled {
  background: var(--COLOR-TEXT);;
  border-color: var(--COLOR-TEXT);;
  opacity: .7;
  pointer-events: none
}

.bundle-page .final_atc_step button [data-atc-price] s {
  opacity: .58
}

.sticky_atc_btn{
  padding: 15px 47px;
}
@media (max-width: 767.98px) {
  .sticky_atc_btn {
      padding: 18px 15px 20px;
  }
}

.sticky_atc_btn button {
  background: #fff;
  border-radius: 8px;
  font-size: 18px
}

.sticky_atc_btn button [data-atc-price] s {
  opacity: .58
}

.sticky_atc_btn h4 {
  margin-bottom: 6px
}

.sticky_atc_btn .price--on-sale .price__sale {
  flex-direction: row-reverse
}

.sticky_atc_btn .price-item.price-item--regular {
  color: #a4c4d3
}

.sticky_atc_btn .main-product__block-price .price--show-badge {
  column-gap: 11px
}

.sticky_atc_btn .card-badges__badge--sale {
  background: #fff;
  color: #015f8d;
  font-size: 16px;
  border-radius: 4px;
  height: 26px
}

.sticky_atc_btn .bundle_items {
  width: 128px
}

.sticky_atc_btn .bundle_items .img-cont {
  margin: 0 -15px;
  z-index: 1;
  transition: .3s
}

.sticky_atc_btn .bundle_items .img-cont img {
  width: 64px;
  height: 64px;
  border: 1px solid #015f8d;
  object-fit: cover;
  object-position: bottom
}

/* accordian */

.accordion {
  display: block;
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
  color: var(--text);
  background-color: var(--bg);
  margin-top: -1px;
  text-align: left;
}

.accordion__title {
  display: flex;
  align-items: center;
  padding: 1.5rem 30px 1.5rem 0;
  margin: 0;
  font-weight: 500;
}

.accordion__title .icon__animated {
  margin: 0 var(--inner) 0 0;
  align-self: start;
  min-height: calc(var(--font-4) * var(--FONT-ADJUST-HEADING) * 1.2);
}

.accordion__title .icon__animated .icon {
  position: static;
  transform: none;
}

.accordion__content {
  padding-bottom: 1rem;
  line-height: 1.5;
}

select.zrx-sticky-atc-select:not(:has(option + option)) + .zrx-sticky-atc-select-label {
  display: none;
}

.swatch__button .sibling__link, .swatch__button .swatch__link, .swatch__button input~label{
  border: 1px solid #DCDCDC;
}
radio-swatch.current_sibling_container .sibling__link:after {
    border: 1px solid #1C4260;
    padding: 1px;
 }
 .swatch__button--square .sibling__link:after, .swatch__button--square input~label:after{
  top: calc(var(--swatch-outline-offset) * -1.3);
  left: calc(var(--swatch-outline-offset) * -1.3);
  background: unset;
 }

 .template-product .faq-list__item{
  font-size: var(--FONT-SIZE-BASE);
 }

@media(max-width: 767.98px) {
  body .shopify-app-block #insta-feed{
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  #insta-feed h2{
    flex-direction: column!important;
    align-items: center!important;
    gap: 10px!important;
  }
}
#insta-feed h2{
  display: flex!important;
  justify-content: space-between!important;
}
#insta-feed a.btn{
  padding: var(--btn-top) var(--btn-left)!important;
  border: 1px solid var(--btn-border)!important;
  background-color: var(--btn-bg)!important;
  color: var(--btn-text)!important;
  text-decoration: none!important;
  position: relative!important;
  display: inline-flex!important;
  z-index:1;
}

/* Mega Menu */
.dropdown__family .navlink--child .navtext{
  font-size: var(--FONT-HEADING-SMALL);
}
.drawer--header .drawer__content {
  line-height: 1.5;
  /* --item-height: 55px; */
}
.sliderow[data-level="0"]{padding-bottom: 5px;}
span.shop-link.link-title svg{
  padding-left: 5px;
}
.grandparent .header__grandparent__links {
  display: flex;
  grid-column-gap: 42px;
  padding-left: var(--outer);
  padding-right: var(--outer);
  justify-content: center;
}
.menu-mega-links__image-wrapper{
  margin-bottom: 15px;
}
.grandparent .navlink--child {
  margin-bottom: 14px;
  padding: 0;
}
.grandparent .navlink--grandchild {
  padding: 0;
  margin-bottom: 14px;
}
.menu__item.grandparent .navlink--grandchild{
  /* font-weight: 400; */
}
.grandparent .dropdown__family {
  padding-left: 0;
  padding-right: 0;
}
.dropdown__family.link_group{
  max-width: 230px;
}
.grandparent.kids-1 .header__grandparent__links .dropdown__family {
  width: 100%;
}

.grandparent.kids-2 .header__grandparent__links .dropdown__family {
  width: calc(100% / 2);
}

.grandparent.kids-3 .header__grandparent__links .dropdown__family {
  width: calc(100% / 3);
}

.grandparent.kids-4 .header__grandparent__links .dropdown__family {
  width: calc(100% / 4);
}

.grandparent.kids-5 .header__grandparent__links .dropdown__family {
  width: calc(100% / 5);
}

.grandparent.kids-6 .header__grandparent__links .dropdown__family {
  width: calc(100% / 6);
}

.grandparent.kids-7 .header__grandparent__links .dropdown__family {
  width: calc(100% / 7);
}

.grandparent.kids-8 .header__grandparent__links .dropdown__family {
  width: calc(100% / 8);
}

.grandparent.kids-9 .header__grandparent__links .dropdown__family {
  width: calc(100% / 9);
}
.grandparent .navlink--grandchild .navtext {
  display: flex;
  align-items: center;
  line-height: 21px;
  gap: 5px;
}

.navlink--grandchild:hover {
  color: var(--link-hover);
}
.grandparent .navlink--grandchild span:first-of-type:after {
  content: none;
}
/* Mobile menu */
.sliderow__title span:first-of-type .shop-link{
  display: flex;
  align-items: center;
}

[data-collapsible-trigger] {
  position: relative;
  cursor: pointer;
  list-style: none;
}
[data-collapsible-trigger] > * {
  pointer-events: none;
}
[data-collapsible-trigger] .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
[data-collapsible-trigger] .icon-minus {
  visibility: hidden;
  opacity: 0;
}

[data-collapsible-body] {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

[data-collapsible-content] {
  display: grid;
  grid-template-columns: 100%;
  transition: transform 0.3s ease-in, opacity 0.3s ease-out;
  opacity: 0.001;
  transform: translateY(-20px);
}

[data-collapsible][open=false] [data-collapsible-content] {
  animation: fadeOutDown 0.3s ease-in;
}

[data-collapsible][open] [data-collapsible-trigger] .icon-minus,
[data-collapsible][open=true] [data-collapsible-trigger] .icon-minus {
  visibility: visible;
  opacity: 1;
}
[data-collapsible][open] [data-collapsible-trigger] .icon-plus,
[data-collapsible][open=true] [data-collapsible-trigger] .icon-plus {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50%) rotate(90deg);
}
[data-collapsible][open] [data-collapsible-content],
[data-collapsible][open] [data-collapsible-content] {
  opacity: 1;
  transform: none;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
  animation: fadeInUp 0.3s ease-in;
}
.drawer__main-menu {
  font-family: var(--FONT-STACK-NAV);
}
.drawer--header .accordion[data-level="0"],
.drawer__main-menu > .no-nested-links{
  border-top: 0;
  margin: 0;
  border-bottom: 1px solid rgba(var(--COLOR-HEADING-RGB) , 0.3);
  font-weight: bold;
}
.drawer--header .accordion:not([data-level="0"]){
  border: 0;
}

[data-bundle-collpasible] [data-collapsible][open] [data-collapsible-body]{
  overflow: scroll;
}
[data-collapsible][open] [data-collapsible-body]{
  height: auto;
}

[data-collapsible] .icon-circle-minus{
  display: none;
}

[data-collapsible][open] > summary .icon-circle-plus{
  display: none;
}

[data-collapsible][open] > summary .icon-nav-arrow-up{
  transform: rotate(180deg);
}

[data-collapsible][open] > summary .icon-circle-minus{
  display: unset;
}

.drawer__menu [data-collapsible] .icon.icon-circle-minus,
.drawer__menu [data-collapsible] .icon.icon-circle-plus{
  width: var(--icon-size);
  height: var(--icon-size);
  fill: var(--COLOR-HEADING);
} 

[data-collapsible] .icon.icon-nav-arrow-up{
  width: 24px;
  height: 24px;
  stroke: var(--COLOR-HEADING);
}

details[disabled] [data-collapsible-trigger] {
  cursor: default;
  pointer-events: none;
}
details[disabled] [data-collapsible-trigger] .icon {
  display: none;
}
details[disabled] [data-collapsible-body] {
  height: auto;
  transition: none;
}
details[disabled] [data-collapsible-content] {
  opacity: unset;
  transform: none;
  transition: none;
}

.no-js [data-collapsible][open] [data-collapsible-body] {
  height: auto;
}
span.shop-link.link-title {
    display: flex;
    align-items: center;
}
[data-add-to-cart-text] .btn__price{
  display: none;
}

header-drawer .drawer__content__scroll{
  display: block;
}

@media only screen and (min-width: 750px) {
    #about-us-soludos .hero__rte, #about-us-soludos .hero__description, #about-us-soludos .rte {
        font-size: 18px;
        line-height: 1.3;
    }
}

/* custom sticky cart */
.sticky-cart {
    z-index: 99;
    width: 100%;
    font-family:var(--FONT-STACK-BODY);
    min-height: 5rem;
    display: flex;
    flex-wrap: wrap;
    flex-flow: row nowrap;
    visibility: visible;
    align-items: center;
    padding: 0 16px;
    justify-content: space-between;
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    transition: all 0.3s ease;
}
.sticky-cart.visible {
  opacity: 1;
  transform: translateY(0);
}
.sticky-atc-product-container{
    flex: 1 1 auto;
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-flow: row nowrap;
    overflow: hidden;
    width: auto;
}
.sticky-atc-product-form{
    flex: 1 1 auto;
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-flow: row nowrap;
    overflow: hidden;
    width: auto;
}
.sticky-atc-product-img-wrapper{
    width: 100%;
    min-height: 5rem;
    display: flex;
    flex-flow: row nowrap;
    visibility: visible;
    align-items: center;
    justify-content: space-between;
    padding: 6px 6px 6px 10px;
    box-sizing: border-box;
    font-size: 1.3rem;
    line-height: 1.9rem;
}
.sticky-atc-product-img{
    width: 74px;
    height: 74px;
    min-width: unset;
    margin-right: 12px;
    border: none;
    background-position: center center;
    background-size: cover;
    border-radius: 4px;
}

.sticky-atc-product-title-price-wrapper{
  display: flex;
  gap: 6px;
  flex-direction: column;
  width: calc(100% - 5.6rem);
  padding: 10px 0;
}
.sticky-atc-product-title-price-wrapper .product__price__wrap{
  justify-content: flex-start !important;
}
.sticky-atc-product-title-price-wrapper .product__price{
  color: var(--text);
  display: flex;
}
.sticky-atc-product-variants {
    display: flex;
    flex: 1 1 auto;
    justify-content: end;
}
.sticky-atc-select-wrapper {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 210px;
  min-width: 9rem;
  flex: 1 1 auto;
}

.sticky-atc-select-wrapper select{
  width: 100%;
  background-color: #fff;
  height: 50px;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  background-image: url('');
  border: none;
  padding: 0px 2.3rem 0px 1.2rem;
  width: 100%;
  font-size: 16px;
  line-height: 1.9rem;
  text-overflow: ellipsis;
  outline: none;
  box-shadow: none;
  margin: 0;
  color: var(--COLOR-HEADING);
  font-family: var(--FONT-STACK-BODY);
}
.sticky-option{
  pointer-events: none;
}
.sticky-atc-select-label{
  position: absolute;
  right: 20px;
  pointer-events: none;
}
.sticky-atc-main-button {
  border-radius: 0;
  font-size: 16px;
  Background-color: var(--COLOR-BG-ACCENT-LIGHTEN);
  color: var(--BTN-PRIMARY-TEXT);
  line-height: normal;
  height: 50px;
  min-width: 300px;
}
.sticky-atc-main-button.disabled {
  pointer-events: none;
  opacity: .8;
}

.sticky-atc-product-title, .product__price__wrap [data-product-price]{
  font-size: 16px;
}
@media(min-width: 768px) {
  .sticky-atc-select-wrapper select.sticky-option{
    display: none;
  }
}
@media(max-width: 767px) {
  .sticky-cart{
    flex-wrap: wrap;
    padding-top: 8px;
    padding-bottom: 8px;
    gap: 6px;
  }
  .sticky-atc-select-wrapper{
    padding-left: 0;
    max-width: unset;
    min-width: unset;
    gap: 15px;
    padding-right: 0;
  }
  .sticky-atc-product-container{
    display: none;
  }
  .sticky-atc-product-actions-wrapper, .sticky-atc-product-actions-wrapper .sticky-atc-main-button{
    width: 100%;
  }
}
[data-add-to-cart] .product__price--strike{
  color: var(--BTN-PRIMARY-TEXT);
  opacity: .8;
}

span.new-badge {
  color: #fff;
  text-transform: capitalize;
  background: #1C4260;
  padding: 5px 5px;
  border-radius: 3px;
  line-height: 1.2;
  font-family:var(--FONT-STACK-BODY);
  font-size: 12px;
}
span.with-tag {
    width: 100%;
}
span.with-tag .new-badge {
  position: unset;
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  padding: 6px 10px;
  margin-bottom: 0;
}

/* Highlighted badge */
.badge-box{
  font-size: 14px;
}

@media(max-width: 767px) {
  .badge-box{
    font-size: 12px;
  }
}


/* venetian-lp */
.venetian-lp .product__title, 
.venetian-lp .simple-gallery h2, 
.venetian-lp .heading-size-9 {
  font-weight: 500;
  font-size: 32px;
}
.venetian-lp .hero__button a{
  min-width: 247px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
}
.venetian-lp.template-product .main-content{
    overflow: hidden
}

.venetian-lp .radio__legend__option-name, 
.venetian-lp .radio__legend__value{
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .venetian-lp.template-product .reviews--section .heading-size-9{
      max-width: 450px;
      margin: auto;
  }

}
.venetian-lp.template-product .icon--left .icon__animated {
  flex: 0 0 calc(var(--icon-size) + 20);
  min-width: 65px; 
}
@media screen and (max-width: 768px) {
  .venetian-lp .product__title, 
  .venetian-lp .simple-gallery h2, 
  .venetian-lp .heading-size-9 {
    font-size: 28px;
  }
  .venetian-lp .hero__button a{
    min-width: 243px;
    padding-top: 8px;
    padding-bottom: 8px
  }
  .venetian-lp.template-product .reviews--section .heading-size-9{
    /* font-size: 32px; */
    max-width: 340px;
    margin: auto;
  }
}
.product-quick-add__inner .sticky-cart,
.product-quick-add__inner .product_price_block{
  display: none;
}
.product-quick-add__inner .radio__legend__value{
  padding-top: 0;
  flex-basis: auto;
  font-size: var(--font-body-medium);
}
.product-quick-add__inner .product__selectors .radio__fieldset{
  padding-top: 0;
}
.product-quick-add__form__inner .product-form{
  height: auto;
}

/* home page */

.index-tab-collections li.tab-link {
  padding: 5px 20px !important;
  margin: 0 4px 0 0;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: border .3s;
}
.index-tab-collections .tabs > li span:first-of-type:after {
  content: unset;
}
.index-tab-collections ul.tabs {
  border-radius: 6px;
  padding: 5px;
  background: #f1f1f1;
  /* width: fit-content; */
}
.index-tab-collections li.tab-link.current {
  color: var(--link);
  background: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

@media (max-width: 500px) {
  .index-tab-collections ul.tabs {
    padding: 3px;
  }
@media (min-width: 499px) {
  .index-tab-collections .tabs {
    max-width: fit-content;
    margin-left: unset;
  }
}
@media(min-width: 751px){
  .index-tab-collections .tabs > li span {
    font-size: 16px;
  }
  .index-tab-collections li.tab-link {
    color: #979797;
  }
}

/* New-arrival  */
.collection-tabs{
  display: flex;
  align-items: center;
}
@media(min-width: 751px){
  .collection-tabs .tab-link{
    font-size: 16px;
    opacity: 0.8;
  }
  .collection-tabs .tab-link.current{
    opacity: 1;
  }
}
/* collection new arrivals */
.collection-new-arrivals .collection-tabs{
  justify-content: center;
}
@media(max-width: 750px){
  .collection-new-arrivals .collection-tabs{
    position: sticky;
    top: calc(var(--header-height) + 58px);
    z-index: 999;
    background: #fff;
  }
  .collection-new-arrivals .collection-tabs .tabs>li {
    margin: 0 15px 0 15px;
  }
}