:root {
  --nlh-ink: #17130f;
  --nlh-brown: #6f5138;
  --nlh-muted: #6f665e;
  --nlh-line: #dfd6ca;
  --nlh-cream: #f7f2ea;
  --nlh-panel: #fffaf2;
  --nlh-gold: #d8aa76;
  --nlh-olive: #59624a;
  --nlh-rust: #9a5b3d;
}

body.nlh-storefront {
  background: var(--nlh-cream);
  color: var(--nlh-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  margin: 0;
  overflow-x: hidden;
}

body.nlh-storefront *,
body.nlh-storefront *::before,
body.nlh-storefront *::after {
  box-sizing: border-box;
}

body.nlh-storefront a {
  color: inherit;
}

body.nlh-storefront .wp-site-blocks > header.wp-block-template-part,
body.nlh-storefront .wp-site-blocks > footer.wp-block-template-part {
  display: none !important;
}

body.nlh-storefront .wp-site-blocks,
body.nlh-storefront main#wp--skip-link--target,
body.nlh-storefront main.wp-block-group,
body.nlh-storefront .entry-content,
body.nlh-storefront .wp-block-post-content {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.nlh-storefront .wp-block-group.alignfull.has-global-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

body.nlh-storefront .entry-content.alignfull,
body.nlh-storefront .wp-block-post-content.alignfull {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}

body.nlh-storefront main#wp--skip-link--target > .wp-block-group,
body.nlh-storefront .entry-content.wp-block-post-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.nlh-storefront.page:not(.woocommerce-page) .wp-block-post-title,
body.nlh-storefront .woocommerce-products-header,
body.nlh-storefront .wp-block-query-title,
body.nlh-storefront .wp-block-woocommerce-product-results-count,
body.nlh-storefront .wp-block-woocommerce-catalog-sorting,
body.nlh-storefront .wp-block-woocommerce-breadcrumbs {
  display: none !important;
}

body.nlh-storefront.single-product .wp-block-woocommerce-product-collection {
  display: none !important;
}

body.nlh-storefront .entry-content > .nlh-hero,
body.nlh-storefront .entry-content > .nlh-service-strip,
body.nlh-storefront .entry-content > .nlh-section,
body.nlh-storefront .entry-content > .nlh-lookbook,
body.nlh-storefront .entry-content > .nlh-help-band,
body.nlh-storefront .entry-content > .nlh-look-section,
body.nlh-storefront .entry-content > .nlh-inspiration,
body.nlh-storefront .entry-content > .nlh-paths-section,
body.nlh-storefront .entry-content > .nlh-risk-section,
body.nlh-storefront .entry-content > .nlh-faq-section,
body.nlh-storefront .entry-content > .nlh-page-hero,
body.nlh-storefront .entry-content > .nlh-editorial,
body.nlh-storefront .entry-content > .nlh-contact-grid,
body.nlh-storefront .nlh-shop-hero {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: none !important;
  width: 100vw !important;
}

.nlh-topbar {
  background: var(--nlh-ink);
  color: #fffaf2;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  padding: 8px 18px;
  text-align: center;
}

.nlh-trustbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  justify-content: center;
}

.nlh-trustbar a {
  color: #fffaf2;
  text-decoration: none;
}

.nlh-trustbar a::before {
  color: var(--nlh-gold);
  content: "+";
  font-weight: 950;
  margin-right: 7px;
}

.nlh-header {
  align-items: center;
  background: rgba(247, 242, 234, 0.96);
  border-bottom: 1px solid var(--nlh-line);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(180px, 1fr) auto minmax(70px, 1fr);
  padding: 18px clamp(18px, 4vw, 58px);
  position: sticky;
  top: 0;
  z-index: 60;
}

.nlh-logo {
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 950;
  text-decoration: none;
}

.nlh-nav {
  align-items: center;
  display: flex;
  gap: 20px;
}

.nlh-nav a,
.nlh-cart-link,
.nlh-menu-button {
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.nlh-mobile-cart {
  display: none;
}

.nlh-cart-link {
  justify-self: end;
}

.nlh-menu-button {
  background: transparent;
  border: 1px solid var(--nlh-line);
  border-radius: 999px;
  display: none;
  padding: 9px 13px;
}

.nlh-hero {
  display: grid;
  grid-template-columns: minmax(320px, 1.08fr) minmax(320px, 0.92fr);
  min-height: clamp(520px, 64vh, 700px);
}

.nlh-hero-media {
  background-image:
    linear-gradient(90deg, rgba(23, 19, 15, 0.08), rgba(23, 19, 15, 0)),
    url("/wp-content/uploads/2026/05/cd168d4b05323fb61c72d331974f3bca.webp");
  background-position: center 58%;
  background-size: cover;
}

.nlh-hero-copy {
  align-content: center;
  background: var(--nlh-panel);
  display: grid;
  gap: 20px;
  min-width: 0;
  padding: clamp(40px, 6vw, 92px);
}

.nlh-kicker {
  color: var(--nlh-rust);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}

.nlh-hero h1,
.nlh-page-hero h1 {
  font-size: clamp(46px, 6vw, 84px);
  line-height: 0.96;
  margin: 0;
}

.nlh-hero p,
.nlh-page-hero p,
.nlh-section p,
.nlh-room-tile small,
.nlh-feature-list span,
.nlh-lookbook p,
.nlh-material-grid p,
.nlh-footer p {
  color: var(--nlh-muted);
  line-height: 1.65;
}

.nlh-hero p,
.nlh-page-hero p {
  font-size: 18px;
  margin: 0;
  max-width: 680px;
  text-wrap: auto;
}

.nlh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.nlh-hero-room-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 4px;
}

.nlh-hero-room-links a {
  background: #efe7dc;
  border: 1px solid var(--nlh-line);
  border-radius: 999px;
  color: var(--nlh-ink);
  font-size: 12px;
  font-weight: 950;
  padding: 9px 12px;
  text-decoration: none;
}

.nlh-hero-room-links a:hover,
.nlh-hero-room-links a:focus-visible {
  background: var(--nlh-ink);
  color: #fffaf2;
}

.button.nlh-button-primary,
.button.nlh-button-secondary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce div.product form.cart .button {
  border-radius: 999px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  min-height: 46px;
  padding: 13px 22px !important;
  text-decoration: none !important;
}

.button.nlh-button-primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce div.product form.cart .button {
  background: var(--nlh-ink) !important;
  border: 1px solid var(--nlh-ink) !important;
  color: #fffaf2 !important;
}

.button.nlh-button-secondary {
  background: transparent !important;
  border: 1px solid var(--nlh-ink) !important;
  color: var(--nlh-ink) !important;
}

.nlh-service-strip {
  background: var(--nlh-ink);
  color: #fffaf2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nlh-service-strip div {
  border-right: 1px solid rgba(255, 250, 242, 0.18);
  display: grid;
  gap: 6px;
  min-height: 110px;
  padding: 26px clamp(18px, 3vw, 34px);
}

.nlh-service-strip span {
  color: #d8ccbc;
  font-size: 14px;
  line-height: 1.45;
}

.nlh-section {
  padding: clamp(54px, 7vw, 94px) clamp(18px, 4vw, 58px);
}

.nlh-section-head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto 30px;
  max-width: 1240px;
}

