.np-home {
  background: #fbfaf6;
  color: #171b18;
}
.np-home .np-section {
  padding: 68px 0;
}
.np-home .np-section-head {
  max-width: 780px;
  margin: 0 auto 32px;
  text-align: center;
  display: block;
}
.np-home .np-section-head p {
  max-width: 680px;
  margin: 14px auto 0;
  font-size: 15.5px;
  line-height: 1.72;
  color: #626b65;
}
.np-home h1,
.np-home h2,
.np-home h3 {
  font-family: var(--np-sans) !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
}
.np-home h1 {
  font-size: clamp(31px, 3.4vw, 46px) !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
  color: #1d211f !important;
}
.np-home h2 {
  font-size: clamp(24px, 2.45vw, 34px) !important;
  line-height: 1.16 !important;
  font-weight: 500 !important;
  color: #242927 !important;
}
.np-home h3 {
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
}
.np-eyebrow {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #2e7a45;
  margin-bottom: 12px;
}
.np-hero {
  background:
    radial-gradient(circle at 7% 12%, rgba(92, 166, 94, 0.07), transparent 30%),
    radial-gradient(
      circle at 93% 16%,
      rgba(142, 208, 230, 0.16),
      transparent 33%
    ),
    linear-gradient(180deg, #ffffff 0%, #f8f8f3 100%);
  border-bottom: 1px solid #e8e4dc;
}
.np-hero-copy {
  max-width: 650px;
}
.np-hero-copy .np-lead {
  font-size: 18px;
  line-height: 1.72;
  color: #46504a;
  margin: 22px 0 14px;
}
.np-hero-copy > p:not(.np-lead) {
  font-size: 15.5px;
  line-height: 1.75;
  color: #626b65;
}
.np-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 28px 0 30px;
}
.np-trust {
  background: #e8f7e6;
  border-top: 1px solid #c8eecb;
  border-bottom: 1px solid #c8eecb;
}
.np-trust-grid > div {
  padding: 20px 14px;
  text-align: center;
  border-right: 1px solid #c8eecb;
}
.np-trust span {
  width: 34px;
  height: 34px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
  display: grid;
  place-items: center;
  font-size: 17px;
}
.np-trust strong {
  display: block;
  font-size: 12.5px;
  color: #303431;
}
.np-trust p {
  margin: 3px 0 0;
  font-size: 11.5px;
  line-height: 1.34;
}
.np-products {
  background: #fff;
}
.np-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.np-stock {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  background: rgba(55, 55, 55, 0.82);
  color: #fff;
  padding: 7px 12px;
  border-radius: 4px;
  font-size: 11px;
  z-index: 4;
}
.np-price {
  color: #5ca65e;
  font-weight: 550;
  font-size: 18px;
}
.np-price del {
  color: #999;
  font-weight: 400;
  margin-right: 6px;
}
.np-product-card .np-btn {
  margin-top: 13px;
  width: min(185px, 100%);
}
.np-needs {
  background: #f2f0ea;
}
.np-feature {
  background: #fff;
  padding: 68px 0 72px !important;
}
.np-feature-head {
  max-width: 720px;
  margin: 0 auto 30px;
  text-align: center;
}
.np-feature-head .np-eyebrow {
  margin-bottom: 10px;
}
.np-feature-head h2 {
  margin: 0;
  color: #1d211f !important;
}
.np-feature-head p {
  max-width: 680px;
  margin: 14px auto 0;
  color: #626b65;
  font-size: 15.5px;
  line-height: 1.72;
}
.np-feature-list {
  display: grid;
  gap: 30px;
}
.np-feature-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.96fr);
  gap: 34px;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcd8cf;
}
.np-feature-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.np-feature-row-reverse .np-feature-media {
  order: 2;
}
.np-feature-row-reverse .np-feature-copy {
  order: 1;
}
.np-feature-media {
  display: block;
  overflow: hidden;
  background: #f4f7f3;
}
.np-feature-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1400/730;
  object-fit: cover;
}
.np-feature-row-reverse .np-feature-media img {
  aspect-ratio: 1400/809;
}
.np-feature-copy {
  max-width: 620px;
}
.np-feature-copy .np-offer {
  color: #e53927;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 16px;
}
.np-feature-copy h3 {
  margin: 0 0 12px;
  color: #4f9953 !important;
  font-size: clamp(25px, 2.45vw, 36px) !important;
  line-height: 1.08 !important;
  font-weight: 650 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.01em !important;
}
.np-feature-copy p {
  font-size: 16px;
  line-height: 1.72;
  color: #535a55;
  margin: 13px 0;
}
.np-feature-copy .np-btn {
  margin-top: 10px;
  min-width: 190px;
}
@media (max-width: 900px) {
  .np-feature {
    padding: 64px 0 !important;
  }
  .np-feature-row,
  .np-feature-row-reverse {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .np-feature-row-reverse .np-feature-media,
  .np-feature-row-reverse .np-feature-copy {
    order: initial;
  }
  .np-feature-copy {
    max-width: none;
  }
  .np-feature-media img,
  .np-feature-row-reverse .np-feature-media img {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 560px) {
  .np-feature-head {
    text-align: left;
    margin-bottom: 28px;
  }
  .np-feature-row {
    gap: 20px;
    padding-bottom: 30px;
  }
  .np-feature-copy .np-offer {
    font-size: 12px;
  }
  .np-feature-copy p {
    font-size: 15px;
  }
  .np-feature-copy .np-btn {
    width: 100%;
  }
}
.np-routines {
  background: #fff;
  padding: 66px 0 !important;
}
.np-routine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.np-routine-card {
  background: #fbfaf6;
  border: 1px solid #e4e1d9;
  border-radius: 18px;
  padding: 26px;
}
.np-routine-card.np-featured {
  background: #f7fff6;
  border-color: #5ca65e;
}
.np-routine-card > span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #e54a32;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.np-routine-card h3 {
  margin: 0 0 10px;
}
.np-routine-card p {
  font-size: 14.5px;
  line-height: 1.68;
  margin: 0 0 16px;
}
.np-routine-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  gap: 7px;
}
.np-routine-card li {
  font-size: 14px;
  color: #424842;
}
.np-routine-card li::before {
  content: "✓";
  color: #5ca65e;
  font-weight: 700;
  margin-right: 8px;
}
.np-quality {
  background: #efefef;
  padding: 64px 0 !important;
}
.np-quality-grid {
  display: block;
}
.np-quality-card {
  max-width: 840px;
  margin: 0 auto 28px;
  background: #fff;
  padding: 42px;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(20, 45, 30, 0.055);
  text-align: center;
}
.np-logo-large {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
}
.np-logo-large img {
  width: min(320px, 70vw);
  max-height: 56px;
  object-fit: contain;
}
.np-logo-icon,
.np-logo-large strong {
  display: none !important;
}
.np-quality-card p {
  font-size: 16px;
  line-height: 1.72;
  margin: 0 auto 22px;
  max-width: 680px;
}
.np-quality-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.np-quality-points article {
  background: #fff;
  border: 1px solid #e4e1d9;
  border-radius: 16px;
  padding: 22px;
  text-align: left;
}
.np-quality-points article > strong {
  display: none;
}
.np-quality-points h3 {
  margin: 0 0 8px;
  font-size: 17px !important;
}
.np-quality-points p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
.np-reviews {
  background: #f5f5f5;
  border-top: 1px solid #e4e1d9;
  border-bottom: 1px solid #e4e1d9;
}
.np-quote {
  font-size: 56px;
  color: #5ca65e;
  line-height: 0.4;
  text-align: center;
}
.np-blog-card {
  background: #fff;
  border: 1px solid #e4e1d9;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(20, 45, 30, 0.055);
}
.np-blog-cat {
  text-transform: uppercase;
  color: #5ca65e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 9px;
}
.np-faq {
  background: #f2f0ea;
}
.np-faq-item {
  border-bottom: 1px solid #e4e1d9;
}
.np-faq-item:last-child {
  border-bottom: 0;
}
.np-faq-item button {
  width: 100%;
  background: #fff;
  border: 0;
  padding: 21px 24px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-weight: 650;
  font-size: 15.5px;
  color: #303431;
  cursor: pointer;
}
.np-faq-item button span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #e6f7e5;
  display: grid;
  place-items: center;
  flex: 0 0 25px;
}
.np-faq-item > div {
  display: none;
  padding: 0 24px 21px;
  color: #626b65;
  font-size: 14.5px;
  line-height: 1.72;
}
.np-faq-item.is-open > div {
  display: block;
}
.np-newsletter {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 7vw, 108px) 0;
  background:
    linear-gradient(110deg, rgba(12, 49, 29, 0.96) 0%, rgba(28, 91, 52, 0.91) 52%, rgba(48, 119, 67, 0.84) 100%),
    url("../images/lab-scene-overlay.webp") center 46% / cover no-repeat;
  color: #fff;
}

