    :root {
      --bg: #f7f8f5;
      --surface: #ffffff;
      --surface-2: #eef1ec;
      --ink: #111513;
      --muted: #626b66;
      --soft: #dce2dc;
      --line: #e2e7e1;
      --accent: #7cc63f;
      --accent-dark: #4d8e21;
      --accent-soft: #edf8e7;
      --danger: #c75135;
      --shadow: 0 18px 48px rgba(17, 21, 19, .08);
      --shadow-soft: 0 10px 28px rgba(17, 21, 19, .06);
      --radius: 8px;
      --radius-lg: 14px;
      --container: 1180px;
      --topbar: 38px;
      --header: 78px;
      --font: Manrope, Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: calc(var(--header) + 18px);
    }

    body {
      margin: 0;
      background: var(--bg);
      color: var(--ink);
      font-family: var(--font);
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: 0;
      overflow-x: hidden;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
    }

    body.menu-open {
      overflow: hidden;
    }

    body.lightbox-open {
      overflow: hidden;
    }

    img {
      display: block;
      max-width: 100%;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button,
    input {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    .page {
      min-height: 100vh;
    }

    main {
      display: flex;
      flex-direction: column;
      background: #fff;
    }

    .container {
      width: min(var(--container), calc(100% - 40px));
      margin: 0 auto;
    }

    .section {
      padding: 42px 0;
    }

    .section--tight {
      padding: 34px 0;
    }

    .legal-page {
      padding: 64px 0 78px;
      background: #fff;
    }

    .legal-page__inner {
      max-width: 920px;
    }

    .legal-page h1 {
      max-width: 760px;
      margin-bottom: 30px;
      color: var(--ink);
      font-size: clamp(38px, 5vw, 68px);
      line-height: 1;
    }

    .legal-page__content {
      color: #4e5752;
      font-size: 16px;
      line-height: 1.75;
    }

    .legal-page__content h2,
    .legal-page__content h3 {
      margin: 34px 0 12px;
      color: var(--ink);
      font-size: 24px;
      line-height: 1.18;
      letter-spacing: 0;
    }

    .legal-page__content > strong {
      display: block;
      margin: 34px 0 12px;
      color: var(--ink);
      font-size: 22px;
      line-height: 1.2;
    }

    .legal-page__content p,
    .legal-page__content ul,
    .legal-page__content ol,
    .legal-page__content table {
      margin-bottom: 18px;
    }

    .legal-page__content ul,
    .legal-page__content ol {
      padding-left: 22px;
    }

    .legal-page__content a {
      color: var(--accent-dark);
      font-weight: 800;
      text-decoration: underline;
      text-decoration-thickness: 1px;
      text-underline-offset: 3px;
    }

    .legal-page__content table {
      width: 100%;
      overflow: hidden;
      border-collapse: collapse;
      border: 1px solid var(--line);
      border-radius: var(--radius);
    }

    .legal-page__content td,
    .legal-page__content th {
      padding: 12px 14px;
      border-bottom: 1px solid var(--line);
      text-align: left;
      vertical-align: top;
    }

    .legal-page__content tr:last-child td {
      border-bottom: 0;
    }

    .contact-page {
      padding: 58px 0 76px;
      background:
        linear-gradient(180deg, #fff 0%, #f7f8f5 100%);
    }

    .contact-page__hero {
      display: grid;
      grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
      gap: 48px;
      align-items: center;
    }

    .contact-page__copy h1 {
      max-width: 680px;
      margin-bottom: 20px;
      color: var(--ink);
      font-size: clamp(42px, 6vw, 78px);
      line-height: .98;
    }

    .contact-page__copy .lead {
      max-width: 560px;
      margin-bottom: 28px;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.65;
    }

    .contact-page__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      align-items: center;
    }

    .contact-page__actions .wp-block-button__link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 0 24px;
      border-radius: var(--radius);
      background: var(--accent);
      color: #fff;
      font-weight: 850;
    }

    .contact-page__link {
      color: var(--ink);
      font-weight: 850;
    }

    .contact-page__image {
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 20px;
      background: var(--surface-2);
      box-shadow: var(--shadow-soft);
    }

    .contact-page__image img {
      width: 100%;
      height: 520px;
      object-fit: cover;
    }

    .contact-page__grid {
      display: grid;
      grid-template-columns: 1.05fr 1fr .85fr;
      gap: 16px;
      margin-top: 26px;
    }

    .contact-card {
      padding: 24px;
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      background: #fff;
    }

    .contact-card--primary {
      background: var(--ink);
      color: #fff;
    }

    .contact-card__label {
      display: inline-flex;
      margin-bottom: 14px;
      color: var(--accent-dark);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .contact-card--primary .contact-card__label {
      color: var(--accent);
    }

    .contact-card h2 {
      margin-bottom: 14px;
      color: inherit;
      font-size: 24px;
      letter-spacing: 0;
    }

    .contact-card p {
      margin-bottom: 12px;
      color: inherit;
      line-height: 1.65;
    }

    .contact-card a {
      color: inherit;
      font-weight: 850;
      text-decoration: underline;
      text-decoration-thickness: 1px;
      text-underline-offset: 3px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 0;
      margin: 0 0 14px;
      color: var(--accent);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .eyebrow::before {
      display: none;
      content: none;
    }

    h1,
    h2,
    h3,
    p {
      margin-top: 0;
    }

    h1,
    h2,
    h3 {
      letter-spacing: -.03em;
      line-height: 1.05;
    }

    h1 {
      max-width: 780px;
      margin-bottom: 22px;
      font-size: clamp(42px, 7vw, 84px);
      font-weight: 850;
    }

    h2 {
      margin-bottom: 16px;
      font-size: clamp(32px, 4vw, 54px);
      font-weight: 820;
    }

    h3 {
      margin-bottom: 10px;
      font-size: 21px;
      font-weight: 780;
    }

    .lead {
      max-width: 630px;
      color: var(--muted);
      font-size: clamp(17px, 1.7vw, 20px);
      line-height: 1.65;
    }

    .section-head {
      display: flex;
      align-items: start;
      justify-content: space-between;
      gap: 40px;
      margin-bottom: 56px;
    }

    .section-head p {
      max-width: 470px;
      padding-top: 38px;
      margin-bottom: 0;
      color: var(--muted);
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 48px;
      padding: 0 20px;
      border: 1px solid transparent;
      border-radius: var(--radius);
      font-weight: 800;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
      white-space: nowrap;
    }

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

    .btn--primary {
      background: var(--accent);
      color: #fff;
    }

    .btn--primary:hover {
      background: #8ad04d;
    }

    .btn--secondary {
      background: rgba(255, 255, 255, .86);
      border-color: var(--line);
      color: var(--ink);
    }

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

    .btn--dark:hover {
      background: #8ad04d;
    }

    .btn--muted {
      background: #edf1ed;
      color: #8a938d;
      border-color: transparent;
      border-width: 0;
      box-shadow: none;
    }

    .icon {
      display: inline-grid;
      place-items: center;
      flex: 0 0 auto;
      width: 22px;
      height: 22px;
    }

    .icon svg {
      width: 100%;
      height: 100%;
      stroke: currentColor;
      stroke-width: 1.9;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
    }

    .topbar {
      background: var(--accent);
      color: #fff;
      font-size: 13px;
    }

    .topbar__inner {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 26px;
      min-height: var(--topbar);
      white-space: nowrap;
    }

    .topbar__item {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      width: 100%;
      text-align: center;
    }

    .topbar__icon {
      display: inline-flex;
      width: 18px;
      height: 18px;
      color: #fff;
      flex: 0 0 auto;
    }

    .topbar__icon svg {
      width: 18px;
      height: 18px;
      fill: currentColor;
    }

    .header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: #fff;
      border-bottom: 1px solid rgba(226, 231, 225, .8);
    }

    .header__inner {
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 22px;
      min-height: var(--header);
    }

    .brand {
      display: inline-flex;
      align-items: center;
      white-space: nowrap;
    }

    .brand__logo {
      width: 214px;
      height: auto;
      max-height: 46px;
      object-fit: contain;
    }

    .header__main {
      display: flex;
      align-items: center;
      gap: 18px;
      min-width: 0;
    }

    .nav {
      display: flex;
      align-items: center;
      gap: 16px;
      color: #303632;
      font-size: 13px;
      font-weight: 760;
      white-space: nowrap;
    }

    .nav a {
      position: relative;
      padding: 8px 0;
    }

    .nav a::after {
      position: absolute;
      right: 0;
      bottom: 2px;
      left: 0;
      height: 2px;
      border-radius: 999px;
      background: var(--accent);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .22s ease;
      content: "";
    }

    .nav a:hover::after {
      transform: scaleX(1);
    }

    .category-nav {
      border-top: 1px solid var(--line);
      background: #fff;
    }

    .category-nav__inner {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 8px;
      width: calc(100% - 24px);
      min-height: 48px;
      overflow: visible;
      scrollbar-width: none;
      white-space: normal;
      padding-block: 8px;
    }

    .category-nav__inner::-webkit-scrollbar {
      display: none;
    }

    .category-nav a {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      min-height: 32px;
      padding: 0 12px 0 10px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: #fff;
      color: #39413c;
      font-size: 13px;
      font-weight: 780;
      flex: 0 0 auto;
    }

    .category-nav a[data-category-children] {
      padding-right: 10px;
    }

    .category-nav .icon {
      width: 16px;
      height: 16px;
      color: var(--accent-dark);
    }

    .category-nav__chevron {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 12px;
      height: 12px;
      margin-left: -1px;
      color: var(--accent-dark);
      transition: transform .18s ease, color .18s ease;
      flex: 0 0 auto;
    }

    .category-nav__chevron svg {
      width: 12px;
      height: 12px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2.2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .category-nav a[data-category-children]:hover .category-nav__chevron,
    .category-nav a[data-category-children]:focus-visible .category-nav__chevron {
      transform: translateY(1px);
      color: var(--accent);
    }

    .category-hover-panel {
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      z-index: 45;
      overflow: hidden;
      border-top: 1px solid transparent;
      border-bottom: 1px solid transparent;
      background: #fff;
      box-shadow: none;
      opacity: 0;
      pointer-events: none;
      transform: translateY(-8px);
      transition: opacity .18s ease, transform .22s ease, border-color .18s ease;
    }

    .category-hover-panel.is-open {
      border-top-color: var(--line);
      border-bottom-color: var(--line);
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }

    .category-hover-panel__inner {
      display: flex;
      align-items: center;
      gap: 8px;
      min-height: 54px;
      overflow-x: auto;
      scrollbar-width: none;
      white-space: nowrap;
    }

    .category-hover-panel__inner::-webkit-scrollbar {
      display: none;
    }

    .category-hover-panel__all,
    .category-hover-panel__chip {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 0 12px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: #fff;
      color: #39413c;
      font-size: 13px;
      font-weight: 780;
      white-space: nowrap;
    }

    .category-hover-panel__all {
      border-color: rgba(124, 198, 63, .55);
      background: var(--accent-soft);
      color: var(--accent-dark);
    }

    .header .search {
      position: relative;
      flex: 1;
      min-width: 220px;
      max-width: 360px;
    }

    .header .search input {
      width: 100%;
      height: 42px;
      padding: 0 16px 0 40px;
      border: 1px solid var(--line);
      border-radius: 999px;
      outline: 0;
      background: #fff;
      color: var(--ink);
    }

    .header .search .icon {
      position: absolute;
      top: 50%;
      left: 14px;
      width: 17px;
      height: 17px;
      color: #78817b;
      transform: translateY(-50%);
      pointer-events: none;
    }

    .mobile-search-wrap {
      display: none;
      border-top: 1px solid var(--line);
      background: #fff;
      padding: 12px 0 14px;
    }

    .search-results {
      position: absolute;
      top: calc(100% + 10px);
      left: 0;
      right: 0;
      z-index: 80;
      display: none;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 14px;
      background: #fff;
      box-shadow: 0 18px 48px rgba(10, 18, 14, .12);
    }

    .search-results.is-open {
      display: block;
    }

    .search-result {
      display: grid;
      grid-template-columns: 54px 1fr;
      gap: 12px;
      align-items: center;
      padding: 10px;
      color: var(--ink);
      border-bottom: 1px solid var(--line);
    }

    .search-result:last-child {
      border-bottom: 0;
    }

    .search-result:hover {
      background: #f6fbf3;
    }

    .search-result img {
      width: 54px;
      height: 54px;
      object-fit: contain;
      border: 1px solid var(--line);
      border-radius: 10px;
      background: #fafafa;
    }

    .search-result__content {
      display: grid;
      gap: 3px;
      min-width: 0;
    }

    .search-result__content strong {
      overflow: hidden;
      color: var(--ink);
      font-size: 13px;
      line-height: 1.25;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .search-result__content span,
    .search-results__empty {
      color: var(--muted);
      font-size: 13px;
      font-weight: 750;
    }

    .search-results__empty {
      padding: 14px;
    }

    .header__actions {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .action-btn,
    .menu-toggle {
      position: relative;
      display: inline-grid;
      place-items: center;
      width: 44px;
      height: 44px;
      border: 0;
      border-radius: var(--radius);
      background: #fff;
      color: var(--ink);
    }

    .action-btn__count {
      position: absolute;
      top: -6px;
      right: -6px;
      display: grid;
      place-items: center;
      min-width: 19px;
      height: 19px;
      padding: 0 5px;
      border: 2px solid #fff;
      border-radius: 999px;
      background: var(--accent);
      color: #fff;
      font-size: 11px;
      font-weight: 900;
    }

    .header__actions .action-btn[aria-label="Zoeken"] {
      display: none;
    }

    .menu-toggle {
      display: none;
    }

    .mobile-panel {
      position: fixed;
      top: var(--mobile-menu-top, var(--header));
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 49;
      overflow: hidden;
      border-top: 1px solid rgba(226, 231, 225, .9);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 248, 245, .98)),
        radial-gradient(circle at 20% 0, rgba(124, 198, 63, .15), transparent 34%);
      opacity: 0;
      pointer-events: none;
      transform: translateY(-10px);
      visibility: hidden;
      transition: opacity .24s ease, transform .28s ease, visibility .28s ease;
      backdrop-filter: blur(18px);
    }

    .mobile-panel.is-open {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
      visibility: visible;
    }

    .mobile-panel__inner {
      display: grid;
      gap: 18px;
      height: 100%;
      overflow-y: auto;
      padding: 18px 0 30px;
      -webkit-overflow-scrolling: touch;
    }

    .mobile-nav {
      display: grid;
      gap: 10px;
    }

    .mobile-nav__group {
      overflow: hidden;
      border: 1px solid rgba(226, 231, 225, .95);
      border-radius: 14px;
      background: rgba(255, 255, 255, .82);
      box-shadow: 0 12px 30px rgba(17, 21, 19, .05);
    }

    .mobile-nav__parent {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 12px;
      min-height: 58px;
      padding: 0 14px;
      border: 0;
      background: transparent;
      color: var(--ink);
      font-size: 16px;
      font-weight: 850;
      text-align: left;
    }

    .mobile-nav__parent > span:nth-child(2) {
      flex: 1;
    }

    .mobile-nav__chevron {
      display: inline-grid;
      place-items: center;
      width: 30px;
      height: 30px;
      border-radius: 999px;
      background: var(--accent-soft);
      color: var(--accent-dark);
      transition: transform .24s ease;
    }

    .mobile-nav__chevron svg {
      width: 18px;
      height: 18px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2.4;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .mobile-nav__group.is-open .mobile-nav__chevron {
      transform: rotate(180deg);
    }

    .mobile-nav__children {
      display: flex;
      flex-wrap: nowrap;
      gap: 8px;
      max-height: 0;
      opacity: 0;
      overflow-x: auto;
      overflow-y: hidden;
      padding: 0 12px;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
      transform: translateY(-4px);
      transition: max-height .32s ease, opacity .2s ease, padding .24s ease, transform .24s ease;
    }

    .mobile-nav__children::-webkit-scrollbar {
      display: none;
    }

    .mobile-nav__group.is-open .mobile-nav__children {
      max-height: 58px;
      opacity: 1;
      padding-bottom: 14px;
      transform: translateY(0);
    }

    .mobile-nav__children a {
      display: inline-flex;
      align-items: center;
      flex: 0 0 auto;
      min-height: 36px;
      padding: 0 12px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: #fff;
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
      scroll-snap-align: start;
    }

    .mobile-nav__children .mobile-nav__all {
      border-color: rgba(124, 198, 63, .6);
      background: var(--accent-soft);
      color: var(--accent-dark);
      font-weight: 850;
    }

    .mobile-nav .icon {
      display: grid;
      place-items: center;
      width: 34px;
      height: 34px;
      border-radius: 10px;
      background: var(--accent-soft);
      color: var(--accent-dark);
    }

    .mobile-nav .icon svg {
      width: 18px;
      height: 18px;
    }

    .hero {
      position: relative;
      order: 0;
      width: 100%;
      margin: 0;
      min-height: auto;
      padding: 80px 0;
      border: 0;
      border-radius: 0;
      background: #f8fafc;
      overflow: hidden;
    }

    .section--tight {
      order: 4;
    }

    .hero__inner {
      position: relative;
      z-index: 1;
      display: grid;
      width: min(var(--container), calc(100% - 40px));
      max-width: var(--container);
      margin: 0 auto;
      grid-template-columns: minmax(0, 1fr) minmax(520px, 1.15fr);
      align-items: center;
      gap: 80px;
      min-height: auto;
    }

    .hero__copy {
      max-width: 600px;
      padding: 0;
      color: var(--ink);
    }

    .hero h1 {
      max-width: 620px;
      margin-bottom: 20px;
      font-size: 60px;
      font-weight: 430;
      line-height: 1.15;
      letter-spacing: -.03em;
      color: var(--ink);
    }

    .hero h1 span {
      color: inherit;
      font-weight: inherit;
    }

    .hero h1 .hero__title-accent {
      color: var(--accent);
      font-weight: 850;
    }

    .hero__copy .lead {
      max-width: 540px;
      margin-bottom: 36px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.6;
    }

    .hero__copy .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 0;
      min-height: 34px;
      padding: 6px 14px;
      border: 1px solid #e2e8f0;
      border-radius: 999px;
      background: #fff;
      color: var(--accent);
      margin-bottom: 24px;
      font-size: 13px;
      font-weight: 780;
      letter-spacing: .05em;
    }

    .hero__copy .eyebrow::before {
      display: none;
      content: none;
    }

    .hero__actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 16px;
      margin-bottom: 0;
    }

    .hero__actions .btn--primary .wp-block-button__link {
      min-height: 52px;
      padding: 0 28px;
      border-radius: var(--radius);
      background: var(--accent);
      color: #fff;
      font-size: 15px;
      font-weight: 780;
    }

    .hero__actions .btn--link .wp-block-button__link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 52px;
      padding: 0;
      background: transparent;
      color: var(--ink);
      font-size: 15px;
      font-weight: 780;
    }

    .hero__actions .btn--link svg {
      width: 20px;
      height: 20px;
      stroke: currentColor;
      stroke-width: 2.5;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
    }

    .hero__visual {
      position: relative;
      display: grid;
      place-items: center;
      min-height: auto;
      background: transparent;
      overflow: visible;
    }

    .hero__photo-card {
      position: relative;
      width: 100%;
      overflow: hidden;
      border-radius: 24px;
    }

    .hero__photo-card > img {
      width: 100%;
      height: 500px;
      border-radius: 16px;
      object-fit: cover;
    }

    .hero__review-pill {
      position: absolute;
      left: 20px;
      bottom: 20px;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      gap: 14px;
      padding: 8px 16px;
      border-radius: 999px;
      background: #fff;
      box-shadow: 0 14px 32px rgba(15, 23, 42, .16);
    }

    .hero__review-avatars {
      display: flex;
      align-items: center;
      margin-left: 2px;
    }

    .hero__review-avatars img {
      width: 30px;
      height: 30px;
      margin-left: -8px;
      border: 2px solid var(--accent);
      border-radius: 50%;
      background: #e2e8f0;
      object-fit: cover;
    }

    .hero__review-avatars img:first-child {
      margin-left: 0;
    }

    .hero__review-text {
      display: flex;
      flex-direction: column;
      line-height: 1.1;
      white-space: nowrap;
    }

    .hero__review-text strong {
      color: var(--ink);
      font-size: 14px;
      font-weight: 800;
    }

    .hero__review-text span {
      margin-top: 2px;
      color: #64748b;
      font-size: 12px;
    }

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

    .proof-pill {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      min-height: 38px;
      padding: 0 13px;
      border: 1px solid rgba(204, 215, 204, .82);
      border-radius: 999px;
      background: rgba(255, 255, 255, .78);
      color: #3d453f;
      font-size: 13px;
      font-weight: 760;
      backdrop-filter: blur(12px);
    }

    .proof-pill span {
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: var(--accent);
      box-shadow: 0 0 0 4px rgba(124, 198, 63, .18);
    }

    .hero__deal {
      align-self: center;
      padding: 20px;
      border: 1px solid rgba(255, 255, 255, .64);
      border-radius: var(--radius-lg);
      background: rgba(255, 255, 255, .82);
      box-shadow: var(--shadow);
      backdrop-filter: blur(18px);
    }

    .hero__deal-image {
      aspect-ratio: 4 / 3;
      overflow: hidden;
      border-radius: 10px;
      background: var(--surface-2);
    }

    .hero__deal-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .5s ease;
    }

    .hero__deal:hover img {
      transform: scale(1.04);
    }

    .hero__deal-meta {
      display: grid;
      gap: 10px;
      padding-top: 18px;
    }

    .deal-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 27px;
      padding: 0 10px;
      border-radius: 999px;
      background: var(--accent-soft);
      color: var(--accent-dark);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .03em;
      text-transform: uppercase;
    }

    .badge--dark {
      background: #151a16;
      color: #fff;
    }

    .price {
      display: flex;
      align-items: baseline;
      gap: 8px;
      font-weight: 900;
    }

    .price del {
      color: #858d88;
      font-size: 14px;
      font-weight: 650;
    }

    .price strong {
      color: var(--ink);
      font-size: 24px;
    }

    .brand-story {
      overflow: hidden;
      background:
        linear-gradient(135deg, #f7f8f5 0%, #fff 54%, #eef6e9 100%);
    }

    .brand-story__inner {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
      gap: 34px 54px;
      align-items: center;
    }

    .brand-story__content {
      max-width: 690px;
    }

    .brand-story h2 {
      max-width: 760px;
      margin-bottom: 22px;
      color: var(--ink);
      font-size: 42px;
      line-height: .98;
    }

    .brand-story__intro {
      max-width: 650px;
      margin-bottom: 28px;
      color: #4e5752;
      font-size: 19px;
      line-height: 1.65;
    }

    .brand-story__actions {
      margin-bottom: 0;
    }

    .brand-story__media {
      position: relative;
      min-height: 430px;
    }

    .brand-story__media::before {
      position: absolute;
      inset: 44px 26px 34px 54px;
      border: 1px solid rgba(124, 198, 63, .24);
      border-radius: 22px;
      background: rgba(237, 248, 231, .74);
      content: "";
    }

    .brand-story__image {
      position: absolute;
      z-index: 1;
      border: 1px solid rgba(226, 231, 225, .92);
      border-radius: 18px;
      background: #fff;
      box-shadow: var(--shadow-soft);
      object-fit: cover;
    }

    .brand-story__image--main {
      top: 0;
      right: 0;
      width: 78%;
      height: 300px;
    }

    .brand-story__image--small {
      bottom: 0;
      left: 0;
      width: 48%;
      height: 190px;
    }

    .brand-story__text {
      grid-column: 1 / -1;
      display: grid;
      max-width: 920px;
      gap: 14px;
    }

    .brand-story__text p {
      margin: 0;
      color: #4e5752;
      font-size: 18px;
      line-height: 1.72;
    }

    .brand-story__text p:first-child {
      max-width: 720px;
      color: var(--ink);
      font-size: 21px;
      font-weight: 780;
      line-height: 1.45;
    }

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

    .usp {
      display: grid;
      grid-template-columns: auto 1fr;
      align-items: start;
      gap: 12px;
      min-height: 0;
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--surface);
      transition: border-color .2s ease;
    }

    .usp:hover {
      border-color: rgba(124, 198, 63, .55);
    }

    .usp__icon,
    .service__icon {
      display: grid;
      place-items: center;
      border-radius: 10px;
      background: var(--accent-soft);
      color: var(--accent-dark);
    }

    .usp__icon {
      width: 28px;
      height: 28px;
    }

    .usp__icon svg {
      width: 17px;
      height: 17px;
    }

    .service__icon {
      width: 34px;
      height: 34px;
    }

    .service__icon svg {
      width: 20px;
      height: 20px;
    }

    .usp p,
    .service p,
    .category-card p,
    .product-card p {
      margin-bottom: 0;
      color: var(--muted);
    }

    .category-grid {
      display: flex;
      gap: 14px;
      overflow-x: auto;
      scroll-behavior: smooth;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
    }

    .category-grid::-webkit-scrollbar {
      display: none;
    }

    .category-card {
      position: relative;
      display: block;
      flex: 0 0 calc((100% - 42px) / 4);
      min-height: 224px;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      scroll-snap-align: start;
      transition: border-color .2s ease;
    }

    .category-card:hover {
      border-color: rgba(124, 198, 63, .85);
    }

    .category-card__image {
      position: absolute;
      inset: 26px 24px 52px;
      display: grid;
      place-items: center;
      pointer-events: none;
    }

    .category-card__image img {
      width: min(58%, 180px);
      max-height: 130px;
      object-fit: contain;
      opacity: 1;
    }

    .category-card__body {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 18px;
      padding: 20px;
    }

    .category-carousel {
      display: grid;
      gap: 10px;
    }

    .category-carousel__nav {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 18px;
    }

    .category-dots {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .category-dot {
      width: 8px;
      height: 8px;
      padding: 0;
      border: 0;
      border-radius: 999px;
      background: rgba(124, 198, 63, .28);
    }

    .category-dot.is-active {
      width: 26px;
      background: var(--accent);
    }

    .category-carousel__arrows {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .category-nav-btn {
      display: inline-grid;
      place-items: center;
      width: 26px;
      height: 26px;
      padding: 0;
      border: 0;
      background: transparent;
      color: var(--accent-dark);
    }

    .category-nav-btn svg {
      width: 24px;
      height: 24px;
      stroke: currentColor;
      stroke-width: 2.2;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
    }

    .category-card__body h3 {
      margin: 0;
      max-width: 72%;
      font-size: 21px;
    }

    .category-card__body p {
      display: none;
    }

    .category-arrow {
      display: inline-grid;
      place-items: center;
      flex: 0 0 auto;
      width: 24px;
      height: 24px;
      color: var(--accent-dark);
    }

    .category-arrow svg {
      width: 24px;
      height: 24px;
    }

    .category-arrow path {
      fill: currentColor;
    }

    .text-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      width: fit-content;
      color: var(--ink);
      font-size: 14px;
      font-weight: 850;
    }

    .text-link span {
      transition: transform .2s ease;
    }

    a:hover .text-link span,
    .text-link:hover span {
      transform: translateX(3px);
    }

    .deals {
      background: #fff;
      border-bottom: 1px solid var(--line);
    }

    #categorieen {
      padding-top: 10px;
      padding-bottom: 44px;
    }

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

    .hifi-product-grid-config {
      grid-template-columns: repeat(var(--hifi-products-desktop, 4), minmax(0, 1fr));
    }

    .hifi-empty-state {
      grid-column: 1 / -1;
      margin: 0;
      color: var(--muted);
      font-weight: 720;
    }

    .product-card {
      position: relative;
      display: grid;
      grid-template-rows: auto 1fr;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      background: var(--surface);
      transition: border-color .2s ease;
    }

    .product-card:hover {
      border-color: rgba(124, 198, 63, .85);
    }

    .product-card__media {
      position: relative;
      display: grid;
      place-items: center;
      aspect-ratio: 1 / 1;
      overflow: hidden;
      padding: 0;
      background: #fff;
    }

    .product-card__media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .product-card__media--contain img {
      width: 78%;
      height: 78%;
      object-fit: contain;
    }

    .product-card__body {
      display: flex;
      flex-direction: column;
      gap: 6px;
      padding: 16px;
    }

    .product-card h3 {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 1.2;
    }

    .product-card__title-link {
      color: inherit;
      text-decoration: none;
    }

    .product-card__rating {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: var(--accent);
      font-size: 13px;
      font-weight: 850;
      line-height: 1;
    }

    .product-card__rating small {
      color: var(--muted);
      font-size: 12px;
      font-weight: 760;
    }

    .product-card__footer {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 12px;
      margin-top: auto;
    }

    .product-card__stock {
      margin-top: 6px;
      color: #6f7772;
      font-size: 13px;
      font-weight: 760;
    }

    .product-card .product-card__stock--in {
      color: var(--accent) !important;
      font-weight: 840;
    }

    .product-card .btn {
      min-height: 40px;
      padding-inline: 14px;
      font-size: 14px;
    }

    .product-card__body {
      gap: 8px;
    }

    .product-card h3 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      min-height: calc(1.2em * 2);
      font-size: 20px;
      font-size: clamp(18px, 1.3vw, 22px);
      line-height: 1.15;
      overflow-wrap: anywhere;
      word-break: break-word;
    }

    .product-card__footer {
      flex-direction: column;
      align-items: stretch;
      gap: 8px;
    }

    .product-card .price {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 3px;
      line-height: 1.1;
    }

    .product-card .price__row {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      gap: 4px 8px;
    }

    .product-card .price small {
      color: var(--muted);
      font-size: 11px;
      font-weight: 760;
      line-height: 1;
    }

    .product-card .btn {
      width: 100%;
      justify-content: center;
      text-align: center;
      white-space: nowrap;
      font-size: 15px;
      font-size: clamp(14px, 1vw, 16px);
    }

    .deals__actions {
      display: flex;
      justify-content: center;
      margin-top: 22px;
    }

    .service-wrap {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 44px;
      align-items: start;
    }

    .service-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }

    .service {
      display: grid;
      gap: 14px;
      padding: 24px;
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      background: #fff;
    }

    .testimonials {
      background:
        linear-gradient(180deg, rgba(17, 21, 19, .94), rgba(17, 21, 19, .96)),
        url("https://images.unsplash.com/photo-1590602847861-f357a9332bbc?auto=format&fit=crop&w=1600&q=82") center / cover;
      color: #fff;
    }

    .testimonials .eyebrow,
    .testimonials .section-head p {
      color: rgba(255, 255, 255, .72);
    }

    .testimonials .eyebrow::before {
      display: none;
      content: none;
    }

    .testimonial-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .quote {
      display: grid;
      gap: 18px;
      padding: 26px;
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: var(--radius-lg);
      background: rgba(255, 255, 255, .06);
      backdrop-filter: blur(12px);
    }

    .quote p {
      margin-bottom: 0;
      color: rgba(255, 255, 255, .86);
      font-size: 17px;
      line-height: 1.7;
    }

    .quote__author {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      color: rgba(255, 255, 255, .66);
      font-size: 14px;
      font-weight: 750;
    }

    .quote__person {
      display: flex;
      align-items: center;
      gap: 10px;
      min-width: 0;
    }

    .quote__avatar {
      width: 42px;
      height: 42px;
      border-radius: 999px;
      object-fit: cover;
      border: 2px solid rgba(255, 255, 255, .2);
    }

    .stars {
      color: var(--accent);
      display: inline-flex;
      gap: 2px;
      white-space: nowrap;
    }

    .stars svg {
      width: 16px;
      height: 16px;
      fill: currentColor;
    }

    .footer {
      background: #101411;
      color: rgba(255, 255, 255, .78);
    }

    .footer__top {
      display: grid;
      grid-template-columns: 1.35fr repeat(4, 1fr);
      gap: 34px;
      padding: 58px 0 42px;
    }

    .footer .brand {
      margin-bottom: 16px;
    }

    .footer .brand__logo {
      width: 214px;
      max-height: 46px;
      filter: none;
    }

    .footer p {
      margin-bottom: 18px;
      color: rgba(255, 255, 255, .62);
    }

    .footer h3 {
      margin-bottom: 16px;
      color: #fff;
      font-size: 15px;
      letter-spacing: 0;
    }

    .footer ul {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 14px;
    }

    .footer a {
      color: rgba(255, 255, 255, .68);
      transition: color .2s ease;
    }

    .footer a:hover {
      color: #fff;
    }

    .socials,
    .payments {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .socials {
      display: none;
    }

    .payments span {
      display: inline-grid;
      place-items: center;
      min-width: 0;
      height: auto;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      color: rgba(255, 255, 255, .82);
    }

    .payments img {
      width: auto;
      max-width: 106px;
      max-height: 30px;
      object-fit: contain;
    }

    .footer__bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 22px 0;
      border-top: 1px solid rgba(255, 255, 255, .1);
      color: rgba(255, 255, 255, .52);
      font-size: 13px;
    }

    .whatsapp-float {
      position: fixed;
      left: 18px;
      bottom: 18px;
      z-index: 120;
      display: inline-grid;
      place-items: center;
      width: 56px;
      height: 56px;
      border-radius: 999px;
      background: #25d366;
      color: #fff;
      box-shadow: 0 12px 28px rgba(17, 21, 19, .18);
      transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    }

    body.menu-open .whatsapp-float {
      opacity: 0;
      pointer-events: none;
      transform: translateY(12px) scale(.94);
      visibility: hidden;
    }

    .whatsapp-float svg {
      width: 30px;
      height: 30px;
      fill: currentColor;
    }

    @keyframes rise {
      from {
        opacity: 0;
        transform: translateY(18px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes floatIn {
      from {
        opacity: 0;
        transform: translateY(22px) scale(.98);
      }
      to {
        opacity: 1;
        transform: translateY(0) scale(1);
      }
    }

    @media (max-width: 1120px) {
      .header__inner {
        grid-template-columns: auto 1fr auto;
      }

      .nav {
        display: none;
      }

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

      .hifi-product-grid-config {
        grid-template-columns: repeat(var(--hifi-products-mobile, 2), minmax(0, 1fr));
      }

      .usp-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .footer__top {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    @media (max-width: 860px) {
      :root {
        --header: 72px;
      }

      .container {
        width: min(var(--container), calc(100% - 28px));
      }

      .section,
      .section--tight {
        padding: 38px 0;
      }

      .header__inner {
        grid-template-columns: auto auto;
        justify-content: space-between;
        gap: 14px;
        min-height: 72px;
        padding: 10px 0 12px;
      }

      .header__main {
        display: none;
      }

      .category-nav {
        display: none;
      }

      .category-hover-panel {
        display: none;
      }

      .header__actions .action-btn[aria-label="Zoeken"] {
        display: inline-grid;
      }

      .mobile-search-wrap.is-open {
        display: block;
      }

      .mobile-search-wrap .search {
        max-width: none;
      }

      .subcategory-filter {
        margin-top: -18px;
        margin-bottom: 26px;
      }

      .subcategory-filter__toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        min-height: 44px;
        padding: 0 14px;
        border: 1px solid var(--line);
        border-radius: var(--radius);
        background: #fff;
        color: var(--ink);
        font-weight: 850;
      }

      .subcategory-filter__toggle svg {
        width: 20px;
        height: 20px;
        fill: none;
        stroke: var(--accent-dark);
        stroke-width: 2.4;
        stroke-linecap: round;
        stroke-linejoin: round;
        transition: transform .24s ease;
      }

      .subcategory-filter.is-open .subcategory-filter__toggle svg {
        transform: rotate(180deg);
      }

      .subcategory-filter .subcategory-list {
        flex-wrap: nowrap;
        gap: 8px;
        max-height: 0;
        opacity: 0;
        overflow-x: auto;
        overflow-y: hidden;
        padding-top: 0;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        transform: translateY(-4px);
        transition: max-height .32s ease, opacity .2s ease, padding .24s ease, transform .24s ease;
      }

      .subcategory-filter .subcategory-list::-webkit-scrollbar {
        display: none;
      }

      .subcategory-filter.is-open .subcategory-list {
        max-height: 58px;
        opacity: 1;
        padding-top: 10px;
        transform: translateY(0);
      }

      .subcategory-filter .subcategory-chip {
        flex: 0 0 auto;
        min-height: 36px;
        scroll-snap-align: start;
      }

      .header__actions .action-btn:nth-child(1) {
        display: none;
      }

      .menu-toggle {
        display: inline-grid;
      }

      .hero {
        width: 100%;
        min-height: auto;
        margin: 0;
        padding: 48px 0 36px;
        border: 0;
        background: #f8fafc;
        overflow: hidden;
      }

      .hero__inner {
        grid-template-columns: 1fr;
        width: min(var(--container), calc(100% - 28px));
        min-height: auto;
        gap: 34px;
      }

      .hero__copy {
        padding: 0;
        text-align: center;
      }

      .hero h1 {
        max-width: 100%;
        font-size: 42px;
        line-height: 1.1;
      }

      .hero__copy .lead {
        margin-right: auto;
        margin-left: auto;
        font-size: 14px;
      }

      .hero__copy .eyebrow {
        margin-right: auto;
        margin-left: auto;
      }

      .hero__actions {
        justify-content: center;
      }

      .hero__visual {
        display: grid;
        width: 100%;
        margin-top: 2px;
      }

      .hero__photo-card > img {
        height: 280px;
      }

      .hero__review-pill {
        left: 14px;
        bottom: 14px;
        gap: 10px;
        max-width: calc(100% - 28px);
        padding: 7px 12px;
      }

      .hero__review-avatars img {
        width: 26px;
        height: 26px;
      }

      .hero__review-text strong {
        font-size: 13px;
      }

      .hero__review-text span {
        font-size: 11px;
      }

      .hero__deal {
        max-width: 520px;
      }

      .brand-story__inner {
        grid-template-columns: 1fr;
        gap: 28px;
      }

      .brand-story h2 {
        font-size: 26px;
        line-height: 1.03;
      }

      .brand-story__intro {
        margin-bottom: 22px;
        font-size: 16px;
        line-height: 1.62;
      }

      .brand-story__media {
        min-height: 330px;
      }

      .brand-story__media::before {
        inset: 30px 0 24px 28px;
      }

      .brand-story__image--main {
        width: 84%;
        height: 230px;
      }

      .brand-story__image--small {
        width: 54%;
        height: 150px;
      }

      .brand-story__text {
        gap: 12px;
      }

      .brand-story__text p {
        font-size: 15px;
        line-height: 1.65;
      }

      .brand-story__text p:first-child {
        font-size: 18px;
        line-height: 1.45;
      }

      .contact-page {
        padding: 38px 0 50px;
      }

      .contact-page__hero,
      .contact-page__grid {
        grid-template-columns: 1fr;
      }

      .contact-page__hero {
        gap: 28px;
      }

      .contact-page__copy h1 {
        font-size: 42px;
        line-height: 1.02;
      }

      .contact-page__copy .lead {
        font-size: 16px;
        line-height: 1.58;
      }

      .contact-page__actions {
        align-items: stretch;
      }

      .contact-page__actions .wp-block-button__link,
      .contact-page__link {
        width: 100%;
        justify-content: center;
        text-align: center;
      }

      .contact-page__link {
        display: inline-flex;
        min-height: 48px;
        align-items: center;
      }

      .contact-page__image img {
        height: 300px;
      }

      .contact-card {
        padding: 20px;
      }

      .section-head {
        display: grid;
        gap: 16px;
        margin-bottom: 38px;
      }

      .section-head p {
        padding-top: 0;
      }

      .deals .section-head {
        margin-bottom: 26px;
      }

      #categorieen {
        padding-top: 6px;
      }

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

      .service-wrap {
        grid-template-columns: 1fr;
      }

      .testimonial-grid {
        grid-template-columns: 1fr;
      }

      .footer__top {
        grid-template-columns: repeat(2, 1fr);
      }

      .footer__about {
        grid-column: 1 / -1;
      }
    }

    @media (max-width: 620px) {
      .brand {
        max-width: 172px;
      }

      .brand__logo {
        width: 168px;
        height: auto;
        max-height: 38px;
      }

      .hero__actions,
      .footer__bottom {
        flex-direction: column;
        align-items: stretch;
      }

      .btn {
        width: 100%;
      }

      .proof-pill {
        width: 100%;
      }

      .usp-grid,
      .service-grid,
      .footer__top {
        grid-template-columns: 1fr;
      }

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

      .category-card {
        flex-basis: calc((100% - 14px) / 2);
        min-height: 82px;
      }

      .category-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
        scroll-snap-type: none;
      }

      .category-carousel__nav {
        display: none;
      }

      .category-card__image {
        inset: 10px auto 10px 10px;
        width: 50px;
      }

      .category-card__image img {
        width: 48px;
        max-height: 48px;
        opacity: 1;
      }

      .category-card__body {
        position: relative;
        align-items: center;
        min-height: 82px;
        gap: 8px;
        padding: 10px 36px 10px 60px;
      }

      .category-card__body h3 {
        max-width: none;
        font-size: 14px;
        line-height: 1.15;
      }

      .category-arrow {
        position: absolute;
        right: 9px;
        bottom: 9px;
        width: 28px;
        height: 28px;
      }

      .category-arrow svg {
        width: 18px;
        height: 18px;
      }

      .product-card__media {
        aspect-ratio: 1 / 1;
        padding: 0;
      }

      .product-card__body {
        gap: 5px;
        padding: 12px;
      }

      .product-card h3 {
        font-size: 15px;
      }

      .product-card h3 {
        font-size: 18px;
        font-size: clamp(17px, 4.1vw, 20px);
        min-height: calc(1.2em * 2);
      }

      .product-card p {
        font-size: 13px;
        line-height: 1.3;
      }

      .product-card__footer {
        align-items: flex-end;
        justify-content: space-between;
        gap: 8px;
      }

      .product-card .price {
        display: flex;
        flex-wrap: wrap;
        gap: 2px;
      }

      .product-card .btn {
        width: auto;
        flex: 0 0 auto;
        min-height: 36px;
        padding-inline: 10px;
      }

      .product-card .btn {
        width: 100%;
        min-height: 40px;
        padding-inline: 12px;
      }

      .product-card h3 {
        font-size: 14px;
        line-height: 1.16;
        min-height: calc(1.16em * 2);
      }

      .product-card .price strong {
        font-size: 16px;
        line-height: 1;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      *,
      *::before,
      *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
      }
    }

    .wp-block-group {
      margin-top: 0;
      margin-bottom: 0;
    }

    .wp-block-group__inner-container {
      display: contents;
    }

    .wp-block-image {
      margin: 0;
    }

    .btn .wp-block-button__link {
      min-height: inherit;
      padding: 0;
      border: 0;
      background: transparent;
      color: inherit;
      font: inherit;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .category-card.wp-block-group {
      margin: 0;
    }

    .category-card .wp-block-image,
    .category-card .wp-block-image img {
      width: 100%;
      height: 100%;
    }

    .category-card .wp-block-heading {
      margin: 0;
    }

    .cart-drawer {
      position: fixed;
      inset: 0;
      z-index: 200;
      pointer-events: none;
      visibility: hidden;
    }

    .cart-drawer.is-open {
      pointer-events: auto;
      visibility: visible;
    }

    .cart-drawer__backdrop {
      position: absolute;
      inset: 0;
      border: 0;
      background: rgba(17, 21, 19, .32);
      opacity: 0;
      transition: opacity .22s ease;
    }

    .cart-drawer.is-open .cart-drawer__backdrop {
      opacity: 1;
    }

    .cart-drawer__panel {
      position: absolute;
      top: 0;
      right: 0;
      display: flex;
      flex-direction: column;
      gap: 18px;
      width: min(420px, calc(100vw - 24px));
      height: 100%;
      padding: 24px;
      background: #fff;
      border-left: 1px solid var(--line);
      transform: translateX(100%);
      transition: transform .24s ease;
    }

    .cart-drawer.is-open .cart-drawer__panel {
      transform: translateX(0);
    }

    .cart-drawer__head,
    .cart-drawer__total {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

    .cart-drawer__head h2 {
      margin: 0;
      font-size: 28px;
    }

    .cart-drawer__close {
      width: 40px;
      height: 40px;
      border: 0;
      background: transparent;
      color: var(--ink);
      font-size: 30px;
      line-height: 1;
    }

    .cart-drawer__notice {
      padding: 12px 14px;
      border: 1px solid rgba(124, 198, 63, .45);
      border-radius: var(--radius);
      background: var(--accent-soft);
      color: var(--accent-dark);
      font-size: 14px;
      font-weight: 780;
      line-height: 1.45;
    }

    .cart-drawer__items {
      display: grid;
      gap: 14px;
      overflow: auto;
    }

    .cart-drawer__item {
      display: grid;
      grid-template-columns: 72px 1fr;
      gap: 12px;
      align-items: center;
      padding-bottom: 14px;
      border-bottom: 1px solid var(--line);
      transition: opacity .18s ease;
    }

    .cart-drawer__item.is-updating {
      opacity: .55;
      pointer-events: none;
    }

    .cart-drawer__item img {
      aspect-ratio: 1;
      width: 72px;
      height: 72px;
      object-fit: contain;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
    }

    .cart-drawer__item-body {
      display: grid;
      gap: 7px;
      min-width: 0;
    }

    .cart-drawer__item-body strong {
      color: var(--ink);
      font-size: 14px;
      font-weight: 860;
      line-height: 1.25;
    }

    .cart-drawer__item-body small {
      color: var(--ink);
      font-size: 13px;
      font-weight: 860;
    }

    .cart-drawer__item span,
    .cart-drawer__empty,
    .cart-drawer__link {
      color: var(--muted);
    }

    .cart-drawer__item-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px;
    }

    .cart-drawer__qty {
      display: grid;
      grid-template-columns: 32px 42px 32px;
      overflow: hidden;
      width: 106px;
      min-height: 34px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
    }

    .cart-drawer__qty button,
    .cart-drawer__qty input {
      width: 100%;
      min-width: 0;
      border: 0;
      background: transparent;
      color: var(--ink);
      text-align: center;
      font: inherit;
      font-size: 14px;
      font-weight: 850;
    }

    .cart-drawer__qty button {
      cursor: pointer;
    }

    .cart-drawer__qty input {
      appearance: textfield;
      -moz-appearance: textfield;
    }

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

    .cart-drawer__remove {
      border: 0;
      background: transparent;
      color: var(--muted);
      font-size: 12px;
      font-weight: 820;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .cart-drawer__link {
      text-align: center;
      font-weight: 800;
    }

    .shop-shell,
    .single-product-shell,
    .product {
      padding: 44px 0 64px;
      background: #fff;
    }

    .shop-shell {
      padding-top: 28px;
    }

    body.single-product .product {
      padding-top: 24px;
    }

    .shop-shell__head {
      width: min(var(--container), calc(100% - 40px));
      margin: 0 auto;
    }

    .single-product__layout,
    .product__layout {
      width: 100%;
      margin: 0;
    }

    .shop-shell__head {
      display: flex;
      justify-content: space-between;
      gap: 24px;
      align-items: end;
      margin-bottom: 16px;
    }

    .shop-shell__head h1 {
      margin-bottom: 0;
      font-size: clamp(42px, 4.8vw, 64px);
      line-height: 1.02;
      letter-spacing: -0.015em;
    }

    .shop-shell__description {
      max-width: 680px;
      margin-top: 10px;
      color: var(--muted);
      font-size: clamp(15px, 1vw, 18px);
      line-height: 1.45;
    }

    .shop-shell__description p {
      margin-bottom: 0;
    }

    .subcategory-filter {
      margin: 10px auto 10px;
    }

    .shop-shell__filters {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      margin-bottom: 18px;
    }

    .shop-shell__sort-wrap {
      display: flex;
      align-items: center;
      flex: 0 0 auto;
      gap: 8px;
      margin-bottom: 0;
    }

    .shop-shell__sort-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      color: var(--accent-dark);
    }

    .shop-shell__sort-icon svg {
      width: 18px;
      height: 18px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
    }

    .shop-shell__sort-wrap .woocommerce-ordering {
      margin: 0;
    }

    .shop-shell__sort-wrap .woocommerce-ordering select,
    .shop-shell__sort-wrap select {
      min-height: 38px;
      border: 1px solid var(--line);
      border-radius: 10px;
      padding: 0 36px 0 12px;
      color: #27342e;
      font-family: var(--font);
      font-size: 14px;
      font-weight: 760;
      line-height: 1;
      background: #fff;
    }

    .price-filter {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 12px;
      min-width: 0;
    }

    .price-filter__summary {
      display: grid;
      gap: 4px;
      min-width: 116px;
      color: var(--muted);
      font-size: 11px;
      font-weight: 820;
      line-height: 1;
      text-transform: uppercase;
    }

    .price-filter__summary strong {
      color: var(--ink);
      font-size: 14px;
      font-weight: 900;
      line-height: 1.1;
      text-transform: none;
      white-space: nowrap;
    }

    .price-filter__icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      color: var(--accent-dark);
      font-size: 18px;
      font-weight: 900;
      line-height: 1;
    }

    .price-filter__slider {
      --range-min: 0%;
      --range-max: 100%;
      position: relative;
      flex: 0 1 230px;
      width: 230px;
      height: 38px;
      display: flex;
      align-items: center;
    }

    .price-filter__slider::before,
    .price-filter__slider::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      height: 4px;
      border-radius: 999px;
      transform: translateY(-50%);
      pointer-events: none;
    }

    .price-filter__slider::before {
      background: var(--line);
    }

    .price-filter__slider::after {
      left: var(--range-min);
      right: calc(100% - var(--range-max));
      background: var(--accent);
      transition: left .14s ease, right .14s ease;
    }

    .price-filter__slider input[type="range"] {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 38px;
      margin: 0;
      padding: 0;
      appearance: none;
      -webkit-appearance: none;
      background: transparent;
      pointer-events: none;
      z-index: 2;
    }

    .price-filter__slider input[type="range"]::-webkit-slider-runnable-track {
      height: 4px;
      background: transparent;
      border: 0;
    }

    .price-filter__slider input[type="range"]::-moz-range-track {
      height: 4px;
      background: transparent;
      border: 0;
    }

    .price-filter__slider input[type="range"]::-webkit-slider-thumb {
      width: 18px;
      height: 18px;
      margin-top: -7px;
      border: 3px solid #fff;
      border-radius: 999px;
      background: var(--accent);
      box-shadow: 0 2px 8px rgba(17, 21, 19, .16);
      cursor: grab;
      pointer-events: auto;
      appearance: none;
      -webkit-appearance: none;
      transition: transform .14s ease, background .14s ease;
    }

    .price-filter__slider input[type="range"]::-moz-range-thumb {
      width: 18px;
      height: 18px;
      border: 3px solid #fff;
      border-radius: 999px;
      background: var(--accent);
      box-shadow: 0 2px 8px rgba(17, 21, 19, .16);
      cursor: grab;
      pointer-events: auto;
      transition: transform .14s ease, background .14s ease;
    }

    .price-filter__slider input[type="range"]:active::-webkit-slider-thumb {
      cursor: grabbing;
      transform: scale(1.08);
      background: var(--accent-dark);
    }

    .price-filter__slider input[type="range"]:active::-moz-range-thumb {
      cursor: grabbing;
      transform: scale(1.08);
      background: var(--accent-dark);
    }

    .price-filter label {
      display: grid;
      gap: 4px;
      min-width: 84px;
      color: var(--muted);
      font-size: 11px;
      font-weight: 820;
      line-height: 1;
      text-transform: uppercase;
    }

    .price-filter label input {
      width: 96px;
      min-height: 38px;
      border: 1px solid var(--line);
      border-radius: 10px;
      padding: 0 12px;
      color: var(--ink);
      font-family: var(--font);
      font-size: 14px;
      font-weight: 800;
      background: #fff;
      outline: none;
    }

    .price-filter label input:focus,
    .shop-shell__sort-wrap select:focus {
      border-color: rgba(124, 198, 63, .9);
    }

    .price-filter__reset {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 38px;
      border: 0;
      border-radius: 10px;
      padding: 0 14px;
      font-size: 14px;
      font-weight: 850;
      line-height: 1;
      box-shadow: none;
    }

    .price-filter__reset {
      background: var(--accent-soft);
      color: var(--accent-dark);
    }

    .subcategory-filter__toggle {
      display: none;
    }

    .subcategory-list {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .subcategory-chip {
      display: inline-flex;
      align-items: center;
      min-height: 36px;
      padding: 0 14px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: #fff;
      color: #39413c;
      font-size: 14px;
      font-weight: 790;
      transition: border-color .2s ease, color .2s ease;
    }

    .subcategory-chip:hover,
    .subcategory-chip.is-active {
      border-color: rgba(124, 198, 63, .85);
      color: var(--accent-dark);
    }

    .shop-shell .product-grid {
      width: min(var(--container), calc(100% - 40px));
      margin: 0 auto;
    }

    .single-product__layout,
    .product__layout {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
      gap: 56px;
      align-items: start;
    }

    .single-product__media,
    .product__media {
      display: grid;
      gap: 16px;
    }

    .single-product__image,
    .product__image {
      display: flex;
      aspect-ratio: 1;
      min-height: 620px;
      overflow-x: auto;
      overflow-y: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      background: #fafafa;
      scroll-behavior: smooth;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
    }

    .single-product__image::-webkit-scrollbar,
    .product__image::-webkit-scrollbar {
      display: none;
    }

    .product__image-slide {
      position: relative;
      display: grid;
      flex: 0 0 100%;
      place-items: center;
      width: 100%;
      min-width: 100%;
      margin: 0;
      background: #fafafa;
      scroll-snap-align: start;
    }

    .product__image-zoom {
      position: absolute;
      inset: 0;
      z-index: 2;
      display: block;
      width: auto;
      height: auto;
      padding: 0;
      border: 0;
      background: transparent;
      color: inherit;
      cursor: zoom-in;
    }

    .single-product__image img,
    .product__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .product-lightbox {
      position: fixed;
      inset: 0;
      z-index: 260;
      display: grid;
      place-items: center;
      padding: 28px;
      pointer-events: none;
      visibility: hidden;
    }

    .product-lightbox.is-open {
      pointer-events: auto;
      visibility: visible;
    }

    .product-lightbox__backdrop {
      position: absolute;
      inset: 0;
      border: 0;
      background: rgba(17, 21, 19, .78);
      opacity: 0;
      transition: opacity .2s ease;
    }

    .product-lightbox.is-open .product-lightbox__backdrop {
      opacity: 1;
    }

    .product-lightbox__dialog {
      position: relative;
      display: grid;
      place-items: center;
      width: min(920px, 94vw);
      max-height: 90vh;
      padding: 18px;
      border-radius: var(--radius-lg);
      background: #fafafa;
      transform: translateY(10px) scale(.98);
      opacity: 0;
      transition: transform .2s ease, opacity .2s ease;
    }

    .product-lightbox.is-open .product-lightbox__dialog {
      transform: none;
      opacity: 1;
    }

    .product-lightbox__dialog img {
      width: 100%;
      max-height: calc(90vh - 36px);
      object-fit: contain;
    }

    .product-lightbox__close {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 1;
      display: grid;
      place-items: center;
      width: 38px;
      height: 38px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: #fff;
      color: var(--ink);
      font-size: 28px;
      line-height: 1;
    }

    .thumbs {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;
    }

    .thumb {
      display: grid;
      place-items: center;
      aspect-ratio: 1;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #f7f8f5;
      cursor: pointer;
      padding: 0;
      transition: border-color .18s ease, background .18s ease;
    }

    .thumb.is-active,
    .thumb:hover {
      border-color: var(--accent);
      background: #fff;
    }

    .thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .single-product__info,
    .product__info {
      display: grid;
      gap: 0;
      padding-top: 18px;
    }

    .single-product__info h1,
    .product__info h1 {
      max-width: 720px;
      margin: 0 0 16px;
      font-size: clamp(34px, 4vw, 56px);
      line-height: 1.02;
      letter-spacing: -.04em;
    }

    .summary {
      max-width: 620px;
      margin-bottom: 26px;
      color: var(--muted);
      font-size: clamp(17px, 1.5vw, 20px);
      line-height: 1.65;
    }

    .product-meta {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 6px;
      margin: 0 0 12px;
    }

    .product-meta__item {
      display: flex;
      width: 100%;
      color: var(--muted);
      font-size: 14px;
      font-weight: 680;
    }

    .product-meta__item--leadtime {
      display: flex;
      align-items: center;
      gap: 8px;
      color: var(--accent-dark);
      font-weight: 780;
    }

    .product-meta__icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 18px;
      height: 18px;
      color: var(--accent);
      flex: 0 0 auto;
    }

    .product-meta__icon svg {
      width: 18px;
      height: 18px;
      fill: currentColor;
    }

    .product-price {
      display: flex;
      align-items: baseline;
      gap: 10px;
      flex-wrap: wrap;
      margin-bottom: 3px;
      font-weight: 900;
    }

    .product-price-tax {
      margin: 0 0 8px;
      color: var(--muted);
      font-size: 12px;
      font-weight: 760;
      line-height: 1;
    }

    .product-price del {
      order: 2;
      color: #858d88;
      font-size: 16px;
      font-weight: 650;
      letter-spacing: 0;
      text-decoration-thickness: 1px;
      text-decoration-color: currentColor;
    }

    .product-price del .amount {
      color: #858d88;
      font-size: 16px;
      font-weight: 650;
      letter-spacing: 0;
      line-height: 1;
    }

    .product-price ins {
      order: 1;
      text-decoration: none;
    }

    .product-price strong,
    .product-price ins .amount,
    .product-price > .amount {
      order: 1;
      color: var(--ink);
      font-size: clamp(32px, 3.8vw, 46px);
      letter-spacing: -.04em;
      line-height: 1;
      text-decoration: none;
    }

    .product-stock {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 8px;
      margin: 0 0 12px;
      color: #3f7f1d;
      font-size: 13px;
      font-weight: 800;
    }

    .product-stock::before {
      width: 6px;
      height: 6px;
      border-radius: 999px;
      background: var(--accent);
      content: "";
    }

    .product-stock--out {
      color: #6f7772;
    }

    .product-stock--out::before {
      background: #9ca49f;
    }

    .product-buy .stock {
      display: none;
    }

    .facts {
      display: grid;
      gap: 8px;
      margin: 0 0 24px;
      padding: 0;
      list-style: none;
    }

    .facts li {
      position: relative;
      padding-left: 24px;
      color: #39413c;
      font-size: 14px;
      font-weight: 720;
      line-height: 1.45;
    }

    .facts li::before {
      position: absolute;
      top: 2px;
      left: 0;
      width: 16px;
      height: 16px;
      background-color: #fff;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%237cc63f' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 16px 16px;
      border-radius: 999px;
      content: "";
    }

    .product-buy form.cart {
      display: grid;
      grid-template-columns: 110px 1fr;
      gap: 12px;
      margin: 0 0 30px;
    }

    .woocommerce .product-buy form.cart {
      display: grid;
      margin: 0 0 30px;
    }

    .woocommerce .product-buy form.cart div.quantity {
      float: none;
      margin: 0;
    }

    .product-buy .quantity {
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 52px;
      padding: 0 12px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      font-weight: 900;
    }

    .product-buy .quantity .qty-step {
      width: 24px;
      height: 24px;
      border: 0;
      background: transparent;
      color: var(--ink);
      font-weight: 900;
      line-height: 1;
    }

    .product-buy .quantity input {
      width: 42px;
      min-height: auto;
      padding: 0;
      border: 0;
      background: transparent;
      color: var(--ink);
      font-weight: 900;
      text-align: center;
      appearance: textfield;
      -moz-appearance: textfield;
    }

    .product-buy .quantity input::-webkit-outer-spin-button,
    .product-buy .quantity input::-webkit-inner-spin-button {
      margin: 0;
      appearance: none;
    }

    .product-buy .single_add_to_cart_button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 52px;
      padding: 0 22px;
      border: 0;
      border-radius: var(--radius);
      background: var(--accent);
      color: #fff;
      font-weight: 850;
    }

    .woocommerce .product-buy .single_add_to_cart_button.button.alt,
    .woocommerce .product-buy button.single_add_to_cart_button.button.alt,
    .woocommerce .product-buy .single_add_to_cart_button.button.alt:hover,
    .woocommerce .product-buy button.single_add_to_cart_button.button.alt:hover {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 52px;
      padding: 0 22px;
      border: 0;
      border-radius: var(--radius);
      background: var(--accent) !important;
      color: #fff !important;
      box-shadow: none;
      font-weight: 850;
      line-height: 1;
    }

    .product-buy .single_add_to_cart_button::after {
      width: 24px;
      height: 24px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none'%3E%3Cpath d='M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z'/%3E%3Cpath fill='%23ffffff' d='M16.586 3A2 2 0 0 1 18 3.586L20.414 6A2 2 0 0 1 21 7.414V19a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V7.414A2 2 0 0 1 3.586 6L6 3.586A2 2 0 0 1 7.414 3zM19 9H5v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zm-4 2a1 1 0 0 1 1 1 4 4 0 0 1-8 0 1 1 0 1 1 2 0 2 2 0 0 0 3.995.15L14 12a1 1 0 0 1 1-1m1.586-6H7.414l-2 2h13.172z'/%3E%3C/g%3E%3C/svg%3E");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 24px 24px;
      content: "";
    }

    .product-buy .single_add_to_cart_button.is-loading {
      opacity: .72;
      cursor: wait;
    }

    .product-buy .stock.out-of-stock {
      color: #6f7772;
      font-weight: 700;
    }

    .product-buy {
      padding-bottom: 1em;
    }

    .woocommerce .product-buy .single_add_to_cart_button.button.alt.disabled,
    .woocommerce .product-buy button.single_add_to_cart_button.button.alt.disabled,
    .woocommerce .product-buy .single_add_to_cart_button.button.alt:disabled,
    .woocommerce .product-buy button.single_add_to_cart_button.button.alt:disabled {
      background: #dbe1dd !important;
      border-color: transparent !important;
      border-width: 0 !important;
      color: #7f8983 !important;
      box-shadow: none !important;
      cursor: not-allowed;
      opacity: 1;
    }

    .woocommerce .product-buy .single_add_to_cart_button.button.alt.disabled::after,
    .woocommerce .product-buy button.single_add_to_cart_button.button.alt.disabled::after,
    .woocommerce .product-buy .single_add_to_cart_button.button.alt:disabled::after,
    .woocommerce .product-buy button.single_add_to_cart_button.button.alt:disabled::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none'%3E%3Cpath d='M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093c.012.004.023 0 .029-.008l.004-.014-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014-.034.614c0 .012.007.02.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z'/%3E%3Cpath fill='%237f8983' d='M16.586 3A2 2 0 0 1 18 3.586L20.414 6A2 2 0 0 1 21 7.414V19a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V7.414A2 2 0 0 1 3.586 6L6 3.586A2 2 0 0 1 7.414 3zM19 9H5v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zm-4 2a1 1 0 0 1 1 1 4 4 0 0 1-8 0 1 1 0 1 1 2 0 2 2 0 0 0 3.995.15L14 12a1 1 0 0 1 1-1m1.586-6H7.414l-2 2h13.172z'/%3E%3C/g%3E%3C/svg%3E") !important;
    }

    .breadcrumb {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      color: #5a8d3b;
      font-size: 12px;
      font-weight: 780;
    }

    .breadcrumb a {
      color: var(--accent-dark);
    }

    .detail-band {
      padding: 42px 0 56px;
      background: #fff;
      border-top: 1px solid var(--line);
    }

    .detail-grid {
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
      gap: 54px;
      align-items: start;
    }

    .detail-grid p {
      margin-bottom: 16px;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.7;
    }

    .spec-list {
      display: grid;
      margin: 0;
      padding: 0;
      list-style: none;
      border-top: 1px solid var(--line);
    }

    .spec-list li {
      display: grid;
      grid-template-columns: 180px 1fr;
      gap: 18px;
      padding: 15px 0;
      border-bottom: 1px solid var(--line);
    }

    .spec-list span:first-child {
      color: var(--muted);
      font-weight: 760;
    }

    .spec-list span:last-child {
      font-weight: 820;
    }

    .spec-text {
      margin: 0;
      padding: 14px 0;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      color: #39413c;
      font-size: 15px;
      font-weight: 700;
      line-height: 1.7;
      white-space: normal;
    }

    .spec-html {
      margin: 0;
      padding: 14px 0;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      color: #39413c;
      font-size: 15px;
      line-height: 1.7;
    }

    .spec-html table {
      width: 100%;
      border-collapse: collapse;
      font-size: inherit;
      line-height: inherit;
    }

    .spec-html th,
    .spec-html td {
      padding: 12px 0;
      border-bottom: 1px solid var(--line);
      text-align: left;
      vertical-align: top;
    }

    .spec-html th {
      color: var(--muted);
      font-weight: 760;
      padding-right: 18px;
      width: 180px;
    }

    .spec-html tbody tr:last-child th,
    .spec-html tbody tr:last-child td {
      border-bottom: 0;
    }

    .service-strip {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
      padding: 42px 0 60px;
      border-top: 1px solid var(--line);
    }

    .service-item {
      display: grid;
      gap: 8px;
    }

    .service-item .icon {
      width: 28px;
      height: 28px;
      border-radius: 10px;
      background: var(--accent-soft);
      color: var(--accent-dark);
    }

    .service-item .icon svg {
      width: 18px;
      height: 18px;
    }

    @media (max-width: 780px) {
      .single-product__layout,
      .product__layout,
      .detail-grid,
      .service-strip {
        grid-template-columns: 1fr;
        gap: 28px;
      }

      .shop-shell__head {
        display: block;
      }

      .shop-shell {
        padding-top: 22px;
      }

      .shop-shell__head h1 {
        font-size: clamp(36px, 10.5vw, 48px);
      }

      .shop-shell__description {
        margin-top: 7px;
        font-size: 15px;
        line-height: 1.45;
      }

      .shop-shell__filters {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
      }

      .shop-shell__sort-wrap {
        justify-content: flex-start;
        margin-bottom: 0;
      }

      .shop-shell__sort-wrap .woocommerce-ordering,
      .shop-shell__sort-wrap select {
        flex: 1 1 auto;
      }

      .shop-shell__sort-wrap .woocommerce-ordering select,
      .shop-shell__sort-wrap select {
        width: 100%;
      }

      .price-filter {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        align-items: stretch;
        justify-content: stretch;
      }

      .price-filter__summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
      }

      .price-filter__slider {
        width: 100%;
        flex-basis: auto;
      }

      .price-filter__reset {
        width: 100%;
      }

      .product__image {
        min-height: 0;
        aspect-ratio: 1;
      }

      .product__info {
        padding-top: 0;
      }

      .product__info h1 {
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 1.08;
      }

      .summary {
        font-size: 14px;
        line-height: 1.55;
      }

      .product-meta__item {
        font-size: 13px;
      }

      .product-price {
        margin-bottom: 8px;
      }

      .product-price del {
        font-size: 14px;
      }

      .product-price ins,
      .product-price strong,
      .product-price .amount,
      .product-price .woocommerce-Price-amount {
        font-size: 22px !important;
        line-height: 1;
      }

      .product-buy form.cart {
        grid-template-columns: 108px minmax(0, 1fr);
        align-items: stretch;
      }

      .spec-list li {
        grid-template-columns: 1fr;
        gap: 4px;
      }

      .spec-text {
        font-size: 14px;
      }

      .spec-html {
        font-size: 14px;
      }

      .spec-html th {
        width: auto;
        display: block;
        border-bottom: 0;
        padding-bottom: 2px;
      }

      .spec-html td {
        display: block;
        padding-top: 0;
      }
    }