.nlh-section-head h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  margin: 6px 0 0;
  max-width: 760px;
}

.nlh-section-head a {
  border-bottom: 1px solid currentColor;
  font-weight: 900;
  text-decoration: none;
}

.nlh-room-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1240px;
}

.nlh-room-tile {
  background: var(--nlh-panel);
  border: 1px solid var(--nlh-line);
  display: grid;
  overflow: hidden;
  text-decoration: none;
}

.nlh-room-tile img {
  aspect-ratio: 4 / 5;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.nlh-room-tile span {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 20px;
}

.nlh-room-tile strong {
  font-size: 21px;
  line-height: 1.1;
}

.nlh-paths-section {
  background: #f4ede3;
}

.nlh-path-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1240px;
}

.nlh-path-card {
  background: var(--nlh-panel);
  border: 1px solid var(--nlh-line);
  display: grid;
  overflow: hidden;
  text-decoration: none;
}

.nlh-path-card img {
  aspect-ratio: 5 / 4;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.nlh-path-card span {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 20px;
}

.nlh-path-card strong {
  font-size: 21px;
  line-height: 1.1;
}

.nlh-path-card small {
  color: var(--nlh-muted);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

.nlh-featured {
  background: #efe7dc;
}

.nlh-lookbook {
  background: var(--nlh-ink);
  color: #fffaf2;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 1.05fr);
  padding: clamp(56px, 8vw, 110px) clamp(18px, 4vw, 58px);
}

.nlh-lookbook-copy,
.nlh-lookbook-grid {
  margin: 0 auto;
  max-width: 620px;
}

.nlh-lookbook h2 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  margin: 8px 0 14px;
}

.nlh-lookbook p {
  color: #d8ccbc;
  font-size: 17px;
}

.nlh-lookbook-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nlh-lookbook-grid div {
  background: rgba(255, 250, 242, 0.08);
  border: 1px solid rgba(255, 250, 242, 0.18);
  display: grid;
  gap: 12px;
  min-height: 180px;
  padding: 26px;
}

.nlh-lookbook-grid strong {
  color: var(--nlh-gold);
  font-size: 42px;
}

.nlh-look-section {
  background: var(--nlh-panel);
}

.nlh-look-cards {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1240px;
}

.nlh-look-card {
  background: var(--nlh-ink);
  color: #fffaf2;
  display: grid;
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.nlh-look-card img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.72;
  position: absolute;
  width: 100%;
}

.nlh-look-card > div {
  align-self: end;
  background: linear-gradient(180deg, rgba(23, 19, 15, 0), rgba(23, 19, 15, 0.86));
  display: grid;
  gap: 12px;
  min-height: 290px;
  padding: 140px 24px 24px;
  position: relative;
  z-index: 1;
}

.nlh-look-card h3,
.nlh-inspiration h3 {
  font-size: 24px;
  line-height: 1.06;
  margin: 0;
}

.nlh-look-card p {
  color: #eadfce;
  line-height: 1.55;
  margin: 0;
}

.nlh-look-card nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nlh-look-card nav a {
  background: #fffaf2;
  border-radius: 999px;
  color: var(--nlh-ink);
  font-size: 12px;
  font-weight: 950;
  padding: 9px 12px;
  text-decoration: none;
}

.nlh-inspiration {
  background: #efe7dc;
}

.nlh-inspiration-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1240px;
}

