/** Shopify CDN: Minification failed

Line 905:30 Unexpected "{"
Line 905:39 Expected ":"
Line 910:30 Unexpected "{"
Line 910:39 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:faq (INDEX:13) */
.nuamore-faq-section {
    padding: 60px 0;
  }

  .nuamore-faq__header {
    text-align: center;
    margin-bottom: 40px;
  }

  .nuamore-faq__title {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 0;
  }

  .nuamore-faq__list {
    border-top: 1px solid #e8e8e8;
  }

  .nuamore-faq__block {
    border-bottom: 1px solid #e8e8e8;
  }

  .nuamore-faq__item {
    display: flex;
    flex-direction: column;
  }

  .nuamore-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 20px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    color: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.2s ease;
  }

  .nuamore-faq__question:hover {
    color: #555;
  }

  /* hide the original theme icon since we supply our own */
  .nuamore-faq__question .collapsible-trigger__icon {
    display: none;
  }

  .nuamore-faq__question-text {
    flex: 1;
  }

  .nuamore-faq__chevron {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    color: #888;
    transition: transform 0.3s ease, color 0.2s ease;
  }

  .nuamore-faq__question[aria-expanded="true"] .nuamore-faq__chevron {
    transform: rotate(180deg);
    color: #282828;
  }

  .nuamore-faq__answer-wrap {
    overflow: hidden;
  }

  .nuamore-faq__answer {
    padding: 0 0 20px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 0.9375rem;
    line-height: 1.7;
  }

  .nuamore-faq__answer p {
    margin: 0;
  }

  .nuamore-faq__richtext {
    padding: 24px 0;
  }

  @media screen and (min-width: 750px) {
    .nuamore-faq__title {
      font-size: 2rem;
    }

    .nuamore-faq__question {
      font-size: 1.0625rem;
      padding: 22px 0;
    }
  }
/* END_SECTION:faq */

/* START_SECTION:footer (INDEX:19) */
/* ══════════════════════════════
     Sandalo Footer
  ══════════════════════════════ */
  .nm-footer {
    background-color: var(--footer-bg, #d8dae6);
    color: #1a1a2e;
  }

  /* ── Main grid ── */
  .nm-footer__main {
    padding: 64px 0 56px;
  }

  .nm-footer__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.3fr;
    gap: 0 48px;
    align-items: start;
  }

  /* ── Brand column ── */
  .nm-footer__col--brand {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .nm-footer__logo-link {
    display: block;
  }

  .nm-footer__logo-link img {
    display: block;
    max-height: 52px;
    width: auto;
  }

  .nm-footer__wordmark {
    display: block;
    font-size: 1.15rem;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #1a1a2e;
    text-decoration: none;
    line-height: 1;
  }

  /* Contact list */
  .nm-footer__contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .nm-footer__contact li {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #1a1a2e;
  }

  .nm-footer__contact-label {
    font-weight: 700;
    margin-right: 4px;
  }

  .nm-footer__contact-value {
    font-weight: 400;
  }

  .nm-footer__contact-link {
    color: #1a1a2e;
    text-decoration: underline;
    text-decoration-color: rgba(26, 26, 46, 0.35);
    text-underline-offset: 2px;
    transition: text-decoration-color 0.2s ease;
  }

  .nm-footer__contact-link:hover {
    text-decoration-color: #1a1a2e;
  }

  /* ── Nav columns ── */
  .nm-footer__col-title {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #1a1a2e;
    margin: 0 0 22px;
  }

  .nm-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 13px;
  }

  .nm-footer__link {
    font-size: 0.8125rem;
    font-weight: 400;
    color: rgba(26, 26, 46, 0.7);
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .nm-footer__link:hover {
    color: #1a1a2e;
  }

  /* ── Newsletter column ── */
  .nm-footer__col--newsletter {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .nm-footer__newsletter-text {
    font-size: 0.8125rem;
    line-height: 1.7;
    color: rgba(26, 26, 46, 0.75);
    margin-bottom: 20px;
  }

  .nm-footer__newsletter-text p { margin: 0; }

  .nm-footer__newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
  }

  .nm-footer__newsletter-input {
    width: 100%;
    padding: 14px 16px;
    font-size: 0.8125rem;
    border: 1px solid rgba(26, 26, 46, 0.2);
    background: rgba(255, 255, 255, 0.45);
    color: #1a1a2e;
    outline: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    transition: border-color 0.2s ease, background-color 0.2s ease;
  }

  .nm-footer__newsletter-input::placeholder {
    color: rgba(26, 26, 46, 0.4);
  }

  .nm-footer__newsletter-input:focus {
    border-color: #1a1a2e;
    background: rgba(255, 255, 255, 0.65);
  }

  .nm-footer__newsletter-btn {
    width: 100%;
    padding: 15px 16px;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    background-color: #1a1a2e;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }

  .nm-footer__newsletter-btn:hover {
    opacity: 0.82;
  }

  .nm-footer__newsletter-success {
    font-size: 0.8125rem;
    color: #1a1a2e;
    margin: 0 0 20px;
  }

  /* Social icons inside newsletter col */
  .nm-footer__social {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 4px;
  }

  /* ── Bottom bar ── */
  .nm-footer__bottom {
    border-top: 1px solid rgba(26, 26, 46, 0.15);
    padding: 22px 0;
  }

  .nm-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
  }

  .nm-footer__copyright {
    font-size: 0.75rem;
    color: rgba(26, 26, 46, 0.5);
    margin: 0;
  }

  .nm-footer__payments {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
  }

  .nm-footer__payments li { display: flex; align-items: center; }

  .nm-footer__payments svg {
    height: 20px;
    width: auto;
    opacity: 0.55;
  }

  /* ── Responsive: tablet ── */
  @media screen and (max-width: 959px) {
    .nm-footer__grid {
      grid-template-columns: 1fr 1fr;
      gap: 44px 32px;
    }

    .nm-footer__col--newsletter {
      grid-column: 1 / -1;
    }
  }

  /* ── Responsive: mobile ── */
  @media screen and (max-width: 749px) {
    .nm-footer__main {
      padding: 48px 0 40px;
    }

    .nm-footer__grid {
      grid-template-columns: 1fr 1fr;
      gap: 36px 20px;
    }

    .nm-footer__col--brand {
      grid-column: 1 / -1;
    }

    .nm-footer__col--newsletter {
      grid-column: 1 / -1;
    }

    .nm-footer__bottom-inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
    }
  }

  @media screen and (max-width: 480px) {
    .nm-footer__grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }
  }
/* END_SECTION:footer */

