/** Shopify CDN: Minification failed

Line 239:0 Unexpected "}"

**/
.bundle-products {
  display: block;
}

.bundle-products .image-with-text__products {
  width: 100%;
  margin-top: 30px;
}

.bundle-products .look__hotspot-product .h5{font-size:14px;line-height: 1.1;
}
.look__hotspot-product .price *{font-size:12px;letter-spacing:0; font-family: 'Source Sans 3';}
.bundle-products .product-container {
  display: flex;
  align-items:center;
  column-gap: 16px;
  padding: 24px 0;
  border-bottom: 0.1rem solid rgb(var(--color-border));
  transition-property: opacity, border-bottom;
  transition-duration: var(--duration-default);
  transition-timing-function: ease;
}

.bundle-products .product-container:first-of-type {
  padding-top: 0;
}

.bundle-products .product-image {
  flex: 0 0 auto;
}

.bundle-products .product-image .media-wrapper {
  width: 64px;
  border-radius:6px;
  display: block;
}
.bundle-products .product-image .media-wrapper .media.media--adapt{padding-bottom:100%;}


@media screen and (hover: hover) {
  .bundle-products .product-image img {
    transition: transform var(--duration-long) ease;
  }

  .bundle-products .product-image a:hover img {
    transform: scale(1.1);
  }
}

.bundle-products .product-content > div:first-child {
  line-height: 1.2;
  margin-top: 0;
}

.bundle-products .product-content .caption-with-letter-spacing {
  margin-bottom: 0.3rem;
}

.bundle-products .product-title {
  text-decoration: none;
  padding-bottom: 0.2rem;
  color: rgb(var(--color-link));
      font-family: Amiri;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: left;
}

@media screen and (hover: hover) {
  .bundle-products .product-title {
    background-image: linear-gradient(to top, rgb(var(--color-border)) 0, rgb(var(--color-border)) 0), linear-gradient(to top, transparent 0, transparent 0);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 0.1rem, 100% 0.1rem;
    transition: background-size var(--duration-default) ease;
  }

 
}

.bundle-products .product-description {
  
  display: block;
  column-gap: 1rem;
}

.bundle-products .product-description .price {
  flex: 0 0 auto;display:flex;align-items:center;
  /* text-align: end; */
}

.bundle-products .product-description .price bdi {
  font-size: 1.6rem;
color:#5E5E5E;
font-size: 16px;
font-weight: 600;
line-height: 12px;    font-family: 'Source Sans 3';
text-align: left;
}

.bundle-products .product-description .price--on-sale .price-item--regular bdi {
  font-size: 1.4rem;
  font-weight: 300;
}

.bundle-products .product-description .price .unit-price {
  display: none;
}
.bundle-products .image-with-text__grid.image-with-text__grid--reverse {padding-left: 24px;border-radius:16px;}
.bundle-products .image-with-text__content{padding: 40px 20px 40px 0;}
.bundle-products.image-with-text .image-with-text__content{padding: 40px 20px 40px 0;max-width: 456px;margin: 0 auto;    justify-content: center;}
-wrapper.center{margin-bottom:58px;}



@media screen and (min-width: 750px) {
 .bundle-products .content_inner{width:100%;} 
  .bundle-products .product-description .price {
    line-height: calc(1 + 0.8 / var(--font-price-scale));
  }

  .bundle-products .product-description .price .price__sale {
    flex-direction: column-reverse;
  }
  
  .bundle-products .product-description .price dl {
    display: block;
  }
}

.bundle-products .product-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1rem;
}

.bundle-products .product-content .select {
  width: calc(var(--width) + 5.5rem);
  max-width: 100%;
}

.bundle-products .product-content .select__select {
  height: 3.6rem;
  min-height: 3.6rem;
}

.bundle-products .product-content .button--cta {
  margin: 0;
}

.bundle-products .product-content .button--cta.loading::after {
  background-color: transparent;
  border-inline-start-color: currentColor;
}

@media screen and (hover: none) and (max-width: 1366px), screen and (max-width: 749px) {
  .bundle-products .product-content .button--cta {
    width: 3.6rem;
    height: 3.6rem;
    justify-content: center;
    box-shadow: inset 0 0 0 0.1rem rgb(var(--color-border));
  }

  .bundle-products .product-content .button--cta.loading::after {
    left: 50%;
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    margin-left: -1rem;
  }

  .bundle-products .product-content .button--cta .small-hide {
    display: none;
  }

  .bundle-products .product-content .button--cta .large-up-hide {
    display: block!important;
  }
}

.bundle-products .product-content .product-button {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5rem;
  row-gap: 1rem;
  align-items: flex-end;
}

@media screen and (hover: hover) and (min-width: 750px) {
  .bundle-products .product-content .button-wrapper {
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--duration-default) ease;
  }

  .bundle-products .product-content .button--cta .small-hide {
    display: flex;
    align-items: center;
  }
}

