/*
Theme Name: Notoriete Theme
Theme URI: https://notoriete.pro
Author: Notoriete
Description: Custom WooCommerce theme for notoriete.pro
Version: 1.0.0
Text Domain: notoriete-theme
*/

@font-face {
  font-family: "Urbanist";
  src: url("/app/themes/notoriete-theme/fonts/Urbanist-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("/app/themes/notoriete-theme/fonts/Urbanist-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --nt-bg: #ffffff;
  --nt-text: #111111;
  --nt-muted: #4a4a4a;
  --nt-accent: #ffbd00;
  --nt-accent-soft: #fff3c3;
  --nt-line: #e7e2d8;
  --nt-green: #0d8f62;
  --nt-ink: #17130c;
  --nt-dark: #000000;
  --nt-card: #f8f8f8;
  --nt-header-offset: 84px;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--nt-header-offset);
}

body {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  color: var(--nt-text);
  background: var(--nt-bg);
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li::marker {
  display: none;
  content: none;
}

body.home,
body.front-page {
  min-height: 100vh;
  background: linear-gradient(180deg, #fdfbf5 0%, #f7f1e2 58%, #efe5cc 100%);
  background-attachment: scroll;
  background-size: 100% 100%;
}

body.single-product {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.nt-container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.nt-hero {
  position: relative;
}

.nt-hero img {
  display: block;
  width: 100%;
}

.nt-hero-mobile {
  display: none;
}

.nt-hero-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14%;
  text-align: center;
}

.nt-btn {
  display: inline-block;
  background: var(--nt-accent);
  color: var(--nt-dark);
  text-decoration: none;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 8px;
}

.nt-btn:hover {
  transform: translateY(-1px);
}

.nt-btn-dark {
  background: var(--nt-dark);
  color: #fff;
}

.nt-btn-ghost {
  background: transparent;
  color: var(--nt-text);
  border: 1px solid var(--nt-line);
}

.nt-kicker {
  margin: 0 0 12px;
  color: #846300;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nt-lead {
  color: var(--nt-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.nt-text-link {
  color: var(--nt-text);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--nt-accent);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.nt-home-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 46%, rgba(255, 255, 255, 0.56) 100%),
    url("https://images.unsplash.com/photo-1556745757-8d76bdb6984b?auto=format&fit=crop&w=1800&q=80") center/cover;
  min-height: 560px;
  display: flex;
  align-items: center;
  padding: 68px 0;
}

.nt-home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  gap: 48px;
  align-items: center;
}

.nt-home-hero h1 {
  margin: 0;
  max-width: 760px;
  color: var(--nt-ink);
  font-size: 82px;
  line-height: 0.94;
}

.nt-home-hero-copy {
  max-width: 780px;
}

.nt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 26px;
  margin-bottom: 31px;
}

.nt-product-scene {
  position: relative;
  min-height: 430px;
}

.nt-review-card,
.nt-stand-card,
.nt-metric-panel {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

.nt-review-card {
  top: 44px;
  left: 0;
  width: 290px;
  min-height: 180px;
  padding: 24px;
  justify-content: space-between;
  background: #111;
  color: #fff;
  border-radius: 8px;
  transform: rotate(-5deg);
}

.nt-review-card span,
.nt-stand-card span,
.nt-metric-panel span {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.nt-review-card strong {
  font-size: 30px;
}

.nt-review-card small,
.nt-metric-panel small {
  color: rgba(255, 255, 255, 0.72);
}

.nt-stand-card {
  right: 12px;
  top: 118px;
  width: 280px;
  min-height: 260px;
  padding: 26px;
  background: var(--nt-accent);
  color: #17130c;
  border-radius: 8px 8px 28px 28px;
}

.nt-stand-card strong {
  margin-top: 28px;
  font-size: 32px;
  line-height: 1;
}

.nt-stand-card i {
  width: 92px;
  height: 92px;
  margin-top: auto;
  background:
    linear-gradient(#111 0 0) 0 0/100% 14px,
    linear-gradient(#111 0 0) 0 0/14px 100%,
    linear-gradient(#111 0 0) 100% 0/14px 100%,
    linear-gradient(#111 0 0) 0 100%/100% 14px;
  background-repeat: no-repeat;
}

.nt-metric-panel {
  left: 72px;
  bottom: 10px;
  width: 230px;
  padding: 22px;
  background: #fff;
  color: var(--nt-text);
  border-radius: 8px;
}

.nt-metric-panel strong {
  margin-top: 6px;
  color: var(--nt-green);
  font-size: 28px;
}

.nt-metric-panel small {
  color: var(--nt-muted);
}

.nt-section-head-split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
}

.nt-section-head-split h2 {
  max-width: 760px;
}

.nt-home-products .woocommerce ul.products,
.nt-home-products ul.products {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
}

.nt-home-products ul.products li.product {
  background: #fff;
  border: 1px solid var(--nt-line);
  border-radius: 8px;
  padding: 14px;
}

.nt-home-products ul.products li.product img {
  border-radius: 6px;
}

.nt-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.nt-product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--nt-line);
  border-radius: 8px;
}

.nt-product-image {
  display: block;
  background: #f5f2ea;
  aspect-ratio: 1 / 1;
}

.nt-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nt-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}

.nt-product-body h3 {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.15;
}

.nt-product-body h3 a {
  color: var(--nt-text);
  text-decoration: none;
}

.nt-product-body p {
  margin: 0 0 18px;
  color: var(--nt-muted);
  font-size: 15px;
  line-height: 1.45;
}

.nt-product-footer {
  display: grid;
  gap: 20px;
  margin-top: auto;
}

.nt-product-price {
  color: var(--nt-green);
  font-size: 20px;
  font-weight: 800;
}

.nt-product-button {
  width: 100%;
  text-align: center;
}

.nt-how-premium {
  background: #f7f6f1;
  padding: 56px 0;
}

.nt-how-premium .nt-steps article {
  background: #fff;
  border-color: var(--nt-line);
  text-align: center;
}

.nt-how-premium .nt-steps h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.nt-how-link {
  display: inline-block;
  margin-top: 22px;
}

.nt-pack-band {
  background: #17130c;
  color: #fff;
  padding: 68px 0;
}

.nt-pack-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: center;
}

.nt-pack-band h2 {
  margin: 0 0 12px;
  font-size: 58px;
  line-height: 1;
}

.nt-pack-band p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 19px;
  line-height: 1.55;
}

.nt-pack-card {
  background: #fff;
  color: var(--nt-text);
  border-radius: 8px;
  padding: 26px;
}

.nt-pack-card strong,
.nt-pack-card span {
  display: block;
}

.nt-pack-card strong {
  font-size: 24px;
}

.nt-pack-card span {
  margin: 10px 0 22px;
  color: var(--nt-muted);
  line-height: 1.5;
}

.nt-use-cases {
  padding: 62px 0;
  background: #fff;
}