/* START_SECTION:nuamore-brand-story (INDEX:36) */
.nuamore-brand-story {
    width: 100%;
    text-align: center;
  }

  .nuamore-brand-story__content {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .nuamore-brand-story__subheading {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--nuamore-gold, #b89a5a);
    margin: 0;
    font-weight: 400;
  }

  .nuamore-brand-story__heading {
    font-family: var(--nuamore-font-heading, serif);
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.1;
  }

  .nuamore-brand-story__body {
    font-size: 1rem;
    line-height: 1.8;
    max-width: 640px;
    margin: 0 auto;
    opacity: 0.82;
  }

  .nuamore-brand-story__body p {
    margin: 0;
  }

  @media screen and (max-width: 749px) {
    .nuamore-brand-story__heading {
      font-size: 1.6rem;
    }

    .nuamore-brand-story__body {
      font-size: 0.9375rem;
    }
  }
/* END_SECTION:nuamore-brand-story */

/* START_SECTION:nuamore-collection-tiles (INDEX:37) */
.nuamore-tiles {
    width: 100%;
    overflow: hidden;
  }

  .nuamore-tiles__header {
    text-align: center;
    margin-bottom: 40px;
  }

  .nuamore-tiles__heading {
    font-family: var(--nuamore-font-heading, serif);
    color: var(--nuamore-navy, #1a2744);
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    margin: 0 0 12px;
  }

  .nuamore-tiles__subtitle {
    color: var(--nuamore-navy, #1a2744);
    font-size: 1rem;
    opacity: 0.7;
    margin: 0;
  }

  /* ── Grid: desktop 6-col, tablet 3-col, mobile 2-col ── */
  .nuamore-tiles__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
  }

  @media screen and (max-width: 989px) {
    .nuamore-tiles__grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  /* ── Mobile: horizontal-scroll carousel ── */
  @media screen and (max-width: 749px) {
    .nuamore-tiles__grid {
      grid-template-columns: unset;
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      gap: 12px;
      scrollbar-width: none;
    }

    .nuamore-tiles__grid::-webkit-scrollbar {
      display: none;
    }

    .nuamore-tiles__item {
      flex: 0 0 calc(50% - 6px);
      scroll-snap-align: start;
    }
  }

  /* ── Tile card ── */
  .nuamore-tiles__link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background-color: var(--nuamore-cream, #f5f0ea);
    border-radius: var(--tile-radius, 8px);
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
  }

  /* ── Image container with padding so image floats on cream ── */
  .nuamore-tiles__media {
    position: relative;
    padding: 12px 12px 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  .nuamore-tiles__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: calc(var(--tile-radius, 8px) - 4px);
    transition: transform 0.45s ease;
  }

  .nuamore-tiles__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: calc(var(--tile-radius, 8px) - 4px);
  }

  /* ── Title below image ── */
  .nuamore-tiles__title {
    display: block;
    padding: 12px 12px 16px;
    font-family: var(--nuamore-font-heading, serif);
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--nuamore-navy, #1a2744);
    text-align: center;
  }

  /* ── NEW badge ── */
  .nuamore-tiles__badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    background: #1a2744;
    color: #fff;
    font-size: 0.65rem;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 1px;
    pointer-events: none;
  }

  /* ── Hover effects ── */
  @media (hover: hover) {
    .nuamore-tiles__link:hover {
      box-shadow: 0 8px 24px rgba(26, 39, 68, 0.12);
      transform: translateY(-2px);
    }

    .nuamore-tiles__link:hover .nuamore-tiles__image {
      transform: scale(1.04);
    }
  }

  /* ── Empty state ── */
  .nuamore-tiles__empty {
    text-align: center;
    opacity: 0.6;
    padding: 40px 0;
  }
/* END_SECTION:nuamore-collection-tiles */

/* START_SECTION:nuamore-complementary-products (INDEX:38) */
.nuamore-complementary {
    padding-top: var(--padding-top, 60px);
    padding-bottom: var(--padding-bottom, 60px);
  }

  .nuamore-complementary__header {
    text-align: center;
    margin-bottom: 32px;
  }

  .nuamore-complementary__heading {
    font-family: var(--nuamore-heading-font, inherit);
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 0;
  }

  .nuamore-complementary__grid {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  @media screen and (max-width: 749px) {
    .nuamore-complementary__grid .grid {
      display: flex;
      flex-wrap: nowrap;
      gap: 12px;
    }

    .nuamore-complementary__grid .grid > * {
      flex: 0 0 calc(50% - 6px);
      min-width: calc(50% - 6px);
    }
  }

  @media screen and (min-width: 750px) {
    .nuamore-complementary__heading {
      font-size: 1.875rem;
    }
  }
/* END_SECTION:nuamore-complementary-products */

/* START_SECTION:nuamore-crafted (INDEX:39) */
.nuamore-crafted {
    --nuamore-gold: #b89a5a;
    --nuamore-navy: #1a2744;
    --nuamore-font-heading: 'Cormorant Garamond', Garamond, Georgia, serif;
    --nuamore-font-body: 'Inter', 'Helvetica Neue', sans-serif;

    background-color: var(--crafted-bg, #ffffff);
    padding-top: var(--crafted-padding-top, 0px);
    padding-bottom: var(--crafted-padding-bottom, 0px);
    width: 100%;
  }

  /* Two-column grid: image | content, gap 0 */
  .nuamore-crafted__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-height: 560px;
  }

  /* Swap column order when image is on the right */
  .nuamore-crafted__grid--reversed .nuamore-crafted__media {
    order: 2;
  }

  .nuamore-crafted__grid--reversed .nuamore-crafted__content {
    order: 1;
  }

  /* Image column */
  .nuamore-crafted__media {
    position: relative;
    overflow: hidden;
  }

  .nuamore-crafted__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px;
  }

  .nuamore-crafted__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Content column */
  .nuamore-crafted__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 64px;
    gap: 0;
  }

  /* Heading */
  .nuamore-crafted__heading {
    font-family: var(--nuamore-font-heading);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--nuamore-navy);
    margin: 0 0 24px;
  }

  @media screen and (min-width: 1200px) {
    .nuamore-crafted__heading {
      font-size: 2.4rem;
    }
  }

  /* Body richtext */
  .nuamore-crafted__body {
    font-family: var(--nuamore-font-body);
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin: 0 0 32px;
  }

  .nuamore-crafted__body p {
    margin: 0 0 1em;
  }

  .nuamore-crafted__body p:last-child {
    margin-bottom: 0;
  }

  /* Feature icons strip */
  .nuamore-crafted__features {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 32px;
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
  }

  .nuamore-crafted__feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
  }

  .nuamore-crafted__feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    color: var(--nuamore-gold);
  }

  .nuamore-crafted__feature-icon svg {
    width: 100%;
    height: 100%;
  }

  .nuamore-crafted__feature-label {
    font-family: var(--nuamore-font-body);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--nuamore-navy);
    margin: 0;
    line-height: 1.3;
  }

  /* CTA button */
  .nuamore-crafted__btn {
    display: inline-block;
    align-self: flex-start;
    background-color: var(--nuamore-navy);
    color: #ffffff;
    font-family: var(--nuamore-font-body);
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-decoration: none;
    padding: 14px 28px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease, opacity 0.2s ease;
    white-space: nowrap;
  }

  .nuamore-crafted__btn:hover {
    background-color: #263a63;
  }

  /* Mobile: stack vertically, image on top */
  @media screen and (max-width: 989px) {
    .nuamore-crafted__grid,
    .nuamore-crafted__grid--reversed {
      grid-template-columns: 1fr;
      min-height: auto;
    }

    .nuamore-crafted__grid--reversed .nuamore-crafted__media,
    .nuamore-crafted__grid--reversed .nuamore-crafted__content {
      order: unset;
    }

    .nuamore-crafted__media {
      min-height: 300px;
      order: 1;
    }

    .nuamore-crafted__content {
      order: 2;
      padding: 40px 24px;
    }

    .nuamore-crafted__heading {
      font-size: 1.6rem;
    }

    .nuamore-crafted__features {
      gap: 20px 24px;
    }

    .nuamore-crafted__btn {
      align-self: stretch;
      text-align: center;
    }
  }

  @media screen and (min-width: 990px) and (max-width: 1199px) {
    .nuamore-crafted__content {
      padding: 48px 48px;
    }

    .nuamore-crafted__heading {
      font-size: 1.75rem;
    }
  }
/* END_SECTION:nuamore-crafted */