/* Final spacing overrides for WooCommerce product and header search. */
body.single-product main > section.product {
  padding-top: 24px;
}

body.home .hero,
body.front-page .hero {
  margin-top: 0;
}

.mobile-search-wrap {
  padding-top: 12px;
  padding-bottom: 14px;
}

@media (max-width: 860px) {
  body.home .hero,
  body.front-page .hero {
    margin-top: 0;
  }

  .shop-shell .subcategory-filter {
    position: relative !important;
    display: block !important;
    overflow: visible !important;
    margin-top: 8px !important;
    margin-bottom: 20px !important;
    z-index: 30;
  }

  .shop-shell .subcategory-filter__toggle {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    color: var(--ink);
    font-weight: 850;
    position: relative;
    z-index: 2;
  }

  .shop-shell .subcategory-filter__toggle svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: var(--accent-dark);
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .24s ease;
  }

  .shop-shell .subcategory-filter.is-open .subcategory-filter__toggle svg {
    transform: rotate(180deg);
  }

  .shop-shell .subcategory-filter .subcategory-list {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 40 !important;
    display: none !important;
    flex-wrap: nowrap !important;
    gap: 8px;
    max-height: 0 !important;
    opacity: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 !important;
    border: 1px solid var(--line) !important;
    border-radius: var(--radius) !important;
    background: #fff !important;
    box-shadow: var(--shadow-soft) !important;
    transform: translateY(-4px) !important;
    pointer-events: none !important;
  }

  .shop-shell .subcategory-filter.is-open .subcategory-list {
    display: flex !important;
    max-height: 68px !important;
    opacity: 1 !important;
    padding: 10px !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }
}