.nt-use-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px; justify-content: center;
}

.nt-use-grid article {
  border: 1px solid var(--nt-line);
  border-radius: 8px;
  padding: 20px;
  background: #fbfaf6;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.nt-use-grid strong,
.nt-use-grid span {
  display: block;
}

.nt-use-grid strong {
  font-size: 21px;
  line-height: 1.15;
  min-height: 2.4em;
}

.nt-use-grid span {
  margin-top: 8px;
  color: var(--nt-muted);
  line-height: 1.5;
  min-height: 4.5em;
}

.nt-faq {
  padding: 62px 0;
  background: #f7f6f1;
}

.nt-faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: 42px;
  align-items: center;
}

.nt-faq-head {
  display: flex;
  align-items: center;
}

.nt-faq h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.02;
}

.nt-faq .nt-faq-head .nt-faq-heading {
  font-size: 34px;
  line-height: 1.08;
}

.nt-use-cases .nt-section-head .nt-use-cases-heading {
  margin: 0;
  font-size: 34px;
  line-height: 1.08;
}

.nt-how-premium .nt-section-head .nt-how-premium-heading {
  margin: 0;
  font-size: 34px;
  line-height: 1.08;
}

.nt-home-slider-head .nt-home-slider-heading {
  margin: 0;
  font-size: 46px;
  line-height: 1.03;
}

.nt-faq-list {
  display: grid;
  gap: 20px;
}

.nt-faq-list details {
  background: #fff;
  border: 1px solid var(--nt-line);
  border-radius: 8px;
  padding: 18px 20px;
}

.nt-faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.nt-faq-list p {
  margin: 12px 0 0;
  color: var(--nt-muted);
  line-height: 1.5;
}

.nt-cta-inner {
  max-width: 820px;
}

.nt-home-hero-only {
  background: #f8f6ef;
}

.nt-hero-premium {
  min-height: 560px;
  height: auto;
  display: flex;
  align-items: center;
  padding: 40px 0 0;
  background: transparent;
}

.nt-hero-premium-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  gap: 42px;
  align-items: center;
}

.nt-hero-premium-copy h1 {
  margin: 0;
  max-width: 760px;
  color: var(--nt-ink);
  font-size: 74px;
  line-height: 0.93;
}

.nt-hero-premium .nt-hero-premium-copy .nt-hero-premium-title {
  font-size: 46px;
  line-height: 1.03;
}

.nt-hero-premium-copy .nt-lead {
  max-width: 720px;
  margin-top: 16px;
}

.nt-hero-microproof {
  margin: 16px 0 0;
  color: #66573b;
  font-size: 14px;
  font-weight: 600;
}

.nt-hero-premium-visual {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 14px;
  aspect-ratio: 1 / 1;
  position: relative;
  min-height: 430px;
  width: min(100%, 560px);
  justify-self: start;
  margin-left: -12px;
  padding-right: 12px;
  overflow: visible;
}

@media (hover: hover) and (pointer: fine) {
  .nt-hero-premium-visual {
    transform: translateX(-10px);
  }
}

.nt-hero-floating-image {
  position: relative;
  margin: 0;
  pointer-events: none;
  filter: none;
  animation: nt-float-y 5.8s ease-in-out infinite;
  will-change: transform;
  width: 130%;
  height: 130%;
  min-width: 0;
  min-height: 0;
  justify-self: center;
  align-self: center;
}

.nt-hero-floating-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nt-hero-floating-image-primary {
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
  pointer-events: auto;
}

.nt-hero-floating-image-primary a {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  cursor: pointer;
}

.nt-hero-floating-image-background {
  grid-column: 3;
  grid-row: 1;
  z-index: 3;
  opacity: 1;
  animation-duration: 8.5s;
  animation-delay: -2.4s;
  pointer-events: auto;
}

.nt-hero-floating-image-background a {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  cursor: pointer;
}

.nt-hero-floating-image-stand {
  grid-column: 2;
  grid-row: 2;
  z-index: 2;
  animation-duration: 6.6s;
  animation-delay: -0.8s;
  pointer-events: auto;
}

.nt-hero-floating-image-stand a {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  cursor: pointer;
}

.nt-hero-floating-image-google-stand {
  grid-column: 1;
  grid-row: 3;
  z-index: 5;
  animation-duration: 6.9s;
  animation-delay: -1.2s;
  pointer-events: auto;
}

.nt-hero-floating-image-google-stand a {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  cursor: pointer;
}

.nt-hero-floating-image-secondary {
  grid-column: 3;
  grid-row: 3;
  z-index: 6;
  animation-duration: 7s;
  animation-delay: -1.6s;
  pointer-events: auto;
}

.nt-hero-floating-image-secondary a {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  cursor: pointer;
}

@keyframes nt-float-y {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }
}

.nt-intro {
  background: #fafafa;
  text-align: center;
  padding: 42px 0;
}

.nt-intro h1 {
  margin: 0 0 16px;
  font-size: 44px;
  line-height: 1.1;
}

.nt-intro p {
  margin: 8px auto;
  max-width: 850px;
  font-size: 19px;
  line-height: 1.5;
  color: var(--nt-muted);
}

.nt-products {
  padding: 54px 0;
}

.nt-section-head {
  text-align: center;
  margin-bottom: 28px;
}

.nt-section-head h2 {
  margin: 0 0 10px;
  font-size: 40px;
}

.nt-section-head p {
  margin: 0 auto;
  max-width: 880px;
  color: var(--nt-muted);
  font-size: 18px;
}

.nt-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.nt-card {
  background: var(--nt-card);
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 14px;
}

.nt-card img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.nt-card h3 {
  margin: 12px 0 6px;
  font-size: 20px;
}

.nt-price {
  margin: 0;
  font-weight: 700;
  color: #059b00;
}

.nt-trust {
  background: #f2f2f2;
  padding: 46px 0;
}

.nt-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.nt-trust-grid > div {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  text-align: center;
}

.nt-trust-grid h4 {
  margin: 0 0 8px;
  font-size: 18px;
}

.nt-trust-grid p {
  margin: 0;
  color: var(--nt-muted);
  line-height: 1.4;
}

.nt-how {
  padding: 54px 0;
}

.nt-how h2 {
  text-align: center;
  margin: 0 0 20px;
  font-size: 38px;
}

.nt-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.nt-steps article {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.nt-steps span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  background: var(--nt-dark);
  color: #fff;
  margin-bottom: 10px;
}