/* START_SECTION:nuamore-featured-products (INDEX:41) */
.nuamore-products {
    box-sizing: border-box;
  }

  .nuamore-products__header {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 24px;
    margin-bottom: 32px;
  }

  .nuamore-products__heading {
    font-family: var(--nuamore-font-heading, inherit);
    color: var(--nuamore-navy, #1a2340);
    margin: 0;
    flex: 1 1 auto;
  }

  .nuamore-products__subtitle {
    color: var(--nuamore-navy, #1a2340);
    opacity: 0.7;
    margin: 0;
    flex: 1 1 100%;
  }

  .nuamore-products__view-all {
    display: inline-block;
    flex-shrink: 0;
    color: var(--nuamore-gold, #b89a5a);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: underline;
    font-size: 0.8125rem;
    line-height: 1;
    transition: opacity 0.2s ease;
  }

  .nuamore-products__view-all:hover,
  .nuamore-products__view-all:focus {
    opacity: 0.75;
  }

  /* Border radius on product cards — controlled by section setting */
  #nuamore-featured-products-{{ section.id }} .grid-product__content {
    border-radius: var(--product-radius, 0px);
    overflow: hidden;
  }

  #nuamore-featured-products-{{ section.id }} .grid-product__image-mask {
    border-radius: var(--product-radius, 0px);
    overflow: hidden;
  }
/* END_SECTION:nuamore-featured-products */

/* START_SECTION:nuamore-hero (INDEX:42) */
.nuamore-hero {
    --nuamore-gold: #ab8c52;
    --nuamore-cream: #f8f4ef;
    --nuamore-white: #FFFFFF;
    --nuamore-font-heading: 'Cormorant Garamond', Garamond, Georgia, serif;
    --nuamore-font-body: 'Inter', 'Helvetica Neue', sans-serif;

    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  /* Height modifiers — auto falls back to min-height */
  .nuamore-hero[style*="height: auto"] {
    min-height: 480px;
  }

  /* ---- Media layer ---- */
  .nuamore-hero__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .nuamore-hero__bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }

  .nuamore-hero__bg-placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  /* Mobile-specific image: show only on small screens */
  .nuamore-hero__bg-image--mobile {
    display: none;
  }

  /* Overlay */
  .nuamore-hero__overlay {
    position: absolute;
    inset: 0;
    background-color: #000;
    opacity: var(--overlay-opacity, 0.3);
    pointer-events: none;
  }

  /* ---- Content layer ---- */
  .nuamore-hero__content-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 80px 0;
  }

  .nuamore-hero__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 640px;
  }

  /* Content alignment — desktop */
  .nuamore-hero__content--left {
    align-items: flex-start;
    text-align: left;
    margin-right: auto;
  }

  .nuamore-hero__content--center {
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .nuamore-hero__content--right {
    align-items: flex-end;
    text-align: right;
    margin-left: auto;
  }

  /* ---- Typography ---- */
  .nuamore-hero__subheading {
    font-family: var(--nuamore-font-body);
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--nuamore-gold);
    margin: 0;
  }

  .nuamore-hero__heading {
    font-family: var(--nuamore-font-heading);
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.1;
    color: var(--nuamore-white);
    margin: 0;
  }

  /* Strip block-level richtext margin */
  .nuamore-hero__heading p,
  .nuamore-hero__heading h1,
  .nuamore-hero__heading h2 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
  }

  .nuamore-hero__subtitle {
    font-family: var(--nuamore-font-body);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
    color: var(--nuamore-cream);
    margin: 0;
  }

  /* ---- CTA buttons ---- */
  .nuamore-hero__cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
  }

  .nuamore-hero__btn {
    display: inline-block;
    padding: 14px 32px;
    font-family: var(--nuamore-font-body);
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity 0.2s ease, background-color 0.2s ease;
    cursor: pointer;
    white-space: nowrap;
  }

  .nuamore-hero__btn--gold {
    background-color: #ffffff;
    color: #282828;
    border: 0px solid #212121;
    border-radius: 10px;
}

  .nuamore-hero__btn--gold:hover {
    background-color:rgb(214, 214, 214);
    border-color: #3a3a3a;
  }

  .nuamore-hero__btn--outline {
    background-color: transparent;
    color: var(--nuamore-white);
    border: 1px solid var(--nuamore-white);
    border-radius: 10px;
  }

  .nuamore-hero__btn--outline:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  /* ---- Responsive ---- */
  @media screen and (min-width: 769px) {
    .nuamore-hero__heading {
      font-size: 4.5rem;
    }

    .nuamore-hero__bg-image--mobile {
      display: none !important;
    }
  }

  @media screen and (max-width: 768px) {
    .nuamore-hero__bg-image--desktop {
      display: none;
    }

    .nuamore-hero__bg-image--mobile {
      display: block;
    }

    /* When no mobile image is uploaded, the desktop image is the only one — keep it visible */
    .nuamore-hero__bg-image--desktop:first-child {
      display: block;
    }

    .nuamore-hero__content-wrap {
      padding: 60px 0;
    }

    .nuamore-hero__content--left,
    .nuamore-hero__content--center,
    .nuamore-hero__content--right {
      align-items: center;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }

    .nuamore-hero__cta-group {
      justify-content: center;
    }
  }
/* END_SECTION:nuamore-hero */

/* START_SECTION:nuamore-loved-on-socials (INDEX:43) */
/* ---- Section wrapper ---- */
  .nuamore-loved {
    background: #ffffff;
    width: 100%;
  }

  /* ---- Header ---- */
  .nuamore-loved__header-wrap {
    padding: 0 24px;
  }

  .nuamore-loved__header {
    max-width: 600px;
    margin: 0 auto 48px;
    text-align: center;
  }

  .nuamore-loved__heading {
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #1a2744;
    margin: 0 0 12px;
    line-height: 1.2;
  }

  .nuamore-loved__subtitle {
    font-size: 0.9rem;
    color: #6b6b6b;
    font-style: italic;
    margin: 0;
    line-height: 1.5;
  }

  /* ---- Grid container ---- */
  .nuamore-loved__grid-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .nuamore-loved__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  /* ---- List item ---- */
  .nuamore-loved__item {
    display: block;
  }

  /* ---- Tile (anchor or div) ---- */
  .nuamore-loved__tile {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
    border-radius: var(--buttonRadius, 0px);
  }

  /* ---- Media square ---- */
  .nuamore-loved__media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: var(--buttonRadius, 0px);
    background-color: #e8e2da;
  }

  .nuamore-loved__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.45s ease;
  }

  /* ---- Placeholder ---- */
  .nuamore-loved__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nuamore-loved__placeholder-svg {
    width: 60%;
    height: 60%;
    opacity: 0.3;
  }

  /* ---- Bottom-left handle overlay ---- */
  .nuamore-loved__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    padding: 10px 12px;
    color: #ffffff;
    pointer-events: none;
  }

  .nuamore-loved__ig-icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    color: #ffffff;
  }

  .nuamore-loved__handle {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* ---- Hover: scale image ---- */
  @media (hover: hover) {
    .nuamore-loved__tile:hover .nuamore-loved__image {
      transform: scale(1.05);
    }

    .nuamore-loved__item:hover .nuamore-loved__image {
      transform: scale(1.05);
    }
  }

  /* ---- Instagram-style likes overlay ---- */
  .nuamore-loved__likes {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: rgba(0, 0, 0, 0.28);
    color: #fff;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
    border-radius: inherit;
  }

  .nuamore-loved__likes-emojis {
    font-size: 1.4rem;
    letter-spacing: 4px;
  }

  .nuamore-loved__likes-count {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.03em;
  }

  @media (hover: hover) {
    .nuamore-loved__tile:hover .nuamore-loved__likes,
    .nuamore-loved__item:hover .nuamore-loved__likes {
      opacity: 1;
    }
  }

  /* ---- Mobile ---- */
  @media screen and (max-width: 767px) {
    .nuamore-loved {
      padding-left: 0;
      padding-right: 0;
    }

    .nuamore-loved__header-wrap {
      padding: 0 16px;
    }

    .nuamore-loved__header {
      margin-bottom: 32px;
    }

    .nuamore-loved__grid-wrap {
      padding: 0 16px;
    }

    .nuamore-loved__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 8px;
    }
  }
/* END_SECTION:nuamore-loved-on-socials */