.np-newsletter::before,
.np-newsletter::after,
.np-newsletter-decoration {
  position: absolute;
  z-index: -1;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 70% 30% 68% 32%;
  transform: rotate(-28deg);
}

.np-newsletter::before {
  width: 360px;
  height: 190px;
  top: -78px;
  right: 8%;
}

.np-newsletter::after {
  width: 260px;
  height: 140px;
  bottom: -54px;
  left: 4%;
  transform: rotate(26deg);
}

.np-newsletter-decoration {
  width: 180px;
  height: 95px;
  top: 44%;
  left: 47%;
  opacity: 0.65;
  transform: rotate(62deg);
}

.np-newsletter-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}

.np-newsletter .np-eyebrow {
  margin-bottom: 16px;
  color: #cfe8c7;
}

.np-newsletter h2 {
  color: #fff !important;
  max-width: 650px;
  margin: 0 0 20px;
  font-size: clamp(34px, 4vw, 55px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.035em !important;
}

.np-newsletter-copy > p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.7;
}

.np-newsletter-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.np-newsletter-copy li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #f7fff4;
  font-size: 12px;
  font-weight: 750;
}

.np-newsletter-copy li::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9bd27d;
  content: "";
}

.np-newsletter-card {
  padding: clamp(26px, 3.4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 30px 90px rgba(8, 35, 20, 0.24);
  color: #17251b;
}

.np-newsletter-card-kicker {
  display: block;
  margin-bottom: 10px;
  color: #3f874b;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.np-newsletter-card > strong {
  display: block;
  color: #17251b;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.12;
}

.np-newsletter-card > p {
  margin: 11px 0 24px;
  color: #637068;
  font-size: 14px;
  line-height: 1.55;
}

.np-newsletter-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.np-newsletter input[type="email"] {
  width: 100%;
  height: 54px;
  min-width: 0;
  margin: 0;
  padding: 0 18px;
  border: 1px solid #d9dfd9;
  border-radius: 14px;
  background: #fbfcfa;
  color: #202521;
  font-size: 15px;
  outline: 0;
}

.np-newsletter input[type="email"]:focus {
  border-color: #4f9953;
  box-shadow: 0 0 0 4px rgba(79, 153, 83, 0.12);
}

.np-newsletter .np-btn {
  height: 54px;
  min-width: 132px;
  padding: 0 20px;
  border-radius: 14px !important;
  background: #2f8045 !important;
  box-shadow: none !important;
  white-space: nowrap;
}

.np-newsletter .np-consent-check {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin: 15px 0 0;
  color: #637068;
  font-size: 11.5px;
  font-weight: 500;
}

.np-newsletter .np-consent-check input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin: 1px 0 0 !important;
  padding: 0 !important;
  accent-color: #2f8045;
}

.np-newsletter .np-consent-check a {
  color: #2f8045;
  font-weight: 750;
  text-underline-offset: 2px;
}

.np-newsletter-message {
  min-height: 18px;
  margin: 12px 0 0 !important;
  color: #526159;
  font-size: 12px;
  font-weight: 700;
}

.np-newsletter-message.is-error {
  color: #b42318;
}

.np-newsletter-message.is-success {
  color: #237b3e;
}

@media (max-width: 980px) {
  .np-newsletter-inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .np-newsletter-copy {
    max-width: 720px;
  }
}