.nt-steps h3 {
  min-height: 2.6em;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nt-steps p {
  margin: 0;
  color: var(--nt-muted);
  min-height: 4.5em;
}

.nt-steps-more .nt-steps-cta {
  margin-top: 14px;
}

@media (max-width: 980px) {
  .nt-steps h3,
  .nt-steps p {
    min-height: 0;
  }
}

.nt-cta {
  background: linear-gradient(180deg, #fff 0%, #fff1c5 100%);
  text-align: center;
  padding: 56px 0;
}

.nt-cta h2 {
  margin: 0 0 8px;
  font-size: 40px;
}

.nt-cta p {
  margin: 0 0 20px;
  color: var(--nt-muted);
  font-size: 18px;
}

@media (max-width: 980px) {
  .nt-grid,
  .nt-trust-grid,
  .nt-home-products .woocommerce ul.products,
  .nt-home-products ul.products,
  .nt-product-grid,
  .nt-use-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nt-steps,
  .nt-home-hero-grid,
  .nt-pack-grid,
  .nt-faq-grid {
    grid-template-columns: 1fr;
  }

  .nt-home-hero {
    min-height: auto;
  }

  .nt-hero-premium {
    min-height: auto;
    padding: 40px 0 0;
  }

  .nt-how-premium {
    padding: 44px 0;
  }

  .nt-hero-premium-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .nt-hero-premium-copy h1 {
    font-size: 54px;
  }

  .nt-hero-premium .nt-hero-premium-copy .nt-hero-premium-title {
    font-size: 34px;
  }

  .nt-home-hero h1 {
    font-size: 58px;
  }

  .nt-pack-band h2 {
    font-size: 44px;
  }

  .nt-faq h2,
  .nt-intro h1,
  .nt-section-head h2,
  .nt-cta h2 {
    font-size: 36px;
  }

  .nt-faq .nt-faq-head .nt-faq-heading {
    font-size: 34px;
  }

  .nt-use-cases .nt-section-head .nt-use-cases-heading {
    font-size: 34px;
  }

  .nt-how-premium .nt-section-head .nt-how-premium-heading {
    font-size: 34px;
  }

  .nt-home-slider-head .nt-home-slider-heading {
    font-size: 34px;
  }

  .nt-how h2 {
    font-size: 34px;
  }

  .nt-product-scene {
    min-height: 380px;
  }

  .nt-hero-premium-visual {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    min-height: auto;
    height: auto;
    aspect-ratio: auto;
    padding-top: 31px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-right: 0;
    transform: none;
  }

  .nt-hero-floating-image-primary {
    position: static;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
  }

  .nt-hero-floating-image-background {
    position: static;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
  }

  .nt-hero-floating-image-stand {
    position: static;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
  }

  .nt-hero-floating-image-google-stand {
    position: static;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
  }

  .nt-hero-floating-image-secondary {
    position: static;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
  }

  .nt-hero-floating-image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    aspect-ratio: auto;
  }

  .nt-hero-floating-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 180px;
  }
}

@media (min-width: 701px) and (max-width: 980px) {
}

@media (max-width: 700px) {
  .nt-hero-desktop {
    display: none;
  }

  .nt-hero-mobile {
    display: block;
  }

  .nt-hero-overlay {
    bottom: 10%;
  }

  .nt-grid,
  .nt-trust-grid,
  .nt-home-products .woocommerce ul.products,
  .nt-home-products ul.products,
  .nt-product-grid,
  .nt-use-grid {
    grid-template-columns: 1fr;
  }

  .nt-home-hero h1 {
    font-size: 42px;
  }

  .nt-hero-premium-copy h1 {
    font-size: 40px;
  }

  .nt-hero-premium .nt-hero-premium-copy .nt-hero-premium-title {
    font-size: 26px;
  }

  .nt-pack-band h2,
  .nt-faq h2,
  .nt-intro h1,
  .nt-section-head h2,
  .nt-how h2,
  .nt-cta h2 {
    font-size: 32px;
  }

  .nt-faq .nt-faq-head .nt-faq-heading {
    font-size: 32px;
  }

  .nt-use-cases .nt-section-head .nt-use-cases-heading {
    font-size: 32px;
  }

  .nt-how-premium .nt-section-head .nt-how-premium-heading {
    font-size: 32px;
  }

  .nt-home-slider-head .nt-home-slider-heading {
    font-size: 26px;
  }

  .nt-product-scene {
    min-height: 500px;
  }

  .nt-hero-premium-visual {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    min-height: auto;
    height: auto;
    aspect-ratio: auto;
    padding-top: 31px;
    margin: 18px auto 0;
    width: 100%;
    max-width: none;
    padding-right: 0;
    transform: none;
  }

  .nt-hero-floating-image-primary {
    position: static;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
  }

  .nt-hero-floating-image-background {
    position: static;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
  }

  .nt-hero-floating-image-stand {
    position: static;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
  }

  .nt-hero-floating-image-google-stand {
    position: static;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
  }

  .nt-hero-floating-image-secondary {
    position: static;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
  }

  .nt-hero-floating-image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    aspect-ratio: auto;
  }

  .nt-hero-floating-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 150px;
  }
}

.nt-site-header {
  border-bottom: 1px solid #ececec;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 40;
}

.nt-header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 76px;
}

.nt-site-title {
  color: var(--nt-dark);
  text-decoration: none;
  font-weight: 800;
  font-size: 24px;
}

.nt-branding .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.nt-branding .custom-logo {
  display: block;
  width: auto;
  max-height: 40px;
}

.nt-primary-nav .menu,
.nt-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 56px; justify-content: center;
}

.nt-primary-nav a {
  text-decoration: none;
  color: var(--nt-text);
  font-weight: 600;
}

.nt-header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nt-account-link {
  color: var(--nt-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
}

.nt-cart-button {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0;
  color: var(--nt-text);
}

.nt-menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.nt-menu-toggle span {
  display: block;
  width: 22px;
  height: 3px;
  background: #ffbd00;
  border-radius: 999px;
}

.nt-cart-overlay {
  position: fixed;
  top: var(--nt-header-offset);
  right: 0;
  bottom: 0;
  left: 0;
  height: calc(100vh - var(--nt-header-offset));
  background: rgba(0, 0, 0, 0.45);
  z-index: 90;
}

.nt-cart-panel {
  position: fixed;
  top: calc(var(--nt-header-offset) + 12px);
  right: 12px;
  width: min(520px, 94vw);
  height: calc(100vh - var(--nt-header-offset) - 24px);
  background: #fff;
  box-shadow: -8px 0 30px rgba(0, 0, 0, 0.15);
  transform: translateX(calc(100% + 20px));
  transition: transform 0.25s ease;
  z-index: 100;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  overflow: hidden;
}

.nt-cart-panel.is-open {
  transform: translateX(0);
}

.nt-cart-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid #ececec;
  background: #fff;
}

.nt-cart-panel-head h2 {
  margin: 0;
  font-size: 1.05rem;
}