/* START_SECTION:nuamore-mission (INDEX:44) */
.nuamore-mission {
    --mission-check-color: #5b7af5;
    --mission-navy: #1a2744;
    --mission-font-heading: var(--typeHeaderPrimary, var(--typeHeaderFallback, 'Cormorant Garamond', Georgia, serif));
    --mission-font-body: 'Inter', 'Helvetica Neue', sans-serif;

    background-color: #ffffff;
    padding-top: var(--mission-padding-top, 60px);
    padding-bottom: var(--mission-padding-bottom, 60px);
    width: 100%;
  }

  /* Two-column grid */
  .nuamore-mission__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 0;
    padding: 0 24px;
    max-width: 1400px;
    margin: 0 auto;
  }

  /* Left card */
  .nuamore-mission__card--content {
    background-color: var(--mission-bg, #e8ecf4);
    border-radius: var(--buttonRadius, 8px);
    padding: 60px 48px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  /* Right card: extends 20px above and below the content card */
  .nuamore-mission__card--video {
    position: relative;
    border-radius: var(--buttonRadius, 8px);
    overflow: hidden;
    margin-top: -20px;
    margin-bottom: -20px;
    background-color: #111;
    min-height: 300px;
  }

  /* Inner wrapper fills the card absolutely — this is what contains the video */
  .nuamore-mission__video-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  /* Heading */
  .nuamore-mission__heading {
    font-family: var(--mission-font-heading);
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--mission-navy);
    margin: 0 0 20px;
  }

  /* Body richtext */
  .nuamore-mission__body {
    font-family: var(--mission-font-body);
    font-size: 0.95rem;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0 0 28px;
  }

  .nuamore-mission__body p {
    margin: 0 0 1em;
  }

  .nuamore-mission__body p:last-child {
    margin-bottom: 0;
  }

  /* Bullet list */
  .nuamore-mission__bullets {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .nuamore-mission__bullet {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .nuamore-mission__bullet-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
  }

  .nuamore-mission__bullet-text {
    font-family: var(--mission-font-body);
    font-size: 0.9rem;
    line-height: 1.5;
    color: #3a3a4a;
  }

  /* All direct children of the video wrap fill it completely */
  .nuamore-mission__video-wrap > *,
  .nuamore-mission__video-wrap video,
  .nuamore-mission__video-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: none;
  }

  /* Video covers without distortion */
  .nuamore-mission__video,
  .nuamore-mission__video-wrap video {
    object-fit: cover;
    object-position: center;
  }

  /* Image */
  .nuamore-mission__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  /* Placeholder SVG */
  .nuamore-mission__placeholder-svg {
    object-fit: cover;
    opacity: 0.4;
  }

  /* Mobile: stack vertically */
  @media screen and (max-width: 989px) {
    .nuamore-mission__grid {
      grid-template-columns: 1fr;
      padding: 0 16px;
      gap: 16px;
    }

    .nuamore-mission__card--video {
      order: 1;
      margin: 0;
      min-height: 260px;
    }

    .nuamore-mission__card--content {
      order: 2;
      padding: 36px 28px;
    }
  }

  @media screen and (min-width: 990px) and (max-width: 1199px) {
    .nuamore-mission__card--content {
      padding: 48px 36px;
    }
  }
/* END_SECTION:nuamore-mission */

/* START_SECTION:nuamore-press-logos (INDEX:46) */
.nuamore-press {
    width: 100%;
    overflow: hidden;
  }

  .nuamore-press__inner {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
  }

  .nuamore-press__label {
    font-size: 0.7rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(0, 0, 0, 0.45);
    white-space: nowrap;
    flex-shrink: 0;
  }

  .nuamore-press__logos {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
  }

  .nuamore-press__logo-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }

  .nuamore-press__logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
  }

  .nuamore-press__logo-img {
    display: block;
    max-height: 22px;
    width: auto;
    opacity: 0.55;
    filter: grayscale(100%);
    transition: opacity 0.25s ease, filter 0.25s ease;
  }

  @media (hover: hover) {
    .nuamore-press__logo-img:hover {
      opacity: 0.9;
      filter: grayscale(0%);
    }
  }

  .nuamore-press__logo-text {
    font-size: 1.3rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    color: #1a1a1a;
    white-space: nowrap;
    font-family: Georgia, 'Times New Roman', serif;
    transition: color 0.25s ease;
  }

  @media (hover: hover) {
    .nuamore-press__logo-link:hover .nuamore-press__logo-text {
      color: rgba(0, 0, 0, 0.75);
    }
  }

  @media screen and (max-width: 749px) {
    .nuamore-press__inner {
      flex-direction: column;
      align-items: stretch;
      gap: 12px;
    }

    .nuamore-press__label {
      text-align: center;
    }

    .nuamore-press__logos {
      flex-wrap: wrap;
    }

    .nuamore-press__logo-item {
      flex: 1 1 33%;
      padding: 6px 0;
    }

    .nuamore-press__logo-text {
      font-size: 1rem;
    }
  }
/* END_SECTION:nuamore-press-logos */

/* START_SECTION:nuamore-promo-banner (INDEX:47) */
.nuamore-promo {
    --nuamore-gold: #ab8c52;
    --nuamore-white: #FFFFFF;
    --nuamore-font-heading: 'Cormorant Garamond', Garamond, Georgia, serif;
    --nuamore-font-body: 'Inter', 'Helvetica Neue', Arial, sans-serif;

    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
  }

  /* Background image layer */
  .nuamore-promo__bg-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  .nuamore-promo__bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }

  .nuamore-promo__bg-overlay {
    position: absolute;
    inset: 0;
    background-color: #000;
    pointer-events: none;
  }

  /* Content container */
  .nuamore-promo__inner {
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  /* Subheading */
  .nuamore-promo__subheading {
    font-family: var(--nuamore-font-body);
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    color: var(--nuamore-gold);
    margin: 0;
  }

  /* Main heading */
  .nuamore-promo__heading {
    font-family: var(--nuamore-font-heading);
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.1;
    color: var(--nuamore-white);
    margin: 0;
  }

  /* Description richtext */
  .nuamore-promo__description {
    font-family: var(--nuamore-font-body);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.65;
    color: var(--nuamore-white);
    opacity: 0.8;
    max-width: 600px;
    margin: 0;
  }

  .nuamore-promo__description p {
    margin: 0 0 0.75em;
  }

  .nuamore-promo__description p:last-child {
    margin-bottom: 0;
  }

  /* CTA button */
  .nuamore-promo__btn {
    display: inline-block;
    padding: 14px 36px;
    background-color: var(--nuamore-gold);
    color: var(--nuamore-white);
    border: 1px solid var(--nuamore-gold);
    font-family: var(--nuamore-font-body);
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity 0.2s ease;
    cursor: pointer;
    white-space: nowrap;
  }

  .nuamore-promo__btn:hover {
    opacity: 0.85;
  }

  /* Countdown timer */
  .nuamore-promo__countdown {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
  }

  .nuamore-promo__countdown-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-width: 70px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .nuamore-promo__countdown-number {
    font-family: var(--nuamore-font-heading);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    color: var(--nuamore-white);
    display: block;
  }

  .nuamore-promo__countdown-label {
    font-family: var(--nuamore-font-body);
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--nuamore-white);
    opacity: 0.6;
    display: block;
  }

  .nuamore-promo__countdown-separator {
    font-family: var(--nuamore-font-heading);
    font-size: 2rem;
    line-height: 1;
    color: var(--nuamore-white);
    opacity: 0.4;
    align-self: center;
    padding-bottom: 28px; /* offset for the label below the number */
  }

  .nuamore-promo__countdown-ended {
    font-family: var(--nuamore-font-body);
    font-size: 1rem;
    color: var(--nuamore-gold);
    letter-spacing: 0.06em;
    margin: 0;
  }

  /* Desktop */
  @media screen and (min-width: 769px) {
    .nuamore-promo__heading {
      font-size: 4rem;
    }

    .nuamore-promo__inner {
      gap: 28px;
    }
  }

  /* Mobile */
  @media screen and (max-width: 768px) {
    .nuamore-promo__countdown-unit {
      min-width: 58px;
      padding: 12px 10px;
    }

    .nuamore-promo__countdown-number {
      font-size: 1.5rem;
    }

    .nuamore-promo__countdown-separator {
      font-size: 1.5rem;
      padding-bottom: 24px;
    }
  }
/* END_SECTION:nuamore-promo-banner */

