/** Shopify CDN: Minification failed

Line 1077:13 Expected identifier but found whitespace
Line 1077:15 Unexpected "{"
Line 1077:24 Expected ":"
Line 1078:8 Expected identifier but found whitespace
Line 1078:10 Unexpected "{"
Line 1078:19 Expected ":"
Line 1095:8 Expected identifier but found whitespace
Line 1095:10 Unexpected "{"
Line 1095:19 Expected ":"
Line 1099:8 Expected identifier but found whitespace
... and 12 more hidden warnings

**/


/* CSS from section stylesheet tags */
.nt-row .container{max-width:1200px;margin:auto;padding:1.4rem 1rem}
.nt-row__grid{display:grid;gap:1.2rem;align-items:center;grid-template-columns:1fr}
@media(min-width:980px){.nt-row__grid{grid-template-columns:1.1fr 1fr}}
.nt-row__grid.is-left{direction:rtl}.nt-row__grid.is-left>*{direction:ltr}
.nt-row__media img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 28px rgba(0,0,0,.12)}
.nt-row__text h3{font-size:clamp(1.2rem,2.2vw,1.8rem);margin:0 0 .5rem}
.nt-annc {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  font-weight: 700;
  text-align: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.announcement-bar--hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.nt-annc .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.55rem 1rem;
  font-size: 1.95rem;
}
.nt-testimonials {
  background-color: #F7F9FC;
  color: #1A202C;
  padding: 3rem 1rem;
  text-align: center;
}
.nt-testimonials h3 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  margin-bottom: 0.8rem;
}
.nt-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.nt-testimonial {
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: left;
}
.nt-testimonial__photo {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  object-fit: cover;
  margin-bottom: 1rem;
}
.nt-testimonial__quote {
  font-style: italic;
  margin-bottom: 1rem;
}
.nt-testimonial__name {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.nt-testimonial__rating {
  color: #FFD700;
  font-size: 1rem;
}
/* ============================================================================
   FOOTER NOMÉOTAG - VERSION ULTRA COMPACTE
   ============================================================================ */

.nt-footer {
  background: #F7F9FC;
  border-top: 1px solid #E2E8F0;
  padding: 14px 0 14px;
  margin-top: 20px;
}

.nt-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Section principale */
.nt-footer__main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr auto;
  gap: 32px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: none;
}

/* Brand */
.nt-footer__brand {
  max-width: 240px;
}

.nt-footer__logo {
  display: inline-block;
  margin-bottom: 8px;
  transition: opacity 0.3s ease;
}

.nt-footer__logo:hover {
  opacity: 0.8;
}

.nt-footer__logo img {
  max-width: 140px;
  height: auto;
}

.nt-logo-text {
  font-size: 1.4rem;
  font-weight: 800;
  color: #2D8A8F;
  font-family: 'Poppins', sans-serif;
}

.nt-footer__tagline {
  color: #718096;
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
}

/* Navigation compacte */
.nt-footer__nav {
  display: flex;
}

.nt-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nt-footer__links a {
  color: #718096;
  text-decoration: none;
  font-size: 1.8rem !important;
  transition: color 0.3s ease;
  display: inline-block;
}

.nt-footer__links a:hover {
  color: #2D8A8F;
}

/* Contact compact */
.nt-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nt-footer__contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #718096;
  font-size: 1.8rem !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nt-footer__contact-item:hover {
  color: #2D8A8F;
}

.nt-footer__contact-item svg {
  flex-shrink: 0;
  opacity: 0.7;
}

