/** Shopify CDN: Minification failed

Line 12:18 Unexpected "{"
Line 12:27 Expected ":"
Line 12:34 Unexpected "{"

**/


/* CSS from section stylesheet tags */
/* Buy the Look Section Styles */
#shopify-section-{{ section.id }} {
 background: #f5f5f5;
}
.buy-the-look-section {
  margin: 2rem auto;
  padding: 2rem 10px;
}

.buy-the-look__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.buy-the-look__title {
  margin: 0;
}

.buy-the-look__content {
  display: flex;
  gap: 2rem;
  flex-wrap: nowrap;
}

.buy-the-look__main-product {
  flex: 0 0 100%;
  max-width: 100%;
}

.buy-the-look__linked-products {
  flex: 1 1 60%;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.buy-the-look__main-image {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.buy-the-look__main-image-placeholder {
  background: #f5f5f5;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bbb;
}

.buy-the-look__thumbnails-row {
  display: flex;
  gap: 0.5rem;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #dddcdc;
}

.buy-the-look__thumbnail {
  border: 2px solid transparent;
  background: none;
  padding: 0;
  cursor: pointer;
  transition: border 0.2s;
  outline: none;
  width: 90px;
}
.buy-the-look__thumbnail img {
    width: 100%;
            -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
        box-shadow: 0 0 10px #0000001a;
}
.product-card-horizontal-generic__image {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
        box-shadow: 0 0 10px #0000001a;
}
.buy-the-look__thumbnail.is-active {
  border-color: var(--text-on-sale, #000);
}
.buy-the-look__thumbnail-image {
  object-fit: cover;
  display: block;
}
.buy-the-look__thumbnail-placeholder {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bbb;
}

.buy-the-look__linked-product-panels {
  position: relative;
  min-height: 160px; /* Reserve space for the largest panel, adjust as needed */
}

.buy-the-look__linked-product-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 0;
}

.buy-the-look__linked-product-panel.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

@media screen and (min-width: 1008px) {
    .buy-the-look__main-product {
    flex: 0 0 40%;
    max-width: 40%;
    }
    .buy-the-look-section {
        padding: 3rem 0 4rem;
    }
    .product-gallery__thumbnail--buy-the-look--mobile {
        display: none;
    }
    .buy-the-look__linked-product-panels {
        display: flex;
        height: 100%;
        align-items: flex-end;
    }

    .buy-the-look__linked-product-panels .product-card-horizontal-generic {
        align-items: end;
    }

    .buy-the-look__linked-product-panels .product-card-horizontal-generic__info {
        grid-auto-flow: initial;
    }
    
    .buy-the-look__linked-product-panels .product-card-horizontal-generic__figure {
        width: 50%;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
        box-shadow: 0 0 10px #0000001a;
    }
    .buy-the-look__linked-product-panels .product-card-horizontal-generic__figure img {
        width: 100%;
    }
}

.buy-the-look__linked-product {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}

.buy-the-look__linked-image-link {
  display: block;
  width: 80px;
  min-width: 80px;
}

.buy-the-look__linked-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  display: block;
}

.buy-the-look__linked-image-placeholder {
  background: #f5f5f5;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bbb;
}

.buy-the-look__linked-info {
  flex: 1;
}

.buy-the-look__linked-title {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}

.buy-the-look__linked-price {
  margin-top: 0.25rem;
  color: var(--text-subdued, #888);
  font-size: 1rem;
}

.buy-the-look__no-products {
  color: #bbb;
  font-size: 1.1rem;
}

.buy-the-look__add-to-cart-form {
  display: flex;
  gap: 1rem;
  align-items: start;
  margin-top: 0.5rem;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.buy-the-look__add-to-cart-form .button {
    width: 100%;
}
.buy-the-look__variant-select {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 0.75rem 0.5rem;
  border: 1px solid #000;
}

.buy-the-look__linked-compare-price {
  text-decoration: line-through;
  color: #bbb;
  margin-right: 0.5em;
}


/* Responsive adjustments */
@media (max-width: 1007px) {
    .buy-the-look__header {
        margin-bottom: .5rem;
    }
    
    .buy-the-look__add-to-cart-form legend {
        display: none;
    }
    .buy-the-look__add-to-cart-form {
        margin-top: 0;
    }
    .product-card-horizontal-generic__info {
        gap: 0;
    }
    .buy-the-look__variant-select {
  padding: 0.3rem;
}
.product-card-horizontal-generic__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
  .buy-the-look__content {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .buy-the-look__linked-products {
    max-width: 100% !important;
    flex: 1 1 100% !important;
  }
  .buy-the-look__thumbnails-row {
    display: block;
    overflow: scroll;
    white-space: nowrap;
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .buy-the-look__thumbnail {
    width: 70px;
    margin: 0 2.5px;
  }
  .buy-the-look__variant-select {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 0.3rem;
  }
  .buy-the-look__add-to-cart-form {
    width: 100%;
    box-sizing: border-box;
  }
}

/* ========================================================================
   GENERIC HORIZONTAL PRODUCT CARD (for portability)
   These classes are duplicates of the theme's .horizontal-product-card styles,
   intended for use in portable sections/snippets.
   ======================================================================== */

.product-card-horizontal-generic {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  align-items: center;
  column-gap: 1rem;
  display: flex;
  position: relative;
  container: product-card-horizontal-generic / inline-size;
}

.product-card-horizontal-generic__figure {
  flex-shrink: 0;
  width: 110px;
}

.product-card-horizontal-generic__info {
  flex-grow: 1;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: auto;
  justify-items: start;
  gap: .625rem;
  display: grid;
}

.product-card-horizontal-generic__button--large {
  display: none;
}

.product-card-horizontal-generic__stack {
  display: grid;
  gap: 0.25rem;
  justify-items: start;
}

.product-card-horizontal-generic__title {
  font-size: 1rem;
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 700px) {
  .product-card-horizontal-generic {
    column-gap: 2rem;
  }
}

@container product-card-horizontal-generic (width >= 450px) {
  .product-card-horizontal-generic__info {
    grid-auto-flow: column;
    align-items: center;
  }
}

.product-gallery__thumbnail--buy-the-look {
    background: #fefefe;
    padding: 5px!important;
    min-height: 137px;
    display: flex ! important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-gallery__thumbnail--buy-the-look img {
    padding: 8px;
}

.product-gallery__thumbnail-label {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery__thumbnail-label--mobile {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 12px!important;
    font-weight: 400!important;
    border-radius: 3px;
    z-index: 1;
    background: #fff;
    padding: 3px 5px;
}

@media (max-width: 700px) {
  .buy-the-look__linked-product-panels {
    min-height: 260px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1419px) {
    .buy-the-look-section {
        padding: 3rem 18px 4rem;
    }
}
.product-card-horizontal-generic__stack .ProductMeta__PriceList {
    margin-bottom: 0!important;
}