/* START_SECTION:nuamore-reviews-strip (INDEX:48) */
/* ---- Nuamore reviews strip ---- */
  .nuamore-reviews {
    --nuamore-gold: #ab8c52;
    --nuamore-cream: #f8f4ef;
    --nuamore-font-heading: 'Cormorant Garamond', Garamond, Georgia, serif;
    --nuamore-font-body: 'Inter', 'Helvetica Neue', Arial, sans-serif;

    box-sizing: border-box;
    overflow: hidden;
  }

  .nuamore-reviews__header {
    text-align: center;
    margin-bottom: 40px;
  }

  .nuamore-reviews__heading {
    font-family: var(--nuamore-font-heading);
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 400;
    color: #1a1a1a;
    margin: 0;
    letter-spacing: 0.01em;
  }

  /* ---- Marquee viewport ---- */
  .nuamore-reviews__viewport {
    overflow: hidden;
    width: 100%;
    /* Fade the left/right edges for polish */
    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0%,
      #000 8%,
      #000 92%,
      transparent 100%
    );
    mask-image: linear-gradient(
      to right,
      transparent 0%,
      #000 8%,
      #000 92%,
      transparent 100%
    );
  }

  /* ---- Scrolling track ---- */
  .nuamore-reviews__track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: nuamore-marquee 30s linear infinite;
    will-change: transform;
  }

  .nuamore-reviews__track:hover {
    animation-play-state: paused;
  }

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

  /* ---- Individual review card ---- */
  .nuamore-reviews__card {
    flex: 0 0 auto;
    min-width: 300px;
    max-width: 350px;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07), 0 1px 3px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  /* ---- Stars ---- */
  .nuamore-reviews__stars {
    display: flex;
    gap: 2px;
    line-height: 1;
  }

  .nuamore-reviews__star {
    font-size: 1.1rem;
    font-style: normal;
    display: inline-block;
  }

  .nuamore-reviews__star--filled {
    color: var(--nuamore-gold);
  }

  .nuamore-reviews__star--empty {
    color: #d4c5a9;
  }

  /* ---- Review text ---- */
  .nuamore-reviews__text {
    font-family: var(--nuamore-font-body);
    font-size: 0.9rem;
    line-height: 1.55;
    color: #333333;
    margin: 0;
    padding: 0;
    border: none;

    /* Clamp to 4 lines */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* ---- Author ---- */
  .nuamore-reviews__author {
    font-family: var(--nuamore-font-heading);
    font-size: 0.85rem;
    font-style: normal;
    color: #1a1a1a;
    opacity: 0.6;
    margin-top: auto;
  }

  /* Respect reduced motion preference */
  @media (prefers-reduced-motion: reduce) {
    .nuamore-reviews__track {
      animation: none;
      flex-wrap: wrap;
    }

    .nuamore-reviews__viewport {
      -webkit-mask-image: none;
      mask-image: none;
    }
  }
/* END_SECTION:nuamore-reviews-strip */

/* START_SECTION:nuamore-trustpilot-reviews (INDEX:49) */
/* ── Layout ────────────────────────────────────────────────────── */
  .nuamore-tp-reviews {
    box-sizing: border-box;
  }

  .nuamore-tp-reviews__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  @media screen and (min-width: 990px) {
    .nuamore-tp-reviews__layout {
      grid-template-columns: 320px 1fr;
      gap: 64px;
      align-items: start;
    }
  }

  /* ── Left panel ─────────────────────────────────────────────────── */
  .nuamore-tp-reviews__left {
    display: flex;
    justify-content: center;
  }

  @media screen and (min-width: 990px) {
    .nuamore-tp-reviews__left {
      position: sticky;
      top: 80px;
      justify-content: flex-start;
    }
  }

  .nuamore-tp-reviews__left-inner {
    max-width: 340px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  @media screen and (max-width: 989px) {
    .nuamore-tp-reviews__left-inner {
      align-items: center;
      text-align: center;
    }
  }

  /* ── Badge ──────────────────────────────────────────────────────── */
  .nuamore-tp-reviews__badge {
    display: inline-flex;
    flex-direction: column;
    gap: 8px;
  }

  .nuamore-tp-reviews__badge-stars {
    display: flex;
    gap: 3px;
  }

  .nuamore-tp-reviews__badge-star {
    display: block;
    flex-shrink: 0;
  }

  .nuamore-tp-reviews__badge-text {
    margin: 0;
    font-size: 0.8125rem;
    color: var(--nuamore-navy, #1a2340);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    line-height: 1.4;
  }

  .nuamore-tp-reviews__wordmark {
    display: inline-flex;
    align-items: center;
  }

  /* ── Heading & subtitle ─────────────────────────────────────────── */
  .nuamore-tp-reviews__heading {
    font-family: var(--nuamore-font-heading, serif);
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--nuamore-navy, #1a2340);
    line-height: 1.1;
    margin: 0;
  }

  .nuamore-tp-reviews__subtitle {
    font-size: 0.9375rem;
    color: var(--nuamore-navy, #1a2340);
    opacity: 0.7;
    line-height: 1.6;
    margin: 0;
  }

  /* ── Right panel: cards grid ────────────────────────────────────── */
  .nuamore-tp-reviews__right {
    min-width: 0;
  }

  .nuamore-tp-reviews__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  @media screen and (min-width: 640px) {
    .nuamore-tp-reviews__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* ── Individual card ────────────────────────────────────────────── */
  .nuamore-tp-reviews__card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
  }

  .nuamore-tp-reviews__quote {
    display: block;
    font-size: 3rem;
    line-height: 1;
    color: #00b67a;
    font-family: Georgia, 'Times New Roman', serif;
    margin-bottom: -4px;
    margin-top: -4px;
    user-select: none;
  }

  .nuamore-tp-reviews__card-title {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--nuamore-navy, #1a2340);
    line-height: 1.4;
  }

  /* ── Stars in cards ─────────────────────────────────────────────── */
  .nuamore-tp-reviews__card-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  .nuamore-tp-reviews__stars {
    display: flex;
    gap: 2px;
    flex-shrink: 0;
  }

  .nuamore-tp-reviews__star {
    display: block;
    flex-shrink: 0;
  }

  .nuamore-tp-reviews__date {
    font-size: 0.8125rem;
    color: #767676;
    line-height: 1;
  }

  /* ── Body & author ──────────────────────────────────────────────── */
  .nuamore-tp-reviews__card-body {
    margin: 0;
    font-size: 0.875rem;
    color: var(--nuamore-navy, #1a2340);
    opacity: 0.85;
    line-height: 1.65;
    flex: 1;
  }

  .nuamore-tp-reviews__card-author {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--nuamore-navy, #1a2340);
    margin-top: auto;
    padding-top: 4px;
  }
/* END_SECTION:nuamore-trustpilot-reviews */

/* START_SECTION:nuamore-ugc-grid (INDEX:50) */
.nuamore-ugc {
    width: 100%;
    overflow: hidden;
  }

  /* ---- Header ---- */
  .nuamore-ugc__header {
    text-align: center;
    margin-bottom: 32px;
  }

  .nuamore-ugc__heading {
    font-family: var(--nuamore-font-heading, Georgia, serif);
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: var(--nuamore-navy, #1a2744);
    margin: 0 0 10px;
  }

  .nuamore-ugc__heading-link {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
  }

  .nuamore-ugc__heading-link:hover {
    border-bottom-color: var(--nuamore-navy, #1a2744);
  }

  .nuamore-ugc__subtitle {
    font-size: 0.9375rem;
    color: var(--nuamore-navy, #1a2744);
    opacity: 0.65;
    margin: 0;
    letter-spacing: 0.02em;
  }

  /* ---- Grid ---- */
  .nuamore-ugc__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    /* columns injected via inline style per section instance */
  }

  /* Mobile: always 2 columns */
  @media screen and (max-width: 749px) {
    .nuamore-ugc__grid {
      grid-template-columns: repeat(2, 1fr) !important;
    }
  }

  /* ---- Cell ---- */
  .nuamore-ugc__item {
    display: block;
  }

  .nuamore-ugc__cell {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
  }

  /* ---- Media (square) ---- */
  .nuamore-ugc__media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: #e8e2da;
  }

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

  .nuamore-ugc__placeholder {
    display: block;
    width: 100%;
    height: 100%;
  }

  /* ---- Hover overlay ---- */
  .nuamore-ugc__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }

  .nuamore-ugc__overlay-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    text-align: center;
  }

  .nuamore-ugc__caption {
    font-family: var(--nuamore-font-body, 'Helvetica Neue', sans-serif);
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #ffffff;
    line-height: 1.4;
  }

  .nuamore-ugc__icon {
    width: 28px;
    height: 28px;
    color: #ffffff;
    opacity: 0.9;
  }

  /* Hover triggers: image scale + overlay reveal */
  @media (hover: hover) {
    .nuamore-ugc__cell:hover .nuamore-ugc__image {
      transform: scale(1.05);
    }

    .nuamore-ugc__cell:hover .nuamore-ugc__overlay {
      opacity: 1;
    }

    /* div cells (no link) — still trigger on parent hover */
    .nuamore-ugc__item:hover .nuamore-ugc__image {
      transform: scale(1.05);
    }

    .nuamore-ugc__item:hover .nuamore-ugc__overlay {
      opacity: 1;
    }
  }

  /* ---- Empty state ---- */
  .nuamore-ugc__empty {
    text-align: center;
    padding: 40px 0;
    opacity: 0.6;
  }
/* END_SECTION:nuamore-ugc-grid */

/* START_SECTION:nuamore-usp-bar (INDEX:51) */
.nuamore-usp {
    background-color: var(--usp-bg, #f8f4ef);
    color: var(--usp-text, #212121);
    padding-top: var(--usp-padding-top, 40px);
    padding-bottom: var(--usp-padding-bottom, 40px);
  }

  .nuamore-usp__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nuamore-usp__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 24px;
    position: relative;
  }

  /* Vertical dividers between items on desktop */
  .nuamore-usp__item + .nuamore-usp__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    width: 1px;
    background-color: rgba(33, 33, 33, 0.12);
  }

  .nuamore-usp__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
    color: var(--usp-icon, #ab8c52);
    flex-shrink: 0;
  }

  .nuamore-usp__heading {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
    margin: 0 0 6px;
    color: inherit;
  }

  .nuamore-usp__description {
    font-size: 0.8rem;
    line-height: 1.5;
    opacity: 0.7;
    margin: 0;
    color: inherit;
  }

  /* Mobile: 2x2 grid */
  @media screen and (max-width: 768px) {
    .nuamore-usp__grid {
      grid-template-columns: repeat(2, 1fr);
    }

    /* Remove left-edge dividers in the 2-column layout */
    .nuamore-usp__item + .nuamore-usp__item::before {
      display: none;
    }

    /* Add bottom border between rows */
    .nuamore-usp__item:nth-child(-n+2) {
      border-bottom: 1px solid rgba(33, 33, 33, 0.12);
      padding-bottom: 24px;
      margin-bottom: 0;
    }

    .nuamore-usp__item:nth-child(n+3) {
      padding-top: 24px;
    }

    /* Right divider between the two columns */
    .nuamore-usp__item:nth-child(odd) {
      border-right: 1px solid rgba(33, 33, 33, 0.12);
    }

    .nuamore-usp__item {
      padding: 0 16px;
    }
  }
/* END_SECTION:nuamore-usp-bar */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:cart-drawer (INDEX:67) */
.cart-drawer__divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
    margin: 14px 0;
  }

  .cart-drawer__discounts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8125rem;
    margin-bottom: 8px;
    opacity: 0.8;
  }

  .cart-drawer__discount-amount {
    font-weight: 600;
  }

  .cart-drawer__subtotal-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 6px;
  }

  .cart-drawer__subtotal-label {
    font-size: 0.875rem;
    font-weight: 500;
    opacity: 0.75;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }

  .cart-drawer__subtotal-value {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.01em;
  }

  .cart-drawer__shipping-note {
    font-size: 0.75rem;
    opacity: 0.5;
    margin: 0 0 16px;
    text-align: center;
  }

  .cart-drawer__checkout-btn {
    font-size: 1rem;
    letter-spacing: 0.04em;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 4px;
    background: #3C83F6 !important;
    background-color: #3C83F6 !important;
    border-color: #3C83F6 !important;
    color: #fff !important;
    transition: background 0.2s ease, opacity 0.2s ease;
  }

  .cart-drawer__checkout-btn:hover {
    background: #2563eb !important;
    background-color: #2563eb !important;
    border-color: #2563eb !important;
    opacity: 1;
  }

  .cart-drawer__payment-icons {
    margin-top: 14px;
    text-align: center;
  }

  .cart-drawer__payment-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .cart-drawer__payment-list li {
    display: flex;
  }

  .cart-drawer__payment-list svg,
  .cart-drawer__payment-list img {
    height: 22px;
    width: auto;
    border-radius: 3px;
    background: #fff;
    padding: 2px 4px;
    border: 1px solid rgba(255, 255, 255, 0.12);
  }
/* END_SNIPPET:cart-drawer */

/* START_SNIPPET:nuamore-cart-upsell (INDEX:94) */
.nuamore-cart-upsell {
    padding: 16px 0 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 4px;
  }

  .nuamore-cart-upsell__heading {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.55;
    margin: 0 0 12px;
    padding: 0 20px;
    padding: 0 var(--drawer-gutter, 20px);
  }

  .nuamore-cart-upsell__track {
    display: flex;
    flex-direction: row;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px 12px;
    padding: 0 var(--drawer-gutter, 20px) 12px;
    scrollbar-width: none;
  }

  .nuamore-cart-upsell__track::-webkit-scrollbar {
    display: none;
  }

  .nuamore-upsell-card {
    flex: 0 0 130px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nuamore-upsell-card__image-link {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    flex-shrink: 0;
  }

  .nuamore-upsell-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
  }

  .nuamore-upsell-card:hover .nuamore-upsell-card__image {
    transform: scale(1.04);
  }

  .nuamore-upsell-card__image--placeholder {
    width: 100%;
    height: 130px;
    display: block;
  }

  .nuamore-upsell-card__body {
    padding: 8px 8px 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
  }

  .nuamore-upsell-card__title {
    font-size: 0.75rem;
    line-height: 1.3;
    color: inherit;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
  }

  .nuamore-upsell-card__pricing {
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin-top: 2px;
  }

  .nuamore-upsell-card__price {
    font-size: 0.8rem;
    font-weight: 600;
  }

  .nuamore-upsell-card__price--sale {
    color: #ef4444;
  }

  .nuamore-upsell-card__compare {
    font-size: 0.7rem;
    opacity: 0.5;
    text-decoration: line-through;
  }

  .nuamore-upsell-card__add {
    align-self: flex-end;
    margin-top: 6px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #3C83F6;
    color: #fff;
    border: none;
    font-size: 1.25rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
    flex-shrink: 0;
  }

  .nuamore-upsell-card__add:hover:not([disabled]) {
    background: #2563eb;
    transform: scale(1.1);
  }

  .nuamore-upsell-card__add[disabled] {
    opacity: 0.35;
    cursor: not-allowed;
    background: rgba(255, 255, 255, 0.2);
  }

  .nuamore-upsell-card__add[data-state="adding"] {
    background: rgba(255, 255, 255, 0.3);
  }

  .nuamore-upsell-card__add[data-state="added"] {
    background: #22c55e;
  }
/* END_SNIPPET:nuamore-cart-upsell */

/* START_SNIPPET:nuamore-gift-progress (INDEX:95) */
.nuamore-gift-progress {
    margin-bottom: 16px;
  }

  .nuamore-gift-progress__text {
    font-size: 0.8rem;
    text-align: center;
    margin: 0 0 6px;
    color: currentColor;
  }

  .nuamore-gift-progress__icon {
    display: inline-block;
    margin-right: 4px;
  }

  .nuamore-gift-progress__track {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: var(--nuamore-grey-light, #F3F4F6);
    overflow: hidden;
  }

  .nuamore-gift-progress__fill {
    height: 100%;
    width: var(--progress, 0%);
    border-radius: 3px;
    background: var(--nuamore-gold, #C9A84C);
    transition: width 0.4s ease;
  }
/* END_SNIPPET:nuamore-gift-progress */

/* START_SNIPPET:nuamore-trust-icons (INDEX:100) */
.nuamore-trust {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    padding: 16px 0;
  }

  .nuamore-trust__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .nuamore-trust__icon {
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }

  .nuamore-trust__label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.6;
    text-align: center;
    line-height: 1.2;
  }
/* END_SNIPPET:nuamore-trust-icons */

/* START_SNIPPET:product-form (INDEX:105) */
.product-payment-icons {
    margin-top: 12px;
  }

  .product-payment-icons__list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
  }

  .product-payment-icons__list li {
    display: flex;
  }

  .product-payment-icons__list svg,
  .product-payment-icons__list img {
    height: 24px;
    width: auto;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    background: #fff;
  }
/* END_SNIPPET:product-form */

/* START_SNIPPET:product-template (INDEX:110) */
/* ---- Reviews bar ---- */
  .nuamore-reviews-bar--above-title {
    margin-bottom: 8px;
  }

  .nuamore-reviews-bar__row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    text-decoration: none;
    color: inherit;
  }

  .nuamore-stars {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: calc(5 * 18px + 4 * 3px);
    height: 18px;
    flex-shrink: 0;
  }

  .nuamore-stars__empty,
  .nuamore-stars__filled {
    display: flex;
    gap: 3px;
    align-items: center;
  }

  .nuamore-stars__empty {
    color: #d0d0d0;
  }

  .nuamore-stars__filled {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: var(--stars-pct, 100%);
    color: #00b67a;
  }

  .nuamore-star-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }

  .nuamore-reviews-bar__score {
    font-size: 0.875rem;
    font-weight: 600;
    color: inherit;
  }

  .nuamore-reviews-bar__label {
    font-size: 0.875rem;
    font-weight: 500;
    color: inherit;
  }

  .nuamore-reviews-bar__count {
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.55);
  }

  a.nuamore-reviews-bar__row:hover .nuamore-reviews-bar__count {
    text-decoration: underline;
  }

  /* ---- Price savings badge ---- */
  .product__price-savings {
    display: inline-flex;
    align-items: center;
    background-color: #d7263d;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    vertical-align: middle;
    margin-left: 6px;
  }

  /* ---- Shipping bar ---- */
  .nuamore-shipping-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-size: 0.875rem;
  }

  .nuamore-shipping-bar__left,
  .nuamore-shipping-bar__right {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .nuamore-shipping-bar__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #2db35d;
    flex-shrink: 0;
  }

  .nuamore-shipping-bar__ships {
    color: inherit;
  }

  .nuamore-shipping-bar__flag {
    font-size: 1.1em;
    line-height: 1;
  }

  .nuamore-shipping-bar__label {
    color: inherit;
    font-weight: 500;
  }

  /* ---- Urgency banner ---- */
  .nuamore-urgency-banner {
    padding: 12px 14px;
    background-color: #fff5f5;
    border: 1px solid #ffd7d7;
    border-radius: 8px;
  }

  .nuamore-urgency-banner__title {
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #c0392b;
    margin: 0 0 2px;
  }

  .nuamore-urgency-banner__subtitle {
    font-size: 0.8125rem;
    color: #c0392b;
    margin: 0;
    opacity: 0.85;
  }

  /* ---- Social proof inline (Loved on Socials) ---- */
  .nuamore-social-proof__heading {
    font-size: 0.65rem;
    font-weight: 400;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-align: center;
    color: rgba(0, 0, 0, 0.45);
    margin: 0 0 10px;
  }

  .nuamore-social-proof__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
  }

  .nuamore-social-proof__item {
    display: block;
  }

  .nuamore-social-proof__cell {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
  }

  /* Height controlled by --sp-height CSS variable (set via schema) */
  .nuamore-social-proof__media {
    position: relative;
    height: var(--sp-height, 220px);
    overflow: hidden;
    background-color: #e8e2da;
    border-radius: 4px;
  }

  .nuamore-social-proof__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
  }

  .nuamore-social-proof__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.4;
  }

  @media (hover: hover) {
    .nuamore-social-proof__cell:hover .nuamore-social-proof__img {
      transform: scale(1.06);
    }
  }

  .nuamore-social-proof__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }

  .nuamore-social-proof__play svg {
    width: 20px;
    height: 20px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.42);
    border-radius: 50%;
    padding: 8px;
    box-sizing: content-box;
    backdrop-filter: blur(2px);
  }

  /* Video inside social proof cell */
  .nuamore-social-proof__video {
    display: none;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
  }

  .nuamore-social-proof__video.is-playing {
    display: block;
  }

  .nuamore-social-proof__cell--video {
    display: block;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 100%;
  }

  /* ---- Press logos inline (As Seen In) ---- */
  .nuamore-press-inline__heading {
    font-size: 0.65rem;
    font-weight: 400;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-align: center;
    color: rgba(0, 0, 0, 0.45);
    margin: 0 0 16px;
  }

  .nuamore-press-inline__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .nuamore-press-inline__logo-item {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }

  .nuamore-press-inline__logo-img {
    display: block;
    max-height: 24px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.8;
  }

  /* Editorial bold publication name style */
  .nuamore-press-inline__logo-text {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #1a1a1a;
    white-space: nowrap;
    font-family: Georgia, 'Times New Roman', serif;
    line-height: 1;
  }

  /* ---- Image column: scroll with page (disable sticky) ---- */
  .page-content--product .grid {
    align-items: flex-start;
  }

  /* Override theme's sticky so image scrolls with page */
  .product-single__sticky {
    position: static !important;
    top: auto !important;
  }

  /* ---- Product tab accordion — clean reference style ---- */

  /* Remove box borders from product tabs */
  .product-block--tab .collapsible-trigger-btn--borders {
    border: none;
    border-top: 1px solid #e8e5e1;
    padding: 18px 0;
    font-size: 0.9375rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: #1a1a1a;
    padding-right: 24px;
  }

  /* Bottom border after the last tab */
  .product-block--tab .collapsibles-wrapper--border-bottom {
    border-bottom: 1px solid #e8e5e1;
  }

  /* Remove border-top repeat from consecutive tabs */
  .product-block--tab + .product-block--tab .collapsible-trigger-btn--borders {
    border-top: none;
  }

  /* Hide the chevron icon */
  .product-block--tab .collapsible-trigger__icon {
    display: none;
  }

  /* + / − symbol via pseudo-element */
  .product-block--tab .collapsible-trigger-btn--borders::after {
    content: '+';
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.375rem;
    font-weight: 300;
    color: #1a1a1a;
    line-height: 1;
    pointer-events: none;
  }

  .product-block--tab .collapsible-trigger.is-open.collapsible-trigger-btn--borders::after {
    content: '−';
  }

  /* Content inner padding */
  .product-block--tab .collapsible-trigger-btn--borders + .collapsible-content .collapsible-content__inner {
    border: none !important;
    padding: 0 0 18px;
    font-size: 0.9rem;
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.65;
  }

  /* No extra margin when expanded */
  .product-block--tab .collapsible-trigger-btn--borders + .collapsible-content--expanded {
    margin-bottom: 0;
  }

  @media screen and (max-width: 749px) {
    .nuamore-social-proof__grid {
      grid-template-columns: repeat(4, 1fr);
    }

    .nuamore-press-inline__logos {
      gap: 14px;
    }

    .nuamore-press-inline__logo-text {
      font-size: 1.1rem;
    }
  }

  /* ---- Pairs well with ---- */
  .nuamore-pairs-well__heading {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
  }

  .nuamore-pairs-well__item {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .nuamore-pairs-well__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .nuamore-pairs-well__row {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .nuamore-pairs-well__img-wrap {
    flex-shrink: 0;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    background: #f5f5f5;
  }

  .nuamore-pairs-well__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .nuamore-pairs-well__meta {
    flex: 1;
    min-width: 0;
  }

  .nuamore-pairs-well__name {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
  }

  .nuamore-pairs-well__name:hover {
    text-decoration: underline;
  }

  .nuamore-pairs-well__price {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.8rem;
  }

  .nuamore-pairs-well__compare {
    color: rgba(0, 0, 0, 0.4);
    text-decoration: line-through;
  }

  .nuamore-pairs-well__current--sale {
    color: #c0392b;
    font-weight: 600;
  }

  .nuamore-pairs-well__add {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    background: #282828;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 1.2rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease;
  }

  .nuamore-pairs-well__add:hover {
    background: #444;
    transform: scale(1.08);
  }

  .nuamore-pairs-well__add[data-state="added"] {
    background: #2e7d32;
    font-size: 0.8rem;
  }

  .nuamore-pairs-well__add[data-state="loading"] {
    opacity: 0.5;
    cursor: default;
  }

  .nuamore-pairs-well__picker {
    margin-top: 10px;
    padding: 10px 12px 12px;
    background: #f9f9f9;
    border-radius: 6px;
  }

  .nuamore-pairs-well__option-group {
    margin-bottom: 10px;
  }

  .nuamore-pairs-well__option-group:last-of-type {
    margin-bottom: 0;
  }

  .nuamore-pairs-well__option-label {
    display: block;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: rgba(0, 0, 0, 0.45);
    margin-bottom: 6px;
  }

  .nuamore-pairs-well__option-values {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .nuamore-pairs-well__option-btn {
    font-size: 0.73rem;
    padding: 4px 9px;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background: #fff;
    color: #282828;
    cursor: pointer;
    line-height: 1.4;
    transition: border-color 0.12s, background 0.12s, color 0.12s;
  }

  .nuamore-pairs-well__option-btn.is-selected {
    border-color: #282828;
    background: #282828;
    color: #fff;
  }

  .nuamore-pairs-well__option-btn[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    text-decoration: line-through;
  }

  .nuamore-pairs-well__confirm {
    width: 100%;
    margin-top: 10px;
    padding: 9px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    background: #282828;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity 0.15s, background 0.15s;
  }

  .nuamore-pairs-well__confirm:hover:not([disabled]) {
    background: #444;
  }

  .nuamore-pairs-well__confirm[disabled] {
    opacity: 0.28;
    cursor: not-allowed;
  }
/* END_SNIPPET:product-template */

/* START_SNIPPET:variant-button (INDEX:130) */
/* ── Nuanciers Sandalo ──────────────────────────────────────────────
     Une règle par valeur de l'option « Couleur ». La classe est générée
     par `value | handle`, donc les accents et espaces sont normalisés
     (« Gris foncé » → .color-swatch--gris-fonce).
     Les teintes claires reçoivent une bordure pour rester visibles sur
     fond blanc. Bichromies : dégradé 135° à 50/50.
  ─────────────────────────────────────────────────────────────────── */

  /* Neutres */
  .color-swatch--noir { background-color: #1a1a1a !important; }
  .color-swatch--noir-de-jais { background-color: #0d0d0d !important; }
  .color-swatch--gris { background-color: #9E9E9E !important; }
  .color-swatch--gris-clair { background-color: #D6D6D6 !important; border: 1px solid #ccc !important; }
  .color-swatch--gris-fonce { background-color: #5A5A5A !important; }
  .color-swatch--taupe { background-color: #8B7D6B !important; }
  .color-swatch--blanc { background-color: #FFFFFF !important; border: 1px solid #ccc !important; }
  .color-swatch--blanc-laiteux { background-color: #FBF8F3 !important; border: 1px solid #ccc !important; }
  .color-swatch--ivoire { background-color: #FFFFF0 !important; border: 1px solid #ccc !important; }
  .color-swatch--creme { background-color: #F5F0E1 !important; border: 1px solid #ccc !important; }
  .color-swatch--champagne { background-color: #F2E2C4 !important; border: 1px solid #ccc !important; }

  /* Beiges et bruns */
  .color-swatch--beige { background-color: #F5F0E8 !important; border: 1px solid #ccc !important; }
  .color-swatch--camel { background-color: #C19A6B !important; }
  .color-swatch--abricot { background-color: #FFBF7F !important; }
  .color-swatch--peche { background-color: #FFD9B3 !important; border: 1px solid #ccc !important; }
  .color-swatch--marron { background-color: #6F4E37 !important; }
  .color-swatch--marron-clair { background-color: #A9825E !important; }
  .color-swatch--marron-profond { background-color: #4A3220 !important; }
  .color-swatch--marron-cafe { background-color: #4B3621 !important; }
  .color-swatch--cafe { background-color: #4B3621 !important; }

  /* Rouges et roses */
  .color-swatch--rouge { background-color: #CC0000 !important; }
  .color-swatch--rouge-clair { background-color: #E75B5B !important; }
  .color-swatch--rouge-rose { background-color: #D6607A !important; }
  .color-swatch--grenat { background-color: #7B1F2B !important; }
  .color-swatch--bordeaux { background-color: #6D2233 !important; }
  .color-swatch--rose { background-color: #F4A7B9 !important; }
  .color-swatch--rose-poudre { background-color: #F0D3D8 !important; border: 1px solid #ccc !important; }
  .color-swatch--rose-vif { background-color: #F0508C !important; }
  .color-swatch--rose-fonce { background-color: #C2456B !important; }

  /* Oranges et jaunes */
  .color-swatch--orange { background-color: #FF6D00 !important; }
  .color-swatch--jaune { background-color: #FFD700 !important; }
  .color-swatch--jaune-clair { background-color: #FBEFA0 !important; border: 1px solid #ccc !important; }
  .color-swatch--jaune-gingembre { background-color: #D9821E !important; }

  /* Verts */
  .color-swatch--vert { background-color: #2E7D32 !important; }
  .color-swatch--vert-clair { background-color: #8BC98F !important; }
  .color-swatch--vert-fonce { background-color: #1B4620 !important; }
  .color-swatch--vert-olive { background-color: #6B7A3A !important; }
  .color-swatch--vert-poker { background-color: #35654D !important; }
  .color-swatch--emeraude { background-color: #009B77 !important; }
  .color-swatch--kaki { background-color: #8A8B60 !important; }

  /* Bleus et violets */
  .color-swatch--bleu { background-color: #2979FF !important; }
  .color-swatch--bleu-clair { background-color: #8EC5F5 !important; }
  .color-swatch--bleu-ciel { background-color: #A8D5F2 !important; border: 1px solid #ccc !important; }
  .color-swatch--bleu-fonce { background-color: #14356B !important; }
  .color-swatch--bleu-roi { background-color: #1B45B5 !important; }
  .color-swatch--bleu-canard { background-color: #1B6B72 !important; }
  .color-swatch--bleu-pulse { background-color: #2C4FD1 !important; }
  .color-swatch--bleu-marine { background-color: #1B2A4A !important; }
  .color-swatch--marine { background-color: #1B2A4A !important; }
  .color-swatch--violet { background-color: #7B4BA8 !important; }
  .color-swatch--violet-clair { background-color: #BFA3D9 !important; }
  .color-swatch--violet-profond { background-color: #4B2170 !important; }

  /* Métalliques */
  .color-swatch--dore { background-color: #C9A84C !important; }
  .color-swatch--argente { background-color: #C0C0C0 !important; }

  /* Bichromies */
  .color-swatch--noir-gris { background: linear-gradient(135deg, #1a1a1a 50%, #9E9E9E 50%) !important; }
  .color-swatch--blanc-noir { background: linear-gradient(135deg, #FFFFFF 50%, #1a1a1a 50%) !important; border: 1px solid #ccc !important; }
  .color-swatch--blanc-gris { background: linear-gradient(135deg, #FFFFFF 50%, #9E9E9E 50%) !important; border: 1px solid #ccc !important; }
  .color-swatch--blanc-marron { background: linear-gradient(135deg, #FFFFFF 50%, #6F4E37 50%) !important; border: 1px solid #ccc !important; }
  .color-swatch--blanc-creme { background: linear-gradient(135deg, #FFFFFF 50%, #F5F0E1 50%) !important; border: 1px solid #ccc !important; }
  .color-swatch--bleu-rouge { background: linear-gradient(135deg, #2979FF 50%, #CC0000 50%) !important; }
  .color-swatch--rose-bleu { background: linear-gradient(135deg, #F4A7B9 50%, #2979FF 50%) !important; }
  .color-swatch--vert-orange { background: linear-gradient(135deg, #2E7D32 50%, #FF6D00 50%) !important; }
  .color-swatch--orange-vert { background: linear-gradient(135deg, #FF6D00 50%, #2E7D32 50%) !important; }
  .color-swatch--jaune-vert { background: linear-gradient(135deg, #FFD700 50%, #2E7D32 50%) !important; }
  .color-swatch--argente-noir { background: linear-gradient(135deg, #C0C0C0 50%, #1a1a1a 50%) !important; }
  .color-swatch--argente-blanc { background: linear-gradient(135deg, #C0C0C0 50%, #FFFFFF 50%) !important; border: 1px solid #ccc !important; }
  .color-swatch--argente-kaki { background: linear-gradient(135deg, #C0C0C0 50%, #8A8B60 50%) !important; }

  /* Tressages */
  .color-swatch--tresse-noir { background: repeating-linear-gradient(45deg, #1a1a1a, #1a1a1a 2px, #3d3d3d 2px, #3d3d3d 5px) !important; }
  .color-swatch--tresse-dore { background: repeating-linear-gradient(45deg, #C9A84C, #C9A84C 2px, #E8D08A 2px, #E8D08A 5px) !important; }
  .color-swatch--tresse-beige { background: repeating-linear-gradient(45deg, #F5F0E8, #F5F0E8 2px, #D8CFBE 2px, #D8CFBE 5px) !important; border: 1px solid #ccc !important; }

  /* Motifs */
  .color-swatch--raye { background: repeating-linear-gradient(45deg, #1a1a1a, #1a1a1a 3px, #FFFFFF 3px, #FFFFFF 9px) !important; border: 1px solid #ccc !important; }
  .color-swatch--zebre { background: repeating-linear-gradient(70deg, #1a1a1a, #1a1a1a 3px, #FFFFFF 3px, #FFFFFF 8px) !important; border: 1px solid #ccc !important; }
  .color-swatch--leopard { background: radial-gradient(#5A3A1B 28%, transparent 30%) 0 0/7px 7px, radial-gradient(#5A3A1B 28%, transparent 30%) 4px 4px/7px 7px, #D9A441 !important; }
  .color-swatch--eclaboussure { background: radial-gradient(#1a1a1a 22%, transparent 24%) 0 0/6px 6px, radial-gradient(#9E9E9E 22%, transparent 24%) 3px 3px/6px 6px, #FFFFFF !important; border: 1px solid #ccc !important; }
  .color-swatch--arc-en-ciel { background: linear-gradient(135deg, #E53935, #FB8C00, #FDD835, #43A047, #1E88E5, #8E24AA) !important; }
  .color-swatch--multicolore { background: linear-gradient(135deg, #E53935, #FB8C00, #FDD835, #43A047, #1E88E5, #8E24AA) !important; }
  .color-swatch--colore { background: linear-gradient(135deg, #E53935, #FB8C00, #FDD835, #43A047, #1E88E5, #8E24AA) !important; }

  .variant__label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .variant__label-row .variant__label[for] {
    margin-bottom: 0;
  }
/* END_SNIPPET:variant-button */