/* WooCommerce system pages: cart, checkout and account. */
body.woocommerce-cart main,
body.woocommerce-checkout main,
body.woocommerce-account main {
  background: #fff;
}

body.woocommerce-cart main > *,
body.woocommerce-checkout main > *,
body.woocommerce-account main > .woocommerce {
  width: min(var(--container), calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

body.woocommerce-cart main,
body.woocommerce-checkout main,
body.woocommerce-account main {
  padding: 44px 0 72px;
}

body.woocommerce-cart .wp-block-woocommerce-cart,
body.woocommerce-checkout .wp-block-woocommerce-checkout {
  margin-top: 0;
  margin-bottom: 0;
}

body.woocommerce-cart .wc-block-cart,
body.woocommerce-checkout .wc-block-checkout {
  color: var(--ink);
  font-family: var(--font);
}

body.woocommerce-cart .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-components-sidebar,
body.woocommerce-cart .wc-block-cart__totals-title,
body.woocommerce-checkout .wc-block-checkout__sidebar {
  border-color: var(--line);
}

body.woocommerce-cart .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-checkout__sidebar {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: none;
}

body.woocommerce-cart .wc-block-components-sidebar {
  padding: 22px;
}

body.woocommerce-checkout .wc-block-checkout__sidebar {
  padding: 22px;
}

body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-checkout .wc-block-checkout__main {
  padding-right: 28px;
}

body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-cart-items__row,
body.woocommerce-checkout .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-components-checkout-step {
  border-color: var(--line) !important;
}

body.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary {
  margin: 0;
  padding: 0 0 16px;
  border: 0 !important;
}

body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-panel,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary__content {
  margin: 0;
  padding: 0;
  border: 0 !important;
}

body.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-wrapper {
  margin: 0;
  padding: 16px 0 !important;
  border-width: 1px 0 0 !important;
}

body.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper:first-of-type,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-wrapper:first-of-type {
  border-top: 0 !important;
}

body.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-item,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-item {
  padding-right: 0;
  padding-left: 0;
}

body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item {
  padding: 16px 0;
}

body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item:first-child {
  padding-top: 0;
}

body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item:last-child {
  padding-bottom: 0;
}

body.woocommerce-checkout .wc-block-checkout__main .wc-block-components-checkout-step {
  margin-bottom: 22px;
  padding: 0 0 22px;
}

body.woocommerce-checkout .wc-block-checkout__main .wc-block-components-checkout-step:last-child {
  margin-bottom: 0;
}

body.woocommerce-checkout .wc-block-checkout__sidebar {
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-sidebar {
  padding: 30px;
  border: 1px solid var(--line) !important;
  border-radius: var(--radius);
  background: #fff;
}

body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-coupon,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-item {
  padding-right: 0;
  padding-left: 0;
}

body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
  padding-top: 20px;
  padding-bottom: 2px;
}

body.woocommerce-cart .wc-block-cart-items__row {
  padding: 20px 0;
}

body.woocommerce-cart .wc-block-cart-item__image img,
body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fafafa;
  object-fit: contain;
}

body.woocommerce-cart .wc-block-cart-item__product,
body.woocommerce-checkout .wc-block-components-order-summary-item__description {
  color: var(--ink);
  font-weight: 780;
}

body.woocommerce-cart .wc-block-cart-item__prices,
body.woocommerce-cart .wc-block-cart-item__total,
body.woocommerce-checkout .wc-block-components-product-price,
body.woocommerce-checkout .wc-block-components-totals-item__value {
  color: var(--ink);
  font-weight: 900;
}

body.woocommerce-cart .wc-block-components-quantity-selector {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

body.woocommerce-cart .wc-block-components-quantity-selector input {
  color: var(--ink);
  font-weight: 850;
}

body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .wc-block-components-button,
body.woocommerce-cart .wc-block-components-button {
  min-height: 52px;
  border: 0 !important;
  border-radius: var(--radius) !important;
  background: var(--accent) !important;
  color: #fff !important;
  box-shadow: none !important;
  font-weight: 850;
  text-decoration: none;
}

body.woocommerce-cart .wc-block-components-button:hover,
body.woocommerce-checkout .wc-block-components-button:hover {
  background: var(--accent-dark) !important;
  color: #fff !important;
}

body.woocommerce-cart .wc-block-components-button:disabled,
body.woocommerce-checkout .wc-block-components-button:disabled {
  background: #dbe1dd !important;
  color: #7f8983 !important;
  opacity: 1;
}

body.woocommerce-cart .wc-block-components-totals-coupon__form input,
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-address-form__address_2-toggle {
  min-height: 48px;
  border: 1px solid var(--line) !important;
  border-radius: var(--radius) !important;
  background: #fff !important;
  color: var(--ink) !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-block-components-combobox label,
body.woocommerce-checkout .wc-block-components-checkbox label,
body.woocommerce-cart .wc-block-components-totals-item__label {
  color: #4f5953;
  font-weight: 720;
}

body.woocommerce-checkout .wc-block-components-checkout-step__heading,
body.woocommerce-checkout .wc-block-components-title,
body.woocommerce-cart .wc-block-cart__totals-title {
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0;
}

body.woocommerce-cart .wc-block-cart__empty-cart__title {
  margin-top: 0;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: 0;
}

body.woocommerce-cart .wc-block-grid__products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0 0;
}

body.woocommerce-cart .wc-block-grid__product {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  text-align: left;
}

body.woocommerce-cart .wc-block-grid__product-image {
  aspect-ratio: 1;
  margin-bottom: 14px;
  border-radius: var(--radius);
  background: #fafafa;
}

body.woocommerce-cart .wc-block-grid__product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.woocommerce-cart .wc-block-grid__product-title {
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
}

body.woocommerce-cart .wc-block-grid__product-price {
  margin-top: 8px;
  color: var(--ink);
  font-weight: 900;
}

body.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link {
  width: 100%;
  min-height: 42px;
  margin-top: 10px;
  border-radius: var(--radius);
  background: var(--accent);
  color: #fff;
  font-weight: 850;
}

body.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  color: var(--ink);
}

body.woocommerce-account .woocommerce h2,
body.woocommerce-account .woocommerce h3 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.05;
  letter-spacing: 0;
}