@media screen and (hover: hover) {
  .bundle-products .product-container:hover .product-content .button-wrapper {
    opacity: 1;
    pointer-events: visible;
  }

  .bundle-products .product-container:hover {
    /* border-bottom-color: rgba(var(--color-foreground), 0.55); */
  }
}

.bundle-products .product-form__error-message-wrapper {
  transform: translateY(3rem);
}
  .bundle-products .image-with-text__products > :last-child:is(.button) {
    background: #D15C62;
    margin-top:15px;
 
    font-weight:400;
  }
.bundle-products .product-container:last-child{border-bottom:0;}
.bundle-products .product-container:nth-last-child(3) {border: 0;}

@media screen and (min-width: 750px) {
  .bundle-products .product-form__error-message-wrapper {
    transform: translateY(5rem);}
    
  }
  
}

.bundle-products .price__badge-sold-out {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  padding: 0.6rem 1rem;
  padding-top: calc(0.6rem + var(--font-button-baseline));
}

.bundle-products.is-hover .product-container:not(.is-active) {
  opacity: 0.3;
}

.bundle-products.is-hover .look__hotspot.is-active::before {
  transform: scale(2);
}

.bundle-products .lookbook {
  position: sticky;
  z-index: 5;
  top: 0;    overflow: hidden;
  border-radius: 0 16px 16px 0;
}


.quick-view--open .bundle-products .lookbook,
.quick-view--opening .bundle-products .lookbook,
.quick-view--closing .bundle-products .lookbook {
  position: static;
}

/* bundle-product .product-description .price.price--sold-out {
  flex-direction: column;
}
 */


body.template-page-tyaanixsini .bundle-products.page-width{padding:0;}
body.template-page-tyaanixsini .bundle-products .image-with-text__grid.image-with-text__grid--reverse{padding:0;border-radius:0;}
body.template-page-tyaanixsini .bundle-products .lookbook{padding:0;border-radius:0;}
@media screen and (max-width: 1440px) {
.bundle-main .content_inner h2{font-size: calc(20px + (40 - 20) * ((100vw - 360px) / (1440 - 360)));    line-height: 1.1;margin:0;}
.bundle-products .product-title{font-size: calc(14px + (18 - 14) * ((100vw - 749px) / (1440 - 749)));    line-height: 1.1;}
.bundle-products .product-description .price bdi{font-size: calc(12px + (16 - 12) * ((100vw - 749px) / (1440 - 749)));  letter-spacing:0;  line-height: 1.1;}
.bundle-products .product-container{padding:calc(2px + (24 - 2) * ((100vw - 360px) / (1440 - 360))); } 
}
@media(min-width:750px) and (max-width:1000px){
  .bundle-products .product-image .media-wrapper {width: calc(40px + (64 - 40) * ((100vw - 750px) / (1000 - 750)));}
}

@media screen and (min-width: 750px) {
  .bundle-products .product-container{    width: 100%;}
 
  .bundle-products .product-title{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;}
  .bundle-products .product-description{width: 100%;max-width: calc(100% - 80px);}
}

@media screen and (max-width: 989px) {
  .bundle-products .lookbook{z-index: 3;}
}

@media screen and (max-width: 749px) {
  .bundle-products .product-description{display: flex;flex:1;flex-direction: column;    gap: 0px 0px; width: calc(100% - 80px);   justify-content: center;}
  .bundle-products .product-content{display: flex;flex-direction: column;justify-content: space-between;row-gap: 0;width:100%;/*flex:1;*/}
  .bundle-products .product-content > div{display:block;width:100%;}
  .bundle-products .product-title {font-size: calc(16px + (18 - 16) * ((100vw - 360px) / (749 - 360)));    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;}
  .bundle-products .image-with-text__grid{padding-left:0;border-radius:14px;overflow:hidden;}
  .bundle-products.image-with-text .image-with-text__content{max-width:100%;padding:24px 16px;}
  .bundle-products .image-with-text__products{margin-top:20px;}
  .bundle-products .product-description .price bdi{font-size:calc(14px + (16 - 14) * ((100vw - 360px) / (749 - 360)));}
  .bundle-products .product-image .media-wrapper{width:calc(44px + (65 - 44) * ((100vw - 360px) / (749 - 360)));
  height: calc(44px + (65 - 44) * ((100vw - 360px) / (749 - 360)));border-radius:6px;}
 body .bundle-products .image-with-text__products>:last-child:is(.button) {margin-top: 22px;   }                                        
  .bundle-products .product-container{padding:calc(16px + (20 - 16) * ((100vw - 360px) / (749 - 360))) 0; }
  .bundle-products .content_inner{width:100%;}
body.template-page-tyaanixsini .bundle-products .image-with-text__grid{border-radius:0}
.bundle-products .image-with-text__grid.image-with-text__grid--reverse{padding-left:0;}
.bundle-products .lookbook { border-radius: 14px 14px 0 0;}
body.template-page-tyaanixsini .bundle-products.image-with-text .image-with-text__content{padding-bottom:48px}
body.template-page-tyaanixsini .image-with-text__products>:last-child:is(.button) {margin-top: 9px;}

}