@media (max-width: 640px) {
  .np-newsletter {
    padding: 64px 0;
  }

  .np-newsletter-inner {
    gap: 30px;
  }

  .np-newsletter h2 {
    font-size: 36px !important;
  }

  .np-newsletter-copy > p {
    font-size: 15px;
  }

  .np-newsletter-card {
    padding: 25px 20px;
    border-radius: 22px;
  }

  .np-newsletter-fields {
    grid-template-columns: 1fr;
  }

  .np-newsletter .np-btn,
  .np-newsletter input[type="email"] {
    width: 100%;
  }
}
@media (max-width: 1050px) {
  .np-hero-grid,
  .np-feature-grid {
    grid-template-columns: 1fr;
  }
  .np-product-grid,
  .np-routine-grid,
  .np-review-grid,
  .np-blog-grid,
  .np-quality-points {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 720px) {
  .np-home .np-section {
    padding: 60px 0;
  }
  .np-hero-minicards,
  .np-product-grid,
  .np-routine-grid,
  .np-review-grid,
  .np-blog-grid,
  .np-trust-grid,
  .np-quality-points {
    grid-template-columns: 1fr;
  }
  .np-quality-card {
    padding: 30px 22px;
  }
}
.np-hero-copy h1 {
  max-width: 660px;
}
.np-hero-copy .np-lead strong {
  color: #1d211f;
  font-weight: 700;
}
.np-hero-copy h1 {
  font-size: clamp(31px, 3.4vw, 46px) !important;
  line-height: 1.1 !important;
  max-width: 680px;
}
.np-hero-copy .np-lead {
  max-width: 660px;
}
@media (max-width: 720px) {
  .np-hero-copy h1 {
    font-size: clamp(30px, 8vw, 38px) !important;
  }
}
.np-trust {
  background: #e5f7e4;
  border-top: 1px solid #c8eecb;
  border-bottom: 1px solid #c8eecb;
}
.np-trust-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.np-trust-grid > div {
  padding: 22px 16px;
  text-align: center;
  border-right: 1px solid #c8eecb;
}
.np-trust-grid > div:last-child {
  border-right: 0;
}
.np-trust span {
  width: 36px;
  height: 36px;
  margin: 0 auto 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.68);
  display: grid;
  place-items: center;
  font-size: 17px;
  color: #2e7a45;
}
.np-trust strong {
  display: block;
  font-size: 12.5px;
  line-height: 1.25;
  color: #242927;
}
.np-trust p {
  margin: 5px 0 0;
  font-size: 11.5px;
  line-height: 1.35;
  color: #68716b;
}
@media (max-width: 1050px) {
  .np-trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 720px) {
  .np-trust-grid {
    grid-template-columns: 1fr;
  }
  .np-trust-grid > div {
    border-right: 0;
    border-bottom: 1px solid #c8eecb;
  }
  .np-trust-grid > div:last-child {
    border-bottom: 0;
  }
}
.np-trust-grid > div {
  padding: 22px 14px;
}
.np-trust-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  display: grid;
  place-items: center;
  color: #2e7a45;
  box-shadow: inset 0 0 0 1px rgba(92, 166, 94, 0.12);
}
.np-trust span:not(.np-trust-icon) {
  display: none;
}
.np-trust-icon svg {
  width: 22px;
  height: 22px;
}
.np-trust-v12 .np-trust-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.np-trust-v12 .np-trust-grid > div {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 14px;
  padding: 20px 20px;
  border-right: 1px solid #ebe7df;
  text-align: left;
}
.np-trust-v12 .np-trust-grid > div:last-child {
  border-right: 0;
}
.np-trust-v12 .np-trust-icon {
  width: 42px;
  height: 42px;
  border: 1px solid #5ca65e;
  color: #5ca65e;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
}
.np-trust-v12 .np-trust-icon svg {
  width: 23px;
  height: 23px;
}
.np-trust-v12 p,
.np-trust-v12 span:not(.np-trust-icon) {
  display: none !important;
}
.np-products-v12 .np-section-head {
  margin-bottom: 28px !important;
}
.np-products-v12 .np-eyebrow {
  color: #4f9a34;
}
.np-products-v12-more .np-btn {
  min-width: 250px;
  background: #fff;
}
@media (max-width: 1050px) {
  .np-trust-v12 .np-trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .np-trust-v12 .np-trust-grid > div {
    border-bottom: 1px solid #ebe7df;
  }
}
@media (max-width: 720px) {
  .np-trust-v12 .np-trust-grid {
    grid-template-columns: 1fr;
  }
  .np-trust-v12 .np-trust-grid > div {
    border-right: 0;
  }
}
.np-trust-v13 .np-trust-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.np-trust-v13 .np-trust-grid > div {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 14px;
  padding: 20px 18px;
  border-right: 1px solid #ebe7df;
  text-align: left;
}
.np-trust-v13 .np-trust-grid > div:last-child {
  border-right: 0;
}
.np-trust-v13 .np-trust-icon {
  width: 42px;
  height: 42px;
  border: 1px solid #5ca65e;
  color: #5ca65e;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
}
.np-trust-v13 .np-trust-icon svg {
  width: 23px;
  height: 23px;
}
.np-trust-v13 p,
.np-trust-v13 span:not(.np-trust-icon) {
  display: none !important;
}
.np-products-v13 .np-section-head {
  margin-bottom: 30px !important;
}
.np-products-v13 .np-eyebrow {
  color: #4f9a34;
}
.np-product-slide-copy .np-price {
  font-size: 17px;
  color: #1f241f;
  margin-bottom: 14px;
}
.np-product-slide-copy .np-btn {
  min-width: auto;
  height: 34px;
  padding: 9px 14px;
  font-size: 12px;
  border-radius: 7px !important;
}
.np-products-v13-more .np-btn {
  min-width: 250px;
  background: #fff;
}
@media (max-width: 1050px) {
  .np-trust-v13 .np-trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .np-trust-v13 .np-trust-grid > div {
    border-bottom: 1px solid #ebe7df;
  }
}
@media (max-width: 720px) {
  .np-trust-v13 .np-trust-grid {
    grid-template-columns: 1fr;
  }
  .np-trust-v13 .np-trust-grid > div {
    border-right: 0;
  }
}
.np-trust-v14 .np-container {
  width: min(1260px, calc(100% - 56px));
}
.np-trust-v14 .np-trust-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid #ece8df;
  border-bottom: 1px solid #ece8df;
}
.np-trust-v14 .np-trust-grid > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px 18px;
  text-align: left;
  border-right: 1px solid #ece8df;
  border-bottom: 0 !important;
  min-height: 86px;
}
.np-trust-v14 .np-trust-grid > div:last-child {
  border-right: 0;
}
.np-trust-v14 .np-trust-icon {
  width: 42px;
  height: 42px;
  border: 1.4px solid #5ca65e;
  color: #5ca65e;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  box-shadow: none;
}
.np-trust-v14 .np-trust-icon svg {
  width: 23px;
  height: 23px;
}
.np-trust-v14 p,
.np-trust-v14 span:not(.np-trust-icon) {
  display: none !important;
}
@media (max-width: 1050px) {
  .np-trust-v14 .np-trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .np-trust-v14 .np-trust-grid > div:nth-child(3n) {
    border-right: 0;
  }
  .np-trust-v14 .np-trust-grid > div {
    border-bottom: 1px solid #ece8df !important;
  }
  .np-trust-v14 .np-trust-grid>div:nth-last-child(-n/**/+3) {
    border-bottom: 0 !important;
  }
}
@media (max-width: 720px) {
  .np-trust-v14 .np-container {
    width: 100%;
  }
  .np-trust-v14 .np-trust-grid {
    grid-template-columns: 1fr;
  }
  .np-trust-v14 .np-trust-grid > div {
    border-right: 0 !important;
    border-bottom: 1px solid #ece8df !important;
    padding: 16px 24px;
  }
  .np-trust-v14 .np-trust-grid > div:last-child {
    border-bottom: 0 !important;
  }
}
.np-trust-v15 .np-container {
  width: min(1260px, calc(100% - 56px));
}
.np-trust-v15 .np-trust-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid #ece8df;
  border-bottom: 1px solid #ece8df;
}
.np-trust-v15 .np-trust-grid > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px 18px;
  text-align: left;
  border-right: 1px solid #ece8df;
  border-bottom: 0 !important;
  min-height: 86px;
}
.np-trust-v15 .np-trust-grid > div:last-child {
  border-right: 0;
}
.np-trust-v15 .np-trust-icon {
  width: 42px;
  height: 42px;
  border: 1.4px solid #5ca65e;
  color: #5ca65e;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  box-shadow: none;
}
.np-trust-v15 .np-trust-icon svg {
  width: 23px;
  height: 23px;
}
.np-trust-v15 p,
.np-trust-v15 span:not(.np-trust-icon) {
  display: none !important;
}
@media (max-width: 1050px) {
  .np-trust-v15 .np-trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .np-trust-v15 .np-trust-grid > div:nth-child(3n) {
    border-right: 0;
  }
  .np-trust-v15 .np-trust-grid > div {
    border-bottom: 1px solid #ece8df !important;
  }
  .np-trust-v15 .np-trust-grid>div:nth-last-child(-n/**/+3) {
    border-bottom: 0 !important;
  }
}
@media (max-width: 720px) {
  .np-trust-v15 .np-container {
    width: 100%;
  }
  .np-trust-v15 .np-trust-grid {
    grid-template-columns: 1fr;
  }
  .np-trust-v15 .np-trust-grid > div {
    border-right: 0 !important;
    border-bottom: 1px solid #ece8df !important;
    padding: 16px 24px;
  }
  .np-trust-v15 .np-trust-grid > div:last-child {
    border-bottom: 0 !important;
  }
}
.np-trust-v16 .np-container {
  width: min(1260px, calc(100% - 56px));
}
.np-trust-v16 .np-trust-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 14px 0;
  border-top: 1px solid #ece8df;
  border-bottom: 1px solid #ece8df;
}
.np-trust-v16 .np-trust-grid > div {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 14px;
  padding: 10px 10px;
  text-align: left;
  min-height: 72px;
  border: 0 !important;
  background: transparent;
}
.np-trust-v16 .np-trust-icon {
  width: 42px;
  height: 42px;
  border: 1.5px solid #73b34f;
  color: #73b34f;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f6fbf1;
  box-shadow: none;
}
.np-trust-v16 .np-trust-icon svg {
  width: 22px;
  height: 22px;
}
.np-trust-v16 p,
.np-trust-v16 span:not(.np-trust-icon) {
  display: none !important;
}
@media (max-width: 1050px) {
  .np-trust-v16 .np-trust-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px 12px;
  }
}
@media (max-width: 720px) {
  .np-trust-v16 .np-container {
    width: 100%;
  }
  .np-trust-v16 .np-trust-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 8px 0;
  }
  .np-trust-v16 .np-trust-grid > div {
    padding: 14px 24px;
  }
}
.np-trust-v17 .np-container {
  width: min(1260px, calc(100% - 56px));
}
.np-trust-v17 .np-trust-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 14px 0;
  border-top: 1px solid #ece8df;
  border-bottom: 1px solid #ece8df;
}
.np-trust-v17 .np-trust-grid > div {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 14px;
  padding: 10px 10px;
  text-align: left;
  min-height: 72px;
  border: 0 !important;
  background: transparent;
}
.np-trust-v17 .np-trust-icon {
  width: 42px;
  height: 42px;
  border: 1.5px solid #73b34f;
  color: #73b34f;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f6fbf1;
  box-shadow: none;
}
.np-trust-v17 .np-trust-icon svg {
  width: 22px;
  height: 22px;
}
.np-trust-v17 p,
.np-trust-v17 span:not(.np-trust-icon) {
  display: none !important;
}
.np-products-v17 .np-section-head {
  margin-bottom: 38px !important;
}
.np-products-v17 .np-section-head h2 {
  font-size: clamp(30px, 3vw, 42px) !important;
}
.np-products-v17 .np-section-head p {
  max-width: 720px;
  color: #68716b;
}
.np-product-rating {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  min-height: 20px;
}
.np-rating-stars {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1px;
  color: #d5d5d5;
}
.np-product-premium-body .np-price {
  font-size: 20px;
  font-weight: 550;
  color: #202521;
  margin: 0 0 18px;
}
.np-product-premium-body .np-price del {
  font-weight: 400;
  color: #a7aca8;
  margin-right: 6px;
}
.np-product-premium-body .np-price ins {
  text-decoration: none;
  color: #5ca65e;
}
.np-product-premium-body .np-btn {
  margin-top: auto;
  width: 100%;
  min-width: 0;
  height: 44px;
  border-radius: 9px !important;
}
.np-products-v17-more .np-btn {
  min-width: 270px;
  height: 46px;
}
@media (max-width: 1050px) {
  .np-trust-v17 .np-trust-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px 12px;
  }
}
@media (max-width: 720px) {
  .np-trust-v17 .np-container {
    width: 100%;
  }
  .np-trust-v17 .np-trust-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 8px 0;
  }
  .np-trust-v17 .np-trust-grid > div {
    padding: 14px 24px;
  }
}
.np-trust-v18 .np-container {
  width: min(1260px, calc(100% - 56px));
}
.np-trust-v18 .np-trust-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 14px 0;
  border-top: 1px solid #ece8df;
  border-bottom: 1px solid #ece8df;
}
.np-trust-v18 .np-trust-grid > div {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 14px;
  padding: 10px 10px;
  text-align: left;
  min-height: 72px;
  border: 0 !important;
  background: transparent;
}
.np-trust-v18 .np-trust-icon {
  width: 42px;
  height: 42px;
  border: 1.5px solid #73b34f;
  color: #73b34f;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f6fbf1;
  box-shadow: none;
}
.np-trust-v18 .np-trust-icon svg {
  width: 22px;
  height: 22px;
}
.np-trust-v18 p,
.np-trust-v18 span:not(.np-trust-icon) {
  display: none !important;
}
.np-products-v18 .np-section-head {
  margin-bottom: 40px !important;
}
.np-products-v18 .np-section-head h2 {
  font-size: clamp(30px, 3vw, 42px) !important;
}
.np-products-v18 .np-section-head p {
  max-width: 760px;
  color: #68716b;
}
.np-product-mix-body .np-product-rating {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  min-height: 20px;
}
.np-product-mix-body .np-price {
  font-size: 18px;
  font-weight: 550;
  color: #202521;
  margin: 0 0 18px;
}
.np-product-mix-body .np-price del {
  font-weight: 400;
  color: #a7aca8;
  margin-right: 6px;
}
.np-product-mix-body .np-price ins {
  text-decoration: none;
  color: #5ca65e;
}
.np-product-mix-body .np-btn {
  margin-top: auto;
  width: 100%;
  min-width: 0;
  height: 46px;
  border-radius: 9px !important;
}
.np-products-v18-more .np-btn {
  min-width: 270px;
  height: 46px;
}
.np-rating-stars-fill {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #73b34f;
}
@media (max-width: 1050px) {
  .np-trust-v18 .np-trust-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px 12px;
  }
}
@media (max-width: 720px) {
  .np-trust-v18 .np-container {
    width: 100%;
  }
  .np-trust-v18 .np-trust-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 8px 0;
  }
  .np-trust-v18 .np-trust-grid > div {
    padding: 14px 24px;
  }
}
.np-trust-v19 .np-container {
  width: min(1260px, calc(100% - 56px));
}
.np-trust-v19 .np-trust-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 14px 0;
  border-top: 1px solid #ece8df;
  border-bottom: 1px solid #ece8df;
}
.np-trust-v19 .np-trust-grid > div {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 14px;
  padding: 10px 10px;
  text-align: left;
  min-height: 72px;
  border: 0 !important;
  background: transparent;
}
.np-trust-v19 .np-trust-icon {
  width: 42px;
  height: 42px;
  border: 1.5px solid #73b34f;
  color: #73b34f;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f6fbf1;
  box-shadow: none;
}
.np-trust-v19 .np-trust-icon svg {
  width: 22px;
  height: 22px;
}
.np-trust-v19 p,
.np-trust-v19 span:not(.np-trust-icon) {
  display: none !important;
}
.np-products-v19 .np-section-head {
  margin-bottom: 36px !important;
}
.np-products-v19 .np-section-head h2 {
  font-size: clamp(30px, 3vw, 42px) !important;
}
.np-products-v19 .np-section-head p {
  max-width: 760px;
  color: #68716b;
}
.np-sale-percent {
  position: absolute;
  left: 18px;
  top: 16px;
  z-index: 4;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ff4b20;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 550;
  box-shadow: 0 12px 28px rgba(255, 75, 32, 0.2);
}
.np-stock-ribbon {
  position: absolute;
  top: 18px;
  right: 12px;
  z-index: 5;
  transform: rotate(-45deg);
  transform-origin: center;
  background: #c80025;
  color: #fff;
  padding: 8px 34px;
  font-size: 11px;
  font-weight: 550;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.np-product-info-v19 .np-product-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 22px;
  margin-bottom: 10px;
}
.np-product-info-v19 .np-price {
  font-size: 21px;
  font-weight: 550;
  color: #5ca65e;
  margin: 0 0 18px;
}
.np-product-info-v19 .np-price del {
  color: #9a9a9a;
  font-weight: 400;
  margin-right: 7px;
}
.np-product-info-v19 .np-price ins {
  text-decoration: none;
  color: #5ca65e;
}
.np-product-info-v19 .np-btn {
  width: min(230px, 100%);
  height: 46px;
  border-radius: 7px !important;
}
.np-slider-arrow {
  position: absolute;
  top: 134px;
  z-index: 20;
  width: 48px;
  height: 58px;
  border: 0;
  background: #5ca65e;
  color: #fff;
  border-radius: 6px;
  display: grid;
  place-items: center;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(20, 45, 30, 0.14);
}
.np-slider-prev {
  left: -18px;
}
.np-slider-next {
  right: -18px;
}
.np-products-v19-more .np-btn {
  min-width: 270px;
  height: 46px;
}
@media (max-width: 1050px) {
  .np-trust-v19 .np-trust-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px 12px;
  }
}
@media (max-width: 720px) {
  .np-trust-v19 .np-container {
    width: 100%;
  }
  .np-trust-v19 .np-trust-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 8px 0;
  }
  .np-trust-v19 .np-trust-grid > div {
    padding: 14px 24px;
  }
}
.np-trust-v20 .np-container {
  width: min(1260px, calc(100% - 56px));
}
.np-trust-v20 .np-trust-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 14px 0;
  border-top: 1px solid #ece8df;
  border-bottom: 1px solid #ece8df;
}
.np-trust-v20 .np-trust-grid > div {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 14px;
  padding: 10px 10px;
  text-align: left;
  min-height: 72px;
  border: 0 !important;
  background: transparent;
}
.np-trust-v20 .np-trust-icon {
  width: 42px;
  height: 42px;
  border: 1.5px solid #73b34f;
  color: #73b34f;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f6fbf1;
  box-shadow: none;
}
.np-trust-v20 .np-trust-icon svg {
  width: 22px;
  height: 22px;
}
.np-trust-v20 p,
.np-trust-v20 span:not(.np-trust-icon) {
  display: none !important;
}
.np-products-v20 .np-section-head {
  margin-bottom: 34px !important;
}
.np-products-v20 .np-section-head h2 {
  font-size: clamp(30px, 3vw, 42px) !important;
}
.np-products-v20 .np-section-head p {
  max-width: 760px;
  color: #68716b;
}
.np-sale-percent {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 4;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ff4b20;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 550;
  box-shadow: none !important;
}
.np-product-info-v20 .np-product-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 22px;
  margin-bottom: 10px;
}
.np-product-info-v20 .np-price {
  font-size: 21px;
  font-weight: 550;
  color: #5ca65e;
  margin: 0 0 18px;
}
.np-product-info-v20 .np-price del {
  color: #9a9a9a;
  font-weight: 400;
  margin-right: 7px;
}
.np-product-info-v20 .np-price ins {
  text-decoration: none;
  color: #5ca65e;
}
.np-product-info-v20 .np-btn {
  width: min(230px, 100%);
  height: 46px;
  border-radius: 7px !important;
}
.np-slider-arrow {
  position: absolute;
  top: 128px;
  z-index: 20;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(92, 166, 94, 0.28);
  background: #fff;
  color: #5ca65e;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(20, 45, 30, 0.1);
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease;
}
.np-products-v20-more .np-btn {
  min-width: 270px;
  height: 46px;
}
@media (max-width: 1050px) {
  .np-trust-v20 .np-trust-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px 12px;
  }
}
@media (max-width: 720px) {
  .np-trust-v20 .np-container {
    width: 100%;
  }
  .np-trust-v20 .np-trust-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 8px 0;
  }
  .np-trust-v20 .np-trust-grid > div {
    padding: 14px 24px;
  }
}
.np-trust-v21 {
  background: #fff !important;
  border-top: 0 !important;
  border-bottom: 1px solid #ece8df !important;
  box-shadow: none !important;
}
.np-trust-v21 .np-container {
  width: min(1260px, calc(100% - 56px));
}
.np-trust-v21 .np-trust-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 14px 0;
  border-top: 1px solid #ece8df;
  border-bottom: 1px solid #ece8df;
}
.np-trust-v21 .np-trust-grid > div {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 14px;
  padding: 10px 10px;
  text-align: left;
  min-height: 72px;
  border: 0 !important;
  background: transparent;
}
.np-trust-v21 .np-trust-icon {
  width: 42px;
  height: 42px;
  border: 1.5px solid #73b34f;
  color: #73b34f;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f6fbf1;
  box-shadow: none;
}
.np-trust-v21 .np-trust-icon svg {
  width: 22px;
  height: 22px;
}
.np-trust-v21 strong {
  display: block;
  color: #202521;
  font-size: 12.7px;
  line-height: 1.32;
  font-weight: 700;
}
.np-trust-v21 p,
.np-trust-v21 span:not(.np-trust-icon) {
  display: none !important;
}
.np-products-v21 {
  background: #fff !important;
  padding: 72px 0 82px !important;
}
.np-products-v21 .np-section-head {
  margin-bottom: 34px !important;
}
.np-products-v21 .np-section-head h2 {
  font-size: clamp(25px, 2.5vw, 34px) !important;
}
.np-products-v21 .np-section-head p {
  max-width: 760px;
  color: #68716b;
}
.np-products-slider-shell {
  position: relative;
}
.np-product-slider-v21 {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 84px) / 4);
  gap: 28px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 8px 8px 18px;
  scrollbar-width: none;
}
.np-product-slider-v21::-webkit-scrollbar {
  display: none;
}
.np-product-slide-v21 {
  position: relative;
  scroll-snap-align: start;
  text-align: center;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.np-product-visual-v21 {
  position: relative;
  width: 100%;
  min-height: 260px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-decoration: none;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.np-product-visual-v21::before,
.np-product-visual-v21::after,
.np-product-slide-v21::before,
.np-product-slide-v21::after {
  display: none !important;
  content: none !important;
}
.np-product-visual-v21 img {
  position: relative;
  z-index: 2;
  max-width: 245px;
  max-height: 260px;
  object-fit: contain;
  filter: none !important;
  box-shadow: none !important;
  background: transparent !important;
  border: 0 !important;
}
.np-stock-ribbon {
  position: absolute;
  top: 12px;
  right: 4px;
  z-index: 5;
  transform: rotate(-45deg);
  transform-origin: center;
  background: #c80025;
  color: #fff;
  padding: 8px 34px;
  font-size: 11px;
  font-weight: 550;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.np-product-info-v21 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 8px 0;
}
.np-product-info-v21 h3 {
  margin: 0 0 10px;
  font-size: 20px !important;
  line-height: 1.18 !important;
  min-height: 48px;
  font-weight: 500 !important;
}
.np-product-info-v21 h3 a {
  color: #333633;
  text-decoration: none;
}
.np-product-info-v21 .np-product-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 22px;
  margin-bottom: 10px;
}
.np-rating-stars {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  color: #d5d5d5;
}
.np-rating-stars-base {
  display: block;
}
.np-rating-stars-fill {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ff684f;
}
.np-rating-count {
  font-size: 12px;
  color: #8a918b;
}
.np-product-info-v21 .np-price {
  font-size: 21px;
  font-weight: 550;
  color: #5ca65e;
  margin: 0 0 18px;
}
.np-product-info-v21 .np-price del {
  color: #9a9a9a;
  font-weight: 400;
  margin-right: 7px;
}
.np-product-info-v21 .np-price ins {
  text-decoration: none;
  color: #5ca65e;
}
.np-product-info-v21 .np-btn {
  width: min(230px, 100%);
  height: 46px;
  border-radius: 7px !important;
}
.np-slider-arrow span {
  display: block;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-1px);
}
.np-slider-arrow:hover {
  background: #5ca65e;
  color: #fff;
  border-color: #5ca65e;
  transform: translateY(-1px);
}
.np-slider-prev {
  left: -8px;
}
.np-slider-next {
  right: -8px;
}
.np-products-v21-more {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.np-products-v21-more .np-btn {
  min-width: 270px;
  height: 46px;
}
.np-lab-proof {
  background: #fff;
  padding: 86px 0 96px !important;
}
@media (max-width: 1180px) {
  .np-product-slider-v21 {
    grid-auto-columns: calc((100% - 28px) / 2);
  }
}
@media (max-width: 1050px) {
  .np-trust-v21 .np-trust-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px 12px;
  }
  .np-slider-arrow {
    display: none;
  }
}
@media (max-width: 720px) {
  .np-trust-v21 .np-container {
    width: 100%;
  }
  .np-trust-v21 .np-trust-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 8px 0;
  }
  .np-trust-v21 .np-trust-grid > div {
    padding: 14px 24px;
  }
  .np-product-slider-v21 {
    grid-auto-columns: 82vw;
    gap: 22px;
  }
  .np-product-visual-v21 img {
    max-width: 225px;
    max-height: 245px;
  }
}
.np-lab-proof {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: #fff;
  padding: 68px 0 72px !important;
  position: relative;
  z-index: 1;
}
.np-lab-proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
  margin-bottom: 54px;
}
.np-lab-image-card {
  min-height: 330px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(90deg, rgba(20, 25, 22, 0.32), rgba(20, 25, 22, 0.08)),
    url("../images/lab-scene-overlay.webp") center/cover no-repeat;
}
.np-lab-image-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
  color: #fff;
}
.np-lab-image-overlay span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.np-lab-image-overlay strong {
  display: block;
  max-width: 470px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.np-lab-green-card {
  border-radius: 18px;
  padding: 46px 48px;
  background: #2d726a;
  color: #fff;
}
.np-lab-green-card .np-eyebrow {
  color: #dcefe7;
  margin-bottom: 16px;
}
.np-lab-green-card h2 {
  color: #fff !important;
  font-size: clamp(28px, 2.8vw, 38px) !important;
  margin: 0 0 24px;
}
.np-lab-green-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}
.np-lab-green-card li {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  line-height: 1.52;
}
.np-lab-green-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 21px;
  height: 21px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
}
.np-lab-method {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: center;
  position: relative;
}
.np-lab-method::before {
  content: "";
  position: absolute;
  left: 49%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #d8d8d8;
}
.np-lab-method-left {
  text-align: center;
  padding-right: 30px;
}
.np-lab-method-left h2 {
  font-size: clamp(28px, 3vw, 40px) !important;
  line-height: 1.13 !important;
  margin: 0 0 22px;
}
.np-lab-method-left p {
  margin: 0 auto;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.72;
  color: #333a35;
}
.np-lab-steps {
  display: grid;
  gap: 26px;
  padding-left: 30px;
}
.np-lab-steps article {
  max-width: 560px;
}
.np-lab-steps span {
  display: block;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  color: #ef7f1a;
  margin-bottom: 8px;
}
.np-lab-steps h3 {
  margin: 0 0 8px;
  font-size: 20px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
}
.np-lab-steps p {
  margin: 0;
  font-size: 15px;
  line-height: 1.56;
  color: #202521;
}
@media (max-width: 1050px) {
  .np-lab-proof-grid,
  .np-lab-method {
    grid-template-columns: 1fr;
  }
  .np-lab-method::before {
    display: none;
  }
  .np-lab-method-left {
    padding-right: 0;
  }
  .np-lab-steps {
    padding-left: 0;
  }
}
@media (max-width: 720px) {
  .np-lab-proof {
    padding: 64px 0 72px !important;
  }
  .np-lab-image-card {
    min-height: 260px;
  }
  .np-lab-green-card {
    padding: 34px 28px;
  }
  .np-lab-method-left {
    text-align: left;
  }
  .np-lab-steps {
    gap: 28px;
  }
}
.np-product-slider-dots {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 14px 0 4px;
}
.np-slider-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: #cfd5cf;
  padding: 0;
  cursor: pointer;
  transition: all 0.18s ease;
}
.np-slider-dot.is-active {
  width: 22px;
  background: #5ca65e;
}
@media (max-width: 1050px) {
  .np-product-slider-dots {
    display: flex;
  }
}
.np-lab-image-card {
  background:
    linear-gradient(
      90deg,
      rgba(18, 24, 22, 0.46) 0%,
      rgba(18, 24, 22, 0.34) 36%,
      rgba(18, 24, 22, 0.22) 100%
    ),
    linear-gradient(0deg, rgba(244, 240, 232, 0.08), rgba(244, 240, 232, 0.08)),
    url("../images/lab-scene-overlay.webp") center center / cover no-repeat !important;
}
.np-lab-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.06) 100%
  );
  pointer-events: none;
}
.np-lab-image-overlay {
  z-index: 2;
}
.np-lab-image-overlay span {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}
.np-lab-image-overlay strong {
  text-shadow: 0 6px 28px rgba(0, 0, 0, 0.24);
}
@media (max-width: 720px) {
  .np-lab-image-card {
    background-position: 60% center !important;
  }
}
.np-needs-editorial {
  background: #f7f5ee;
  padding: 62px 0 66px !important;
}
.np-needs-editorial-wrap {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: 28px;
  align-items: start;
}
.np-needs-editorial-intro {
  position: sticky;
  top: 110px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf6 100%);
  border: 1px solid #e7e1d7;
  border-radius: 24px;
  padding: 30px 28px;
  box-shadow: 0 18px 44px rgba(24, 39, 27, 0.045);
}
.np-needs-editorial-intro h2 {
  margin: 10px 0 14px;
  font-size: clamp(26px, 2.6vw, 36px) !important;
  line-height: 1.14 !important;
  letter-spacing: -0.012em !important;
}
.np-needs-editorial-intro p {
  margin: 0;
  color: #68716c;
  font-size: 16px;
  line-height: 1.7;
}
.np-needs-editorial-note {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #ece5d9;
  display: grid;
  gap: 6px;
}
.np-needs-editorial-note strong {
  color: #202521;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.np-needs-editorial-note span {
  color: #6b746e;
  font-size: 14px;
  line-height: 1.55;
}
.np-needs-editorial-list {
  display: grid;
  gap: 12px;
}
.np-need-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 112px;
  padding: 20px 22px;
  background: #fff;
  border: 1px solid #e7e1d7;
  border-radius: 20px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 12px 34px rgba(24, 39, 27, 0.03);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}
