/** Shopify CDN: Minification failed

Line 106:0 Unexpected "}"

**/
.product-hero {
  background-color:#FFFCF7; 
  padding-top: 28px;
  padding-bottom: 80px;
}

.product-hero__grid { display:grid; grid-template-columns:1fr; gap:24px; }
.product-hero__main-image { 
  margin-bottom:24px; 
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
}

@media (min-width: 992px) {
  .product-hero__main-image {
    max-height: 600px;
  }
}

.product-hero__main-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 14px;
}

@media (min-width: 992px) {
  .product-hero__main-image img {
    height: 100%;
    max-height: 600px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  .product-hero__main-image {
    aspect-ratio: 4/3;
  }

  .product-hero__main-image {
    margin-bottom: 8px;
  }
  
  .product-hero__main-image img {
    height: 100%;
    object-fit: contain;
    background-color: #FCFCFC;
  }

  .product-hero__grid {
    gap: 16px;
  }
}

/* Desktop Gallery */
.product-hero__desktop-gallery {
  display: block;
}

.product-hero__mobile-gallery {
  display: none;
}

.product-hero__thumbs { 
  display: grid; 
  grid-template-columns: repeat(2,1fr); 
  gap: 16px; 
}

.product-hero__thumb {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.product-hero__thumb:hover {
  opacity: 0.8;
}

.product-hero__thumb.active {
  border: 2px solid #C42021;
}
.product-hero__thumb { 
  aspect-ratio: 1;
  border-radius: 14px;
  overflow: hidden;
  background-color: #FCFCFC;
}

.product-hero__thumb img { 
  width: 100%; 
  height: 100%; 
  object-fit: contain; 
  display: block; 
  border-radius: 14px;
  background-color: #FCFCFC;
}
}

  .product-hero__panel {
    background: #fcfcfc;
    padding: 24px;
    border-radius: 14px;
  }

.product-hero__title { margin:0 0 12px; }

.product-hero__short {
  margin-bottom: 12px;
  font-family: 'Poppins';
  font-size: 16px;
  color: #4B5563;
  line-height: 150%;
}

.product-hero__size {
  margin-bottom: 0px;
  color: #202020;
  font-size: 18px;
  line-height: 150%;
  font-family: 'Poppins';
}
.product-hero__features {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-bottom: 16px;
  margin-top: 12px;
}

.product-hero__feature {
  display: flex;
  grid-template-columns:auto 1fr;
  grid-template-rows:auto auto;
  column-gap:8px;
  row-gap:4px;
  flex-direction: column;
}
.product-hero__feature-icon { grid-row:1 / span 2; 
  margin-bottom: 8px;
}

.product-hero__feature-inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-hero__feature-title {
  font-weight: 400;
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 120%;
  color: #202020;
}
.product-hero__feature-text {
  font-size: 14px;
  color: #4B5563;
  font-family: 'Poppins';
  letter-spacing: 1.5;
}
.product-hero__framing { 
  margin-bottom: 24px;
}

  .product-hero__framing-label {
    margin-bottom: 8px;
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 150%;
    color: #202020;
  }

  .product-hero__framing-pills {
    display: flex;
    gap: 6px;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
.product-hero__pill {
  border: 1px solid transparent;
  padding: 7.5px 30px;
  border-radius: 999px;
  cursor: pointer;
  background-color: #F3EFE9;
  font-family: 'Poppins';
  line-height: 110%;
  font-size: 16px;
  color: #202020;
}

.product-hero__pill[aria-pressed="true"] {
  background:#3C5E8C;
  color:#FCFCFC;
  border-color:#294F85; 
}
.product-hero__framing-note {
  margin-top: 8px;
  font-size: 12px;
  color: #4B5563;
  font-family: 'Poppins';
  line-height: 150%;
}

.product-hero__actions {
  display: flex;
  gap: 14px;
  margin-top: 0px;
  flex-direction: column;
}

   .product-hero__add-to-cart {
     background: #c42021;
     color: #FCFCFC;
     border: 1px solid #A90001;
     padding: 13.5px 16px;
     border-radius: 100px;
     cursor: pointer;
     font-size: 18px;
     font-family: 'Poppins';
     line-height: 150%;
   }

   .product-hero__button-compare {
     text-decoration: line-through;
     opacity: 0.8;
     margin-left: 8px;
     font-size: 16px;
   }

  .product-hero__buy-now {
    background: #4B5563;
    color: #FCFCFC;
    border: 1px solid #404853;
    padding: 13.5px 16px;
    border-radius: 100px;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Poppins';
    line-height: 150%;
  }

.product-hero__discount { margin-top:8px; display:flex; gap:8px; align-items:baseline; }
.product-hero__price--compare { text-decoration:line-through; color:#777; font-size:14px; }

.product-hero__title h1 {
  font-family: 'Playfair Display';
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -3.36px;
  font-weight: 400;
}

.product-hero__title {
  font-family: 'Playfair Display';
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -3.36px;
  font-weight: 400;
}

 .product-hero__title h1 strong {
   color: #006FCF;
   text-transform: uppercase;
   font-weight: 400;
 }

/* You may also like section */
.product-hero__also-like {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-hero__also-like-heading {
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 150%;
  color: #202020;
  margin: 0;
}

.product-hero__also-like-product {
  border-radius: 14px;
  background-color: #FCFCFC;
  border: 1px solid #F3EFE9;
  padding: 20px 24px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.product-hero__also-like-image {
  flex-shrink: 0;
}

.product-hero__also-like-image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.product-hero__also-like-content {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: flex-end;
}

.product-hero__also-like-title h1 {
  font-size: 22px;
  line-height: 100%;
  font-weight: 400;
}

.product-hero__also-like-title h1 strong {
  color: #006FCF;
  font-weight: 400!important;
  text-transform: uppercase;
}

.product-hero__also-like-title {
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 120%;
  color: #202020;
  font-weight: 500;
}

.product-hero__also-like-size {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 120%;
  color: #4B5563;
  margin-top: 8px
}

.product-hero__also-like-price {
  display: flex;
  gap: 8px;
  align-items: baseline;
  margin-top: 14.5px;
}

.product-hero__also-like-price--sale {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 600;
  color: #202020;
}

.product-hero__also-like-price--compare {
  font-family: 'Poppins';
  font-size: 14px;
  text-decoration: line-through;
  color: #777;
}

.product-hero__also-like-price--regular {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 600;
  color: #202020;
}

.product-hero__also-like-add {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 28px;
  background: #C42021;
  border: 1px solid #A90001;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.prod__dynamic_checkout {
  margin-top: 12px !important;
}

.product-hero__also-like-add:hover {
  background: #A90001;
}

.product-hero__also-like-add-text {
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 120%;
  color: #FCFCFC;
  white-space: nowrap;
}
 
 @media (min-width: 992px){
   .product-hero__grid { grid-template-columns: 1fr 1fr; }
 }

@media (max-width: 768px) {
  .product-hero__title h1 {
    font-size: 36px;
  }

  .product-hero__title {
    font-size: 36px;
  }

  .product-hero__short {
    font-size: 14px;
  }

  .product-hero__size {
    font-size: 16px;
  }

  .product-hero__features {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product-hero__feature {
    display: flex;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 4px;
    flex-direction: row;
    align-items: center;
  }

  .product-hero__feature-icon {
    margin-bottom: 0px;
  }

  .product-hero__feature-icon img {
    max-width: 20px;
  }

  .product-hero__also-like-add-text {
    display: none
  }

  .product-hero__also-like-product {
    padding: 10px 12px;
  }

  .product-hero__also-like-add svg {
    width: 24px;
    height: 24px;
  }

  .product-hero__also-like-add {
    padding: 8px;
  }

  .product-hero__also-like-content {
    align-items: center;
    justify-content: space-between;
  }

  /* Mobile Gallery */
  .product-hero__desktop-gallery {
    display: none;
  }

  .product-hero__mobile-gallery {
    display: block;
  }

  /* Mobile Slider */
  .product-hero__slider {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 16px;
    aspect-ratio: 4/3;
    background-color: #FCFCFC;
  }

  .product-hero__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .product-hero__slide.active {
    opacity: 1;
  }

  .product-hero__slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #FCFCFC;
  }

  /* Mobile Thumbnails */
  .product-hero__mobile-thumbs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .product-hero__mobile-thumbs::-webkit-scrollbar {
    display: none;
  }

  .product-hero__mobile-thumb {
    flex: 0 0 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: opacity 0.3s ease;
    background-color: #FCFCFC;
    border: 2px solid transparent;
  }

  .product-hero__mobile-thumb.active {
    border-color: #C42021;
  }

  .product-hero__mobile-thumb:hover {
    opacity: 0.8;
  }

  .product-hero__mobile-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #FCFCFC;
  }
}