body.woocommerce-account .woocommerce::before,
body.woocommerce-account .woocommerce::after {
  display: none;
}

body.woocommerce-account .woocommerce-notices-wrapper,
body.woocommerce-account .woocommerce > h2,
body.woocommerce-account .woocommerce > .woocommerce-form-login,
body.woocommerce-account .woocommerce > .woocommerce-form-register {
  grid-column: 1 / -1;
}

body.woocommerce-account .u-columns {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}

body.woocommerce-account .u-column1,
body.woocommerce-account .u-column2 {
  float: none !important;
  width: auto !important;
}

body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register,
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-address-fields,
body.woocommerce-account .woocommerce-EditAccountForm {
  border: 1px solid var(--line) !important;
  border-radius: var(--radius) !important;
  background: #fff;
  box-shadow: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: auto !important;
  max-width: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  grid-column: 1;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  grid-column: 2;
}

body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register,
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce-address-fields,
body.woocommerce-account .woocommerce-EditAccountForm {
  padding: 26px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  position: sticky;
  top: 126px;
  overflow: hidden;
  padding: 10px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 13px;
  border-radius: var(--radius);
  color: #4f5953;
  font-weight: 820;
  text-decoration: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #cfd8d2;
}

body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a::before,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover::before {
  background: var(--accent);
}