/* Réseaux sociaux */
.nt-footer__social {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.nt-footer__social a {
  width: 36px;
  height: 36px;
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #718096;
  transition: all 0.3s ease;
}

.nt-footer__social a:hover {
  background: #2D8A8F;
  border-color: #2D8A8F;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(45, 138, 143, 0.2);
}

/* Section légale */
.nt-footer__bottom {
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.nt-footer__legal {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 1rem;
}

.nt-footer__legal a {
  color: #718096;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nt-footer__legal a:hover {
  color: #2D8A8F;
}

.nt-footer__legal span {
  color: #CBD5E0;
}

.nt-footer__copyright {
  color: #A0AEC0;
  font-size: 1rem;
  margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
  .nt-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  
  .nt-footer__contact {
    order: 3;
  }
  
  .nt-footer__social {
    order: 4;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .nt-footer {
    padding: 20px 0 12px;
    margin-top: 40px;
  }
  
  .nt-footer__main {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 16px;
  }
  
  .nt-footer__brand {
    max-width: 100%;
  }
  
  .nt-footer__nav {
    order: 1;
  }
  
  .nt-footer__contact {
    order: 2;
  }
  
  .nt-footer__social {
    order: 3;
    justify-content: flex-start;
  }
  
  .nt-footer__bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding-top: 12px;
  }
  
  .nt-footer__legal {
    justify-content: center;
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .nt-footer__legal {
    flex-direction: column;
    gap: 6px;
  }
  
  .nt-footer__legal span {
    display: none;
  }
  
  .nt-footer__links {
    gap: 4px;
  }
}
/* ============================================================================
   FOOTER NOMÉOTAG - VERSION ULTRA COMPACTE
   ============================================================================ */

.nt-footer {
  background: #F7F9FC;
  border-top: 1px solid #E2E8F0;
  padding: 14px 0 14px;
  margin-top: 20px;
}

.nt-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Section principale */
.nt-footer__main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr auto;
  gap: 32px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: none;
}

/* Brand */
.nt-footer__brand {
  max-width: 240px;
}

.nt-footer__logo {
  display: inline-block;
  margin-bottom: 8px;
  transition: opacity 0.3s ease;
}

.nt-footer__logo:hover {
  opacity: 0.8;
}

.nt-footer__logo img {
  max-width: 140px;
  height: auto;
}

.nt-logo-text {
  font-size: 1.4rem;
  font-weight: 800;
  color: #2D8A8F;
  font-family: 'Poppins', sans-serif;
}

.nt-footer__tagline {
  color: #718096;
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
}

/* Navigation compacte */
.nt-footer__nav {
  display: flex;
}

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

.nt-footer__links a {
  color: #718096;
  text-decoration: none;
  font-size: 1.8rem !important;
  transition: color 0.3s ease;
  display: inline-block;
}

.nt-footer__links a:hover {
  color: #2D8A8F;
}

/* Contact compact */
.nt-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nt-footer__contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #718096;
  font-size: 1.8rem !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nt-footer__contact-item:hover {
  color: #2D8A8F;
}

.nt-footer__contact-item svg {
  flex-shrink: 0;
  opacity: 0.7;
}

/* Réseaux sociaux */
.nt-footer__social {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.nt-footer__social a {
  width: 36px;
  height: 36px;
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #718096;
  transition: all 0.3s ease;
}

.nt-footer__social a:hover {
  background: #2D8A8F;
  border-color: #2D8A8F;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(45, 138, 143, 0.2);
}

/* Section légale */
.nt-footer__bottom {
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.nt-footer__legal {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 1rem;
}

.nt-footer__legal a {
  color: #718096;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nt-footer__legal a:hover {
  color: #2D8A8F;
}

.nt-footer__legal span {
  color: #CBD5E0;
}

.nt-footer__copyright {
  color: #A0AEC0;
  font-size: 1rem;
  margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
  .nt-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  
  .nt-footer__contact {
    order: 3;
  }
  
  .nt-footer__social {
    order: 4;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .nt-footer {
    padding: 20px 0 12px;
    margin-top: 40px;
  }
  
  .nt-footer__main {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 16px;
  }
  
  .nt-footer__brand {
    max-width: 100%;
  }
  
  .nt-footer__nav {
    order: 1;
  }
  
  .nt-footer__contact {
    order: 2;
  }
  
  .nt-footer__social {
    order: 3;
    justify-content: flex-start;
  }
  
  .nt-footer__bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding-top: 12px;
  }
  
  .nt-footer__legal {
    justify-content: center;
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .nt-footer__legal {
    flex-direction: column;
    gap: 6px;
  }
  
  .nt-footer__legal span {
    display: none;
  }
  
  .nt-footer__links {
    gap: 4px;
  }
}
/* ========================================================================== */
/*                     HEADER - STYLES MINIMALISTES                          */
/* ========================================================================== */

/* Header principal */
.header {
  background-color: #FFFFFF !important;
  border-bottom: 1px solid #E2E8F0 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}

/* Logo */
.header__heading-logo,
.header__heading-link {
  color: #1A202C !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
}

/* Navigation principale */
.header__menu-item,
.list-menu__item {
  font-family: 'Inter', sans-serif !important;
}

.header__menu-item a,
.list-menu__item a,
.header__active-menu-item {
  color: #4A5568 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
  padding: 8px 16px !important;
  border-radius: 6px !important;
}

.header__menu-item a:hover,
.list-menu__item a:hover {
  color: #81C3B7 !important;
  background-color: rgba(129, 195, 183, 0.1) !important;
}

.header__active-menu-item {
  color: #81C3B7 !important;
  background-color: rgba(129, 195, 183, 0.15) !important;
}

/* Sous-menus / Dropdowns */
.header__submenu,
.mega-menu,
.header-menu-dropdown {
  background-color: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  padding: 8px !important;
}

.header__submenu .header__menu-item a {
  padding: 10px 16px !important;
  border-radius: 6px !important;
}

/* Icônes du header (recherche, compte, panier) */
.header__icon,
.header__icon--cart,
.header__icon--account,
.header__icon--search {
  color: #4A5568 !important;
  transition: color 0.3s ease, transform 0.2s ease !important;
}

.header__icon:hover,
.header__icon--cart:hover,
.header__icon--account:hover,
.header__icon--search:hover {
  color: #81C3B7 !important;
  transform: translateY(-2px) !important;
}

/* Badge du panier */
.cart-count-bubble {
  background-color: #81C3B7 !important;
  color: #FFFFFF !important;
  font-weight: 600 !important;
  border-radius: 50% !important;
}

/* Menu mobile (drawer) */
.menu-drawer,
.header-drawer {
  background-color: #FFFFFF !important;
}

.menu-drawer__navigation-item a,
.header-drawer__menu-item a {
  color: #4A5568 !important;
  font-weight: 500 !important;
  padding: 12px 20px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
}

.menu-drawer__navigation-item a:hover,
.header-drawer__menu-item a:hover {
  color: #81C3B7 !important;
  background-color: rgba(129, 195, 183, 0.1) !important;
}

/* Bouton menu hamburger */
.header__icon--menu,
.menu-drawer__button {
  color: #4A5568 !important;
}

.header__icon--menu:hover,
.menu-drawer__button:hover {
  color: #81C3B7 !important;
}

/* Barre de recherche */
.search-modal__form,
.predictive-search {
  background-color: #FFFFFF !important;
  border: 2px solid #E2E8F0 !important;
  border-radius: 8px !important;
}

.search-modal__form input,
.predictive-search input {
  color: #1A202C !important;
  font-family: 'Inter', sans-serif !important;
}

.search-modal__form input:focus,
.predictive-search input:focus {
  border-color: #81C3B7 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(129, 195, 183, 0.1) !important;
}

/* Résultats de recherche */
.predictive-search__item {
  border-bottom: 1px solid #E2E8F0 !important;
}

.predictive-search__item:hover {
  background-color: #F7F9FC !important;
}

/* Sticky header */
.shopify-section-header-sticky {
  background-color: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

/* Responsive */
@media (max-width: 989px) {
  .header {
    padding: 12px 20px !important;
  }
  
  .header__heading-logo {
    font-size: 20px !important;
  }
}

@media (min-width: 990px) {
  .header__inline-menu {
    gap: 8px !important;
  }
}

/* Fix pour les emojis dans le menu */
.header__menu-item span[role="img"],
.list-menu__item span[role="img"] {
  font-size: 18px !important;
  margin-right: 6px !important;
}
.nt-hero{position:relative;min-height:58vh;display:grid;place-items:center;color:#fff;overflow:hidden}
.nt-hero__img{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(.55)}
/* Fallback <img> is visually hidden but improves LCP/SEO */
.nt-hero__img-fallback{position:absolute;inset:auto;opacity:0;width:1px;height:1px;pointer-events:none}
.nt-hero__content{position:relative;text-align:center;padding:3.5rem 1rem}
.nt-hero h1{font-size:clamp(1.8rem,3.6vw,3rem);margin:0 0 .6rem}
.nt-hero .sub{opacity:.95;margin:0 0 1rem}
/* Ajustement du callout pour réduire la hauteur verticale.
   On passe le padding de 4rem à 3rem pour alléger l'impression visuelle. */
.nt-mega {
  position: relative;
  padding: 3rem 1rem;
  text-align: center;
  background-color: var(--nt-teal);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.nt-mega .container {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.nt-mega h3 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: bold;
  margin-bottom: 1rem;
  text-shadow: 0 4px 16px rgba(0,0,0,0.3);
  color: rgba(255, 255, 255, 0.95);
}

.nt-mega p {
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.6;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.95);
}

.nt-mega .btn--primary {
  background: #fff;
  color: var(--nt-navy);
  padding: 0.85rem 2rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.nt-mega .btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Responsive */
@media(max-width: 749px){
  .nt-mega {
    padding: 3rem 1rem;
  }
  .nt-mega h3 {
    font-size: clamp(1.6rem, 6vw, 2.2rem);
  }
  .nt-mega .btn--primary {
    padding: 0.7rem 1.4rem;
    font-size: 0.95rem;
  }
}
/* Réduction de la hauteur de la section newsletter :
   le padding vertical passe de 4rem à 3rem pour harmoniser
   avec les autres blocs et rendre le pied de page moins imposant. */
.nt-news {
  background: #2D8A8F;
  color: #fff;
  padding: 3rem 1rem;
  text-align: center;
}

.nt-news .container {
  max-width: 980px;
  margin: 0 auto;
}

.nt-news h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  margin-bottom: 0.8rem;
}

.nt-news .sub {
  font-size: clamp(1rem, 2vw, 1.2rem);
  opacity: 0.95;
  margin-bottom: 2rem;
  line-height: 1.6;
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
}

.nt-news__form {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: 1fr auto;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.nt-news__input-wrapper {
  position: relative;
  width: 100%;
}

.nt-news input[type="email"] {
  width: 100%;
  border: 2px solid rgba(255,255,255,0.7);
  background: transparent;
  color: #fff;
  border-radius: 999px;
  padding: 0.9rem 1.2rem;
  font-size: 1rem;
}

.nt-news__icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  opacity: 0.6;
  pointer-events: none;
}

.nt-news__input-wrapper:focus-within .nt-news__icon {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nt-news .btn--light {
  background: #fff;
  color: #2D8A8F;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.9rem 1.6rem;
  font-size: 1.05rem;
  border: 2px solid #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nt-news .btn--light:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.nt-news .gdpr {
  display: block;
  margin-top: 1rem;
  font-size: 0.85rem;
  opacity: 0.85;
  color: rgba(255,255,255,0.85);
}

.nt-news .hp {
  position: absolute;
  left: -10000px;
}

.nt-news__confirm {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media(max-width: 640px) {
  .nt-news__form {
    grid-template-columns: 1fr;
  }

  .nt-news .btn--light {
    width: 100%;
  }

  .nt-news__input-wrapper {
    width: 100%;
  }
}
.nt-packs {
  background: var(--nt-cream);
  padding: 4rem 1rem;
  text-align: center;
}
.nt-packs .container {
  max-width: 1200px;
  margin: 0 auto;
}
.nt-packs h2 {
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 800;
  margin-bottom: 1rem;
}
.nt-packs__intro {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 2rem;
}
.nt-packs__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.nt-pack {
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.nt-pack__img img {
  width: 100%;
  height: auto;
  display: block;
}
.nt-pack__content {
  padding: 2rem 1.5rem;
}
.nt-pack h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--nt-navy);
}
.nt-pack p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 1.2rem;
}
.nt-pack__price {
  font-size: 1.6rem !important;
  font-weight: 700;
  color: var(--nt-navy);
  margin-bottom: 1rem;
  line-height: 1.2;
background: #FFF7E6;
  padding: 0.4rem 0.8rem;
  border-radius: 8px;
  display: inline-block;
}
.nt-pack .btn--primary {
  background: var(--nt-orange);
  color: #fff;
  border-radius: 999px;
  padding: 0.75rem 1.4rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.nt-pack .btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.nt-pack__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #FFD700;
  color: #111827;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 2;
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nt-prod .container{max-width:1200px;margin:auto;padding:1.4rem 1rem}
.nt-prod__grid{display:grid;gap:1.2rem;grid-template-columns:1fr}
@media(min-width:980px){.nt-prod__grid{grid-template-columns:1fr 1fr}}
#zepto-customizer{border:1px dashed #C9D6DF;border-radius:12px;padding:.8rem;margin:.6rem 0}
.nt-story {
  background: {{ section.settings.bg | default: 'var(--nt-teal)' }};
  color: {{ section.settings.fg | default: '#fff' }};
  padding: 4rem 1rem;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
}

.nt-story .container {
  max-width: 1000px;
  margin: 0 auto;
}

.nt-story h2 {
  font-family: var(--font-heading);
  font-weight: 800;
  letter-spacing: -0.015em;
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  margin-bottom: 1rem;
  color: {{ section.settings.fg | default: '#fff' }};
}

.nt-story .rte p {
  color: {{ section.settings.fg | default: '#fff' }};
  opacity: 0.95;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}

.nt-story .btn {
  background: #F4985C;
  color: {{ section.settings.bg | default: 'var(--nt-teal)' }};
  border: 2px solid #fff;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.75rem 1.4rem;
  margin top: 1rem;
  transition: all 0.25s ease;
}
.nt-story .btn:hover {
  background: {{ section.settings.fg | default: '#fff' }};
  color: {{ section.settings.bg | default: 'var(--nt-teal)' }};
  transform: translateY(-2px);
}
.nt-trust{background:#FAF8F5}
.nt-trust .container{max-width:1200px;margin:auto;padding:1.4rem 1rem}
.nt-trust__grid{display:grid;gap:1rem;grid-template-columns:1fr}
@media(min-width:980px){.nt-trust__grid{grid-template-columns:repeat(3,1fr)}}
.nt-trust article{background:#fff;border-radius:16px;box-shadow:0 8px 28px rgba(0,0,0,.06);padding:1rem;text-align:center}
.nt-trust .ic{font-size:1.6rem;margin-bottom:.4rem}