/** Shopify CDN: Minification failed

Line 255:14 Expected identifier but found "{"
Line 255:15 Expected identifier but found "%"
Line 255:51 Unexpected "100%"
Line 255:57 Expected identifier but found "%"
Line 255:67 Unexpected "{"
Line 255:68 Unexpected "{"
Line 255:77 Expected ":"
Line 255:103 Expected identifier but found "%"

**/
/* 
  Add here your own custom css styles
*/

.nav-desktop-menu{display:flex;justify-content:center;align-items:center;list-style:none;margin:0;padding:20px 0;gap:40px}.nav-desktop-menu .nav-link{text-decoration:none;color:#cdcdcd;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;letter-spacing:1.5px;padding-bottom:4px;border:none;border-bottom:2px solid transparent;transition:.3s}.nav-desktop-menu .nav-link.active,.nav-desktop-menu .nav-link:hover{color:#936037;border-bottom:2px solid #936037;background:transparent}
.product-block-atc .d-flex {
    align-items: flex-start;
    gap: 15px;
    width: 100%;
}
.nav-link{color:#fff}
.qty-switcher {
    margin-right: 0 !important;
}

#navbar-mobile .nav-link{color:#fff}
.offcanvas-body .collapse-wrapper [data-bs-toggle=collapse]{color:#333}
.btn-atc,
.shopify-payment-button__button {
    width: 100%;
    padding: 12px 20px !important;
    font-family: inherit;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: center;
    border-radius: 0 !important;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    height: auto !important;
    z-index: 1;
    transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out !important;
    display: block;
    box-shadow: none !important;
    outline: none !important;
}
product-card product-form{display:none;}
product-card .product-card-title{
  white-space: nowrap;
  text-overflow: ellipsis;
}

.btn-atc::before,
.shopify-payment-button__button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform-origin: right center;
    transform: scaleX(0);
    transition: transform 0.4s ease-in-out;
}

.btn-atc:hover::before,
.shopify-payment-button__button:hover::before {
    transform-origin: left center;
    transform: scaleX(1);
}

.btn-atc {
    background-color: #031811 !important;
    color: #ffffff !important;
    border: 1px solid #031811 !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
}

.btn-atc::before {
    background-color: #8c6239; 
}
.btn-atc:hover {
    color: #ffffff !important;
}

.product-dynamic-buttons {
    margin-top: 15px !important;
    padding-bottom: 0 !important;
    width: 100%;
}

.shopify-payment-button__button {
    background-color: transparent !important;
    color: #8c6239 !important;
    border: 1px solid #8c6239 !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
}

.shopify-payment-button__button::before {
    background-color: #8c6239; 
}
.shopify-payment-button__button:hover {
    color: #ffffff !important; 
}

  .patrons-header {
    text-align: center;
    margin-bottom: 48px;
  }
    .patrons-carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
    .patron-card {
    box-sizing: border-box;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 240px;
    height: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
    .patrons-subheading {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    font-weight: 500;
  }
    .patrons-heading {
    font-size: 26px;
    font-style: italic;
    font-weight: 400;
    margin: 0;
  }
    .patron-card__quote {
    font-size: 40px;
    line-height: 1;
    font-family: serif;
    opacity: 0.35;
    margin-bottom: 12px;
    user-select: none;
  }

  .patron-card__quote-text {
    font-size: 14px;
    line-height: 1.6;
    font-style: italic;
    margin: 0 0 24px 0;
    font-weight: 400;
  }
    .patrons-section .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 36px;
  }
    .patrons-section .swiper-pagination-bullet-active {
    opacity: 1;
  }
    .patrons-section .swiper-pagination-bullet {
    opacity: 0.25;
    width: 8px;
    height: 8px;
    transition: opacity 0.3s ease;
  }

    .patron-card__author {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
  }
    @media screen and (max-width: 990px) {
    .patron-card { padding: 30px 24px; }
    .js-patrons-carousel:not(.swiper-initialized) .swiper-wrapper { gap: 20px; }
    .js-patrons-carousel:not(.swiper-initialized) .patron-card {
      width: calc(50% - 10px);
    }
  }

  @media screen and (max-width: 600px) {
    .patron-card { padding: 28px 20px; }
    .js-patrons-carousel:not(.swiper-initialized) .swiper-wrapper { gap: 15px; }
    .js-patrons-carousel:not(.swiper-initialized) .patron-card {
      width: calc(85% - 7.5px);
    }
  }

  .product-block-atc {
  padding-bottom: 1.5rem !important;
}

.product-block-atc .d-flex {
  gap: 12px !important;
}

.qty-input-wrapper {
  border: 1px solid #c5c5c5 !important;
  border-radius: 0px !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-right: 0 !important;
  width: 120px !important;
  box-sizing: border-box !important;
}

.qty-input-wrapper .btn-qty-minus,
.qty-input-wrapper .btn-qty-plus {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  height: 100% !important;
  width: 35px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #111111 !important;
  cursor: pointer;
}

.qty-input-wrapper input {
  border: none !important;
  text-align: center !important;
  flex: 1 !important;
  min-width: 0 !important;
  height: 100% !important;
  font-weight: 600 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
}

.qty-input-wrapper input[type="number"]::-webkit-outer-spin-button,
.qty-input-wrapper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.qty-input-wrapper input[type="number"] {
  -moz-appearance: textfield !important;
}
.lookbook-container {
    max-width:{% if section.settings.full_width %} 100% {% else %} {{ section.settings.max_width }}px {% endif %};
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
  }

  .lookbook-hero {
    flex: 1 1 60%;
    position: sticky;
    top: 22px;
    width: 100%;
  }

  .lookbook-hero__image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    background-color: #f4f1ea;
    overflow: hidden;
  }

  .lookbook-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .lookbook-hotspot {
    position: absolute;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(4px);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.25s ease, box-shadow 0.25s ease;
  }

  .lookbook-hotspot:hover,
  .lookbook-hotspot.is-active {
    background: #ffffff;
    transform: translate(-50%, -50%) scale(1.15);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.18);
  }

  .lookbook-hotspot__icon {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #2c2c2c;
    stroke-width: 1.5;
    pointer-events: none;
  }

  .lookbook-products {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    gap: 48px;
  }

  .lookbook-product-card {
    scroll-margin-top: 30px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    text-align: center;
  }

  .lookbook-product-card.is-highlighted {
    animation: lookbookPulse 1s cubic-bezier(0.16, 1, 0.3, 1);
  }

  @keyframes lookbookPulse {
    0% { transform: scale(0.98); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
  }

  .lookbook-product-card__image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    background-color: #f4f1ea;
    margin-bottom: 16px;
    overflow: hidden;
  }

  .lookbook-product-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
  }

  .lookbook-product-card:hover .lookbook-product-card__image {
    transform: scale(1.03);
  }
    @media screen and (max-width: 834px) {
    .lookbook-container {
      flex-direction: column;
      gap: 30px;
    }

    .lookbook-hero {
      position: relative;
      top: 0;
    }

    .lookbook-products {
      width: 100%;
      gap: 32px;
    }
  }