body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: var(--accent-soft);
  color: var(--accent-dark);
}

body.woocommerce-account .woocommerce-MyAccount-content {
  min-width: 0;
  color: #4f5953;
  font-size: 16px;
  line-height: 1.65;
}

body.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
  margin-top: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content p {
  max-width: 760px;
  margin: 0 0 16px;
}

body.woocommerce-account .woocommerce-MyAccount-content strong {
  color: var(--ink);
  font-weight: 850;
}

body.woocommerce-account .woocommerce-MyAccount-content mark {
  border-radius: 6px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-weight: 850;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: auto;
  max-width: none;
  margin: 0 !important;
  padding: 16px 18px 16px 48px;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message .button {
  flex: 0 0 auto;
  min-height: 40px;
  margin-left: auto;
  white-space: nowrap;
}

body.woocommerce-account .woocommerce-MyAccount-content table,
body.woocommerce-account .woocommerce-orders-table,
body.woocommerce-account .woocommerce-table {
  overflow: hidden;
  width: 100%;
  border: 1px solid var(--line);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}

body.woocommerce-account .woocommerce-MyAccount-content table th,
body.woocommerce-account .woocommerce-MyAccount-content table td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}

body.woocommerce-account .woocommerce-MyAccount-content table tr:last-child td {
  border-bottom: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content table th {
  background: #fafafa;
  color: #5f6b65;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

body.woocommerce-account .woocommerce-MyAccount-content table td {
  color: #39413c;
  font-weight: 680;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button,
body.woocommerce-account .woocommerce-MyAccount-content .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px !important;
  font-size: 14px;
}

body.woocommerce-account .woocommerce-Addresses,
body.woocommerce-account .woocommerce-columns--addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

body.woocommerce-account .woocommerce-Address {
  float: none !important;
  width: auto !important;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fafafa;
}

body.woocommerce-account .woocommerce-Address.col-1 {
  grid-column: 1;
}

body.woocommerce-account .woocommerce-Address.col-2 {
  grid-column: 2;
}

body.woocommerce-account .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

body.woocommerce-account .woocommerce-Address-title h2,
body.woocommerce-account .woocommerce-column__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.15;
}

body.woocommerce-account .woocommerce-Address-title a {
  flex: 0 0 auto;
  font-size: 14px;
}

body.woocommerce-account address {
  color: #5f6b65;
  font-style: normal;
  line-height: 1.65;
}

body.woocommerce-account form .form-row {
  margin: 0 0 17px;
}

body.woocommerce-account form .form-row label {
  display: block;
  margin-bottom: 6px;
  color: #4f5953;
  font-size: 13px;
  font-weight: 820;
}

body.woocommerce-account input.input-text,
body.woocommerce-account select,
body.woocommerce-account textarea,
body.woocommerce-account .select2-container .select2-selection {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid var(--line) !important;
  border-radius: var(--radius) !important;
  background: #fff;
  color: var(--ink);
  box-shadow: none !important;
}

body.woocommerce-account textarea {
  min-height: 120px;
  padding-top: 12px;
}

body.woocommerce-account fieldset {
  margin: 24px 0 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

body.woocommerce-account legend {
  padding: 0 8px;
  color: var(--ink);
  font-weight: 900;
}

body.woocommerce-account .button,
body.woocommerce-account button.button,
body.woocommerce-account .woocommerce-button {
  min-height: 48px;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: var(--radius) !important;
  background: var(--accent) !important;
  color: #fff !important;
  box-shadow: none !important;
  font-weight: 850;
}

body.woocommerce-account .button:hover,
body.woocommerce-account button.button:hover,
body.woocommerce-account .woocommerce-button:hover {
  background: var(--accent-dark) !important;
  color: #fff !important;
}

body.woocommerce-account .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 14px;
  color: #4f5953;
  font-weight: 760;
}

body.woocommerce-account .woocommerce-form-login__submit {
  margin-right: 12px !important;
}

body.woocommerce-account .lost_password {
  margin: 14px 0 0;
}

body.woocommerce-account .lost_password a,
body.woocommerce-account .woocommerce a {
  color: var(--accent-dark);
  font-weight: 780;
}

body.woocommerce-account .woocommerce-privacy-policy-text {
  color: #6b746f;
  font-size: 14px;
  line-height: 1.55;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  width: min(var(--container), calc(100% - 40px));
  margin-right: auto !important;
  margin-left: auto !important;
  border-top-color: var(--accent) !important;
  border-radius: var(--radius);
  background: var(--accent-soft);
  color: #39413c;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  color: var(--accent-dark);
}

@media (max-width: 860px) {
  body.woocommerce-cart main,
  body.woocommerce-checkout main,
  body.woocommerce-account main {
    padding: 26px 0 54px;
  }

  body.woocommerce-cart main > *,
  body.woocommerce-checkout main > *,
  body.woocommerce-account main > .woocommerce {
    width: min(var(--container), calc(100% - 28px));
  }

  body.woocommerce-cart .wc-block-cart__main,
  body.woocommerce-checkout .wc-block-checkout__main {
    padding-right: 0;
  }

  body.woocommerce-cart .wc-block-components-sidebar,
  body.woocommerce-checkout .wc-block-checkout__sidebar,
  body.woocommerce-account .woocommerce-form-login,
  body.woocommerce-account .woocommerce-form-register,
  body.woocommerce-account .woocommerce-MyAccount-content,
  body.woocommerce-account .woocommerce-address-fields,
  body.woocommerce-account .woocommerce-EditAccountForm {
    padding: 16px;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar {
    padding: 0;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-sidebar {
    padding: 16px;
  }

  body.woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-content {
    grid-column: auto;
  }

  body.woocommerce-account .u-columns,
  body.woocommerce-account .woocommerce-Addresses,
  body.woocommerce-account .woocommerce-columns--addresses {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation {
    position: static;
    padding: 8px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation a {
    min-height: 42px;
    padding: 0 10px;
    font-size: 13px;
  }

  body.woocommerce-account .woocommerce-MyAccount-content {
    font-size: 15px;
    line-height: 1.55;
  }

  body.woocommerce-account .woocommerce-Address.col-1,
  body.woocommerce-account .woocommerce-Address.col-2 {
    grid-column: auto;
  }

  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error {
    display: block;
    padding: 16px 16px 16px 44px;
  }

  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button,
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message .button {
    width: 100%;
    margin: 12px 0 0;
  }

  body.woocommerce-account .woocommerce-MyAccount-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.woocommerce-cart .wc-block-grid__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.woocommerce-account .woocommerce h2,
  body.woocommerce-account .woocommerce h3 {
    font-size: 26px;
  }

  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    width: min(var(--container), calc(100% - 28px));
  }
}

/* Category overview page. */
.category-index {
  padding: 54px 0 76px;
  background: #fff;
}

.category-index__head {
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin-bottom: 34px;
}

.category-index__head h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 7vw, 82px);
  line-height: .95;
  letter-spacing: 0;
}

.category-index__head p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.category-index__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.category-index-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: border-color .18s ease;
}

.category-index-card:hover {
  border-color: rgba(124, 198, 63, .85);
}

.category-index-card__main {
  position: relative;
  display: grid;
  grid-template-columns: 44px 96px minmax(0, 1fr) 24px;
  gap: 14px;
  align-items: center;
  min-height: 132px;
  padding: 18px;
}

.category-index-card__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: var(--radius);
  background: var(--accent-soft);
  color: var(--accent-dark);
}