.nlh-inspiration-grid article {
  background: var(--nlh-panel);
  border: 1px solid var(--nlh-line);
  display: grid;
}

.nlh-inspiration-grid img {
  aspect-ratio: 4 / 5;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.nlh-inspiration-grid div {
  display: grid;
  gap: 9px;
  padding: 18px;
}

.nlh-inspiration-grid p {
  color: var(--nlh-muted);
  line-height: 1.5;
  margin: 0;
}

.nlh-risk-section {
  align-items: center;
  background: var(--nlh-ink);
  color: #fffaf2;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
}

.nlh-risk-copy {
  justify-self: end;
  max-width: 610px;
}

.nlh-risk-copy h2 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  margin: 8px 0 14px;
}

.nlh-risk-copy p {
  color: #d8ccbc;
  font-size: 17px;
}

.nlh-risk-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 680px;
}

.nlh-risk-grid div {
  background: rgba(255, 250, 242, 0.07);
  border: 1px solid rgba(255, 250, 242, 0.16);
  display: grid;
  gap: 10px;
  min-height: 190px;
  padding: 24px;
}

.nlh-risk-grid span {
  color: var(--nlh-gold);
  font-size: 22px;
  font-weight: 950;
}

.nlh-risk-grid strong {
  font-size: 19px;
}

.nlh-risk-grid p {
  color: #d8ccbc;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.nlh-material-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1240px;
}

.nlh-material-grid div,
.nlh-feature-list div,
.nlh-fit-card,
.nlh-product-confidence div,
.nlh-manual-contact,
.nlh-contact-form {
  background: var(--nlh-panel);
  border: 1px solid var(--nlh-line);
  display: grid;
  gap: 10px;
  padding: 22px;
}

.nlh-material-grid span {
  background: var(--swatch);
  border-radius: 999px;
  display: block;
  height: 34px;
  width: 34px;
}

.nlh-faq-section {
  background: var(--nlh-panel);
}

.nlh-faq-list {
  display: grid;
  gap: 10px;
  margin: 0 auto;
  max-width: 980px;
}

.nlh-faq-list details {
  background: #fff;
  border: 1px solid var(--nlh-line);
}

.nlh-faq-list summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 950;
  list-style: none;
  padding: 20px 24px;
}

.nlh-faq-list summary::-webkit-details-marker {
  display: none;
}

.nlh-faq-list summary::after {
  content: "+";
  float: right;
  font-weight: 950;
}

.nlh-faq-list details[open] summary::after {
  content: "-";
}

.nlh-faq-list p {
  border-top: 1px solid var(--nlh-line);
  margin: 0;
  padding: 0 24px 22px;
}

.nlh-help-band {
  align-items: center;
  background: #e5dccf;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto;
}

.nlh-help-band h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  margin: 6px 0;
}

.nlh-page-hero {
  background: var(--nlh-panel);
  padding: clamp(70px, 9vw, 132px) clamp(18px, 4vw, 58px);
}

.nlh-page-hero > div {
  max-width: 860px;
}

.nlh-editorial {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1.1fr);
}

.nlh-editorial h2,
.nlh-contact-grid h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.04;
  margin: 0 0 14px;
}

