/** Shopify CDN: Minification failed

Line 814:30 Unexpected "{"
Line 814:39 Expected ":"
Line 819:30 Unexpected "{"
Line 819:39 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:image-text-button (INDEX:0) */
.btn-custom {
    color: #ffffff;
   
}
/* END_SECTION:image-text-button */

/* START_SECTION:custom-columns (INDEX:13) */
.header-devider.text-title {
padding: 62px 0 70px;
text-align: center
}
/* END_SECTION:custom-columns */

/* START_SECTION:footer (INDEX:37) */
/* ══════════════════════════════
     Nuamore 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:55) */
.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:56) */
.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:57) */
.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:58) */
.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:60) */
.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:61) */
.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:62) */
/* ---- 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);
    }
  }

  /* ---- 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:63) */
.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;
  }

  /* 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:64) */
.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:65) */
.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:66) */
/* ---- 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:67) */
/* ── 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:68) */
.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:69) */
.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:nuamore-cart-upsell (INDEX:114) */
.nuamore-cart-upsell {
    border-top: 1px solid var(--nuamore-border, #E5E7EB);
    padding-top: 16px;
    margin-top: 16px;
  }

  .nuamore-cart-upsell__heading {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 12px;
  }

  .nuamore-cart-upsell__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .nuamore-cart-upsell__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .nuamore-cart-upsell__image-link {
    flex-shrink: 0;
  }

  .nuamore-cart-upsell__image {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
  }

  .nuamore-cart-upsell__image--placeholder {
    width: 60px;
    height: 60px;
  }

  .nuamore-cart-upsell__details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
  }

  .nuamore-cart-upsell__title {
    font-size: 0.85rem;
    line-height: 1.3;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nuamore-cart-upsell__title:hover {
    text-decoration: underline;
  }

  .nuamore-cart-upsell__price {
    font-size: 0.8rem;
    opacity: 0.7;
  }

  .nuamore-cart-upsell__add {
    flex-shrink: 0;
    font-size: 0.75rem;
    padding: 6px 12px;
    border: 1px solid var(--nuamore-gold, #C9A84C);
    color: var(--nuamore-gold, #C9A84C);
    background: transparent;
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
  }

  .nuamore-cart-upsell__add:hover:not([disabled]) {
    background: var(--nuamore-gold, #C9A84C);
    color: #fff;
  }

  .nuamore-cart-upsell__add[disabled] {
    opacity: 0.4;
    cursor: not-allowed;
  }
/* END_SNIPPET:nuamore-cart-upsell */

/* START_SNIPPET:nuamore-gift-progress (INDEX:115) */
.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:120) */
.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-template (INDEX:130) */
/* ---- Reviews bar ---- */
  .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;
    }
  }
/* END_SNIPPET:product-template */

/* START_SNIPPET:variant-button (INDEX:150) */
/* Custom color swatches for Luminafash */
  .color-swatch--guld { background-color: #C9A84C !important; }
  .color-swatch--silver { background-color: #C0C0C0 !important; }
  .color-swatch--gyllene-timmen { background-color: #D4872A !important; }
  .color-swatch--midnatt { background-color: #1a1a2e !important; }
  .color-swatch--azurbla { background-color: #0080C0 !important; }
  .color-swatch--skymning { background-color: #9B6E8E !important; }
  .color-swatch--rose { background-color: #C98B8B !important; }
  .color-swatch--sand { background-color: #C2B280 !important; }
  .color-swatch--korall { background-color: #E8735A !important; }
  .color-swatch--mokka { background-color: #6F4E37 !important; }
  .color-swatch--havsmossa { background-color: #8A9A5B !important; }
  .color-swatch--silverglans { background-color: #C8CDD1 !important; }
  .color-swatch--barnsten { background-color: #FFBF00 !important; }
  .color-swatch--gradient { background: linear-gradient(135deg, #f5a623, #d0021b, #4a90e2) !important; }
  .color-swatch--gron { background-color: #5A8A4A !important; }
  .color-swatch--terra { background-color: #C1440E !important; }
  .color-swatch--brun { background-color: #795548 !important; }
  .color-swatch--svart { background-color: #1a1a1a !important; }
  .color-swatch--oliv { background-color: #6B6B2A !important; }
  .color-swatch--skoldpadda { background-color: #8B6914 !important; }
  .color-swatch--rod { background-color: #CC0000 !important; }
  .color-swatch--elfenbensvit { background-color: #F5F0E8 !important; border: 1px solid #ddd !important; }
  .color-swatch--duotone { background: linear-gradient(135deg, #C9A84C 50%, #C0C0C0 50%) !important; }
  .color-swatch--guld-silver { background: linear-gradient(135deg, #C9A84C 50%, #C0C0C0 50%) !important; }
  .color-swatch--mansken { background-color: #E8E8F5 !important; border: 1px solid #ddd !important; }
  .color-swatch--guldkusten { background-color: #C9A864 !important; }
  .color-swatch--guldvag { background-color: #D4A843 !important; }
  .color-swatch--silvervag { background-color: #B8C4CC !important; }
  .color-swatch--bla-vag { background-color: #4A8FD4 !important; }
  .color-swatch--smaragd { background-color: #3D9970 !important; }
  .color-swatch--salvia { background-color: #9CAF88 !important; }
  .color-swatch--rubin { background-color: #9B111E !important; }
  .color-swatch--rosa { background-color: #F4A7B9 !important; }
  .color-swatch--skog { background-color: #355E3B !important; }
  .color-swatch--olivbris { background-color: #8FAF6A !important; }
  .color-swatch--sandljus { background-color: #D4C5A9 !important; }
  .color-swatch--karamellgryning { background-color: #D4956A !important; }
  .color-swatch--olivkust { background-color: #7A8C5E !important; }
  .color-swatch--rosetimme { background-color: #F4A7B9 !important; }
/* END_SNIPPET:variant-button */