.nt-cart-close {
  border: 0;
  background: transparent;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.nt-cart-panel-body {
  padding: 22px 20px 28px;
  overflow-y: auto;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.nt-cart-panel-body .nt-btn {
  display: inline-flex;
  margin-top: 14px;
}

.nt-checkout-shell {
  display: grid;
  gap: 28px;
  max-width: 980px;
  margin: 0 auto;
}

.woocommerce-checkout .nt-checkout-shell {
  padding-top: 50px;
}

.nt-checkout-section {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.nt-checkout-section[hidden] {
  display: none !important;
}

.nt-checkout-section-head {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.nt-checkout-section-head h2 {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.08;
  color: var(--nt-ink);
}

.nt-checkout-section-head p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.5;
  color: var(--nt-muted);
}

.nt-checkout-review-order {
  min-width: 0;
}

.nt-checkout-details-layout {
  display: grid;
  gap: 18px;
}

.nt-checkout-details-main {
  min-width: 0;
}

.nt-checkout-section-customer #customer_details {
  display: grid;
  gap: 18px;
}

.nt-checkout-section-customer #customer_details:not(.nt-checkout-customer-single-column) {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
}

.nt-checkout-section-customer #customer_details .col-1,
.nt-checkout-section-customer #customer_details .col-2 {
  min-width: 0;
  width: 100%;
  max-width: none;
  float: none;
}

.nt-checkout-section-customer #customer_details .col-1 {
  grid-column: 1;
}

.nt-checkout-section-customer #customer_details .col-2 {
  grid-column: 2;
}

.nt-checkout-section-customer #customer_details.nt-checkout-customer-single-column .col-1 {
  width: 100%;
  max-width: none;
}

.nt-checkout-shell .form-row {
  margin-bottom: 14px;
}

.nt-checkout-shell label {
  font-weight: 600;
  color: var(--nt-ink);
}

.nt-checkout-shell input.input-text,
.nt-checkout-shell textarea,
.nt-checkout-shell select {
  border-radius: 14px;
  border: 1px solid rgba(23, 19, 12, 0.16);
  min-height: 50px;
  padding: 0 16px;
  background: #fff;
  box-shadow: none;
}

.nt-checkout-shell textarea {
  min-height: 120px;
  padding: 14px 16px;
}

.nt-checkout-shell .select2-container .select2-selection--single {
  height: 50px;
  border-radius: 14px;
  border: 1px solid rgba(23, 19, 12, 0.16);
}

.nt-checkout-shell .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  padding-left: 16px;
  color: var(--nt-ink);
}

.nt-checkout-shell .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 8px;
}

.nt-checkout-items {
  margin-bottom: 0;
}

.nt-checkout-item {
  padding: 14px 0;
  border-bottom: 1px solid rgba(23, 19, 12, 0.08);
}

.nt-checkout-item:last-child {
  border-bottom: 0;
}

.nt-checkout-item-meta {
  margin-bottom: 6px;
  font-size: 0.82rem;
  color: var(--nt-muted);
}

.nt-checkout-item-meta dl {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.nt-checkout-item-meta dt,
.nt-checkout-item-meta dd {
  display: inline;
  margin: 0;
}

.nt-checkout-item-meta dt::after {
  content: ": ";
}

.nt-checkout-item-meta dd:not(:last-of-type)::after {
  content: " |";
  margin-left: 4px;
}

.nt-checkout-item-meta p {
  display: inline;
  margin: 0;
}

.nt-checkout-summary-footer {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--nt-line);
}

.nt-checkout-total-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  color: var(--nt-muted);
  font-weight: 700;
}

.nt-checkout-total-row + .nt-checkout-total-row {
  margin-top: 10px;
}

.nt-checkout-total-row strong {
  color: var(--nt-ink);
}

.nt-checkout-total-row-final {
  font-size: 1.18rem;
  color: var(--nt-ink);
}

.nt-checkout-step-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}

.nt-checkout-step-actions-before-payment {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 18px;
}

.nt-btn-secondary {
  background: #f4f1e8;
  color: var(--nt-ink);
}

.nt-checkout-section-payment .woocommerce-checkout-payment {
  background: #fff !important;
  background-color: #fff !important;
  border: 0;
  border-radius: 18px;
  padding: 18px;
  color: var(--nt-ink);
}

.nt-checkout-section-payment .wc-payment-form {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.nt-checkout-section-payment #payment.woocommerce-checkout-payment,
.woocommerce-checkout .nt-checkout-section-payment #payment,
.woocommerce-checkout .nt-checkout-section-payment .woocommerce-checkout-payment {
  background: #fff !important;
  background-color: #fff !important;
}

.nt-checkout-section-payment #payment.woocommerce-checkout-payment::before,
.nt-checkout-section-payment #payment.woocommerce-checkout-payment::after,
.nt-checkout-section-payment .woocommerce-checkout-payment::before,
.nt-checkout-section-payment .woocommerce-checkout-payment::after {
  background: transparent !important;
  background-color: transparent !important;
}

.nt-checkout-section-payment .woocommerce-checkout-payment a {
  color: #7a5800;
  text-decoration-color: rgba(23, 19, 12, 0.35);
}

.nt-checkout-section-payment .wc_payment_methods {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 10px;
  background: transparent !important;
  background-color: transparent !important;
}

.nt-checkout-section-payment .wc_payment_methods li {
  border: 1px solid rgba(23, 19, 12, 0.12);
  border-radius: 16px;
  padding: 16px;
  background: #fff !important;
  background-color: #fff !important;
  color: var(--nt-ink);
}

.nt-checkout-section-payment .wc_payment_methods li::before,
.nt-checkout-section-payment .wc_payment_methods li::after,
.nt-checkout-section-payment .payment_box::before,
.nt-checkout-section-payment .payment_box::after {
  display: none !important;
  content: none !important;
}

.nt-checkout-section-payment .wc_payment_methods label {
  color: var(--nt-ink);
}

.nt-checkout-section-payment .wc_payment_methods input[type="radio"] {
  accent-color: #ffbd00;
}

.nt-checkout-section-payment .ppcp-button-apm,
.nt-checkout-section-payment .ppcp-button-googlepay,
.nt-checkout-section-payment .ppcp-button-applepay,
.nt-checkout-section-payment .ppcp-axo-payment-container,
.nt-checkout-section-payment .ppcp-axo-order-button {
  display: block;
  margin: 14px auto 0;
  max-width: 100%;
}

.nt-checkout-section-payment .ppcp-button-apm,
.nt-checkout-section-payment .ppcp-button-googlepay,
.nt-checkout-section-payment .ppcp-button-applepay {
  width: fit-content;
}

.nt-checkout-section-payment .payment_box {
  background: transparent !important;
  background-color: transparent !important;
  border: 0;
  border-radius: 0;
  padding: 12px 0 0;
  margin-top: 12px;
}

.nt-checkout-section-payment .place-order,
.nt-checkout-section-payment .woocommerce-terms-and-conditions-wrapper {
  background: transparent !important;
  background-color: transparent !important;
}

.nt-checkout-section-payment .place-order {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 19, 12, 0.1);
}

.nt-checkout-section-payment .button.alt {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  border: 0;
  background: #ffbd00 !important;
  color: var(--nt-ink) !important;
  box-shadow: 0 14px 28px rgba(252, 185, 0, 0.28);
  font-weight: 600 !important;
}