.nlh-feature-list {
  display: grid;
  gap: 14px;
}

.nlh-contact-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(260px, 0.8fr) minmax(280px, 1fr) minmax(220px, 0.7fr);
}

.nlh-manual-contact a {
  color: var(--nlh-rust);
  font-weight: 900;
}

.nlh-contact-form label {
  display: grid;
  font-size: 13px;
  font-weight: 900;
  gap: 7px;
}

.nlh-contact-form input,
.nlh-contact-form textarea {
  background: #fff;
  border: 1px solid var(--nlh-line);
  border-radius: 0;
  color: var(--nlh-ink);
  font: inherit;
  padding: 12px 13px;
  width: 100%;
}

.nlh-shop-hero {
  align-items: end;
  background: var(--nlh-panel);
  border-bottom: 1px solid var(--nlh-line);
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 1.05fr);
  overflow: hidden;
  padding: clamp(54px, 7vw, 92px) clamp(18px, 4vw, 58px) clamp(34px, 5vw, 62px);
}

.nlh-shop-hero > div {
  max-width: 760px;
}

.nlh-shop-hero h1 {
  font-size: clamp(42px, 5.6vw, 72px);
  line-height: 0.98;
  margin: 8px 0 16px;
}

.nlh-shop-hero p {
  color: var(--nlh-muted);
  font-size: 17px;
  line-height: 1.62;
  margin: 0;
}

.nlh-category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.nlh-category-pills a {
  background: #fff;
  border: 1px solid var(--nlh-line);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  padding: 11px 16px;
  text-decoration: none;
}

.nlh-shop-search {
  display: grid;
  gap: 9px;
  justify-self: end;
  margin-top: 18px;
  max-width: 540px;
  width: 100%;
}