.category-index-card__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.category-index-card__image {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: var(--radius);
  background: #fafafa;
}

.category-index-card__image img {
  width: 76%;
  height: 76%;
  object-fit: contain;
}

.category-index-card__body {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.category-index-card__title {
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.08;
}

.category-index-card__count {
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
}

.category-index-card__children {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 18px 18px;
}

.category-index-card__children a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #39413c;
  font-size: 13px;
  font-weight: 780;
}

.category-index-card__children a:hover {
  border-color: rgba(124, 198, 63, .85);
  color: var(--accent-dark);
}

.category-index-card__children span {
  color: var(--muted);
  font-size: 12px;
}

@media (max-width: 980px) {
  .category-index__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .category-index {
    padding: 34px 0 56px;
  }

  .category-index__head {
    margin-bottom: 24px;
  }

  .category-index__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .category-index-card__main {
    grid-template-columns: 38px 62px minmax(0, 1fr) 22px;
    gap: 12px;
    min-height: 94px;
    padding: 14px;
  }

  .category-index-card__icon {
    width: 38px;
    height: 38px;
  }

  .category-index-card__image img {
    width: 82%;
    height: 82%;
  }

  .category-index-card__title {
    font-size: 18px;
  }

  .category-index-card__children {
    gap: 7px;
    padding: 0 14px 14px;
  }
}