.nt-checkout-section-payment .button.alt:hover,
.nt-checkout-section-payment .button.alt:focus {
  background: #fcb900 !important;
  color: var(--nt-ink) !important;
  box-shadow: 0 16px 34px rgba(252, 185, 0, 0.34);
}

.nt-checkout-section-payment .woocommerce-checkout-payment button,
.nt-checkout-section-payment .woocommerce-checkout-payment .button,
.nt-checkout-section-payment .woocommerce-checkout-payment input[type="button"],
.nt-checkout-section-payment .woocommerce-checkout-payment input[type="submit"] {
  border-color: #fcb900;
}

.nt-checkout-section-payment .woocommerce-checkout-payment input:focus,
.nt-checkout-section-payment .woocommerce-checkout-payment select:focus,
.nt-checkout-section-payment .woocommerce-checkout-payment textarea:focus {
  border-color: rgba(23, 19, 12, 0.28);
  box-shadow: 0 0 0 3px rgba(23, 19, 12, 0.08);
  outline: none;
}

@media (max-width: 980px) {
  .nt-checkout-step-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .nt-checkout-step-actions .nt-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .nt-checkout-section-customer #customer_details:not(.nt-checkout-customer-single-column) {
    grid-template-columns: 1fr;
  }

  .nt-checkout-section-customer #customer_details .col-1,
  .nt-checkout-section-customer #customer_details .col-2 {
    grid-column: auto;
  }
}

.nt-cart-drawer-footer {
  margin-top: auto;
  padding-top: 14px;
  padding-bottom: calc(4px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--nt-line);
  position: sticky;
  bottom: 0;
  background: #fff;
}

.nt-cart-drawer-clear-row {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 10px;
}

.nt-cart-totals {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
}

.nt-cart-totals-label {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--nt-muted);
  font-weight: 700;
}

.nt-cart-totals-value {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--nt-ink);
}

.nt-cart-ctas {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.nt-cart-clear-link {
  margin: 0;
  display: inline-block;
}

.nt-btn-checkout {
  justify-content: center;
  width: 100%;
  margin-top: 0;
}

.nt-btn-continue-shopping {
  justify-content: center;
  width: 100%;
  margin-top: 0;
  background: #f4f1e8;
  color: var(--nt-ink);
}

.nt-btn-continue-shopping:hover,
.nt-btn-continue-shopping:focus-visible {
  background: #ebe4d4;
}

.nt-cart-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 10px;
}

.nt-cart-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 0;
}

.nt-cart-item > * {
  min-width: 0;
}

.nt-cart-item-media img {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 10px;
  background: #fff;
}

.nt-cart-item-details {
  flex: 1 1 auto;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.nt-cart-item-name {
  color: var(--nt-text);
  text-decoration: none;
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}

.nt-cart-item-price {
  display: block;
  font-size: 0.9rem;
  color: var(--nt-muted);
}

.nt-right {
  text-align: left;
}

.nt-cart-item-qty {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex: 0 0 auto;
  margin-left: auto;
  text-align: right;
}

.nt-qty-controls {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 6px;
}

.nt-qty-input {
  width: 62px;
  height: 32px;
  border: 1px solid var(--nt-line);
  background: #fff;
  border-radius: 999px;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  color: var(--nt-text);
  appearance: textfield;
  -moz-appearance: textfield;
}

.nt-qty-input::-webkit-outer-spin-button,
.nt-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.nt-cart-remove {
  display: block;
  color: var(--nt-muted);
  text-decoration: none;
  font-size: 0.82rem;
  text-align: center;
  width: 100%;
}

.nt-cart-remove:hover {
  color: var(--nt-text);
}

.nt-cart-empty-state {
  min-height: 48vh;
  display: grid;
  place-items: center;
  gap: 20px;
  text-align: center;
}

.nt-cart-empty-icon {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--nt-accent-soft);
  color: var(--nt-dark);
}

.nt-cart-empty-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--nt-ink);
}

.nt-site-footer {
  background: transparent;
  color: #000;
  padding: 40px 0 24px;
  position: relative;
  z-index: 2;
}

.nt-footer-widgets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.nt-footer-title {
  margin-top: 0;
}

.nt-footer-legal {
  text-align: left;
}

.nt-site-footer a {
  color: #000;
}

.nt-legal-menu {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 12px;
}

.nt-legal-menu a {
  color: #000;
}

.nt-trust-badges,
.nt-copyright {
  margin: 6px 0;
  color: #000;
}

.nt-products-archive .woocommerce-result-count,
.nt-products-archive .woocommerce-ordering {
  margin-bottom: 20px;
}

