:root {
  --nhx-green: #043b2a;
  --nhx-green-2: #0d5c42;
  --nhx-orange: #ff7900;
  --nhx-bg: #f4f6fb;
  --nhx-soft: #eaf2ff;
  --nhx-border: #cfd8d2;
  --nhx-text: #071b16;
  --nhx-muted: #63756e;
  --nhx-shadow: 0 16px 40px rgba(4,59,42,.12);
  --nhx-max: 1480px;
}

.whb-header,
.site-header,
.main-header,
.footer-container,
.wd-prefooter,
.copyrights-wrapper {
  display: none !important;
}

body {
  background: #fff;
}

.nhx-header,
.nhx-home,
.nhx-page,
.nhx-prefooter,
.nhx-footer,
.nhx-drawer {
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.nhx-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 6px 20px rgba(4,59,42,.10);
}

.nhx-desktop {
  width: min(var(--nhx-max), calc(100% - 64px));
  min-height: 88px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 240px 1fr minmax(260px, 360px) auto;
  align-items: center;
  gap: 28px;
}

.nhx-logo {
  color: var(--nhx-green) !important;
  font-size: 32px;
  font-weight: 950;
  line-height: .95;
  text-decoration: none !important;
  letter-spacing: -.04em;
}

.nhx-logo span,
.nhx-footer-logo span {
  color: var(--nhx-orange);
}

.nhx-logo small {
  display: block;
  margin-top: 8px;
  color: #e0aa7a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.nhx-nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  align-items: center;
}

.nhx-nav a {
  color: #2a332f !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.nhx-nav .nhx-sale,
.nhx-sale {
  color: #c41c1c !important;
}

.nhx-search {
  height: 48px;
  display: grid;
  grid-template-columns: 1fr 48px;
  background: #eef3ff;
  border-radius: 999px;
  overflow: hidden;
}

.nhx-search input,
.nhx-drawer-search input {
  border: 0 !important;
  background: transparent !important;
  padding: 0 18px !important;
  font-size: 15px;
  box-shadow: none !important;
}

.nhx-search button,
.nhx-drawer-search button {
  border: 0;
  background: transparent;
  color: var(--nhx-green);
  font-size: 28px;
}

.nhx-icons {
  display: flex;
  gap: 14px;
  align-items: center;
}

.nhx-icons a,
.nhx-mobile-actions a,
.nhx-mobile-actions button {
  color: var(--nhx-green) !important;
  border: 0;
  background: #fff;
  font-size: 28px;
  text-decoration: none !important;
  font-weight: 900;
}

.nhx-trustbar {
  min-height: 42px;
  background: var(--nhx-green);
  color: #d9eee6;
  display: flex;
  justify-content: center;
  gap: clamp(20px, 5vw, 82px);
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 950;
}

.nhx-mobile {
  display: none;
}

.nhx-hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4,59,42,.94), rgba(4,59,42,.68), rgba(4,59,42,.14)),
    var(--nhx-hero) center/cover no-repeat;
}

.nhx-hero-inner {
  width: min(var(--nhx-max), calc(100% - 64px));
  margin: 0 auto;
  color: #fff;
}

.nhx-kicker {
  margin: 0 0 18px;
  color: var(--nhx-orange);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.nhx-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 5.4vw, 86px);
  line-height: 1.03;
  font-weight: 950;
  letter-spacing: -.05em;
}

.nhx-hero h1 span {
  color: var(--nhx-orange);
}

.nhx-hero p:not(.nhx-kicker) {
  max-width: 760px;
  margin: 28px 0 36px;
  color: rgba(255,255,255,.88);
  font-size: 23px;
  line-height: 1.55;
  font-weight: 650;
}

.nhx-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.nhx-btn,
.nhx-all {
  display: inline-flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  padding: 16px 34px;
  border-radius: 5px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: .04em;
}

.nhx-primary {
  background: var(--nhx-orange);
  color: #fff !important;
}

.nhx-outline-white {
  border: 2px solid #fff;
  color: #fff !important;
}

.nhx-all {
  border: 2px solid var(--nhx-green);
  color: var(--nhx-green) !important;
  background: transparent;
  min-width: 200px;
}

.nhx-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 58px;
  line-height: 1;
}

.nhx-arrow-left { left: 38px; }
.nhx-arrow-right { right: 38px; }

.nhx-service-row {
  min-height: 150px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-bottom: 1px solid var(--nhx-border);
  background: #fff;
}

.nhx-service-row div {
  display: grid;
  place-content: center;
  text-align: center;
  padding: 26px;
}

.nhx-service-row b {
  color: var(--nhx-green);
  font-size: 20px;
}

.nhx-service-row span {
  margin-top: 8px;
  color: var(--nhx-muted);
}

.nhx-section,
.nhx-banner-grid,
.nhx-prefooter,
.nhx-footer-grid,
.nhx-footer-bottom {
  width: min(var(--nhx-max), calc(100% - 64px));
  margin-left: auto;
  margin-right: auto;
}

.nhx-section {
  padding: 76px 0;
}