/* 404 page. */
.not-found-page {
  padding: 64px 0 82px;
  background:
    linear-gradient(180deg, #fff 0%, #f7f8f5 100%);
}

.not-found-page__inner {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .72fr);
  gap: 48px;
  align-items: center;
}

.not-found-page__copy {
  display: grid;
  gap: 20px;
  max-width: 720px;
}

.not-found-page h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(44px, 7vw, 86px);
  line-height: .95;
  letter-spacing: 0;
}

.not-found-page p {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.not-found-search {
  max-width: 560px;
}

.not-found-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.not-found-page__categories {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.not-found-page__categories a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 54px;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: var(--ink);
  font-weight: 850;
  transition: border-color .18s ease, background .18s ease;
}

.not-found-page__categories a:hover {
  border-color: rgba(124, 198, 63, .55);
  background: var(--accent-soft);
}

.not-found-page__categories .icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: var(--radius);
  background: var(--accent-soft);
  color: var(--accent-dark);
}

.not-found-page__categories .icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 860px) {
  .not-found-page {
    padding: 42px 0 64px;
  }

  .not-found-page__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .not-found-page p {
    font-size: 16px;
  }

  .not-found-page__actions .btn {
    width: 100%;
  }

  .not-found-page__categories {
    padding: 12px;
  }
}