.nt-products-archive ul.products {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nt-products-archive ul.products li.product {
  background: var(--nt-card);
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 14px;
}

.nt-product-single {
  padding: 46px 0 0;
  flex: 1 0 auto;
}

.nt-product-single .product {
  margin: 0;
}

.woocommerce-product-gallery__image a {
  display: block;
  overflow: hidden;
  cursor: default;
}

.woocommerce-product-gallery__image img {
  transition: transform 0.24s ease;
  transform-origin: center center;
}

.woocommerce-product-gallery__image a:hover img,
.woocommerce-product-gallery__image a:focus-visible img {
  transform: scale(1.05);
}

.woocommerce-product-gallery__trigger {
  display: none !important;
}

.nt-product-gallery-carousel {
  position: relative;
  width: 70%;
  margin: 0 auto;
}

.nt-product-gallery-carousel .woocommerce-product-gallery__wrapper {
  position: relative;
}

.nt-gallery-stage {
  width: 70%;
  overflow: hidden;
  margin: 0 auto;
}

.nt-gallery-stage-image {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.24s ease;
  transform-origin: center center;
}

.nt-gallery-stage:hover .nt-gallery-stage-image {
  transform: scale(1.05);
}

.nt-product-gallery-carousel .woocommerce-product-gallery__image {
  margin: 0;
  width: 100%;
  height: 100%;
}

.nt-product-gallery-carousel .woocommerce-product-gallery__image[hidden] {
  display: none !important;
}

.nt-product-gallery-carousel .woocommerce-product-gallery__image a {
  width: 100%;
  height: 100%;
}

.nt-product-gallery-carousel .flex-control-thumbs {
  display: none !important;
}

.nt-gallery-inline-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: min(22.5vw, 96px);
  height: min(22.5vw, 96px);
  border: 0;
  background: transparent;
  color: #ffcd00;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}

.nt-gallery-inline-arrow-prev {
  left: 0;
  justify-items: start;
}

.nt-gallery-inline-arrow-next {
  right: 0;
  justify-items: end;
}

.nt-gallery-inline-arrow-icon {
  display: block;
  width: min(8vw, 34px);
  height: min(8vw, 34px);
  border-top: 4px solid currentColor;
  border-right: 4px solid currentColor;
  filter: drop-shadow(0 3px 8px rgba(23, 19, 12, 0.35));
}

.nt-gallery-inline-arrow-prev .nt-gallery-inline-arrow-icon {
  transform: translateX(30%) rotate(-135deg);
}

.nt-gallery-inline-arrow-next .nt-gallery-inline-arrow-icon {
  transform: translateX(-30%) rotate(45deg);
}

body.single-product .nt-site-footer {
  margin-top: auto;
}

@media (max-width: 980px) {
.nt-header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 76px;
}

  .nt-footer-widgets {
    grid-template-columns: 1fr 1fr;
  }

  .nt-products-archive ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .nt-header-inner {
    grid-template-columns: 1fr auto 1fr;
    gap: 10px;
  }

  .nt-branding {
    grid-column: 2;
    justify-self: center;
  }

  .nt-header-actions {
    grid-column: 3;
    justify-self: end;
    gap: 18px;
  }

  .nt-menu-toggle {
    display: inline-flex;
    grid-column: 1;
    justify-self: start;
    width: 20px;
    height: 18px;
    gap: 3px;
  }

  .nt-menu-toggle span {
    width: 18px;
    height: 2.5px;
  }

  .nt-primary-nav {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #ececec;
    padding: 14px 20px 18px;
    z-index: 1001;
  }

  .nt-primary-nav.is-open {
    display: block;
  }

  .nt-menu {
    display: grid;
    gap: 18px;
    justify-content: stretch;
  }

  .nt-menu > li {
    border-bottom: 1px solid #ececec;
    padding-bottom: 14px;
    text-align: center;
  }

  .nt-menu > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .nt-primary-nav a {
    font-size: 16px;
  }

  .nt-branding .custom-logo {
    max-height: 32px;
  }

  .nt-footer-widgets,
  .nt-products-archive ul.products {
    grid-template-columns: 1fr;
  }

  .nt-cart-ctas {
    grid-template-columns: 1fr;
  }

  .nt-footer-legal {
    text-align: left;
  }

  .nt-legal-menu {
    justify-content: flex-start;
  }

  .nt-cart-panel {
    width: 100vw;
    height: calc(100dvh - var(--nt-header-offset));
    top: var(--nt-header-offset);
    right: 0;
    margin: 0;
    border-radius: 0;
  }

  .nt-cart-panel-body {
    padding-bottom: calc(28px + env(safe-area-inset-bottom, 0px));
  }

  .nt-cart-drawer-footer {
    padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  }

  .nt-product-gallery-carousel {
    width: 100%;
  }
}

.nt-header-actions svg {
    fill: #ffbd00;
    stroke-width: 2.5px;
}
.nt-header-actions svg {
    stroke-width: 2.5px;
}
.nt-account-link svg path {
    stroke: #ffbd00;
    stroke-width: 1px;
}

.nt-site-header {
  position: sticky;
  top: 0;
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
  background: #fff;
}

.nt-site-header.header-hidden {
  transform: translateY(-100%);
}

/* Preview redesign: Nos produits page */
.nt-custom-shop .nt-shop-hero {
  padding: 72px 0;
  background:
    radial-gradient(1000px 360px at 88% 12%, rgba(255, 189, 0, 0.22), rgba(255, 189, 0, 0)),
    linear-gradient(180deg, #fcfaf4 0%, #f7f2e7 100%);
}

.nt-custom-shop .nt-shop-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 36px;
  align-items: center;
}

.nt-custom-shop h1 {
  margin: 0;
  font-size: 62px;
  line-height: 0.95;
  color: var(--nt-ink);
}

.nt-custom-shop .nt-shop-hero-card {
  background: #111;
  color: #fff;
  border-radius: 10px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.nt-custom-shop .nt-shop-hero-card strong {
  display: block;
  font-size: 24px;
  line-height: 1.1;
}

.nt-custom-shop .nt-shop-hero-card span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
}

.nt-custom-shop .nt-shop-hero-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.nt-custom-shop .nt-shop-grid-wrap {
  padding: 58px 0;
  background: transparent;
}

.nt-custom-shop .nt-custom-product-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.nt-custom-shop .nt-product-card {
  border-radius: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  width: 75%;
  margin: 0 auto;
}

.nt-custom-shop .nt-product-image {
  display: block;
  aspect-ratio: 2 / 1;
  background: transparent;
}

.nt-custom-shop .nt-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nt-custom-shop .nt-product-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  min-height: 240px;
  background: transparent;
}

.nt-custom-shop .nt-product-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.12;
}

.nt-custom-shop .nt-product-title a {
  color: var(--nt-text);
  text-decoration: none;
}

.nt-custom-shop .nt-product-excerpt {
  margin-top: 10px;
  color: var(--nt-muted);
  line-height: 1.5;
}

.nt-custom-shop .nt-product-footer {
  margin-top: auto;
  display: grid;
  gap: 14px;
}

.nt-custom-shop .nt-product-price {
  color: var(--nt-green);
  font-weight: 800;
  font-size: 24px;
}

.nt-custom-shop .nt-product-button {
  width: 100%;
  text-align: center;
}

.nt-custom-shop .nt-shop-trust {
  background: #f7f6f1;
  padding: 48px 0 60px;
}

.nt-custom-shop .nt-shop-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.nt-custom-shop .nt-shop-trust-grid article {
  background: #fff;
  border: 1px solid var(--nt-line);
  border-radius: 10px;
  padding: 20px;
}

.nt-custom-shop .nt-shop-trust-grid strong {
  font-size: 22px;
}

.nt-custom-shop .nt-shop-trust-grid p {
  margin: 8px 0 0;
  color: var(--nt-muted);
  line-height: 1.45;
}

@media (max-width: 980px) {
  .nt-custom-shop .nt-shop-hero-grid,
  .nt-custom-shop .nt-shop-trust-grid {
    grid-template-columns: 1fr;
  }

  .nt-custom-shop .nt-custom-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nt-custom-shop h1 {
    font-size: 48px;
  }
}

@media (max-width: 680px) {
  .nt-custom-shop .nt-custom-product-grid {
    grid-template-columns: 1fr;
  }

  .nt-custom-shop h1 {
    font-size: 40px;
  }
}