.nhx-categories,
.nhx-products-section,
.nhx-faq-preview {
  background: var(--nhx-bg);
  width: 100%;
  padding-left: max(32px, calc((100vw - var(--nhx-max)) / 2));
  padding-right: max(32px, calc((100vw - var(--nhx-max)) / 2));
}

.nhx-title-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 34px;
}

.nhx-title-row h2,
.nhx-split h2,
.nhx-prefooter h2,
.nhx-page-hero h1 {
  margin: 0;
  color: var(--nhx-green);
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: -.04em;
}

.nhx-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.nhx-cat-card {
  min-height: 256px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 32px;
  border: 1px solid var(--nhx-border);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.96) 60%),
    var(--nhx-cat) center/cover no-repeat;
  box-shadow: var(--nhx-shadow);
  text-decoration: none !important;
}

.nhx-cat-card span {
  color: var(--nhx-green);
  font-size: 30px;
  font-weight: 950;
  line-height: 1.1;
}

.nhx-cat-card small {
  margin-top: 10px;
  color: var(--nhx-muted);
  font-size: 17px;
}

.nhx-products-section .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 28px !important;
}

.woocommerce ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  border: 1px solid var(--nhx-border) !important;
  background: #fff !important;
  box-shadow: var(--nhx-shadow);
  padding: 0 0 30px !important;
}

.woocommerce ul.products li.product img {
  width: 100% !important;
  aspect-ratio: 1.22 / 1;
  object-fit: contain;
  background: #fff;
  padding: 18px;
  margin: 0 0 22px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 64px;
  color: var(--nhx-text) !important;
  font-size: 22px !important;
  line-height: 1.22 !important;
  font-weight: 950 !important;
  padding: 0 28px !important;
}

.woocommerce ul.products li.product .price {
  display: block;
  padding: 18px 28px 0;
  color: var(--nhx-orange) !important;
  font-size: 29px !important;
  font-weight: 950 !important;
}

.woocommerce ul.products li.product .button {
  margin: 22px 28px 0 !important;
  width: calc(100% - 56px);
  min-height: 62px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: var(--nhx-orange) !important;
  color: #fff !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  text-transform: uppercase;
}

.woocommerce ul.products li.product::after {
  content: "LIVRAISON  Suivie\aPAIEMENT  Virement";
  white-space: pre;
  display: block;
  margin: 12px 28px 0;
  padding: 12px 14px;
  border: 1px solid var(--nhx-border);
  color: var(--nhx-text);
  font-size: 13px;
  line-height: 2;
  font-weight: 850;
}

.nhx-banner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  padding: 74px 0;
}

.nhx-promo {
  min-height: 330px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background:
    linear-gradient(180deg, rgba(4,59,42,.12), rgba(4,59,42,.88)),
    var(--nhx-promo) center/cover no-repeat;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 8px;
  overflow: hidden;
}

.nhx-promo span {
  color: var(--nhx-orange);
  text-transform: uppercase;
  font-weight: 950;
  letter-spacing: .12em;
}

.nhx-promo b {
  max-width: 520px;
  margin-top: 12px;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 950;
}

.nhx-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}

.nhx-split-media {
  min-height: 520px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(4,59,42,.05), rgba(4,59,42,.22)),
    var(--nhx-media) center/cover no-repeat;
  box-shadow: var(--nhx-shadow);
}

.nhx-split-content p:not(.nhx-kicker),
.nhx-prefooter p {
  color: var(--nhx-muted);
  font-size: 19px;
  line-height: 1.65;
}

.nhx-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 26px 0;
}

.nhx-mini-grid span {
  padding: 15px 16px;
  border: 1px solid var(--nhx-border);
  color: var(--nhx-green);
  font-weight: 900;
  background: #fff;
}

.nhx-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.nhx-faq-grid details {
  border: 1px solid var(--nhx-border);
  background: #fff;
  border-radius: 8px;
  padding: 24px 26px;
  box-shadow: 0 8px 24px rgba(4,59,42,.08);
}

.nhx-faq-grid summary {
  color: var(--nhx-green);
  font-size: 20px;
  font-weight: 950;
  cursor: pointer;
}

.nhx-faq-grid p {
  color: var(--nhx-muted);
  line-height: 1.62;
}

.nhx-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.nhx-review-grid article {
  border: 1px solid var(--nhx-border);
  border-radius: 8px;
  padding: 26px;
  background: #fff;
  box-shadow: var(--nhx-shadow);
}

.nhx-stars {
  color: var(--nhx-orange);
  letter-spacing: 2px;
  font-weight: 950;
}

.nhx-review-grid p {
  color: var(--nhx-text);
  line-height: 1.55;
  font-size: 16px;
}

.nhx-review-grid small {
  color: var(--nhx-muted);
  font-weight: 850;
  text-transform: uppercase;
}

.nhx-page-hero {
  min-height: 420px;
  display: flex;
  align-items: center;
  padding: 70px max(32px, calc((100vw - var(--nhx-max)) / 2));
  background:
    linear-gradient(90deg, rgba(4,59,42,.94), rgba(4,59,42,.55)),
    var(--nhx-page-img) center/cover no-repeat;
}