.nlh-shop-search label {
  color: var(--nlh-muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.nlh-shop-search div {
  background: #fff;
  border: 1px solid var(--nlh-line);
  border-radius: 999px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
}

.nlh-shop-search input[type="search"] {
  background: transparent;
  border: 0;
  color: var(--nlh-ink);
  font: inherit;
  min-height: 48px;
  min-width: 0;
  padding: 0 18px;
}

.nlh-shop-search button {
  background: var(--nlh-ink);
  border: 0;
  color: #fffaf2;
  font: inherit;
  font-weight: 900;
  min-height: 48px;
  padding: 0 20px;
}

.nlh-filter-panel {
  background: rgba(255, 250, 242, 0.88);
  border: 1px solid var(--nlh-line);
  display: grid;
  gap: 12px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(6, minmax(120px, 1fr));
  margin: 6px auto 0;
  max-width: 1240px;
  padding: 16px;
  width: 100%;
}

.nlh-filter-head {
  align-items: center;
  display: flex;
  gap: 12px;
  grid-column: 1 / -1;
  justify-content: space-between;
}

.nlh-filter-head strong {
  font-size: 18px;
  line-height: 1.1;
}

.nlh-filter-head a {
  color: var(--nlh-rust);
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
}

.nlh-filter-panel label,
.nlh-filter-checks label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.nlh-filter-panel label span {
  color: var(--nlh-muted);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.nlh-filter-panel select,
.nlh-filter-panel input[type="number"] {
  appearance: none;
  background: #fff;
  border: 1px solid var(--nlh-line);
  border-radius: 0;
  color: var(--nlh-ink);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  min-height: 44px;
  min-width: 0;
  padding: 0 12px;
  width: 100%;
}

.nlh-filter-checks {
  align-content: center;
  display: grid;
  gap: 6px;
}

.nlh-filter-checks label {
  align-items: center;
  color: var(--nlh-ink);
  display: flex;
  font-size: 13px;
  font-weight: 850;
}

.nlh-filter-checks input {
  accent-color: var(--nlh-ink);
}

.nlh-filter-panel button {
  align-self: end;
  background: var(--nlh-ink);
  border: 1px solid var(--nlh-ink);
  border-radius: 999px;
  color: #fffaf2;
  font: inherit;
  font-weight: 950;
  min-height: 44px;
  padding: 0 16px;
}

.woocommerce-breadcrumb,
.woocommerce-result-count {
  color: var(--nlh-muted) !important;
  font-size: 14px !important;
  font-weight: 750;
}

.woocommerce-breadcrumb {
  display: none !important;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 28px !important;
  margin-top: 26px !important;
}

.woocommerce .woocommerce-result-count {
  margin-left: clamp(18px, 4vw, 58px) !important;
}

.woocommerce .woocommerce-ordering {
  margin-right: clamp(18px, 4vw, 58px) !important;
}

.woocommerce .woocommerce-ordering select {
  background: #fff;
  border: 1px solid var(--nlh-line);
  border-radius: 999px;
  color: var(--nlh-ink);
  font-weight: 800;
  min-height: 42px;
  padding: 0 40px 0 15px;
}

.woocommerce-shop .woocommerce,
.tax-product_cat .woocommerce,
.single-product .woocommerce {
  margin: 0 auto;
  max-width: none;
}

.woocommerce-shop .site-main,
.tax-product_cat .site-main {
  padding: 0;
}

.woocommerce .products,
.woocommerce ul.products {
  display: grid !important;
  gap: 26px !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  margin: 0 auto !important;
  max-width: 1240px;
  padding: 0 clamp(18px, 4vw, 58px) clamp(50px, 7vw, 86px) !important;
}

.wc-block-product-template {
  display: grid !important;
  gap: 26px !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  margin: 0 auto !important;
  max-width: 1240px !important;
  padding: 0 clamp(18px, 4vw, 58px) clamp(50px, 7vw, 86px) !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.wc-block-product-template > li.wc-block-product {
  background: var(--nlh-panel);
  border: 1px solid var(--nlh-line);
  float: none !important;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 0 20px !important;
  position: relative;
  width: auto !important;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
  position: relative;
  text-decoration: none;
}

.woocommerce ul.products li.product a img,
.wc-block-components-product-image img {
  aspect-ratio: 1 / 1;
  background: #e8dfd4;
  height: auto;
  margin: 0 !important;
  object-fit: cover;
  width: 100%;
}

.woocommerce ul.products li.product img.nlh-card-alt-image {
  height: auto;
  inset: 0 auto auto 0;
  opacity: 0;
  position: absolute;
  transition: opacity 180ms ease;
  width: 100%;
  z-index: 1;
}

.woocommerce ul.products li.product:hover img.nlh-card-alt-image {
  opacity: 1;
}

.nlh-loop-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  left: 12px;
  max-width: calc(100% - 24px);
  position: absolute;
  top: 12px;
  z-index: 4;
}

.nlh-loop-badges span {
  background: rgba(255, 250, 242, 0.94);
  border: 1px solid rgba(23, 19, 15, 0.1);
  color: var(--nlh-ink);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  padding: 7px 9px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wc-block-product-template .wp-block-post-title,
.wc-block-components-product-title,
.wc-block-components-product-name {
  color: var(--nlh-ink);
  display: block !important;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.25;
  min-height: 62px;
  overflow: hidden;
  padding: 18px 18px 6px !important;
  text-decoration: none !important;
  text-wrap: pretty;
}

.nlh-featured .woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: -webkit-box !important;
  min-height: 48px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nlh-loop-details {
  display: grid;
  gap: 9px;
  padding: 0 18px 10px;
}

.nlh-loop-details p {
  color: var(--nlh-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  margin: 0;
  min-height: 18px;
}

.nlh-loop-details div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.nlh-loop-details span {
  background: #efe7dc;
  border: 1px solid var(--nlh-line);
  color: var(--nlh-ink);
  font-size: 11px;
  font-weight: 950;
  padding: 6px 8px;
}

.woocommerce ul.products li.product .price,
.wc-block-components-product-price {
  color: var(--nlh-brown) !important;
  display: block;
  font-size: 16px;
  font-weight: 950;
  padding: 0 18px 12px;
}

.woocommerce ul.products li.product .button,
.wc-block-components-product-button .wp-block-button__link {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin-left: 18px;
  margin-top: auto;
}

.woocommerce div.product {
  margin: 0 auto;
  max-width: 1240px;
  padding: clamp(36px, 6vw, 72px) clamp(18px, 4vw, 58px);
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  margin-bottom: 38px;
}

.woocommerce div.product .product_title {
  font-size: clamp(40px, 5vw, 68px);
  line-height: 0.98;
  margin-bottom: 18px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--nlh-brown);
  font-size: 24px;
  font-weight: 950;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
  background: #eadfd2;
  object-fit: cover;
}

.woocommerce div.product form.cart {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.woocommerce div.product form.cart div.quantity {
  margin: 0 !important;
}

.woocommerce .quantity .qty {
  background: #fff;
  border: 1px solid var(--nlh-line);
  border-radius: 999px;
  color: var(--nlh-ink);
  font-size: 16px;
  font-weight: 900;
  height: 50px;
  text-align: center;
  width: 76px;
}

.woocommerce .quantity .qty::-webkit-inner-spin-button,
.woocommerce .quantity .qty::-webkit-outer-spin-button {
  margin: 0;
  opacity: 1;
}

.woocommerce div.product form.cart .quantity {
  align-items: center;
  display: inline-flex !important;
  gap: 7px;
}

.woocommerce div.product form.cart .quantity button,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus {
  align-items: center;
  background: #fff !important;
  border: 1px solid var(--nlh-ink) !important;
  border-radius: 999px !important;
  color: var(--nlh-ink) !important;
  display: inline-flex;
  font: inherit;
  font-size: 22px;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  line-height: 1;
  min-width: 44px;
  padding: 0 !important;
}

.woocommerce div.product form.cart .quantity button:hover,
.woocommerce .quantity .minus:hover,
.woocommerce .quantity .plus:hover {
  background: var(--nlh-ink) !important;
  color: #fffaf2 !important;
}

.nlh-pdp-signals {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 10px 0 22px;
}

.nlh-pdp-signals span {
  background: #fff;
  border: 1px solid var(--nlh-line);
  color: var(--nlh-ink);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.25;
  padding: 10px 11px;
}

.nlh-fit-card,
.nlh-checkout-note,
.nlh-cart-note,
.nlh-checkout-intro {
  border-left: 4px solid var(--nlh-gold);
  margin-top: 18px;
}

.nlh-fit-card span,
.nlh-product-confidence span,
.nlh-cart-note span,
.nlh-checkout-intro span {
  color: var(--nlh-muted);
  line-height: 1.55;
}

.nlh-fit-card-rich a {
  color: var(--nlh-rust);
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
}

.nlh-buy-note {
  color: var(--nlh-muted);
  flex-basis: 100%;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0;
  max-width: 560px;
}

.nlh-cart-note,
.nlh-checkout-intro {
  background: var(--nlh-panel);
  border: 1px solid var(--nlh-line);
  display: grid;
  gap: 7px;
  margin: 0 auto 22px;
  max-width: 1120px;
  padding: 18px 22px;
}

.nlh-product-confidence {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 20px auto 46px;
  max-width: 1240px;
  padding: 0 clamp(18px, 4vw, 58px);
}

.nlh-product-panels {
  display: grid;
  gap: 12px;
  margin: 0 auto 56px;
  max-width: 920px;
  padding: 0 clamp(18px, 4vw, 58px);
}

.nlh-product-panels details {
  background: var(--nlh-panel);
  border: 1px solid var(--nlh-line);
  padding: 0;
}

.nlh-product-panels summary {
  cursor: pointer;
  font-size: 15px;
  font-weight: 950;
  list-style: none;
  padding: 18px 20px;
}

.nlh-product-panels summary::-webkit-details-marker {
  display: none;
}

.nlh-product-panels details[open] summary {
  border-bottom: 1px solid var(--nlh-line);
}

.nlh-product-panels p {
  color: var(--nlh-muted);
  line-height: 1.58;
  margin: 0;
  padding: 0 20px 18px;
}

.nlh-related-shell {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 clamp(18px, 4vw, 58px) 70px;
}

.nlh-related-shell h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.nlh-checkout-note {
  background: var(--nlh-panel);
  border: 1px solid var(--nlh-line);
  color: var(--nlh-ink);
  font-weight: 700;
  padding: 16px;
}

.nlh-import-fit-note {
  background: var(--nlh-panel);
  border: 1px solid var(--nlh-line);
  margin-top: 24px;
  padding: 18px 22px;
}

.nlh-mobile-buybar {
  display: none;
}

.nlh-footer {
  background: var(--nlh-ink);
  color: #fffaf2;
  padding: clamp(54px, 7vw, 82px) clamp(18px, 4vw, 58px) 30px;
}

.nlh-footer-cta {
  align-items: center;
  border: 1px solid rgba(255, 250, 242, 0.18);
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 auto 54px;
  max-width: 1240px;
  padding: 28px;
}

.nlh-footer-cta strong {
  display: block;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.03;
  margin: 8px 0;
  text-transform: none;
}

.nlh-footer-cta span {
  color: #d8ccbc;
  display: block;
  line-height: 1.55;
  max-width: 760px;
}

.nlh-footer-grid {
  border-top: 1px solid rgba(255, 250, 242, 0.16);
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(150px, 0.65fr));
  margin: 0 auto;
  max-width: 1240px;
  padding-top: 38px;
}

.nlh-footer strong {
  display: block;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 950;
  line-height: 0.98;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.nlh-footer h3 {
  color: #fffaf2;
  font-size: 13px;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.nlh-footer a {
  color: #d8ccbc;
  display: block;
  font-weight: 750;
  margin-bottom: 10px;
  text-decoration: none;
}

.nlh-footer .button {
  display: inline-flex;
  margin-top: 16px;
}

.nlh-footer-bottom {
  border-top: 1px solid rgba(255, 250, 242, 0.14);
  color: #b8aa9a;
  font-size: 12px;
  font-weight: 700;
  margin: 34px auto 0;
  max-width: 1240px;
  padding-top: 20px;
}

@media (max-width: 1040px) {
  .nlh-header {
    grid-template-columns: 1fr auto auto;
  }

  .nlh-menu-button {
    display: inline-flex;
  }

  .nlh-nav {
    background: var(--nlh-panel);
    border: 1px solid var(--nlh-line);
    display: none;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px;
  }

  .nlh-nav[data-open="true"] {
    display: grid;
  }

  .nlh-hero,
  .nlh-lookbook,
  .nlh-editorial,
  .nlh-contact-grid,
  .nlh-help-band,
  .nlh-look-cards,
  .nlh-inspiration-grid,
  .nlh-risk-section,
  .nlh-footer-cta,
  .nlh-shop-hero {
    grid-template-columns: 1fr;
  }

  .nlh-category-pills {
    justify-content: flex-start;
  }

  .nlh-shop-search {
    justify-self: start;
  }

  .nlh-hero-media {
    min-height: 420px;
  }

  .nlh-room-grid,
  .nlh-path-grid,
  .nlh-material-grid,
  .woocommerce .products,
  .woocommerce ul.products,
  .wc-block-product-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .nlh-service-strip,
  .nlh-product-confidence,
  .nlh-risk-grid,
  .nlh-filter-panel,
  .nlh-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  body.nlh-storefront .entry-content > .nlh-hero,
  body.nlh-storefront .entry-content > .nlh-service-strip,
  body.nlh-storefront .entry-content > .nlh-section,
  body.nlh-storefront .entry-content > .nlh-lookbook,
  body.nlh-storefront .entry-content > .nlh-help-band,
  body.nlh-storefront .entry-content > .nlh-look-section,
  body.nlh-storefront .entry-content > .nlh-inspiration,
  body.nlh-storefront .entry-content > .nlh-paths-section,
  body.nlh-storefront .entry-content > .nlh-risk-section,
  body.nlh-storefront .entry-content > .nlh-faq-section,
  body.nlh-storefront .entry-content > .nlh-page-hero,
  body.nlh-storefront .entry-content > .nlh-editorial,
  body.nlh-storefront .entry-content > .nlh-contact-grid,
  body.nlh-storefront .nlh-shop-hero {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  .nlh-topbar {
    font-size: 12px;
    overflow: hidden;
    padding: 8px 0;
    white-space: normal;
  }

  .nlh-trustbar {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 14px;
    scrollbar-width: none;
    white-space: nowrap;
  }

  .nlh-trustbar::-webkit-scrollbar {
    display: none;
  }

  .nlh-trustbar a {
    flex: 0 0 auto;
  }

  .nlh-header {
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    max-width: 100vw;
    min-height: 0;
    overflow: visible;
    padding: 14px 18px 10px;
    position: sticky;
    width: 100%;
  }

  .nlh-logo {
    font-size: 23px;
    min-width: 0;
    overflow: hidden;
    padding-right: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nlh-cart-link {
    display: none;
  }

  .nlh-mobile-cart {
    display: block;
  }

  .nlh-menu-button {
    background: var(--nlh-ink);
    border-color: var(--nlh-ink);
    color: #fffaf2;
    display: none !important;
    justify-self: end;
    padding: 8px 12px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }

  .nlh-nav {
    border: 0;
    border-top: 1px solid var(--nlh-line);
    display: flex !important;
    column-gap: 20px;
    flex-wrap: nowrap;
    grid-column: 1 / -1;
    margin-top: 8px;
    overflow-x: auto;
    padding: 10px 0 1px;
    scrollbar-width: none;
    white-space: nowrap;
  }

  .nlh-nav::-webkit-scrollbar {
    display: none;
  }

  .nlh-nav a {
    flex: 0 0 auto;
    font-size: 15px;
  }

  .nlh-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .nlh-hero-media {
    background-position: center;
    min-height: 190px;
    order: 2;
  }

  .nlh-hero-copy {
    order: 1;
    gap: 12px;
    padding: 24px 22px 22px;
    width: 100%;
  }

  .nlh-hero h1,
  .nlh-page-hero h1 {
    font-size: 32px;
    line-height: 1.02;
  }

  .nlh-hero p,
  .nlh-page-hero p,
  .nlh-shop-hero p {
    font-size: 16px;
    max-width: 30ch;
    overflow-wrap: break-word;
    text-wrap: auto;
  }

  .nlh-hero p:not(.nlh-kicker) {
    display: -webkit-box;
    max-width: 32ch;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .nlh-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nlh-actions .button {
    font-size: 15px !important;
    justify-content: center;
    min-height: 50px;
    padding: 11px 12px !important;
    text-align: center;
    width: 100%;
  }

  .nlh-hero-room-links {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .nlh-hero-room-links::-webkit-scrollbar {
    display: none;
  }

  .nlh-hero-room-links a {
    flex: 0 0 auto;
    text-align: center;
  }

  .nlh-shop-search div {
    border-radius: 16px;
    grid-template-columns: 1fr;
  }

  .nlh-shop-search button {
    width: 100%;
  }

  .nlh-service-strip,
  .nlh-room-grid,
  .nlh-path-grid,
  .nlh-material-grid,
  .nlh-lookbook-grid,
  .nlh-look-cards,
  .nlh-inspiration-grid,
  .nlh-risk-grid,
  .nlh-footer-cta,
  .nlh-product-confidence,
  .nlh-filter-panel,
  .nlh-footer-grid,
  .woocommerce .products,
  .woocommerce ul.products,
  .wc-block-product-template {
    grid-template-columns: 1fr !important;
  }

  .nlh-section-head {
    align-items: start;
    display: grid;
  }

  .nlh-room-tile img {
    aspect-ratio: 16 / 11;
  }

  .nlh-service-strip {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .nlh-service-strip::-webkit-scrollbar {
    display: none;
  }

  .nlh-service-strip div {
    flex: 0 0 220px;
    min-height: 104px;
    padding: 16px 14px;
    scroll-snap-align: start;
  }

  .nlh-service-strip span {
    font-size: 12px;
  }

  .nlh-room-grid {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .nlh-room-tile span {
    min-height: 126px;
    padding: 14px;
  }

  .nlh-room-tile strong,
  .nlh-path-card strong {
    font-size: 17px;
  }

  .nlh-room-tile small,
  .nlh-path-card small {
    font-size: 12px;
  }

  .nlh-featured .woocommerce ul.products,
  .nlh-featured .woocommerce .products {
    gap: 12px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .nlh-featured .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
    min-height: 46px;
    padding: 13px 12px 4px !important;
  }

  .nlh-featured .nlh-loop-details {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nlh-featured .woocommerce ul.products li.product .price {
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .nlh-featured .woocommerce ul.products li.product .button {
    font-size: 12px !important;
    margin-left: 12px;
    min-height: 40px;
    padding: 10px 12px !important;
  }

  .nlh-look-card {
    min-height: 460px;
  }

  .nlh-look-card > div {
    min-height: 250px;
    padding: 110px 20px 22px;
  }

  .nlh-risk-section {
    gap: 22px;
  }

  .nlh-risk-copy {
    justify-self: stretch;
  }

  .nlh-risk-grid div {
    min-height: 0;
    padding: 20px;
  }

  .nlh-footer-cta {
    padding: 22px;
  }

  .nlh-footer-cta .button {
    justify-content: center;
    width: 100%;
  }

  .woocommerce div.product {
    max-width: 100% !important;
    overflow: hidden;
    padding: 32px 20px 96px !important;
  }

  .woocommerce div.product div.images,
  .woocommerce div.product div.summary {
    float: none !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .woocommerce div.product div.images .flex-control-thumbs {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
  }

  .woocommerce div.product div.images .flex-control-thumbs li {
    float: none !important;
    width: auto !important;
  }

  .nlh-pdp-signals {
    grid-template-columns: 1fr;
  }

  .nlh-product-panels {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nlh-mobile-buybar {
    align-items: center;
    background: rgba(255, 250, 242, 0.98);
    border-top: 1px solid var(--nlh-line);
    bottom: 0;
    box-shadow: 0 -14px 35px rgba(23, 19, 15, 0.14);
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    left: 0;
    padding: 10px 12px;
    position: fixed;
    right: 0;
    z-index: 90;
  }

  .nlh-mobile-buybar strong {
    color: var(--nlh-brown);
    display: block;
    font-size: 15px;
    line-height: 1.1;
  }

  .nlh-mobile-buybar span {
    color: var(--nlh-muted);
    display: block;
    font-size: 11px;
    font-weight: 850;
    margin-top: 2px;
  }

  .nlh-mobile-buybar a {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 950;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    text-decoration: none;
    white-space: nowrap;
  }

  .nlh-mobile-buybar-cart {
    background: var(--nlh-ink);
    color: #fffaf2 !important;
  }

  .nlh-mobile-buybar-help {
    border: 1px solid var(--nlh-ink);
    color: var(--nlh-ink) !important;
  }
}