/* Temporarily hide homepage reviews/testimonials section. */
.wp-block-hifi-testimonials,
.testimonials {
  display: none !important;
}

.search-shell__empty {
  display: grid;
  gap: 16px;
  align-items: start;
  padding-top: 10px;
}

.search-shell__empty p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.search-shell__empty .btn {
  width: fit-content;
}

/* Layout guard: archive/search pages must never inherit a fixed mobile width. */
html body {
  display: block !important;
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100%;
  max-width: none;
  min-width: 0;
}

html body:not(.menu-open):not(.lightbox-open) {
  overflow-y: visible !important;
}

body .page,
body .topbar,
body .header,
body main,
body .footer,
body .shop-shell {
  width: 100%;
  max-width: none;
}

.withdrawal-form {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  padding: 52px 0 72px;
}

.withdrawal-form__notice {
  display: grid;
  gap: 8px;
  margin-bottom: 34px;
  padding: 34px 28px;
  border-left: 4px solid var(--accent);
  border-radius: 0 8px 8px 0;
  background: var(--accent-soft);
  color: #1d3428;
  font-size: 16px;
  line-height: 1.75;
}

.withdrawal-form__notice p {
  margin: 0;
}

.withdrawal-form__notice strong {
  color: var(--ink);
  font-weight: 900;
}

.withdrawal-form__box {
  display: grid;
  gap: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.withdrawal-form__box label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 820;
}

.withdrawal-form__box label em {
  color: var(--accent);
  font-style: normal;
}

.withdrawal-form__box label small {
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
}

.withdrawal-form__box input:not([type="checkbox"]),
.withdrawal-form__box textarea {
  width: 100%;
  border: 1px solid #cbd3d8;
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 500;
  box-shadow: none;
}

.withdrawal-form__box input:not([type="checkbox"]) {
  min-height: 45px;
}

.withdrawal-form__box textarea {
  min-height: 100px;
  padding-top: 13px;
  resize: vertical;
}

.withdrawal-form__box input::placeholder,
.withdrawal-form__box textarea::placeholder {
  color: #6f766f;
}

.withdrawal-form__box input:not([type="checkbox"]):focus,
.withdrawal-form__box textarea:focus {
  outline: none;
  border-color: rgba(124, 198, 63, .95);
  box-shadow: 0 0 0 3px rgba(124, 198, 63, .12);
}

.withdrawal-form__check {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px !important;
  margin-top: 2px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 780;
  line-height: 1.45;
}

.withdrawal-form__check input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border: 1px solid var(--line);
  border-radius: 3px;
  accent-color: var(--accent);
}

.withdrawal-form__box .btn {
  width: fit-content;
  min-width: 305px;
  min-height: 47px;
  margin-top: 8px;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  font-size: 15px;
}

.withdrawal-form__privacy {
  margin: 0;
  color: #6f766f;
  font-size: 13px;
  line-height: 1.55;
}

.withdrawal-form__privacy a {
  color: var(--accent-dark);
  font-weight: 800;
  text-decoration: none;
}

.withdrawal-message {
  margin-bottom: 22px;
  padding: 16px 18px;
  border-radius: 8px;
  font-weight: 780;
}

.withdrawal-message--success {
  background: var(--accent-soft);
  color: var(--accent-dark);
}

.withdrawal-message--error {
  background: #fff1ed;
  color: var(--danger);
}

@media (max-width: 700px) {
  .withdrawal-form {
    width: min(100% - 28px, 760px);
    padding: 30px 0 54px;
  }

  .withdrawal-form__notice {
    margin-bottom: 26px;
    padding: 24px 20px;
    font-size: 15px;
    line-height: 1.65;
  }

  .withdrawal-form__box .btn {
    width: 100%;
    min-width: 0;
  }
}