.nhx-page-hero div {
  max-width: 820px;
}

.nhx-page-hero h1 {
  color: #fff;
}

.nhx-page-hero p:not(.nhx-kicker) {
  color: rgba(255,255,255,.88);
  font-size: 21px;
  line-height: 1.55;
}

.nhx-prefooter {
  margin-top: 0;
  padding: 64px max(32px, calc((100vw - var(--nhx-max)) / 2));
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  background: var(--nhx-green);
  color: #fff;
}

.nhx-prefooter h2 {
  color: #fff;
}

.nhx-prefooter p {
  color: rgba(255,255,255,.78);
  max-width: 760px;
}

.nhx-footer {
  background: #032f22;
  color: #d4e5de;
  padding: 58px 0 28px;
}

.nhx-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 46px;
}

.nhx-footer-logo {
  color: #fff;
  font-size: 34px;
  font-weight: 950;
}

.nhx-footer h3 {
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.nhx-footer p,
.nhx-footer a {
  color: #d4e5de !important;
  line-height: 1.6;
  text-decoration: none !important;
}

.nhx-footer a {
  display: block;
  margin: 9px 0;
}

.nhx-footer-bottom {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.62);
}

.nhx-drawer {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0,0,0,.52);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}

.nhx-drawer-panel {
  width: min(77vw, 456px);
  height: 100%;
  background: var(--nhx-bg);
  transform: translateX(-100%);
  transition: transform .25s ease;
  overflow-y: auto;
}

.nhx-menu-open .nhx-drawer {
  opacity: 1;
  pointer-events: auto;
}

.nhx-menu-open .nhx-drawer-panel {
  transform: translateX(0);
}

.nhx-drawer-head {
  min-height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 34px;
  background: var(--nhx-green);
}

.nhx-drawer-head .nhx-logo {
  color: #fff !important;
}

.nhx-drawer-close {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 42px;
}

.nhx-drawer-search {
  margin: 36px 34px;
  display: grid;
  grid-template-columns: 1fr 52px;
  border: 1px solid var(--nhx-border);
  border-radius: 8px;
  background: #fff;
  min-height: 64px;
}

.nhx-drawer-nav {
  display: grid;
  gap: 0;
  padding: 0 34px;
}

.nhx-drawer-nav a {
  color: var(--nhx-green) !important;
  text-decoration: none !important;
  padding: 20px 0;
  font-size: 22px;
  font-weight: 950;
}

.nhx-drawer-support {
  margin: 32px 34px;
  padding-top: 28px;
  border-top: 1px solid var(--nhx-border);
}

.nhx-drawer-support strong,
.nhx-drawer-support span {
  display: block;
  color: var(--nhx-muted);
  margin: 12px 0;
}

@media (max-width: 1100px) {
  .nhx-desktop { display: none; }
  .nhx-mobile {
    display: flex;
    min-height: 104px;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    border-bottom: 1px solid var(--nhx-border);
  }
  .nhx-trustbar { display: none; }
  .nhx-mobile-actions {
    display: flex;
    align-items: center;
    gap: 26px;
  }
}

@media (max-width: 767px) {
  .nhx-logo { font-size: 29px; }
  .nhx-logo small { font-size: 11px; }
  .nhx-hero {
    min-height: 620px;
    background:
      linear-gradient(180deg, rgba(4,59,42,.96), rgba(4,59,42,.64)),
      var(--nhx-hero) center/cover no-repeat;
  }
  .nhx-hero-inner,
  .nhx-section,
  .nhx-banner-grid,
  .nhx-footer-grid,
  .nhx-footer-bottom {
    width: calc(100% - 46px);
  }
  .nhx-hero h1 {
    font-size: 48px;
  }
  .nhx-hero p:not(.nhx-kicker) {
    font-size: 19px;
  }
  .nhx-arrow { display: none; }
  .nhx-actions,
  .nhx-title-row,
  .nhx-prefooter {
    display: block;
  }
  .nhx-btn,
  .nhx-all {
    width: 100%;
    margin-top: 12px;
  }
  .nhx-service-row,
  .nhx-cat-grid,
  .nhx-products-section .woocommerce ul.products,
  .nhx-banner-grid,
  .nhx-split,
  .nhx-faq-grid,
  .nhx-review-grid,
  .nhx-footer-grid {
    grid-template-columns: 1fr !important;
  }
  .nhx-service-row {
    min-height: 0;
  }
  .nhx-categories,
  .nhx-products-section,
  .nhx-faq-preview {
    padding-left: 23px;
    padding-right: 23px;
  }
  .nhx-title-row h2,
  .nhx-split h2,
  .nhx-prefooter h2,
  .nhx-page-hero h1 {
    font-size: 43px;
  }
  .nhx-cat-card {
    min-height: 294px;
  }
  .woocommerce ul.products li.product img {
    aspect-ratio: 1.08 / 1;
    padding: 12px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 25px !important;
  }
  .woocommerce ul.products li.product .price {
    font-size: 32px !important;
  }
  .nhx-promo,
  .nhx-split-media {
    min-height: 380px;
  }
  .nhx-drawer-panel {
    width: 77vw;
  }
}
