    :root {
      --ink: #070707;
      --paper: #f7f5f0;
      --white: #fff;
      --muted: #66615b;
      --line: #d9d5ce;
      --red: #e22b1a;
      --gold: #b78a35;
      --container: 100vw;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      overflow-x: hidden;
      color: var(--ink);
      background: var(--paper);
      font-family: "Manrope", Arial, sans-serif;
      line-height: 1.35;
    }
    img { display: block; width: 100%; max-width: 100%; }
    a { color: inherit; text-decoration: none; }
    button, input { font: inherit; }

    .topbar {
      min-height: 28px;
      display: grid;
      place-items: center;
      background: var(--ink);
      color: var(--white);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .header {
      position: sticky;
      top: 0;
      z-index: 50;
      border-bottom: 1px solid var(--line);
      background: rgba(255, 255, 255, 0.94);
      backdrop-filter: blur(14px);
    }
    .header-inner {
      width: min(1320px, calc(100vw - 72px));
      min-height: 62px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 20px;
    }
    .nav {
      display: flex;
      align-items: center;
      gap: 18px;
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
    }
    .nav.right { justify-content: flex-end; }
    .nav a { white-space: nowrap; transition: color 0.2s ease; }
    .nav a:hover,
    .nav a[aria-current="page"] { color: var(--red); }
    .brand {
      display: grid;
      justify-items: center;
      line-height: 1;
      font-weight: 900;
      text-transform: uppercase;
    }
    .brand strong { font-size: 20px; font-weight: 900; }
    .brand span { margin-top: 5px; color: var(--gold); font-size: 10px; font-weight: 800; }
    .icon-btn {
      width: 42px;
      height: 42px;
      display: inline-grid;
      place-items: center;
      border: 1px solid transparent;
      background: transparent;
      color: var(--ink);
      cursor: pointer;
      transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    }
    .icon-btn svg {
      width: 22px;
      height: 22px;
      stroke: currentColor;
      stroke-width: 2.2;
    }
    .icon-btn:hover,
    .icon-btn[aria-current="page"] {
      border-color: var(--ink);
      background: var(--red);
      color: var(--white);
      transform: translate(-2px, -2px);
      box-shadow: 4px 4px 0 var(--ink);
    }
    .nav .icon-btn:hover,
    .nav .icon-btn[aria-current="page"] {
      color: var(--white);
    }

    h1, h2, h3, p { margin: 0; }
    h1, h2, h3 {
      line-height: 0.94;
      font-weight: 900;
      letter-spacing: 0;
      text-transform: uppercase;
    }
    h1 { max-width: 820px; font-size: clamp(42px, 5.4vw, 82px); }
    h2 { font-size: clamp(32px, 4.2vw, 64px); }
    h3 { font-size: clamp(22px, 2.1vw, 32px); }
    .eyebrow {
      color: var(--red);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .lead {
      max-width: 680px;
      color: var(--muted);
      font-size: clamp(16px, 1.2vw, 20px);
      font-weight: 800;
    }

    .btn {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border: 1px solid var(--ink);
      padding: 0 18px;
      background: var(--ink);
      color: var(--white);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      cursor: pointer;
      transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.24s ease, border-color 0.2s ease;
    }
    .btn:hover {
      transform: translate(-3px, -3px);
      background: var(--ink);
      border-color: var(--ink);
      color: var(--white);
      box-shadow: inset 0 -54px 0 var(--red), 6px 6px 0 var(--ink);
    }
    .btn.light {
      border-color: var(--white);
      background: var(--white);
      color: var(--ink);
    }
    .btn.light:hover {
      border-color: var(--white);
      background: var(--white);
      color: var(--ink);
      box-shadow: 6px 6px 0 var(--red);
    }
    .btn.secondary {
      background: var(--white);
      color: var(--ink);
    }
    .btn.secondary:hover {
      color: var(--white);
      box-shadow: inset 0 -54px 0 var(--red), 6px 6px 0 var(--ink);
    }

    .cart-main { background: var(--paper); }
    .breadcrumbs {
      width: var(--container);
      min-height: 58px;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 0 max(28px, 4vw);
      border-bottom: 1px solid var(--ink);
      background: var(--white);
      color: var(--muted);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .breadcrumbs a:hover { color: var(--red); }

    .cart-hero {
      width: var(--container);
      min-height: clamp(230px, 28svh, 340px);
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
      gap: 1px;
      background: var(--ink);
      border-bottom: 1px solid var(--ink);
    }
    .cart-hero-copy,
    .cart-hero-side {
      display: grid;
      align-content: center;
      gap: 14px;
      padding: clamp(30px, 3.5vw, 50px) max(32px, 4vw);
    }
    .cart-hero-copy {
      background: var(--ink);
      color: var(--white);
    }
    .cart-hero-copy h1 {
      max-width: 740px;
      font-size: clamp(34px, 4.4vw, 64px);
    }
    .cart-hero-copy .lead { color: #d8d3cb; }
    .cart-hero-side {
      background: var(--white);
    }
    .cart-hero-side div {
      display: grid;
      grid-template-columns: 58px 1fr;
      align-items: center;
      gap: 14px;
    }
    .cart-hero-side i {
      width: 58px;
      height: 58px;
      padding: 15px;
      background: var(--red);
      color: var(--white);
    }
    .cart-hero-side strong {
      display: block;
      font-size: 14px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .cart-hero-side span {
      display: block;
      margin-top: 4px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
    }

    .cart-layout {
      width: var(--container);
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(340px, 0.36fr);
      gap: 1px;
      background: var(--ink);
      border-bottom: 1px solid var(--ink);
    }
    .cart-items,
    .cart-summary {
      min-width: 0;
      display: grid;
      align-content: start;
      background: var(--paper);
    }
    .cart-items-head {
      min-height: 78px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) 110px 120px 120px;
      align-items: center;
      gap: 18px;
      padding: 0 max(28px, 4vw);
      border-bottom: 1px solid var(--ink);
      background: var(--white);
      color: var(--red);
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .cart-line {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 110px 120px 120px;
      align-items: center;
      gap: 18px;
      padding: 24px max(28px, 4vw);
      border-bottom: 1px solid var(--ink);
      background: var(--paper);
    }
    .product-info {
      min-width: 0;
      display: grid;
      grid-template-columns: 128px minmax(0, 1fr);
      align-items: center;
      gap: 18px;
    }
    .product-info img {
      height: 128px;
      object-fit: cover;
      border: 1px solid var(--ink);
      background: var(--white);
    }
    .product-copy {
      display: grid;
      gap: 8px;
    }
    .product-copy strong {
      font-size: 18px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .product-copy span {
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
    }
    .remove-link {
      width: max-content;
      border: 0;
      padding: 0;
      background: transparent;
      color: var(--red);
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
      cursor: pointer;
    }
    .qty-control {
      width: 108px;
      height: 42px;
      display: grid;
      grid-template-columns: 34px 1fr 34px;
      border: 1px solid var(--ink);
      background: var(--white);
    }
    .qty-control button {
      border: 0;
      background: var(--white);
      font-weight: 900;
      cursor: pointer;
    }
    .qty-control span {
      display: grid;
      place-items: center;
      border-left: 1px solid var(--ink);
      border-right: 1px solid var(--ink);
      font-size: 13px;
      font-weight: 900;
    }
    .line-price,
    .line-total {
      font-size: 15px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .line-price small,
    .line-total small {
      display: none;
    }

    .cart-summary {
      position: sticky;
      top: 91px;
      min-height: 540px;
      gap: 1px;
      background: var(--ink);
    }
    .summary-panel {
      display: grid;
      gap: 18px;
      padding: 28px;
      background: var(--white);
    }
    .summary-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .summary-row.total {
      color: var(--ink);
      font-size: 24px;
    }
    .promo-form {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 8px;
    }
    input {
      width: 100%;
      min-height: 46px;
      border: 1px solid var(--ink);
      padding: 0 14px;
      background: var(--paper);
      color: var(--ink);
      font-weight: 800;
    }
    .summary-note {
      color: var(--muted);
      font-size: 12px;
      font-weight: 800;
    }
    .summary-trust {
      display: grid;
      gap: 10px;
      padding: 24px 28px;
      background: #0b0b0b;
      color: var(--white);
    }
    .summary-trust div {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #d8d3cb;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .bundle {
      width: var(--container);
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: 1px;
      background: var(--ink);
      border-bottom: 1px solid var(--ink);
    }
    .bundle-copy {
      display: grid;
      align-content: center;
      gap: 16px;
      padding: max(32px, 4vw);
      background: #0b0b0b;
      color: var(--white);
    }
    .bundle-copy .lead { color: #d8d3cb; }
    .bundle-list {
      display: grid;
      gap: 1px;
      background: var(--ink);
    }
    .bundle-item {
      min-width: 0;
      display: grid;
      grid-template-columns: 34px 92px minmax(0, 1fr) auto;
      align-items: center;
      gap: 16px;
      padding: 18px max(24px, 3vw);
      background: var(--white);
    }
    .bundle-item input {
      width: 20px;
      min-height: 20px;
      padding: 0;
      accent-color: var(--red);
    }
    .bundle-item img {
      height: 92px;
      object-fit: cover;
      border: 1px solid var(--ink);
    }
    .bundle-item strong {
      display: block;
      font-size: 15px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .bundle-item span {
      display: block;
      margin-top: 5px;
      color: var(--muted);
      font-size: 12px;
      font-weight: 800;
    }
    .bundle-price {
      font-size: 14px;
      font-weight: 900;
      white-space: nowrap;
    }
    .bundle-action {
      min-height: 66px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 0 max(24px, 3vw);
      background: var(--white);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .continue-band {
      width: var(--container);
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1px;
      background: var(--ink);
      border-bottom: 1px solid var(--ink);
    }
    .continue-band a {
      min-height: 92px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 0 max(24px, 3vw);
      background: var(--white);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .continue-band a:hover {
      background: var(--red);
      color: var(--white);
    }

    .footer {
      background: var(--ink);
      color: var(--white);
      padding: 48px max(32px, 4vw) 26px;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr repeat(4, 1fr);
      gap: 28px;
    }
    .footer h4 {
      margin: 0 0 12px;
      color: var(--white);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .footer a {
      display: block;
      margin: 8px 0;
      color: #cfc9c0;
      font-size: 13px;
      font-weight: 800;
    }
    .footer a:hover { color: var(--white); }
    .footer-bottom {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      padding-top: 22px;
      color: #b8b2aa;
      font-size: 12px;
      font-weight: 800;
    }

    @media (max-width: 1120px) {
      .cart-hero,
      .cart-layout,
      .bundle { grid-template-columns: 1fr; }
      .cart-summary { position: static; min-height: 0; }
      .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }

    @media (max-width: 760px) {
      .topbar { padding: 0 12px; text-align: center; }
      .header-inner {
        width: calc(100vw - 24px);
        grid-template-columns: 1fr auto;
      }
      .nav { display: none; }
      .brand { justify-items: start; }
      .cart-hero-copy,
      .cart-hero-side { padding: 32px 12px; }
      .cart-hero-copy h1 { max-width: 350px; font-size: 38px; line-height: 1; overflow-wrap: anywhere; }
      .cart-hero-copy .lead { max-width: 330px; overflow-wrap: anywhere; }
      .cart-hero-side div { grid-template-columns: 48px 1fr; }
      .cart-hero-side i { width: 48px; height: 48px; padding: 12px; }
      .cart-items-head { display: none; }
      .cart-line {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 22px 12px;
      }
      .product-info {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 14px;
      }
      .product-info img { height: 96px; }
      .product-copy strong,
      .bundle-item strong {
        max-width: 210px;
        overflow-wrap: anywhere;
      }
      .qty-control { width: 100%; max-width: 180px; }
      .line-price,
      .line-total {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
      }
      .line-price small,
      .line-total small {
        display: block;
        min-width: 52px;
        color: var(--muted);
        font-size: 11px;
        font-weight: 900;
        text-transform: uppercase;
      }
      .line-price span,
      .line-total span {
        display: block;
        color: var(--ink);
        font-size: 15px;
        font-weight: 900;
        text-align: left;
      }
      .summary-panel,
      .summary-trust { padding: 24px 12px; }
      .promo-form { grid-template-columns: 1fr; }
      .summary-panel .btn,
      .promo-form .btn { width: 100%; }
      .bundle-copy { padding: 34px 12px; }
      .bundle-copy h2,
      .bundle-copy .lead { max-width: 330px; overflow-wrap: anywhere; }
      .bundle-item {
        grid-template-columns: 26px 76px minmax(0, 1fr);
        gap: 12px;
        padding: 16px 12px;
      }
      .bundle-item img { height: 76px; }
      .bundle-price {
        grid-column: 3;
        justify-self: start;
      }
      .bundle-action,
      .continue-band,
      .footer-grid,
      .footer-bottom { display: grid; grid-template-columns: 1fr; }
      .bundle-action { padding: 18px 12px; }
      .bundle-action .btn { width: 100%; }
      .continue-band a { min-height: 74px; padding: 0 12px; }
      .footer { padding: 38px 12px 22px; }
    }
  
    .footer-brand-copy p {
      max-width: 270px;
      margin: 10px 0 0;
      color: #cfc9c0;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.55;
    }
    .footer-locale {
      display: grid;
      gap: 12px;
      margin-top: 20px;
    }
    .footer-locale-group {
      display: grid;
      gap: 8px;
    }
    .footer-locale-label {
      color: #8f887f;
      font-size: 10px;
      font-weight: 900;
      letter-spacing: 0;
      text-transform: uppercase;
    }
    .footer-locale-row {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
    }
    .footer-pill {
      min-height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      border: 1px solid rgba(255,255,255,0.22);
      border-radius: 0;
      padding: 6px 9px;
      background: transparent;
      color: #d8d3cb;
      font-size: 11px;
      font-weight: 900;
      line-height: 1;
      text-transform: uppercase;
      cursor: pointer;
    }
    .footer-pill:hover,
    .footer-pill.is-active {
      background: var(--white);
      color: var(--ink);
    }
    .footer-legal-line {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 8px 14px;
    }
    /* Cookie consent banner */
    .luneva-cookie-consent {
      position: fixed;
      left: max(12px, 2vw);
      right: max(12px, 2vw);
      bottom: 12px;
      z-index: 120;
      display: none;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 16px;
      border: 1px solid var(--ink, #070707);
      padding: 14px;
      background: var(--white, #fff);
      color: var(--ink, #070707);
      box-shadow: 6px 6px 0 var(--ink, #070707);
    }
    body.cookie-consent-visible .luneva-cookie-consent { display: grid; }
    .luneva-cookie-copy {
      display: grid;
      gap: 4px;
    }
    .luneva-cookie-copy strong {
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .luneva-cookie-copy span,
    .luneva-cookie-copy a {
      color: var(--muted, #66615b);
      font-size: 12px;
      font-weight: 800;
    }
    .luneva-cookie-copy a {
      color: var(--ink, #070707);
      text-decoration: underline;
      text-underline-offset: 3px;
    }
    .luneva-cookie-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 8px;
    }
    .luneva-cookie-btn,
    .luneva-cookie-link {
      min-height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--ink, #070707);
      padding: 0 13px;
      background: var(--white, #fff);
      color: var(--ink, #070707);
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
      cursor: pointer;
    }
    .luneva-cookie-btn.primary {
      background: var(--ink, #070707);
      color: var(--white, #fff);
    }
    .luneva-cookie-btn:hover,
    .luneva-cookie-link:hover {
      background: var(--red, #e22b1a);
      color: var(--white, #fff);
    }
    @media (max-width: 760px) {
      .luneva-cookie-consent {
        grid-template-columns: 1fr;
        left: 12px;
        right: 12px;
        bottom: 12px;
        max-height: calc(100svh - 24px);
        overflow: auto;
      }
      .luneva-cookie-actions {
        display: grid;
        grid-template-columns: 1fr;
      }
      .luneva-cookie-btn,
      .luneva-cookie-link { width: 100%; }
    }

/* ── Живий кошик WooCommerce у макеті ──────────────────────────────────── */
/* Товари зліва, підсумок справа — гридом на обгортці, без правки шаблонів. */

.woo-shell .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.36fr);
  align-items: start;
  gap: clamp(20px, 3vw, 42px);
}

.woo-shell .woocommerce > .woocommerce-notices-wrapper {
  grid-column: 1 / -1;
}

.woo-shell .woocommerce-cart-form {
  grid-column: 1;
  min-width: 0;
}

.woo-shell .cart-collaterals {
  grid-column: 2;
  position: sticky;
  top: 91px;
  width: 100%;
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--ink);
  background: var(--white);
}

.woo-shell .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

.woo-shell .cart-collaterals .cart_totals table.shop_table {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.woo-shell .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  min-height: 58px;
}

/* Порожній кошик — одна колонка, підсумку немає. */
.woo-shell .woocommerce:not(:has(.woocommerce-cart-form)) {
  grid-template-columns: 1fr;
}

@media (max-width: 980px) {
  .woo-shell .woocommerce {
    grid-template-columns: 1fr;
  }

  .woo-shell .woocommerce-cart-form,
  .woo-shell .cart-collaterals {
    grid-column: 1;
    position: static;
  }
}
