/** Shopify CDN: Minification failed

Line 84:0 All "@import" rules must come first
Line 270:2 All "@import" rules must come first
Line 473:0 All "@import" rules must come first
Line 682:2 All "@import" rules must come first
Line 775:2 All "@import" rules must come first
Line 846:0 All "@import" rules must come first

**/


/* CSS from section stylesheet tags */
/* --- Same CSS from previous answer --- */
  :root { --raisn: rgba(35, 31, 32, 1); --cadmium-orange: rgba(237, 133, 36, 1); --yolk: rgba(229, 223, 70, 1); --border-light: rgba(0, 0, 0, 0.08); --text-secondary: rgba(35, 31, 32, 0.7); }
  .hidden { display: none !important; }
  .custom-product-wrapper { width: 100%; padding: 20px; background-color: #FFFcF5; font-family: 'Epilogue', sans-serif; }
  .product-container { display: flex; flex-wrap: wrap; gap: 40px; max-width: 1200px; width: 100%; margin: auto; }
  .gallery-column, .details-column { flex: 1; min-width: 320px; }
  .gallery-column { display: flex; flex-direction: column; gap: 20px; }
  .main-image-container { position: relative; width: 100%; }
  .main-image-container img { width: 100%; height: auto; display: block; }
  .sale-badge { position: absolute; top: 40px; left: -25px; width: 83px; height: 63px; z-index: 1; }
  .image-nav { position: absolute; bottom: 20px; left: 20px; right: 20px; display: flex; justify-content: space-between; }
  .nav-arrow { width: auto; height: 36px; background-color: transparent; border: none; padding:0; cursor: pointer; transition: opacity 0.2s; }
  .nav-arrow:hover { opacity: 0.7; }
  .thumbnail-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .thumbnail-gallery img { width: 100%; height: auto; object-fit: cover; aspect-ratio: 1/1; cursor: pointer; border: 1px solid transparent; transition: border-color 0.2s; }
  .thumbnail-gallery img.active { border-color: var(--raisn); }
  .details-column { display: flex; flex-direction: column; }
  .product-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 14px; }
  .product-title { font-size: 48px; font-weight: 700; letter-spacing: -2%; line-height: 101%; margin: 0; }
  .share-button { border: none; background: none; padding: 0; cursor: pointer; flex-shrink: 0; }
  .reviews { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
  .rating { display: flex; align-items: center; gap: 16px; font-size: 20px; }
  .explore-reviews { font-size: 20px; font-weight: 700; text-decoration: underline; cursor: pointer; }
  .color-selector { display: flex; align-items: center; gap: 24px; margin-bottom: 28px; }
  .color-selector .label { font-size: 24px; font-weight: 600; }
  .color-swatches { display: flex; gap: 12px; }
  .swatch-label { position: relative; }
  .swatch-label input { appearance: none; position: absolute; }
  .swatch { width: 44px; height: 44px; border-radius: 50%; cursor: pointer; border: 2px solid transparent; position: relative; transition: border-color 0.2s; display: block; }
  .swatch-label input:checked + .swatch { border-color: var(--raisn); }
  .swatch-label input:checked + .swatch::after { content: ''; position: absolute; top: -6px; left: -6px; right: -6px; bottom: -6px; border: 1px solid var(--raisn); border-radius: 50%; }
  .price-section { padding-bottom: 28px; border-bottom: 1px solid var(--border-light); margin-bottom: 28px;}
  .price-display { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 8px; }
  .original-price { font-size: 28px; text-decoration: line-through; opacity: 0.6; }
  .sale-price { font-size: 36px; font-weight: 700; }
  .price-disclaimer { font-size: 16px; color: var(--text-secondary); }
  .actions { display: flex; align-items: center; gap: 20px; margin-bottom: 40px; }
  .quantity-selector { display: flex; align-items: center; gap: 20px; padding-right: 20px; border-right: 1px solid var(--border-light); }
  .quantity-btn { border: none; background: none; cursor: pointer; padding: 0; }
  .quantity-display { font-size: 20px; font-weight: 700; min-width: 20px; text-align: center; border: none; background: transparent; width: 40px; }
  input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
  input[type="number"] { -moz-appearance: textfield; }
  .customization-btn { flex-grow: 1; display: flex; align-items: center; justify-content: space-between; background-color: var(--cadmium-orange); color: var(--raisn); border: none; border-radius: 71px; padding: 18px 20px; font-size: 20px; font-weight: 500; cursor: pointer; transition: background-color 0.2s; }
  .customization-btn:hover { background-color: #e87f1f; }
  .customization-btn[disabled] { background-color: #ccc; cursor: not-allowed; }
  .accordion-section { display: flex; flex-direction: column; gap: 12px; }
  .accordion-item { border-radius: 12px; border: 1px solid transparent; transition: border-color 0.2s; }
  .accordion-item[open] { border-color: var(--raisn); background-color: #fff; padding: 20px; }
  .accordion-item summary { font-size: 20px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 20px; }
  .accordion-item:not([open]) summary { padding: 20px; }
  .accordion-item summary::-webkit-details-marker { display: none; }
  .accordion-icon { transition: transform 0.3s ease; }
  .accordion-item[open] .accordion-icon { transform: rotate(180deg); }
  .accordion-content { padding-top: 12px; font-size: 16px; line-height: 1.5; }
  .rte { word-wrap: break-word; }
  .rte p { margin-top: 0; }
  .spec-table { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
  .spec-row { display: flex; justify-content: space-between; padding-top: 12px; border-top: 1px solid var(--border-light); font-size: 16px; }
  .spec-row .label { font-weight: 600; }
  .product-placeholder { text-align: center; padding: 40px; background: #f9f9f9; border: 1px dashed #ccc; width: 100%;}
  @media (max-width: 900px) {
    .product-container { flex-direction: column; gap: 28px; }
    .custom-product-wrapper { padding: 10px; }
    .product-title { font-size: 36px; }
    .sale-price { font-size: 28px; }
    .original-price { font-size: 22px; }
    .actions { flex-direction: column; align-items: stretch; }
    .quantity-selector { justify-content: center; border-right: none; padding-right: 0; margin-bottom: 16px; }
    .nav-arrow svg { height: 100%; width: auto; }
  }
@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@700&display=swap');

:root {
  --color-yellow: #E5DF46;
  --color-blue: #B7D9FE;
  --color-black: #231F20;
  --color-orange: #ED8524;
  --color-orange-dark: #D46A08;
  --color-card-bg-light: #F0F0F0;
  --color-section-bg: #FAF8F5;
}

.explore-eyeglasses-section {
  background-color: var(--color-section-bg);
 padding: 0px 125px 200px 125px;
}
.explore-eyeglasses-section .explore-eyeglasses-content-wrapper {
  text-align: center; /* Center the bottom button container */
}
.explore-eyeglasses-section h3.card__heading.h3 { font-weight: 500; font-size: 28px; }
.explore-eyeglasses-section .price.price--on-sale { font-weight: 800; font-size: 20px; text-align: left; }
.explore-eyeglasses-section .price--on-sale .price-item--regular { color: rgb(107 105 105 / 75%); }
.card-wrapper--color-dark .price--on-sale .price-item--regular { color:white !important; }
.explore-eyeglasses__header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.5rem; }
.explore-eyeglasses__header h2 { margin: 0; font-family: 'Epilogue', sans-serif; font-weight: 700; font-size: 68px; line-height: 101%; letter-spacing: -0.02em; color: var(--color-black); }

/* --- BUTTONS --- */
.explore-eyeglasses__top-button {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 1rem;
  background-color: var(--color-blue); color: var(--color-black);
  padding: 18px 40px; border-radius: 50px; text-decoration: none;
  font-family: 'Avenir', sans-serif; font-size: 20px; line-height: 120%; letter-spacing: -0.02em;
  white-space: nowrap; transition: opacity 0.3s ease;
}
.explore-eyeglasses__bottom-button{
 border-radius: 50px; text-decoration: none;
  font-family: 'Avenir', sans-serif; font-size: 20px; line-height: 120%; letter-spacing: -0.02em;
  white-space: nowrap; transition: opacity 0.3s ease;
padding: 0.75rem 1.5rem;
  display: inline-flex; align-items: center; justify-content: space-between; gap: 1rem;
  background-color: var(--color-blue); color: var(--color-black);


}
.explore-eyeglasses__top-button:hover,
.explore-eyeglasses__bottom-button:hover { opacity: 0.85; }

.explore-eyeglasses__bottom-button {
  display: none; /* Hide on desktop by default */
  margin-top: 2.5rem; /* Add space above the button on mobile */
}

/* --- GRID FOR DESKTOP --- */
.explore-eyeglasses-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card-wrapper-split { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: 20px; overflow: hidden; }
.card-wrapper-split .card-wrapper { border-radius: 0; }
.explore-eyeglasses-grid > .card-wrapper:first-child .card__media { flex-grow: 0; }
.explore-eyeglasses-grid > .card-wrapper:first-child .card__content-featured { flex-grow: 1; display: flex; flex-direction: column; justify-content: flex-end; }

/* --- Card Structure & Styling --- */
.card-wrapper { border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; height: 100%; }
.card { height: 100%; border: none; background-color: transparent; }
.card__inner { padding: 0; display: flex; flex-direction: column; height: 100%; }
.card__media { background-color: var(--color-card-bg-light); border-radius: 20px; position: relative; overflow: hidden; flex-grow: 1; }
.card__media img { width: 100%; height: 100%; object-fit: cover; }
.card__content-featured { padding: 1.2rem; }
.card-wrapper--image-only .card__media { border-radius: 0; }
.card-wrapper--info-only { padding: 1.2rem; display: flex; flex-direction: column; }
.card-wrapper--info-only .card__information { flex-grow: 1; display: flex; flex-direction: column; }
.card-wrapper--info-only .product-card__swatches { margin-top: auto; }

/* --- Color Modifier Classes --- */
.card-wrapper--color-orange { background-color: var(--color-orange); }
.card-wrapper--color-yellow { background-color: var(--color-yellow); }
.card-wrapper--color-blue { background-color: var(--color-blue); }
.card-wrapper--color-dark { background-color: var(--color-black); color: white; }
.card-wrapper--color-orange-dark { background-color: var(--color-orange-dark); }

/* --- Typography & Content --- */
.card__heading { margin: 0 0 0.5rem; font-family: 'Epilogue', sans-serif; font-weight: 700; font-size: 28px; line-height: 1.2; text-align: left; }
.card__heading a { color: inherit; text-decoration: none; }
.card-wrapper--color-dark .card__heading a { color: white; }
.price { font-family: 'Avenir', sans-serif; font-size: 18px !important; color: inherit; gap: 0.5em; justify-content: flex-start; }
.price--on-sale .price-item--regular { font-size: 18px !important; }

/* --- Swatches --- */
.product-card__swatches { display: flex; gap: 8px; margin-top: 1rem; flex-wrap: wrap; }
.product-card__swatch span { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.1); background-size: cover; }
.product-card__swatch.selected span { border: 2px solid var(--color-black); }
.product-card__swatch .icon-checkmark { width: 12px; height: auto; }
.card-wrapper--color-dark .product-card__swatch span { border-color: rgba(255,255,255,0.3); }
.card-wrapper--color-dark .product-card__swatch.selected span { border-color: white; }
.card-wrapper--color-dark .price { color: white; }
.product-card__sale-badge { position: absolute; top: 15px; left: 15px; z-index: 2; }

/* --- RESPONSIVE CONTROLS --- */
.explore-eyeglasses-carousel { display: none; }
@media (min-width: 991px){
.card-wrapper{
    height: 541px !important;
}
.card-wrapper.card-wrapper--color-orange .card__media{
    border-radius: 10px !important;
}
}
@media (max-width: 990px) {
  .explore-eyeglasses-section { padding: 80px 40px; }
  .explore-eyeglasses-grid { grid-template-columns: repeat(2, 1fr); }
  .card-wrapper-split { grid-column: auto; }
}

@media (max-width: 749px) {
  .explore-eyeglasses-section { padding-top: 60px; padding-bottom:90px; padding-left: 16px; padding-right:16px; }
  .explore-eyeglasses__header { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  .explore-eyeglasses__header h2 { font-size: 28px; }
  .card__heading { font-size: 22px; }

  /* --- HIDE DESKTOP, SHOW MOBILE --- */
  .explore-eyeglasses__top-button {
    display: none;
  }
  .explore-eyeglasses__bottom-button {
    display: inline-flex;
    width:100%;
  }
  .explore-eyeglasses-grid {
    display: none;
  }
  .explore-eyeglasses-carousel {
    display: block;
    overflow: visible;
  }
  .explore-eyeglasses-section h3.card__heading.h3{
    font-size:20px;
    
  }
  .explore-eyeglasses-section .price.price--on-sale
{
font-size:14px !important;
}
.explore-eyeglasses-section .price--on-sale .price-item--regular{
font-size:14px !important;
}
}
/* --- Add this new CSS for the updated swatches --- */
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.swatch-input__label {
  display: inline-block;
  padding: 2px; /* Creates space for the focus/selected ring */
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
}

.swatch-input__label.selected {
  border-color: var(--color-black);
}

.card-wrapper--color-dark .swatch-input__label.selected {
  border-color: white;
}

.swatch {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.1);
  background-size: cover;
  background-position: center;
}

.card-wrapper--color-dark .swatch {
  border-color: rgba(255,255,255,0.3);
}
/* --- Import required Google Fonts --- */
  @import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@400;600;700&display=swap');

  .lens-options-section {
    font-family: 'Epilogue', sans-serif;
    text-align: center;
    color: #231F20;
    padding: 0px 125px 200px 125px;
    background-color: #FAF8F5;
  }

  .lens-options__header {
    margin-bottom: 4rem;
  }

  .lens-options__heading {
    font-size: 68px;
    font-weight: 700;
    margin: 0;
  }

  .lens-options__subheading {
    font-size: 24px;
    letter-spacing: -0.02em;
    margin: 0.5em 0 0;
  }

  .lens-options__subheading strong,
  .lens-options__subheading b {
    font-weight: 600; /* semi-bold */
  }
  .lens-options__subheading p {
    margin: 0;
  }


  .lens-options__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
  }

  .lens-options__icon {
    margin-bottom: 1.5rem;
    height: 80px;
  }
  .lens-options__icon svg {
    width: 54px;
    height: 80px;
  }

  .lens-options__column-heading {
    font-size: 28px;
    font-weight: 700;
    line-height: 101%;
    margin: 0 0 0.75em;
  }

  .lens-options__column-text {
    font-size: 20px;
    line-height: 120%;
    margin: 0;
    max-width: 35ch;
    margin-left: auto;
    margin-right: auto;
  }

  .lens-options__image-wrapper {
    border-radius: 20px;
    overflow: hidden;
    line-height: 0;
  }

  .lens-options__image-wrapper img,
  .lens-options__image-wrapper .placeholder-svg {
    width: 100%;
    height: auto;
  }

  @media (max-width: 768px) {
    .lens-options-section {
      padding: 60px 16px;
    }
    
    .lens-options__heading {
      font-size: 28px;
    }

    .lens-options__subheading {
      font-size: 14px;
    }

    .lens-options__grid {
      grid-template-columns: 1fr;
      gap: 3rem;
    }

    .lens-options__column-heading {
      font-size: 20px;
    }

    .lens-options__column-text {
      font-size: 14px;
    }
  }
/* All your existing CSS styles go here. No changes needed. */
  :root { --raisn: rgba(35, 31, 32, 1); --cadmium-orange: rgba(237, 133, 36, 1); --yolk: rgba(229, 223, 70, 1); --border-light: rgba(0, 0, 0, 0.08); --text-secondary: rgba(35, 31, 32, 0.7); }
  .hidden { display: none !important; }
  .custom-product-wrapper { width: 100%; padding: 20px; background-color: #FFFcF5; font-family: 'Epilogue', sans-serif; padding-bottom:200px; padding-top:38px; }
  .breadcrumbs { max-width: 1200px; margin: 0 auto 52px; font-size: 12px; color: rgb(18 18 18); text-transform: uppercase; font-size: 16px; font-family: 'Avenir'; }
  .price-section { border-bottom:none; }
  .breadcrumbs a { color: inherit; text-decoration: none; color: rgba(35, 31, 32, 0.6); }
  .breadcrumbs a:hover { text-decoration: underline; }
  .breadcrumbs span { margin: 0 8px; color: rgba(35, 31, 32, 0.4); display: inline-flex; align-items: center; }
  .breadcrumb-arrow { height: 1em; width: auto; }
  .product-container { display: flex; flex-wrap: wrap; gap: 40px; max-width: 1200px; width: 100%; margin: auto; }
  .gallery-column, .details-column { flex: 1; min-width: 320px; }
  .gallery-column { display: flex; flex-direction: column; gap: 20px; }
  .main-image-container { position: relative; width: 100%; }
  .main-image-container img.main-product-image { width: 100%; height: auto; display: block; }
  .sale-badge { position: absolute; top: 40px; left: 0px !important; width: 83px; height: 63px; z-index: 1; }
  .image-nav { position: absolute; bottom: 20px; left: 20px; right: 20px; display: flex; justify-content: space-between; }
  .nav-arrow { width: auto; height: 36px; background-color: transparent; border: none; padding:0; cursor: pointer; transition: opacity 0.2s; }
  .nav-arrow:hover { opacity: 0.7; }
  .thumbnail-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .thumbnail-gallery .thumbnail { width: 100%; height: auto; object-fit: cover; aspect-ratio: 1 / 1; cursor: pointer; border: 1px solid transparent !important; transition: filter 0.3s ease, opacity 0.3s ease, border-color 0.2s ease; }
  .thumbnail-gallery:has(.thumbnail.active) .thumbnail:not(.active) { filter: blur(2px); opacity: 0.6; }
  .thumbnail-gallery:has(.thumbnail.active) .thumbnail:not(.active):hover { filter: none; opacity: 1; }
  .thumbnail-gallery .thumbnail.active { border-color: var(--raisn) !important; filter: none; opacity: 1; }
  .details-column { display: flex; flex-direction: column; }
  .product-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 14px; }
  .product-title { font-size: 48px; font-weight: 700; letter-spacing: -2%; line-height: 101%; margin: 0; }
  .share-button { border: none; background: none; padding: 0; cursor: pointer; flex-shrink: 0; position: relative; overflow: hidden; }
  .share-button::after { content: 'Copied!'; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 600; color: var(--raisn); background-color: #E3E3E5; opacity: 0; transform: translateY(100%); transition: opacity 0.2s ease, transform 0.2s ease; pointer-events: none; }
  .share-button.shared svg { opacity: 0; }
  .share-button.shared::after { opacity: 1; transform: translateY(0); }
  .reviews { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
  .rating { display: flex; align-items: center; gap: 16px; font-size: 20px; }
  .explore-reviews { font-size: 20px; font-weight: 700; text-decoration: underline; cursor: pointer; color:black; }
  .color-selector { display: flex; align-items: center; gap: 24px; margin-bottom: 28px; }
  .color-selector .label { font-size: 24px; font-weight: 600; color: #231F20; }
  .color-swatches { display: flex; gap: 12px; flex-wrap: wrap; }
  .swatch-label { position: relative; }
  .swatch-label input { appearance: none; position: absolute; }
  .swatch { width: 44px; height: 44px; border-radius: 50%; cursor: pointer; border: 2px solid transparent; position: relative; transition: border-color 0.2s; display: block; }
  .swatch-label input:checked + .swatch::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 20px; height: 20px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E"); background-size: contain; background-repeat: no-repeat; border:none; }
  .price-section { padding-bottom: 0px; margin-bottom: 28px;}
  .price-display { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 8px; }
  .original-price { font-size: 28px; text-decoration: line-through; opacity: 0.6; }
  .sale-price { font-size: 36px; font-weight: 700; color: #231f20; }
  .price-disclaimer { font-size: 10px; color: var(--text-secondary); }
  .actions { display: flex; align-items: center; gap: 20px; margin-top: 0px; border-bottom: 1px solid var(--border-light); padding-top: 0px; padding-bottom:40px; }
  .quantity-selector { display: flex; align-items: center; gap: 20px; padding-right: 20px; border-right: 1px solid var(--border-light); }
  .quantity-btn { border: none; background: none; cursor: pointer; padding: 0; }
  .quantity-display { font-size: 20px; font-weight: 700; min-width: 20px; text-align: center; border: none; background: transparent; width: 40px; }
  input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
  input[type="number"] { -moz-appearance: textfield; }
  .customization-btn { flex-grow: 1; display: flex; align-items: center; justify-content: space-between; background-color: var(--cadmium-orange); color: var(--raisn); border: none; border-radius: 71px; padding: 18px 20px; font-size: 20px; font-weight: 500; cursor: pointer; transition: background-color 0.2s; }
  .customization-btn:hover { background-color: #e87f1f; }
  .customization-btn[disabled] { background-color: #ccc; cursor: not-allowed; }
  .accordion-section { display: flex; flex-direction: column; gap: 12px; }
  .accordion-item { border-radius: 12px; border: 1px solid transparent; transition: border-color 0.2s; }
  .accordion-item[open] { border-color: var(--raisn); background-color: #fff; padding: 20px; }
  .accordion-item summary { font-size: 20px !important; font-weight: bold; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 20px; color:black; }
  .accordion-item:not([open]) summary { padding: 20px; }
  .accordion-item summary::-webkit-details-marker { display: none; }
  .accordion-icon { transition: transform 0.3s ease; }
  .accordion-item[open] .accordion-icon { transform: rotate(180deg); }
  .accordion-content { padding-top: 12px; font-size: 16px; line-height: 1.5; }
  .rte { word-wrap: break-word; }
  .rte p { margin-top: 0; }
  .spec-table { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
  .spec-row { display: flex; justify-content: space-between; padding-top: 12px; border-top: 1px solid var(--border-light); font-size: 16px; }
  .spec-row .label { font-weight: 600; }
  .product-placeholder { text-align: center; padding: 40px; background: #f9f9f9; border: 1px dashed #ccc; width: 100%;}
  @media (max-width: 900px) {
    .product-container { flex-direction: column; gap: 28px; }
    .custom-product-wrapper { padding: 16px; }
    button.share-button svg { width: 30px; height: 30px; }
    .accordion-item:not([open]) summary{ padding:0px; }
    .actions { display: flex; align-items: center; gap: 35px; margin-top: 0px; border-bottom: 1px solid var(--border-light); border-top:none; padding-top: 0px; padding-bottom:20px; }
    .customization-btn{ justify-content: center; }
    .customization-btn svg{ display: none; }
    .price-section{ border-bottom:none; padding-bottom:0px; }
    button.quantity-btn svg { width: 40px; height: 40px; }
    .explore-reviews{ font-size:12px; }
    .rating{ font-size:16px; }
    .color-selector .label{ font-size:16px; }
    .price-display{ justify-content: left; }
    .accordion-item summary{ padding:0px; font-size:12px !important; }
    svg.accordion-icon { width: 20px; height: 10px; }
    .accordion-content { font-size: 12px; }
    .product-title { font-size: 28px; }
    .sale-price { font-size: 20px; }
    .original-price { font-size: 20px; }
    .actions { flex-direction: row; }
    .quantity-selector { justify-content: center; border-right: none; padding-right: 0; margin-bottom: 0px; }
    .nav-arrow svg { height: 100%; width: auto; }
    .customization-btn{ font-size:14px;}
  }
  img.thumbnail, .main-image-container img.main-product-image { border-radius: 20px; }
  .custom-currency-symbol { height: 0.8em; width: auto; vertical-align: -0.05em; margin-right: 0.2em; }
  .accordion-item summary{ padding-left:0px; padding-right:0px; padding-top:20px; padding-bottom:20px; }
@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@600;700&display=swap');
.card__content_mobile{
      background-color: #F3F0E9;
}
  .product-carousel-section {
    background-color: #FAF8F5;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    padding: 200px 125px;
  }

  .product-carousel__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
  }
  
  .product-carousel__header h2 {
    margin: 0;
    font-family: 'Epilogue', sans-serif;
    font-weight: 700;
    font-size: 68px;
  }

  .product-carousel__nav-buttons {
    display: flex;
    gap: 0.5rem;
  }

  .product-carousel__nav-button {
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }
  .product-carousel__nav-button svg {
      width: 104px;
      height: 36px;
  }

  .product-carousel__nav-button:hover {
    opacity: 0.7;
  }
  
  .product-carousel__nav-button.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  .product-card-wrapper .card {
    background-color: #F8F5F1;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    transition: background-color 0.3s ease;
    border: none;
  }
  
  /* --- FIX: Force visibility of card information to override theme's display:none --- */
  .product-carousel-section .card__information {
    display: grid !important;
    visibility: visible !important;
    color: #231F20;
  }

  .product-card-wrapper .card:hover {
    background-color: #ED8524;
  }
  
  .product-card-wrapper .card:hover .card__heading a,
  .product-card-wrapper .card:hover .price {
     color: #000;
  }
  
  .product-card-wrapper .card__inner {
    padding-bottom: 0;
  }

  .card__media {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 1 / 1.1; 
    background-color: #fff;
  }
  .card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .card__media, .card .media {
    bottom: 0;
    position: relative !important;
    top: 0;
  }

  .product-card-wrapper .card__content_mobile {
    padding: 1.2rem 1.2rem;
  }
  
  .product-carousel-section .card__heading {
    margin: 0 0 0.5rem;
    font-family: 'Epilogue', sans-serif;
    font-weight: 700; 
    font-size: 28px;
    line-height: 1.2;
  }

  .product-carousel-section .card__heading a {
    color: inherit;
    text-decoration: none;
  }
  
  .product-carousel-section .price {
    font-size: 20px !important;
    color: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5em;
  }
  
  .product-carousel-section .price--on-sale .price-item--regular {
        font-size: 20px !important;

  }
  .product-carousel-section .price-item--regular {
    opacity: 0.8;
  }

  .product-card__sale-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    width: 80px;
    height: 63px;
  }
  
  .product-card__swatches {
    display: flex;
    gap: 8px;
    margin-top: 1rem;
    flex-wrap: wrap;
  }

  .product-card__swatch span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
    background-size: cover;
    position: relative;
  }

  .product-card__swatch.selected span {
    border: 2px solid #000;
  }
  
  .product-card__swatch .icon-checkmark {
    width: 12px;
    height: auto;
  }

  .product-carousel-swiper {
    overflow: visible;
  }
  
  @media (max-width: 768px) {
    .product-carousel-section {
      padding: 60px 16px;
    }
    .swiper-slide {
    width: 292px !important;
    height:442px !important;
    margin-right:10px !important;
}

    .product-carousel__header {
        margin-bottom: 1.5rem;
        justify-content: center;
    }

    .product-carousel__header h2 {
      font-size: 28px;
    }
    
    .product-carousel__nav-buttons {
      display: none;
    }

    .product-carousel-section .card__heading {
      font-size: 20px;
    }
    .product-carousel-section .price {
      font-size: 16px !important;
    }
      .product-carousel-section .price--on-sale .price-item--regular {
        font-size: 16px !important;

  }
  }
/* --- Import required Google Fonts --- */
  @import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@400;700&family=IBM+Plex+Mono:wght@400&display=swap');

  .rethinking-eyewear-section {
    background-color: #FAF8F5; /* Or use a schema setting */
    /* --- Desktop Padding --- */
    padding: 0px 0 200px 125px; 
  }

  .rethinking-eyewear__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 2rem;
  }

  .rethinking-eyewear__heading {
    margin: 0 0 2rem 0;
    line-height: 1.1;
    font-weight: 700;
    text-align: left;
  }

  .heading-part--epilogue {
    font-family: 'Epilogue', sans-serif;
    font-size: 68px;
    color: #231F20;
  }

  .heading-part--mono {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 68px;
    color: #ED8524;
    letter-spacing: -0.05em; /* -5% */
  }

  .rethinking-eyewear__paragraph {
    font-family: 'Epilogue', sans-serif;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em; /* -2% */
    max-width: 50ch; /* Improves readability */
    margin-bottom: 1.5em;
    text-align: left;
  }
  .rethinking-eyewear__paragraph:last-child {
    margin-bottom: 0;
  }

  .rethinking-eyewear__paragraph strong {
    font-weight: 700; /* Or 900 for extra bold */
  }
  
  .rethinking-eyewear__image-column {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .rethinking-eyewear__image-column img {
    height: auto;
    object-fit: contain;
  }


  /* --- Mobile Styles --- */
  @media (max-width: 768px) {
    .rethinking-eyewear-section {
      /* --- Mobile Padding --- */
      padding: 60px 16px;
    }

    .rethinking-eyewear__grid {
      grid-template-columns: 1fr; /* Stack columns */
      gap: 3rem;
      text-align: center;
    }

    .heading-part--epilogue,
    .heading-part--mono {
      font-size: 28px;
    }
    
    .rethinking-eyewear__paragraph {
      font-size: 14px;
      margin-left: auto;
      margin-right: auto;
    }
    
    .rethinking-eyewear__image-column img {
      max-width: 100% !important; /* Ensure image is not wider than screen */
    }
  }
/* Add Epilogue font if not already loaded by the theme */
  @import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@600&display=swap');

  .info-banner {
    /* Using CSS variables to apply settings from the schema */
    background-color: var(--background-color);
    padding: 5px 0;
    width: 100%;
    overflow: hidden;
    display: flex;
    font-family: 'Epilogue', sans-serif;
  }

  @keyframes marquee {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
  }

  .info-banner-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    animation: marquee var(--animation-duration) linear infinite;
  }

  /* Pause animation on hover for accessibility */
  .info-banner:hover .info-banner-list {
    animation-play-state: paused;
  }

  .info-banner li {
    display: flex;
    align-items: end;
    gap: 1.5em;
    padding: 0 1.5em;
    flex-shrink: 0;
    white-space: nowrap;
  }
  
  .info-banner span {
    color: var(--text-color);
    text-transform: uppercase;
    /* --- Desktop Font Styles --- */
    font-size: 20px;
    font-weight: 600; /* semi bold */
    line-height: 120%;
  }

  .info-banner svg {
    width: 30px;
    height: 29px;
    flex-shrink: 0;
  }
  
  /* --- Mobile Font Styles --- */
  @media (max-width: 768px) {
    .info-banner {
      padding: 5px 0;
    }
    .info-banner span {
      font-size: 12.3px;
    }
    .info-banner li {
      gap: 1em;
      padding: 0 1em;
    }
    .info-banner svg {
      width: 20px;
      height: 19px;
    }
  }
@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@600;700&display=swap');

  .hingz-testimonial-carousel { background-color: #FFFCF5; padding-top:0px; padding-left:125px; padding-right: 125px; padding-bottom:200px; }
  .hingz-testimonial-carousel__header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.5rem; }
  .hingz-testimonial-carousel__header h2 { margin: 0; font-family: 'Epilogue', sans-serif; font-weight: 700; font-size: 68px; color: #231F20; }
  .hingz-testimonial-carousel__nav-buttons { display: flex; gap: 0.5rem; }
  .hingz-testimonial-carousel__nav-button { background-color: transparent; border: none; padding: 0; cursor: pointer; transition: opacity 0.2s ease; }
  .hingz-testimonial-carousel__nav-button:hover { opacity: 0.7; }
  .hingz-testimonial-carousel__nav-button.swiper-button-disabled { opacity: 0.5; cursor: not-allowed; }
  .hingz-testimonial-carousel__nav-button svg { width: 104px; height: 36px; }

  .hingz-testimonial-swiper { position: relative; }
  .hingz-testimonial-card { display: flex; background-color: #2D2D2D; color: #FFFCF5; border-radius: 20px; padding: 40px; gap: 40px; align-items: stretch; }
  .hingz-testimonial-card__content { flex: 1; display: flex; flex-direction: column; justify-content: space-between; padding-top: 40px; }
  .hingz-testimonial-card__quote { margin: 0; }
  .hingz-testimonial-card__quote p { margin: 0; font-family: 'Epilogue', sans-serif; font-size: 28px; line-height: 120%;  }
  .hingz-testimonial-card__quote p strong, .hingz-testimonial-card__quote b { font-weight: 700; }
  .hingz-testimonial-card__author-info { display: flex; justify-content: space-between; align-items: center; margin-top: 2rem; font-family: 'Epilogue', sans-serif; font-weight: 600; }
  .hingz-testimonial-card__author, .hingz-testimonial-card__rating-text { font-size: 20px; }
  .hingz-testimonial-card__rating-wrapper { display: flex; align-items: center; gap: 12px; }
  .hingz-testimonial-card__stars svg { display: block; height: 25px; width: auto; }
  .hingz-testimonial-card__image-wrapper { flex-shrink: 0; width: 35%; max-width: 400px; border-radius: 12px; overflow: hidden; }
  .hingz-testimonial-card__image-wrapper img, .hingz-testimonial-card__image-wrapper .placeholder-svg { width: 100%; height: 100%; object-fit: cover; }
  
  .hingz-testimonial-card__pagination { position: absolute; top: 40px; left: 40px; bottom: auto; width: auto; display: flex; gap: 6px; z-index: 10; }
  .hingz-testimonial-card__pagination .swiper-pagination-bullet { width: 6px; height: 6px; background-color: #FFFCF5; opacity: 0.4; border-radius: 3px; transition: width 0.3s ease, opacity 0.3s ease; }
  .hingz-testimonial-card__pagination .swiper-pagination-bullet-active { width: 35px; opacity: 1; }
  
  @media (min-width: 991px){
    .hingz-testimonial-card{
      height:541px;
    }
  }

  @media (max-width: 768px) {
    .hingz-testimonial-carousel { padding: 60px 16px; }
    .hingz-testimonial-carousel__header { margin-bottom: 1.5rem; }
    .hingz-testimonial-carousel__header h2 { font-size: 28px; }
     .hingz-testimonial-carousel  .swiper-slide{
      height:auto !important;
    }
    .hingz-testimonial-carousel__nav-button svg {
      width: 72px;
      height: 25px;
    }
    .hingz-testimonial-carousel .swiper-slide {
        width: 100% !important;
        height: auto;
        margin-right: 30px !important;
    }

    .hingz-testimonial-card { 
      padding: 16px; 
      gap: 16px; 
      align-items: center;
    }
    .hingz-testimonial-card__content { 
      padding-top: 32px; 
      flex: 1; 
      justify-content: space-between;
    }
    .hingz-testimonial-card__image-wrapper { 
      width: 35%; 
      flex-shrink: 0;
    }
    .hingz-testimonial-card__quote p { font-size: 12px; }
    
    .hingz-testimonial-card__author-info { 
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      gap: 8px;
      margin-top: 1rem;
    }

    .hingz-testimonial-card__author, .hingz-testimonial-card__rating-text { font-size: 14px; }
    
    /* --- THIS IS THE CHANGE --- */
    .hingz-testimonial-card__stars svg { height: 15px; } /* Changed from 20px */
    
    .hingz-testimonial-card__pagination { top: 16px; left: 16px; }
  }

  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    left:10px !important;
  }
.hingz-image-section {
    position: relative; /* Required for the ::before pseudo-element background */
    box-sizing: border-box;
    text-align: center;
    background-color: var(--section-bg);
    overflow: hidden; /* Contains the pseudo-element */
    /* Desktop Padding */
    padding: 120px 125px 0;
  }

  /* This pseudo-element holds the background image */
  .hingz-image-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--section-bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0; /* Sits behind the content */
  }
  
  /* This creates the grid overlay on top of the background image */
  .hingz-image-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-size: 40px 40px;
    z-index: 1; /* Sits on top of the background image but behind content */
  }

  /* Ensures all content is visible on top of the background layers */
  .hingz-image-section .page-width {
    position: relative;
    z-index: 2;
  }

  .section-title-images {
    font-family: 'Epilogue', sans-serif;
    color: var(--section-text-color, #FFFFFF);
    font-size: 68px; 
    font-weight: 700;
    line-height: 101%;
    letter-spacing: -2%;
    margin: 0 0 20px 0;
  }

  .section-title-images .brand-name {
    font-family: 'IBM Plex Mono', monospace;
    color: var(--section-brand-color, #FFDE59);
  }

  .section-subtitle-images {
    font-family: 'Epilogue', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: var(--section-text-color, #d1d1d1);
    margin: 0 auto 60px auto;
  }

  .section-subtitle-images p {
    margin: 0;
  }

  .section-subtitle-images strong {
    font-weight: 700;
  }

  .features-images-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
  }

  .feature-image-wrapper {
    flex: 1;
    min-width: 0;
  }

  .feature-image-wrapper img,
  .feature-image-wrapper .placeholder-svg {
    display: block;
    width: 100%;
    height: 355px;
  }

  /* === Logic for swapping images === */
  .feature-image--mobile {
    display: none; /* Hide mobile image by default */
  }

  /* Styling for Shopify's placeholder SVG */
  .feature-image-wrapper .placeholder-svg {
    min-height: 400px;
    background: rgba(255,255,255,0.05);
    border: 1px dashed rgba(255,255,255,0.2);
  }
  
  /* RESPONSIVE STYLING */
  @media (max-width: 1024px) {
    .hingz-image-section {
      padding: 100px 40px 0;
    }
  }

  @media (max-width: 768px) {
      .hingz-image-section {
        padding: 60px 1px;
    }
    .feature-image-wrapper img, .feature-image-wrapper .placeholder-svg{
      height:auto !important;
    }
    .section-title-images {
      font-size: 28px;
    }
    .section-subtitle-images {
      font-size: 14px;
      margin-bottom: 40px;
    }
    .features-images-container {
      flex-direction: column;
      align-items: center;
      gap: 10px; 
    }
    .feature-image-wrapper {
      width: 100%;
      max-width: 500px;
    }

    /* === Logic for swapping images on mobile === */
    .feature-image--desktop {
      display: none; /* Hide desktop image on mobile */
    }
    .feature-image--mobile {
      display: block; /* Show mobile image on mobile */
    }
    svg.placeholder-svg.feature-image--desktop{
        display: none;
    }
    .feature-image--desktop{
        display:none !important;
    }
    }
 @media (min-width: 1024px){
 svg.placeholder-svg.feature-image--mobile{
        display: none;
    }
     .feature-image--mobile{
        display:none !important;
    }
 }