/* Preview redesign v2: premium ecommerce */
.nt-shop-ecom .nt-shop-hero {
  padding: 56px 0;
  background: linear-gradient(180deg, #faf8f2 0%, #f4efe2 100%);
}

.nt-shop-ecom {
  background: linear-gradient(180deg, #faf8f2 0%, #f4efe2 100%);
}

.nt-shop-ecom .nt-shop-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.nt-shop-ecom h1 {
  margin: 0;
  font-size: 58px;
  line-height: 0.95;
}

.nt-shop-ecom .nt-shop-hero-card {
  background: #17130c;
  color: #fff;
  border-radius: 10px;
  padding: 22px;
}

.nt-shop-ecom .nt-shop-toolbar {
  border-top: 1px solid var(--nt-line);
  border-bottom: 1px solid var(--nt-line);
  background: #fff;
}

.nt-shop-ecom .nt-shop-toolbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 58px;
}

.nt-shop-ecom .nt-shop-grid-wrap {
  padding: 34px 0 62px;
}

.nt-shop-ecom .nt-custom-product-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.nt-shop-ecom .nt-product-card {
  border: 0;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  width: 75%;
  margin: 0 auto;
}

.nt-shop-ecom .nt-product-image {
  display: block;
  background: transparent;
  aspect-ratio: 2 / 1;
}

.nt-shop-ecom .nt-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nt-shop-ecom .nt-product-body {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 14px;
  background: transparent;
}

.nt-shop-ecom .nt-product-title {
  margin: 0;
  font-size: 21px;
  line-height: 1.12;
}

.nt-shop-ecom .nt-product-title a {
  color: var(--nt-text);
  text-decoration: none;
}

.nt-shop-ecom .nt-product-excerpt {
  margin-top: 8px;
  color: var(--nt-muted);
  font-size: 14px;
  line-height: 1.45;
}

.nt-shop-ecom .nt-product-footer {
  margin-top: auto;
  display: grid;
  gap: 10px;
}

.nt-shop-ecom .nt-product-price {
  font-size: 22px;
  font-weight: 800;
  color: var(--nt-green);
}

.nt-shop-ecom .nt-product-actions {
  display: grid;
  gap: 8px;
}

.nt-shop-ecom .nt-product-button {
  width: 100%;
  text-align: center;
  padding: 11px 14px;
}

.nt-shop-ecom .nt-btn {
  border-radius: 8px;
}

@media (max-width: 1100px) {
  .nt-shop-ecom .nt-custom-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .nt-shop-ecom .nt-shop-hero-grid {
    grid-template-columns: 1fr;
  }

  .nt-shop-ecom h1 {
    font-size: 44px;
  }

  .nt-shop-ecom .nt-custom-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .nt-shop-ecom .nt-custom-product-grid {
    grid-template-columns: 1fr;
  }

  .nt-shop-ecom .nt-shop-toolbar-inner {
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    padding: 10px 0;
  }
}

/* Preview override: force 3x1 shop product grid */
.nt-shop-ecom .nt-custom-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  column-gap: 16px !important;
  row-gap: 56px !important;
}

@media (max-width: 640px) {
  .nt-shop-ecom .nt-custom-product-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Homepage inspired product slider section */
.nt-home-surface {
  position: relative;
  isolation: isolate;
  background: linear-gradient(180deg, #fdfbf5 0%, #f7f1e2 58%, #efe5cc 100%);
}

.nt-home-surface::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(1200px 700px at 90% 100%, rgba(255, 189, 0, 0.18) 0%, rgba(255, 189, 0, 0) 65%),
    linear-gradient(180deg, #fdfbf5 0%, #f7f1e2 58%, #efe5cc 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #f7f1e2;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
  pointer-events: none;
}

.nt-home-surface > * {
  position: relative;
  z-index: 1;
}

.nt-home .nt-home-surface > section {
  padding-top: 31px !important;
  padding-bottom: 31px !important;
}

.nt-home-slider {
  padding: 8px 0 40px;
  background: transparent;
  display: block;
  scroll-margin-top: var(--nt-header-offset);
}

.nt-home-hero-only,
.nt-benefits,
.nt-how-premium,
.nt-ia-banner,
.nt-use-cases,
.nt-faq,
.nt-expert-section {
  background: transparent !important;
  scroll-margin-top: var(--nt-header-offset);
}

.nt-home-slider-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  width: 100%;
  min-height: 560px;
  justify-items: center;
  justify-content: center;
  padding: 0;
}

.nt-home-slider-grid > * {
  margin-top: 0;
  margin-bottom: 0;
}

.nt-home-slider-grid > .nt-benefits {
  margin: 8px 0 0;
}

.nt-home-slider-wrap {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.nt-home-slider-track {
  margin: 0 24px !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 960px;
  align-self: center;
  width: calc(100% - 48px);
  box-sizing: border-box;
}

.nt-home-slider-head h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.05;
  text-align: center;
}

.nt-home-slider-head p {
  margin: 0;
  max-width: 820px;
  color: var(--nt-muted);
}


.nt-home-slider-card {
  border: 1px solid var(--nt-line);
  border-radius: 12px;
  padding: 12px;
  background: #fff;
  min-width: 0;
}

.nt-home-slider-image {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 10px;
  background: #f7f3ea;
}

.nt-home-slider-image img,
.nt-home-slider-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nt-home-slider-video {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.nt-home-slider-card.is-video-playing .nt-home-slider-video,
.nt-home-slider-card:hover .nt-home-slider-video {
  opacity: 1;
}

@media (hover: none), (pointer: coarse) {
  .nt-home-slider-video {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nt-home-slider-card:hover .nt-home-slider-video,
  .nt-home-slider-card.is-video-playing .nt-home-slider-video {
    opacity: 0;
  }
}

.nt-home-slider-card h3 {
  margin: 2px 0 0;
  font-size: 18px;
  line-height: 1.2;
}

.nt-home-slider-card h3 a {
  color: var(--nt-text);
  text-decoration: none;
}

.nt-home-slider-description {
  margin: 1px 0 0;
  font-size: 12px;
  line-height: 1.35;
  color: var(--nt-muted);
}

.nt-home-slider-price {
  margin: 2px 0 0;
  font-weight: 800;
  color: var(--nt-green);
}

@media (max-width: 980px) {
  .nt-home-slider-grid {
    width: 100%;
    justify-content: center;
  }

  .nt-home-slider-head {
    margin-bottom: 20px;
  }

.nt-home-slider-track {
    margin: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
  }

  .nt-home-slider-card {
    padding: 10px;
  }

  .nt-home-slider-card h3 {
    font-size: 16px;
  }

  .nt-home-slider-price {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .nt-home-slider-grid {
    width: 100%;
    justify-content: center;
  }

  .nt-home-slider-track {
    margin: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
  }

  .nt-home-slider-card {
    padding: 8px;
  }

  .nt-home-slider-card h3 {
    font-size: 14px;
    margin-top: 0;
  }

  .nt-home-slider-description {
    margin-top: 0;
  }

  .nt-home-slider-price {
    font-size: 14px;
  }
}

.nt-ia-banner {
  padding: 28px 0 40px;
}

.nt-ia-banner-title {
  margin: 0 0 18px;
  font-size: 34px;
  line-height: 1.08;
}

.nt-ia-content {
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(23, 19, 12, 0.15);
  border-radius: 14px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

.nt-ia-content-split {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 24px;
  align-items: center;
}

.nt-ia-content-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
}

.nt-ia-logo {
  display: block;
  width: min(240px, 100%);
  height: auto;
  margin-bottom: 12px;
}

.nt-ia-image-wrap {
  margin: 0;
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.nt-ia-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  align-self: center;
  display: block;
  max-width: 100%;
  max-height: none;
}

.nt-ia-content h4 {
  margin: 0;
  margin-top: 0;
  font-size: 30px;
  line-height: 1.12;
}

.nt-ia-content p {
  margin: 14px 0 0;
  color: var(--nt-muted);
  font-size: 19px;
  line-height: 1.5;
  width: 100%;
  max-width: 100%;
  align-self: stretch;
}

.nt-ia-feature-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  justify-items: start;
  width: 100%;
  max-width: 100%;
  align-self: stretch;
}

.nt-ia-feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
  color: var(--nt-muted);
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  width: 100%;
}

.nt-ia-feature-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
}

.nt-ia-content .nt-btn {
  margin-top: 22px;
  padding: 16px 20px;
  font-size: 18px;
}

@media (max-width: 980px) {
  .nt-ia-content-split {
    grid-template-columns: 1fr;
  }

  .nt-ia-image-wrap {
    margin-top: 8px;
  }

  .nt-ia-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: none;
  }

  .nt-ia-banner-bottom .nt-btn {
    width: 100%;
    min-width: 0;
  }

  .nt-ia-content p {
    font-size: 17px;
  }
}