.np-need-row:hover {
  transform: translateY(-2px);
  border-color: #cfe4c6;
  box-shadow: 0 18px 42px rgba(24, 39, 27, 0.055);
  background: #fffefa;
}
.np-need-row-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7fbf3 0%, #eef7ea 100%);
  border: 1px solid rgba(115, 179, 79, 0.25);
  color: #5aa252;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}
.np-need-row-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.np-need-row-copy strong {
  display: block;
  margin: 0 0 6px;
  color: #1f2521;
  font-size: 20px;
  line-height: 1.15;
}
.np-need-row-copy em {
  display: block;
  color: #68716c;
  font-style: normal;
  font-size: 14.5px;
  line-height: 1.58;
}
.np-need-row-meta {
  justify-self: end;
  white-space: nowrap;
  padding: 9px 12px;
  border-radius: 999px;
  background: #f8f6f1;
  border: 1px solid #ebe4d8;
  color: #427b46;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.01em;
}
@media (max-width: 1160px) {
  .np-needs-editorial-wrap {
    grid-template-columns: 1fr;
  }
  .np-needs-editorial-intro {
    position: relative;
    top: auto;
  }
}
@media (max-width: 760px) {
  .np-needs-editorial {
    padding: 58px 0 62px !important;
  }
  .np-need-row {
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 18px 16px;
  }
  .np-need-row-meta {
    grid-column: 2;
    justify-self: start;
    margin-top: 2px;
  }
  .np-need-row-copy strong {
    font-size: 18px;
  }
}
.np-reviews-premium {
  background: #f6f6f4;
  padding: 66px 0 74px !important;
  border-top: 1px solid #ece8df;
  border-bottom: 1px solid #ece8df;
}
.np-reviews-premium .np-section-head {
  margin-bottom: 30px !important;
}
.np-reviews-premium .np-section-head h2 {
  font-size: clamp(26px, 2.5vw, 36px) !important;
  line-height: 1.14 !important;
}
.np-reviews-premium .np-section-head p {
  max-width: 720px;
  color: #677069;
}
.np-quote-mark {
  width: 46px;
  height: 46px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e3ded2;
  color: #5ca65e;
  font-size: 46px;
  line-height: 1;
  font-weight: 550;
  box-shadow: 0 10px 26px rgba(20, 45, 30, 0.045);
}
.np-reviews-slider-shell {
  position: relative;
}
.np-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.np-review-card {
  position: relative;
  background: #fff;
  border: 1px solid #e4dfd4;
  border-radius: 22px;
  padding: 26px 26px 28px;
  min-height: 250px;
  box-shadow: 0 18px 44px rgba(20, 45, 30, 0.055);
}
.np-review-card::before {
  content: "";
  position: absolute;
  left: 28px;
  bottom: -10px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-right: 1px solid #e4dfd4;
  border-bottom: 1px solid #e4dfd4;
  transform: rotate(45deg);
}
.np-review-card-top {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px;
}
.np-review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f5fbf1;
  border: 1px solid rgba(115, 179, 79, 0.3);
  color: #3f8644;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0.04em;
}
.np-review-card-top strong {
  display: block;
  color: #202521;
  font-size: 16px;
  line-height: 1.2;
}
.np-review-card-top a {
  display: inline-block;
  margin-top: 4px;
  color: #5ca65e;
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 750;
}
.np-review-stars {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  color: #d5d5d5;
}
.np-review-stars-base {
  display: block;
}
.np-review-stars-fill {
  position: absolute;
  inset: 0 auto auto 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ff684f;
}
.np-review-card p {
  margin: 0;
  color: #4f5a53;
  font-size: 15.5px;
  line-height: 1.68;
}
.np-review-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(92, 166, 94, 0.28);
  background: #fff;
  color: #5ca65e;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(20, 45, 30, 0.1);
  transition: all 0.18s ease;
}
.np-review-arrow span {
  display: block;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-1px);
}
.np-review-arrow:hover {
  background: #5ca65e;
  color: #fff;
  border-color: #5ca65e;
}
.np-review-prev {
  left: -12px;
}
.np-review-next {
  right: -12px;
}
.np-review-dots {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}
.np-review-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: #cfd5cf;
  padding: 0;
  cursor: pointer;
  transition: all 0.18s ease;
}
.np-review-dot.is-active {
  width: 22px;
  background: #5ca65e;
}
@media (max-width: 1180px) {
  .np-reviews-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 22px) / 2);
    grid-template-columns: none;
    gap: 22px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 4px 4px 18px;
    scrollbar-width: none;
  }
  .np-reviews-grid::-webkit-scrollbar {
    display: none;
  }
  .np-review-card {
    scroll-snap-align: start;
  }
  .np-review-dots {
    display: flex;
  }
}
@media (max-width: 720px) {
  .np-reviews-premium {
    padding: 64px 0 72px !important;
  }
  .np-reviews-grid {
    grid-auto-columns: 86vw;
  }
  .np-review-arrow {
    display: none;
  }
  .np-review-card {
    min-height: auto;
  }
}
.np-reviews-premium .np-reviews-grid {
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: calc((100% - 44px) / 3) !important;
  grid-template-columns: none !important;
  gap: 22px !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  padding: 4px 4px 28px !important;
  scrollbar-width: none !important;
}
.np-reviews-premium .np-reviews-grid::-webkit-scrollbar {
  display: none !important;
}
.np-reviews-premium .np-review-card {
  scroll-snap-align: start !important;
  min-height: 260px;
}
.np-reviews-premium .np-review-dots {
  display: flex !important;
}
.np-reviews-premium .np-review-arrow {
  top: 50%;
}
@media (max-width: 1180px) {
  .np-reviews-premium .np-reviews-grid {
    grid-auto-columns: calc((100% - 22px) / 2) !important;
  }
}
@media (max-width: 720px) {
  .np-reviews-premium .np-reviews-grid {
    grid-auto-columns: 86vw !important;
  }
  .np-reviews-premium .np-review-arrow {
    display: none !important;
  }
}
.np-reviews-premium .np-section-head p {
  display: none !important;
}
.np-reviews-premium .np-eyebrow {
  display: none !important;
}
.np-reviews-premium .np-section-head h2 {
  text-transform: uppercase;
  letter-spacing: 0.02em !important;
}
.np-review-card-general {
  display: flex;
  flex-direction: column;
}
.np-review-card-general .np-review-stars {
  margin-bottom: 18px;
}
.np-review-card-general p {
  flex: 1;
}
.np-review-author {
  display: block;
  margin-top: 22px;
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 550;
}
.np-review-card-general .np-review-card-top,
.np-review-card-general .np-review-avatar {
  display: none !important;
}
.np-blog-slider-section {
  background: #fff;
  padding: 66px 0 74px !important;
}
.np-blog-slider-section .np-section-head {
  margin-bottom: 30px !important;
}
.np-blog-slider-section .np-section-head h2 {
  font-size: clamp(26px, 2.5vw, 36px) !important;
  line-height: 1.14 !important;
}
.np-blog-slider-section .np-section-head p {
  max-width: 760px;
  color: #677069;
}
.np-blog-slider-shell {
  position: relative;
}
.np-blog-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 3);
  grid-template-columns: none !important;
  gap: 24px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 6px 6px 28px;
  scrollbar-width: none;
}
.np-blog-slider::-webkit-scrollbar {
  display: none;
}
.np-blog-card {
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #e4dfd4;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(20, 45, 30, 0.055);
}
.np-blog-card-image {
  display: block;
  height: 210px;
  overflow: hidden;
  background: #f7f5ee;
}
.np-blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.np-blog-card:hover .np-blog-card-image img {
  transform: scale(1.04);
}
.np-blog-card-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f7f5ee, #eef7ea);
}
.np-blog-card-body {
  padding: 24px 24px 26px;
}
.np-blog-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 16px;
}
.np-blog-cats a {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #f5fbf1;
  border: 1px solid rgba(115, 179, 79, 0.24);
  color: #3f8644 !important;
  text-decoration: none !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 550 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  font-family: inherit !important;
}
.np-blog-card h3 {
  margin: 0 0 14px;
  font-size: 21px !important;
  line-height: 1.18 !important;
}
.np-blog-card h3 a {
  color: #202521;
  text-decoration: none;
}
.np-blog-card p {
  margin: 0 0 20px;
  color: #5f6861;
  font-size: 15px;
  line-height: 1.62;
}
.np-blog-read {
  color: #2e7a45;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
}
.np-blog-read::after {
  content: " →";
}
.np-blog-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(92, 166, 94, 0.28);
  background: #fff;
  color: #5ca65e;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(20, 45, 30, 0.1);
  transition: all 0.18s ease;
}
.np-blog-arrow span {
  display: block;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-1px);
}
.np-blog-arrow:hover {
  background: #5ca65e;
  color: #fff;
  border-color: #5ca65e;
}
.np-blog-prev {
  left: -12px;
}
.np-blog-next {
  right: -12px;
}
.np-blog-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}
.np-blog-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: #cfd5cf;
  padding: 0;
  cursor: pointer;
  transition: all 0.18s ease;
}
.np-blog-dot.is-active {
  width: 22px;
  background: #5ca65e;
}
@media (max-width: 1180px) {
  .np-blog-slider {
    grid-auto-columns: calc((100% - 24px) / 2);
  }
}
@media (max-width: 720px) {
  .np-blog-slider-section {
    padding: 64px 0 72px !important;
  }
  .np-blog-slider {
    grid-auto-columns: 86vw;
  }
  .np-blog-arrow {
    display: none;
  }
  .np-blog-card-image {
    height: 190px;
  }
}
.np-faq-premium {
  background: #fff;
  padding: 68px 0 76px !important;
  border-top: 1px solid #ece8df;
}
.np-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 52px;
  align-items: start;
}
.np-faq-intro {
  position: sticky;
  top: 110px;
}
.np-faq-intro h2 {
  margin: 10px 0 18px;
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.012em !important;
  color: #111815 !important;
}
.np-faq-intro p {
  margin: 0;
  max-width: 440px;
  color: #667069;
  font-size: 16px;
  line-height: 1.72;
}
.np-faq-columns {
  columns: 2 340px;
  column-gap: 50px;
}
.np-faq-item {
  break-inside: avoid;
  border-bottom: 1px solid #d8d2c8;
  margin: 0 0 4px;
  padding: 0;
}
.np-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 22px;
  gap: 18px;
  align-items: center;
  padding: 20px 0;
  color: #111815;
  font-size: 18px;
  line-height: 1.32;
  font-weight: 760;
}
.np-faq-item summary::-webkit-details-marker {
  display: none;
}
.np-faq-item summary svg {
  width: 20px;
  height: 20px;
  stroke: #2e7a45;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.18s ease;
}
.np-faq-item[open] summary svg {
  transform: rotate(180deg);
}
.np-faq-answer {
  padding: 0 36px 22px 0;
}
.np-faq-answer p {
  margin: 0;
  color: #5f6861;
  font-size: 15px;
  line-height: 1.72;
}
@media (max-width: 1050px) {
  .np-faq-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .np-faq-intro {
    position: relative;
    top: auto;
  }
  .np-faq-intro p {
    max-width: 760px;
  }
}
@media (max-width: 720px) {
  .np-faq-premium {
    padding: 64px 0 74px !important;
  }
  .np-faq-columns {
    columns: 1;
  }
  .np-faq-item summary {
    font-size: 16px;
    padding: 18px 0;
  }
  .np-faq-answer {
    padding-right: 0;
  }
}
.np-faq-item .np-faq-answer {
  display: none;
}
.np-faq-item[open] .np-faq-answer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}
.np-hero-v21 {
  display: block;
  background: #fff !important;
  border-bottom: 0 !important;
  overflow: visible !important;
}
.np-hero-v21 .np-hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  gap: 38px;
  align-items: center;
  min-height: 460px;
  padding-top: 44px;
  padding-bottom: 44px;
}
.np-hero-v21 .np-hero-copy {
  display: block;
  position: relative;
  z-index: 2;
  max-width: 650px;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.np-hero-v21 .np-eyebrow {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #2e7a45;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.np-hero-v21 h1 {
  display: block;
  margin: 0 0 18px !important;
  max-width: 720px;
  color: #171b18 !important;
  font-family: var(--np-sans), Arial, Helvetica, sans-serif !important;
  font-size: clamp(34px, 4vw, 54px) !important;
  line-height: 1.06 !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
}
.np-hero-v21 .np-lead {
  display: block;
  margin: 0 0 15px !important;
  max-width: 650px;
  color: #4f5a53;
  font-size: 17px;
  line-height: 1.65;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
}
.np-hero-v21 .np-hero-secondary {
  max-width: 620px;
  margin: 0;
  color: #68716b;
  font-size: 15px;
  line-height: 1.68;
}
.np-hero-v21 .np-hero-actions {
  margin-top: 26px !important;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.np-hero-v21 .np-btn {
  min-width: 220px;
  min-height: 48px;
  border-radius: 8px !important;
}
.np-hero-v21 .np-hero-image-panel {
  display: block;
  position: relative;
  min-height: 420px;
  background: #f7f4ed;
  overflow: hidden;
  border: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.np-hero-v21 .np-hero-image {
  display: block;
  position: relative;
  width: 100%;
  height: 420px;
  min-height: 420px;
  background: none !important;
  overflow: hidden;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.np-hero-v21 .np-hero-image::before,
.np-hero-v21 .np-hero-image::after,
.np-hero-v21 .np-hero-image-panel::before,
.np-hero-v21 .np-hero-image-panel::after {
  display: none !important;
  content: none !important;
}
.np-hero-v21 img.np-lcp-image {
  display: block;
  position: relative;
  width: 100%;
  height: 420px;
  min-height: 420px;
  object-fit: cover;
  object-position: 58% 62%;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
  filter: none !important;
}
@media (max-width: 1050px) {
  .np-hero-v21 .np-hero-split {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .np-hero-v21 .np-hero-image-panel {
    order: -1;
  }
  .np-hero-v21 .np-hero-copy {
    order: 1;
  }
  .np-hero-v21 .np-hero-image-panel,
  .np-hero-v21 .np-hero-image,
  .np-hero-v21 img.np-lcp-image {
    height: 340px;
    min-height: 340px;
  }
}
@media (max-width: 720px) {
  .np-hero-v21 .np-hero-split {
    padding-top: 28px;
    padding-bottom: 32px;
    gap: 24px;
  }
  .np-hero-v21 h1 {
    font-size: 34px !important;
  }
  .np-hero-v21 .np-lead {
    font-size: 15px;
  }
  .np-hero-v21 .np-btn {
    width: 100%;
  }
  .np-hero-v21 .np-hero-image-panel,
  .np-hero-v21 .np-hero-image,
  .np-hero-v21 img.np-lcp-image {
    height: 260px;
    min-height: 260px;
  }
}

/* =========================================================
   v224 - LCP STABLE HOME
   Objectif : conserver la home complète, mais supprimer les mécaniques
   de carrousels/scroll horizontal qui provoquent le NO_LCP Lighthouse.
   Les sections produits, avis et blog deviennent des grilles statiques.
   ========================================================= */
body.home .np-products-slider-shell,
body.page-template-page-home-premium .np-products-slider-shell,
body.home .np-reviews-slider-shell,
body.page-template-page-home-premium .np-reviews-slider-shell,
body.home .np-blog-slider-shell,
body.page-template-page-home-premium .np-blog-slider-shell {
  position: relative !important;
  overflow: visible !important;
}

body.home .np-slider-arrow,
body.page-template-page-home-premium .np-slider-arrow,
body.home .np-review-arrow,
body.page-template-page-home-premium .np-review-arrow,
body.home .np-blog-arrow,
body.page-template-page-home-premium .np-blog-arrow,
body.home .np-product-slider-dots,
body.page-template-page-home-premium .np-product-slider-dots,
body.home .np-review-dots,
body.page-template-page-home-premium .np-review-dots,
body.home .np-blog-dots,
body.page-template-page-home-premium .np-blog-dots {
  display: none !important;
}

body.home .np-product-slider-v21,
body.page-template-page-home-premium .np-product-slider-v21 {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  grid-auto-columns: initial !important;
  gap: 22px !important;
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  scroll-snap-type: none !important;
  scroll-behavior: auto !important;
  padding: 0 !important;
  scrollbar-width: auto !important;
}

body.home .np-product-slide-v21,
body.page-template-page-home-premium .np-product-slide-v21,
body.home .np-review-card,
body.page-template-page-home-premium .np-review-card,
body.home .np-blog-card,
body.page-template-page-home-premium .np-blog-card {
  scroll-snap-align: none !important;
  transform: none !important;
  animation: none !important;
}

body.home .np-reviews-premium .np-reviews-grid,
body.page-template-page-home-premium .np-reviews-premium .np-reviews-grid,
body.home .np-reviews-grid,
body.page-template-page-home-premium .np-reviews-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  grid-auto-columns: initial !important;
  gap: 22px !important;
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  scroll-snap-type: none !important;
  scroll-behavior: auto !important;
  padding: 0 !important;
}

body.home .np-blog-slider,
body.page-template-page-home-premium .np-blog-slider {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  grid-auto-columns: initial !important;
  gap: 24px !important;
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  scroll-snap-type: none !important;
  scroll-behavior: auto !important;
  padding: 0 !important;
}

@media (max-width: 1180px) {
  body.home .np-product-slider-v21,
  body.page-template-page-home-premium .np-product-slider-v21,
  body.home .np-reviews-premium .np-reviews-grid,
  body.page-template-page-home-premium .np-reviews-premium .np-reviews-grid,
  body.home .np-reviews-grid,
  body.page-template-page-home-premium .np-reviews-grid,
  body.home .np-blog-slider,
  body.page-template-page-home-premium .np-blog-slider {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  body.home .np-product-slider-v21,
  body.page-template-page-home-premium .np-product-slider-v21,
  body.home .np-reviews-premium .np-reviews-grid,
  body.page-template-page-home-premium .np-reviews-premium .np-reviews-grid,
  body.home .np-reviews-grid,
  body.page-template-page-home-premium .np-reviews-grid,
  body.home .np-blog-slider,
  body.page-template-page-home-premium .np-blog-slider {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   v225 - SLIDER PRODUITS STABLE
   On garde la correction LCP v224 pour avis/blog en grilles statiques,
   mais on remet la section produits en carousel horizontal propre :
   - pas de scroll-snap
   - pas d'auto-slide
   - pas de transform au chargement
   - JS uniquement après load/idle pour flèches + dots
   ========================================================= */
body.home .np-products-slider-shell,
body.page-template-page-home-premium .np-products-slider-shell {
  position: relative !important;
  overflow: visible !important;
  isolation: isolate;
}

body.home .np-product-slider-v21,
body.page-template-page-home-premium .np-product-slider-v21 {
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: calc((100% - 66px) / 4) !important;
  grid-template-columns: none !important;
  gap: 22px !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  scroll-snap-type: none !important;
  scroll-behavior: smooth !important;
  overscroll-behavior-x: contain;
  padding: 6px 6px 30px !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch;
}

body.home .np-product-slider-v21::-webkit-scrollbar,
body.page-template-page-home-premium .np-product-slider-v21::-webkit-scrollbar {
  display: none !important;
}

body.home .np-product-slide-v21,
body.page-template-page-home-premium .np-product-slide-v21 {
  scroll-snap-align: none !important;
  transform: none !important;
  animation: none !important;
  min-width: 0 !important;
}

body.home .np-slider-arrow,
body.page-template-page-home-premium .np-slider-arrow {
  display: grid !important;
  align-items: center !important;
  justify-content: center !important;
}

body.home .np-product-slider-dots,
body.page-template-page-home-premium .np-product-slider-dots {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 6px !important;
}

body.home .np-slider-dot,
body.page-template-page-home-premium .np-slider-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: #cfd8cf;
  padding: 0;
  cursor: pointer;
  transition:
    width 0.18s ease,
    background-color 0.18s ease;
}

body.home .np-slider-dot.is-active,
body.page-template-page-home-premium .np-slider-dot.is-active {
  width: 22px;
  background: #5ca65e;
}

@media (max-width: 1180px) {
  body.home .np-product-slider-v21,
  body.page-template-page-home-premium .np-product-slider-v21 {
    grid-auto-columns: calc((100% - 22px) / 2) !important;
  }
}

@media (max-width: 720px) {
  body.home .np-product-slider-v21,
  body.page-template-page-home-premium .np-product-slider-v21 {
    grid-auto-columns: 86vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.home .np-slider-arrow,
  body.page-template-page-home-premium .np-slider-arrow {
    display: none !important;
  }
}

/* =========================================================
   v227 - SLIDERS AVIS + ARTICLES STABLES
   On garde le slider produits v225 et on réactive les deux autres
   sections demandées sans auto-slide, sans scroll-snap, sans transform.
   Objectif : 3 cartes visibles sur desktop, 2 tablette, 1 mobile.
   ========================================================= */
body.home .np-reviews-slider-shell,
body.page-template-page-home-premium .np-reviews-slider-shell,
body.home .np-blog-slider-shell,
body.page-template-page-home-premium .np-blog-slider-shell {
  position: relative !important;
  overflow: visible !important;
  isolation: isolate;
}

body.home .np-reviews-premium .np-reviews-grid,
body.page-template-page-home-premium .np-reviews-premium .np-reviews-grid,
body.home .np-reviews-grid,
body.page-template-page-home-premium .np-reviews-grid,
body.home .np-blog-slider,
body.page-template-page-home-premium .np-blog-slider {
  display: grid !important;
  grid-auto-flow: column !important;
  grid-template-columns: none !important;
  grid-auto-columns: calc((100% - 44px) / 3) !important;
  gap: 22px !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  scroll-snap-type: none !important;
  scroll-behavior: smooth !important;
  overscroll-behavior-x: contain;
  padding: 6px 6px 30px !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch;
}

body.home .np-blog-slider,
body.page-template-page-home-premium .np-blog-slider {
  gap: 24px !important;
  grid-auto-columns: calc((100% - 48px) / 3) !important;
}

body.home .np-reviews-grid::-webkit-scrollbar,
body.page-template-page-home-premium .np-reviews-grid::-webkit-scrollbar,
body.home .np-blog-slider::-webkit-scrollbar,
body.page-template-page-home-premium .np-blog-slider::-webkit-scrollbar {
  display: none !important;
}

body.home .np-review-card,
body.page-template-page-home-premium .np-review-card,
body.home .np-blog-card,
body.page-template-page-home-premium .np-blog-card {
  scroll-snap-align: none !important;
  transform: none !important;
  animation: none !important;
  min-width: 0 !important;
}

body.home .np-review-arrow,
body.page-template-page-home-premium .np-review-arrow,
body.home .np-blog-arrow,
body.page-template-page-home-premium .np-blog-arrow {
  display: grid !important;
  align-items: center !important;
  justify-content: center !important;
}

body.home .np-review-dots,
body.page-template-page-home-premium .np-review-dots,
body.home .np-blog-dots,
body.page-template-page-home-premium .np-blog-dots {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 6px !important;
}

body.home .np-review-dot,
body.page-template-page-home-premium .np-review-dot,
body.home .np-blog-dot,
body.page-template-page-home-premium .np-blog-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: #cfd8cf;
  padding: 0;
  cursor: pointer;
  transition:
    width 0.18s ease,
    background-color 0.18s ease;
}

body.home .np-review-dot.is-active,
body.page-template-page-home-premium .np-review-dot.is-active,
body.home .np-blog-dot.is-active,
body.page-template-page-home-premium .np-blog-dot.is-active {
  width: 22px;
  background: #5ca65e;
}

@media (max-width: 1180px) {
  body.home .np-reviews-premium .np-reviews-grid,
  body.page-template-page-home-premium .np-reviews-premium .np-reviews-grid,
  body.home .np-reviews-grid,
  body.page-template-page-home-premium .np-reviews-grid,
  body.home .np-blog-slider,
  body.page-template-page-home-premium .np-blog-slider {
    grid-auto-columns: calc((100% - 22px) / 2) !important;
  }
}

@media (max-width: 720px) {
  body.home .np-reviews-premium .np-reviews-grid,
  body.page-template-page-home-premium .np-reviews-premium .np-reviews-grid,
  body.home .np-reviews-grid,
  body.page-template-page-home-premium .np-reviews-grid,
  body.home .np-blog-slider,
  body.page-template-page-home-premium .np-blog-slider {
    grid-auto-columns: 86vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.home .np-review-arrow,
  body.page-template-page-home-premium .np-review-arrow,
  body.home .np-blog-arrow,
  body.page-template-page-home-premium .np-blog-arrow {
    display: none !important;
  }
}