.nt-expert-section {
  padding: 28px 0 40px;
}

.nt-expert-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(23, 19, 12, 0.14);
  border-radius: 14px;
  padding: 18px;
}

.nt-expert-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 0;
  align-items: stretch;
}

.nt-expert-image-wrap {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border-radius: 12px;
  height: 100%;
  align-self: stretch;
}

.nt-expert-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 12px;
  align-self: stretch;
}

.nt-expert-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6px;
  height: 100%;
  padding: 0 0 0 12px;
  text-align: center;
  align-items: center;
}

.nt-expert-heading-mobile {
  display: none;
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.1;
}

.nt-expert-heading-desktop {
  margin: 0;
  font-size: 34px;
  line-height: 1.08;
}

.nt-faq-heading {
  margin: 0;
  font-size: 34px;
  line-height: 1.08;
}

.nt-expert-cta {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: center;
}

.nt-expert-cta-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: block;
}

.nt-expert-paragraph {
  margin: 8px 0 0;
  color: var(--nt-muted);
  line-height: 1.7;
  text-align: left;
  max-width: 100%;
  white-space: normal;
}

.nt-expert-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  justify-items: start;
  align-self: center;
}

.nt-expert-points li {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: center;
  text-align: left;
  color: var(--nt-muted);
  line-height: 1.5;
  font-size: 16px;
}

.nt-expert-point-icon {
  display: block;
  width: 34px;
  height: 34px;
}

.nt-expert-points li:nth-child(7) .nt-expert-point-icon {
  width: 28px;
  height: 28px;
}

@media (max-width: 900px) {
  .nt-expert-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .nt-expert-heading-desktop {
    display: none;
  }

  .nt-expert-heading-mobile {
    display: block;
  }

  .nt-expert-content {
    padding: 0;
  }

  .nt-expert-points {
    gap: 6px;
  }

  .nt-expert-points li {
    font-size: 15px;
  }
}

/* Styles pour la grille des avantages */
.nt-benefits {
    padding: 0;
    background-color: #f9f9f9;
    margin: 0;
}
.nt-benefits .nt-container {
    width: min(1120px, 92vw);
    margin: 0 auto;
    padding: 0;
}
.nt-benefits .nt-container,
.nt-benefits-list {
    margin: 0 24px;
    margin-top: 0;
    margin-bottom: 0;
    box-sizing: border-box;
    width: calc(100% - 48px);
}
.nt-benefits-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0 24px;
    width: calc(100% - 48px);
    box-sizing: border-box;
}
.nt-benefits-list li {
    text-align: center;
}
.nt-benefits-list strong {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.nt-benefits-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    line-height: 1;
    text-align: center;
}

.nt-benefits-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 0.08rem;
    line-height: 0;
}

.nt-benefits-title > span:last-child {
    display: block;
    line-height: 1;
}

.nt-benefits-icon img {
    display: block;
    width: 100%;
    height: auto;
}

.nt-benefits-list li:last-child .nt-benefits-icon {
    width: 64px;
}

.nt-benefits-list li:last-child .nt-benefits-icon img {
    width: 54px;
}

@media (max-width: 885px) {
    .nt-benefits-list {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
}

.nt-contact-form-section {
    margin: 40px auto 0;
    max-width: 760px;
    padding: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #ffffff;
}

.nt-contact-form-section h2 {
    margin: 0 0 16px;
    font-size: 1.5rem;
}

.nt-contact-alert {
    margin: 0 0 16px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 0.95rem;
}

.nt-contact-alert-success {
    color: #065f46;
    background: #d1fae5;
    border: 1px solid #a7f3d0;
}

.nt-contact-alert-error {
    color: #991b1b;
    background: #fee2e2;
    border: 1px solid #fecaca;
}

.nt-contact-form {
    display: grid;
    gap: 14px;
}

.nt-contact-field {
    margin: 0;
}

.nt-contact-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.nt-contact-field input,
.nt-contact-field textarea {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 10px 12px;
    font: inherit;
}

.nt-contact-field input:focus,
.nt-contact-field textarea:focus {
    outline: 2px solid #1f7a8c;
    outline-offset: 1px;
    border-color: #1f7a8c;
}

.nt-contact-field-hp {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.nt-contact-actions {
    margin: 2px 0 0;
}

.nt-contact-actions button {
    border: 0;
    border-radius: 8px;
    background: #1f7a8c;
    color: #fff;
    padding: 10px 16px;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}

.nt-contact-actions button:hover {
    background: #185f6d;
}

/* Page content styles (legal pages, CGV, etc.) */
.nt-container .entry-content h1,
.nt-container h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 1.5rem;
    line-height: 1.2;
}

.nt-container .entry-content h2,
.nt-container h2 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #111;
    margin: 2rem 0 1rem;
    line-height: 1.3;
}

.nt-container .entry-content h3,
.nt-container h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #111;
    margin: 1.5rem 0 0.75rem;
    line-height: 1.4;
}

.nt-container .entry-content p,
.nt-container p {
    margin: 0 0 1rem;
    line-height: 1.7;
    color: #4a4a4a;
}

.nt-container .entry-content ul,
.nt-container ul,
.nt-container .entry-content ol,
.nt-container ol {
    margin: 0 0 1rem 1.5rem;
    line-height: 1.7;
    color: #4a4a4a;
}

.nt-container .entry-content li,
.nt-container li {
    margin-bottom: 0.5rem;
}


.nt-container .entry-content strong,
.nt-container strong {
    color: #111;
    font-weight: 600;
}

.nt-container .entry-content em,
.nt-container em {
    font-style: italic;
}

.nt-container .entry-content ol li,
.nt-container ol li {
    margin-bottom: 0.75rem;
}
