@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,300,0,0");

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.buybox-ship-info .material-symbols-outlined,
.pdp-trust-card .material-symbols-outlined {
  font-size: 28px;
  color: #111f3c;
}

.trust-ico .material-symbols-outlined {
  font-size: 26px;
  color: inherit;
}

.header-account .material-symbols-outlined,
.header-cart .material-symbols-outlined,
.header-icon-btn .material-symbols-outlined {
  font-size: 22px;
  color: inherit;
}

.search-box .material-symbols-outlined {
  font-size: 22px;
  color: inherit;
  line-height: 1;
  display: block;
}

.pc-add .material-symbols-outlined {
  font-size: 20px;
  color: inherit;
}

.catbar-chevron {
  font-size: 16px;
  color: inherit;
  opacity: 0.75;
}

:root {
  --mk-primary: #0075ba;
  --mk-primary-200: #007ac2;
  --mk-primary-500: #0066a6;
  --mk-primary-dark: #0d3b86;
  --mk-navy: #111f3c;
  --mk-header: #111f3c;
  --mk-ink: #000;
  --mk-muted: #737482;
  --mk-line: #d1d5db;
  --mk-paper: #f4f4f3;
  --mk-white: #ffffff;
  --mk-yellow: #febd19;
  --mk-orange: #ff6035;
  --mk-green: #599e75;
  --mk-green-dot: #599e75;
  --mk-red: #b12704;
  --mk-accent: #5bc4f0;
  --mk-shadow: 0 12px 40px rgba(10, 39, 68, 0.12);
  --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --header-offset: 168px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--mk-ink);
  background: var(--mk-white);
  font-family: var(--font-sans);
}

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

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

button, input, select, textarea { font: inherit; }

input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  border: 1.5px solid #cfd4da;
  background: #fff;
  color: inherit;
  cursor: pointer;
  display: inline-grid;
  place-items: center;
  vertical-align: middle;
  transition: background 0.15s ease, border-color 0.15s ease;
}

input[type="checkbox"] { border-radius: 5px; }
input[type="radio"] { border-radius: 50%; }

input[type="checkbox"]:hover,
input[type="radio"]:hover { border-color: var(--mk-primary); }

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: var(--mk-accent);
  border-color: var(--mk-accent);
}

input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M3.2 8.3l3.3 3.3 6.3-7' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

input[type="radio"]:checked::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

input[type="checkbox"]:focus-visible,
input[type="radio"]:focus-visible {
  outline: 2px solid var(--mk-accent);
  outline-offset: 2px;
}

input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
  opacity: 0.4;
  cursor: default;
}

h1, h2, h3, h4, .page-title,
h1.font-bold, h2.font-bold, h3.font-bold, h4.font-bold,
h1.font-semibold, h2.font-semibold, h3.font-semibold {
  font-family: var(--font-sans);
  font-weight: 500;
  letter-spacing: 0;
}

.container-mk {
  width: min(1480px, calc(100% - 32px));
  margin-inline: auto;
}

/* Header — Marka Shopify */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--mk-header);
  color: #fff;
}

.topbar {
  background: var(--mk-header);
  color: #fff;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar a:hover { color: #5bc4f0; }

.vat-switch {
  display: none;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  user-select: none;
}

@media (min-width: 768px) {
  .vat-switch { display: flex; }
}

.vat-switch:hover { color: #fff; }

.vat-switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  border: 0;
  background: none;
}

.vat-switch-ui {
  position: relative;
  width: 36px;
  height: 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  flex-shrink: 0;
  transition: background 0.15s ease;
}

.vat-switch-ui::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: transform 0.15s ease;
}

.vat-switch input:checked + .vat-switch-ui {
  background: var(--mk-accent);
}

.vat-switch input:checked + .vat-switch-ui::after {
  transform: translateX(16px);
}

.vat-switch input:focus-visible + .vat-switch-ui {
  outline: 2px solid var(--mk-accent);
  outline-offset: 2px;
}

.header-main {
  padding: 14px 0 16px;
}

.header-main-inner {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-left,
.header-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header-left { gap: 2px; }
.header-right { gap: 16px; margin-left: auto; }

.header-icon-btn {
  display: grid;
  place-items: center;
  padding: 6px;
  border: 0;
  background: none;
  color: #fff;
  cursor: pointer;
}

.header-icon-btn:hover { color: #5bc4f0; }

.header-search-btn { display: none; }

.search-wrap--desktop {
  position: relative;
  flex: 1;
  max-width: 48rem;
  margin-inline: auto;
}

.search-overlay { display: none; }

.header-topline { display: none; }

.header-topline-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.logo-link {
  display: flex;
  align-items: center;
}

.logo-img {
  height: 56px;
  width: auto;
  display: block;
}

.logo-img-footer {
  height: 56px;
  width: auto;
  display: block;
}

.search-box {
  display: flex;
  align-items: stretch;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
}

.search-box input {
  flex: 1;
  border: 0;
  outline: 0;
  padding: 12px 20px;
  background: transparent;
  color: #111;
}

.search-box input::placeholder { color: #9aa3ad; }

.search-box button {
  display: grid;
  place-items: center;
  background: transparent;
  color: #222;
  border: 0;
  width: 52px;
  padding: 0;
  cursor: pointer;
}

.search-box button:hover { color: var(--mk-primary); }

.header-account {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.header-account:hover { color: #5bc4f0; }

.header-account--mobile { display: none; padding: 4px; }

.header-account--desktop {
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 639px) {
  .header-account--mobile { display: grid; place-items: center; }
  .header-account--desktop { display: none; }
}

.header-cart {
  position: relative;
  color: #fff;
  display: grid;
  place-items: center;
  padding: 4px;
  margin: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.header-cart:hover { color: #5bc4f0; }

.icon-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
}

.icon-btn:hover { color: #5bc4f0; }

.cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #5bc4f0;
  color: #111f3c;
  font-size: 11px;
  font-weight: 700;
  display: grid;
  place-items: center;
  padding: 0 4px;
}

.social-link {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #fff;
}

.social-link:hover { color: #5bc4f0; }

/* Category bar + mega */
.catbar {
  display: none;
  position: relative;
  background: var(--mk-header);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 1024px) {
  .catbar,
  .catbar.hidden {
    display: block;
  }
  .header-icon-btn.lg\:hidden {
    display: none;
  }
}

.catbar-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 4px;
}

.catbar-link {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 14px 6px;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  color: #fff;
}

.catbar-link svg,
.catbar-link .catbar-chevron { opacity: 0.75; }

.catbar-link:hover,
.cat-item:hover > .catbar-link,
.cat-item.is-open > .catbar-link {
  color: #5bc4f0;
  background: transparent;
}

.mega {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  color: var(--mk-ink);
  box-shadow: var(--mk-shadow);
  padding: 28px 0 36px;
  border-top: 3px solid #5bc4f0;
}

.cat-item:hover .mega,
.cat-item.is-open .mega { display: block; }

.mega-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: stretch;
}

.mega-feature {
  background:
    linear-gradient(180deg, rgba(10, 39, 68, 0.08), rgba(10, 39, 68, 0.55)),
    var(--mega-img) center/cover no-repeat;
  color: #fff;
  padding: 28px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.mega-cols {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(176px, 1fr));
  gap: 4px 28px;
  padding: 4px 28px 8px;
  align-items: start;
  align-content: start;
  max-height: min(70vh, 560px);
  overflow-y: auto;
}

.mega-group {
  min-width: 0;
  padding-bottom: 14px;
}

.mega-group-title {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #111f3c;
  padding: 0 0 8px;
  margin-bottom: 6px;
  border-bottom: 1px solid #e6eaee;
  line-height: 1.3;
}

.mega-l3 { margin-bottom: 8px; }

.mega-l3-link {
  display: block;
  padding: 3px 0;
  font-size: 14px;
  color: #2a3a48;
  line-height: 1.35;
}

.mega-leaf {
  display: block;
  padding: 2px 0;
  font-size: 13px;
  color: #66727c;
  line-height: 1.35;
}

.mega-d4 { padding-left: 12px; }
.mega-d5 { padding-left: 20px; }
.mega-d6 { padding-left: 28px; }

.mega-group-title:hover,
.mega-l3-link:hover,
.mega-leaf:hover {
  color: var(--mk-primary);
}

/* Hero */
.hero {
  position: relative;
  min-height: 520px;
  background:
    linear-gradient(105deg, rgba(10, 39, 68, 0.88) 0%, rgba(13, 59, 134, 0.55) 48%, rgba(0, 117, 186, 0.28) 100%),
    var(--hero-image, url("https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?auto=format&fit=crop&w=1800&q=80")) center/cover;
  color: #fff;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 70%);
  pointer-events: none;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--mk-yellow);
  color: #12202c;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 10px;
}

.hero h1 {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: clamp(28px, 4.2vw, 44px);
  line-height: 1.15;
  text-transform: uppercase;
  margin: 16px 0 12px;
}

.btn-yellow {
  background: var(--mk-yellow);
  color: #12202c;
  font-weight: 600;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}

.btn-yellow:hover { filter: brightness(1.05); }

.btn-primary {
  background: var(--mk-primary);
  color: #fff;
  font-weight: 600;
  padding: 11px 16px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.btn-primary:hover { background: var(--mk-primary-500); }

.btn-compact {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 999px;
  line-height: 1.2;
}

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

.btn-ghost {
  border: 1px solid rgba(255,255,255,0.45);
  color: #fff;
  padding: 12px 20px;
  font-weight: 700;
}

.btn-ghost:hover { background: rgba(255,255,255,0.1); }

/* Trust */
.trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border: 1px solid var(--mk-line);
  margin-top: -36px;
  position: relative;
  z-index: 2;
}

.trust-item {
  padding: 22px 20px;
  display: flex;
  gap: 14px;
  align-items: center;
  border-right: 1px solid var(--mk-line);
}

.trust-item:last-child { border-right: 0; }

.trust-ico {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #e8f4fb;
  color: var(--mk-primary);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px #c5e3f4;
}

.trust-ico svg,
.trust-ico .material-symbols-outlined { display: block; }

/* Sections */
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.section-head h2 {
  font-family: var(--font-sans);
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 500;
  text-transform: none;
  margin: 0;
}

.section-kicker {
  color: var(--mk-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Category cards */
.cat-card {
  background: #fff;
  border: 1px solid var(--mk-line);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cat-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--mk-shadow);
}

.cat-card-media {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #fff;
}

.cat-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 16px;
  background: #fff;
}

.cat-card ul { margin: 0; padding: 0; list-style: none; }
.cat-card li { font-size: 13px; color: #4b5a66; padding: 3px 0; }
.cat-card li::before { content: "– "; color: var(--mk-primary); }

.related-section { margin-top: 48px; }

.product-slider {
  position: relative;
  border-top: 1px solid var(--mk-line);
  border-bottom: 1px solid var(--mk-line);
}

.product-slider-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.product-slider-track::-webkit-scrollbar { display: none; }

.product-slider .product-card {
  flex: 0 0 72%;
  min-height: 0;
  scroll-snap-align: start;
  border-bottom: 0;
}

.product-slider .product-card::after {
  top: 16px;
  bottom: 16px;
}

@media (min-width: 640px) {
  .product-slider .product-card { flex-basis: 46%; }
}

@media (min-width: 900px) {
  .product-slider .product-card { flex-basis: 25%; }
}

.product-slider-btn {
  position: absolute;
  top: 42%;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 1px solid var(--mk-line);
  border-radius: 50%;
  background: #fff;
  color: var(--mk-navy);
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(10, 39, 68, 0.12);
}

.product-slider-btn:hover { border-color: var(--mk-navy); }
.product-slider-btn:disabled { opacity: 0.35; cursor: default; box-shadow: none; }
.product-slider-btn--prev { left: 8px; }
.product-slider-btn--next { right: 8px; }
.product-slider-btn .material-symbols-outlined { font-size: 22px; }

/* Product grid — Stokker lined catalog */
.products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  border-top: 1px solid var(--mk-line);
}

.product-card {
  position: relative;
  background: #fff;
  border-bottom: 1px solid var(--mk-line);
  min-height: 100%;
}

.product-card::after {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  right: 0;
  width: 1px;
  background: var(--mk-line);
}

.pc-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  padding: 16px;
  height: 100%;
  border-radius: 6px;
}

.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  height: fit-content;
  padding: 2px 8px;
  border-radius: 6px;
  border: 1px solid;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  background: #fef2f2;
  border-color: #fecaca;
  color: #b91c1c;
}

.badge-new {
  background: #dae7f4;
  border-color: var(--mk-primary);
  color: var(--mk-primary);
}

.pc-img {
  aspect-ratio: 3 / 2;
  display: grid;
  place-items: center;
  background: #fff;
}

.pc-img img {
  max-height: 160px;
  width: 100%;
  object-fit: contain;
  background: #fff;
}

.pc-brand {
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pc-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pc-cat {
  font-size: 13px;
  color: var(--mk-muted);
}

.pc-price {
  font-size: 16px;
  font-weight: 500;
}

.pc-price.sale { color: var(--mk-red); }

.pc-compare {
  display: block;
  font-size: 12px;
  color: #6b7280;
  font-weight: 400;
}

.pc-compare strong { font-weight: 700; color: #6b7280; }

.pc-stock {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6b7280;
}

.pc-stock i {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--mk-green-dot);
  display: inline-block;
}

.pc-stock.out i { background: #eba932; }
.pc-stock.none i { background: #c9cdd0; }

.pc-add {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 6px;
  background: var(--mk-primary);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.pc-add svg {
  display: block;
  overflow: visible;
}

.pc-add:disabled { display: none; }

.product-card:nth-child(2n)::after { display: none; }

@media (min-width: 1024px) {
  .products-grid { grid-template-columns: repeat(3, 1fr); }
  .product-card:nth-child(2n)::after { display: block; }
  .product-card:nth-child(3n)::after { display: none; }
}

@media (min-width: 1536px) {
  .products-grid { grid-template-columns: repeat(4, 1fr); }
  .product-card:nth-child(3n)::after { display: block; }
  .product-card:nth-child(4n)::after { display: none; }
}

/* Promo tiles */
.promo-tile {
  min-height: 220px;
  color: #fff;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.promo-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(10, 39, 68, 0.78));
}

.promo-tile > * { position: relative; }

.banner-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 16px;
}

.banner-stack {
  display: grid;
  gap: 16px;
}

.promo-banner {
  min-height: 340px;
  padding: 32px;
}

.promo-banner h3,
.promo-banner-sm h3 {
  font-size: 1.75rem;
  font-weight: 500;
  margin: 8px 0 0;
  max-width: 16ch;
}

.promo-banner p {
  margin: 10px 0 0;
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
}

.promo-banner span,
.promo-banner-sm span {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.promo-banner-sm {
  min-height: 162px;
  padding: 22px 24px;
}

.promo-banner-sm h3 {
  font-size: 1.35rem;
  max-width: none;
}

@media (max-width: 900px) {
  .banner-grid { grid-template-columns: 1fr; }
  .promo-banner { min-height: 240px; }
}

/* Brands */
.brand-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

@media (min-width: 640px) {
  .brand-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .brand-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); }
}

.brand-chip {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--mk-line);
  background: #fff;
  height: 72px;
  padding: 12px 10px;
  display: grid;
  place-items: center;
}

.brand-chip img {
  display: block;
  max-width: 100%;
  max-height: 28px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1) brightness(0);
}

.brand-chip:hover {
  border-color: var(--mk-primary);
}

/* FAQ */
.faq-item { border: 1px solid var(--mk-line); background: #fff; }
.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 16px 18px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.faq-a { display: none; padding: 0 18px 16px; color: #4b5a66; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-q { color: var(--mk-primary); }

.faq-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0;
}

.faq-icon::before {
  top: 50%;
  left: 1px;
  width: 16px;
  height: 2px;
  transform: translateY(-50%);
}

.faq-icon::after {
  left: 50%;
  top: 1px;
  width: 2px;
  height: 16px;
  transform: translateX(-50%);
}

.faq-item.open .faq-icon::after { display: none; }

/* Footer */
.site-footer {
  background: #0a2744;
  color: #c9d6e2;
}

.site-footer h3 {
  font-family: var(--font-sans);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  margin: 0 0 14px;
}

.site-footer a:hover { color: var(--mk-yellow); }

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 40px 32px;
  padding: 56px 0 48px;
}

.footer-lead {
  max-width: 28ch;
  margin: 0 0 16px;
  line-height: 1.45;
}

.footer-grid p { margin: 0 0 6px; }

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-hours {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-hours div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.footer-hours strong {
  color: #fff;
  font-weight: 500;
}

.footer-social {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.footer-news {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.15);
}

.footer-news-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 22px 0;
}

.footer-news h3 { margin: 0 0 4px; }

.footer-news p {
  margin: 0;
  font-size: 14px;
}

.footer-news-form {
  position: relative;
  display: flex;
  width: min(460px, 100%);
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.nl-hp {
  position: absolute !important;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.footer-news-form input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 12px 14px;
  color: #12202c;
  background: #fff;
}

.footer-news-form input:focus { outline: none; }

.footer-news-form .btn-yellow {
  border-radius: 0;
  padding: 12px 18px;
  flex: none;
}

.footer-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  font-size: 13px;
}

.pay-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.pay-row img { height: 28px; width: auto; background: #fff; padding: 4px 6px; }

@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-news-inner { flex-direction: column; align-items: stretch; }
  .footer-news-form { width: 100%; }
}

@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; padding-top: 40px; }
  .footer-bar-inner { flex-direction: column; text-align: center; }
}

/* Drawers / overlays */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 39, 68, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 70;
}

.overlay.show { opacity: 1; pointer-events: auto; }

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(420px, 100%);
  height: 100%;
  background: #fff;
  z-index: 80;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
}

.drawer.show { transform: none; }

.mini-cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--mk-line);
}

.mini-cart-head h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 500;
}

.mini-cart-head h3 span {
  color: var(--mk-muted);
  font-weight: 400;
}

.mini-cart-head button {
  border: 0;
  background: none;
  font-size: 28px;
  line-height: 1;
  color: #5a6570;
  cursor: pointer;
}

.mini-cart-scroll {
  flex: 1;
  overflow: auto;
  padding: 16px 20px 8px;
}

.mini-cart-foot {
  padding: 16px 20px 20px;
  border-top: 1px solid var(--mk-line);
  background: #fff;
}

.mini-ship {
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eef1f4;
}

.mini-ship p {
  margin: 0 0 8px;
  font-size: 14px;
  color: #2a3a48;
}

.mini-ship p.ok { color: #3d6b4f; }
.mini-ship strong { font-weight: 500; }

.mini-lines { display: flex; flex-direction: column; gap: 14px; }

.mini-line {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 12px;
  align-items: start;
}

.mini-line-img {
  width: 72px;
  height: 72px;
  border: 1px solid var(--mk-line);
  border-radius: 6px;
  display: grid;
  place-items: center;
  background: #fff;
}

.mini-line-img img {
  max-width: 64px;
  max-height: 64px;
  object-fit: contain;
}

.mini-line-info { min-width: 0; }

.mini-line-brand {
  display: block;
  font-size: 12px;
  color: var(--mk-muted);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mini-line-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #111;
}

.mini-line-meta {
  margin-top: 2px;
  font-size: 12px;
  color: var(--mk-muted);
}

.mini-line-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
}

.mini-line-price {
  text-align: right;
  font-size: 14px;
}

.mini-line-price s {
  display: block;
  color: #9aa3ad;
  font-size: 12px;
}

.mini-line-remove {
  border: 0;
  background: none;
  color: #9aa3ad;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 0 2px;
}

.mini-line-remove:hover { color: var(--mk-red); }

.qty-box--sm { height: 36px; }
.qty-box--sm button,
.qty-box--sm input {
  height: 36px;
  width: 32px;
  font-size: 15px;
}
.qty-box--sm input { width: 36px; }

.mini-empty {
  text-align: center;
  padding: 24px 8px 8px;
}

.mini-empty p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.mini-empty span {
  display: block;
  margin: 8px 0 16px;
  color: var(--mk-muted);
  font-size: 14px;
}

.mini-upsell {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #eef1f4;
}

.mini-upsell h4 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--mk-muted);
}

.mini-upsell-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mini-upsell-row {
  display: grid;
  grid-template-columns: 48px 1fr 32px;
  gap: 10px;
  align-items: center;
}

.mini-upsell-img {
  width: 48px;
  height: 48px;
  border: 1px solid var(--mk-line);
  border-radius: 6px;
  display: grid;
  place-items: center;
  background: #fff;
}

.mini-upsell-img img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
}

.mini-upsell-text {
  min-width: 0;
  color: #111;
}

.mini-upsell-text span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.3;
}

.mini-upsell-text strong {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 500;
}

.mini-upsell-text s {
  color: #9aa3ad;
  font-weight: 400;
  margin-right: 4px;
}

.mini-upsell-add {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 6px;
  background: var(--mk-primary);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.mini-upsell-add .material-symbols-outlined { font-size: 18px; line-height: 1; }
.mini-upsell-add:hover { background: var(--mk-primary-500); }

.mini-foot-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  padding: 3px 0;
}

.mini-foot-vat {
  margin: 4px 0 8px;
  font-size: 12px;
  color: var(--mk-muted);
}

.mini-foot-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 10px;
  border-top: 1px solid var(--mk-line);
  font-size: 18px;
  font-weight: 500;
}

.mini-foot-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  margin-top: 12px;
}

.mini-foot-cart {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: var(--mk-primary);
}

.mini-foot-cart:hover { text-decoration: underline; }

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: min(360px, 92%);
  height: 100%;
  background: #fff;
  z-index: 80;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.mobile-nav.show { transform: none; }

.mobile-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
  padding: 10px 12px 10px 8px;
  border-bottom: 1px solid var(--mk-line);
  flex-shrink: 0;
}

.mobile-nav-head strong {
  font-size: 1.05rem;
  font-weight: 500;
}

.mobile-nav-close {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
  color: #5a6570;
  cursor: pointer;
}

.mobile-step-back {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 0;
  background: none;
  padding: 8px 8px 8px 4px;
  font: inherit;
  font-size: 14px;
  color: #5a6570;
  cursor: pointer;
}

.mobile-step-back[hidden],
.mobile-nav-head strong[hidden] { display: none; }

.mobile-step-back .material-symbols-outlined { font-size: 22px; }

.mobile-steps {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.mobile-step {
  position: absolute;
  inset: 0;
  overflow: auto;
  padding: 6px 8px 28px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.25s ease;
}

.mobile-step.is-from-right { transform: translateX(100%); }
.mobile-step.is-from-left { transform: translateX(-30%); }
.mobile-step.is-in { transform: none; }
.mobile-step.is-to-left { transform: translateX(-30%); }
.mobile-step.is-to-right { transform: translateX(100%); }

.mobile-step-heading {
  margin: 10px 12px 6px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #111;
}

.mobile-step-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 13px 12px;
  border: 0;
  background: none;
  font: inherit;
  font-size: 15px;
  color: #5a6570;
  text-align: left;
  cursor: pointer;
}

.mobile-step-link .material-symbols-outlined {
  font-size: 20px;
  color: #c4c8cd;
}

.mobile-nav-close .material-symbols-outlined { font-size: 22px; }

.mobile-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  background: #fff;
  border-bottom: 1px solid var(--mk-line);
}

.mobile-topbar-drop {
  position: relative;
}

.mobile-topbar-drop summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #1a1d23;
  cursor: pointer;
}

.mobile-topbar-drop summary::-webkit-details-marker { display: none; }

.mobile-topbar-drop summary::after {
  content: "expand_more";
  font-family: "Material Symbols Outlined";
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}

.mobile-topbar-drop[open] summary::after { content: "expand_less"; }

.mobile-topbar-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 2;
  min-width: 200px;
  padding: 6px;
  background: #fff;
  border: 1px solid var(--mk-line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(10, 39, 68, 0.14);
}

.mobile-topbar-drop:last-child .mobile-topbar-menu {
  left: auto;
  right: 0;
}

.mobile-topbar-menu a,
.mobile-topbar-menu button {
  display: block;
  width: 100%;
  padding: 9px 12px;
  border: 0;
  background: none;
  text-align: left;
  font: inherit;
  font-size: 14px;
  color: #1a1d23;
  cursor: pointer;
  border-radius: 6px;
}

.mobile-topbar-menu a:hover,
.mobile-topbar-menu button:hover {
  background: #f4f6f8;
}

.mobile-nav-body { padding: 16px 20px 24px; }

.mobile-help {
  margin: 16px 8px 8px;
  padding-top: 8px;
  border-top: 1px solid var(--mk-line);
}

.mobile-help-block {
  padding: 14px 4px 6px;
}

.mobile-help-block + .mobile-help-block {
  border-top: 1px solid #eef1f4;
  margin-top: 8px;
}

.mobile-help-block h3 {
  margin: 0 8px 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mk-navy);
}

.mobile-help-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  color: #4b5a66;
  font-size: 14px;
}

.mobile-help-row .material-symbols-outlined {
  font-size: 20px;
  color: var(--mk-primary);
}

.mobile-help-hours {
  margin: 4px 8px 0 40px;
  font-size: 12px;
  color: var(--mk-muted);
}

.mobile-help-social {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--mk-navy);
  color: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.mobile-branch {
  border-bottom: 1px solid #eef1f4;
}

.mobile-branch-top > summary {
  font-weight: 700;
  font-size: 15px;
}

.mobile-branch summary {
  cursor: pointer;
  padding: 10px 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #111f3c;
}

.mobile-branch summary::-webkit-details-marker { display: none; }

.mobile-branch summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.6px solid #66727c;
  border-bottom: 1.6px solid #66727c;
  transform: rotate(45deg);
  margin-right: 4px;
  flex: none;
}

.mobile-branch[open] > summary::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.mobile-branch-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 0 10px 12px;
}

.mobile-branch-body > a {
  padding: 6px 0;
  font-size: 14px;
  color: #2a3a48;
}

.mobile-branch .mobile-branch {
  border-bottom: 0;
}

.mobile-branch .mobile-branch > summary {
  font-weight: 600;
  font-size: 14px;
  padding: 7px 0;
}

.search-wrap { position: relative; }

@media (max-width: 767px) {
  :root { --header-offset: 96px; }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
  }

  body { padding-top: var(--header-offset); }

  .mobile-nav { z-index: 90; }

  .topbar { display: none; }

  .header-topline {
    display: block;
    background: #fff;
    color: #1a1d23;
    border-bottom: 1px solid var(--mk-line);
    padding: 8px 0;
  }

  .header-main { padding: 8px 0; }

  .header-main-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 8px;
  }

  .header-left { justify-self: start; }

  .header-main-inner .logo-link {
    justify-self: center;
    grid-column: 2;
  }

  .header-right {
    justify-self: end;
    margin-left: 0;
    gap: 4px;
  }

  .logo-img { height: 40px; }

  .header-search-btn { display: grid; }

  .search-wrap--desktop { display: none; }

  .search-overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 90;
    visibility: hidden;
    pointer-events: none;
  }

  .search-overlay.is-open {
    visibility: visible;
    pointer-events: auto;
  }

  .search-overlay-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 39, 68, 0.45);
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  .search-overlay.is-open .search-overlay-backdrop { opacity: 1; }

  .search-overlay-sheet {
    position: relative;
    background: #fff;
    padding: 12px 16px 16px;
    transform: translateY(-12px);
    opacity: 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .search-overlay.is-open .search-overlay-sheet {
    transform: none;
    opacity: 1;
  }

  .search-overlay-row {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .search-overlay-row .search-box {
    flex: 1;
    border: 1px solid var(--mk-line);
  }

  .search-overlay-close {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 0;
    background: none;
    color: #5a6570;
    cursor: pointer;
    flex-shrink: 0;
  }

  .search-overlay .search-panel {
    position: static;
    margin-top: 10px;
    max-height: min(65vh, 480px);
    box-shadow: none;
    border: 0;
    border-radius: 0;
  }

  body.is-search-open { overflow: hidden; }
}

.search-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  background: #fff;
  color: #1a1d23;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(10, 39, 68, 0.16);
  display: none;
  max-height: min(70vh, 520px);
  overflow: auto;
  z-index: 80;
}

.search-panel,
.search-panel a {
  color: #1a1d23;
}

.search-panel.show { display: block; }

.search-sec { padding: 8px 0 4px; }
.search-sec + .search-sec { border-top: 1px solid #eee; }

.search-sec-title {
  padding: 6px 16px 8px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9aa3ad;
}

.search-cat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
}

.search-cat .material-symbols-outlined {
  font-size: 20px;
  color: #9aa3ad;
}

.search-cat-name {
  flex: 1;
  font-size: 14px;
  color: #1a1d23;
}

.search-cat-count {
  font-size: 13px;
  color: #9aa3ad;
}

.search-prod {
  display: flex;
  gap: 12px;
  padding: 10px 16px;
  align-items: flex-start;
}

.search-prod img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
  flex-shrink: 0;
}

.search-prod-body { min-width: 0; }

.search-prod-brand {
  display: block;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9aa3ad;
  margin-bottom: 2px;
}

.search-prod-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  line-height: 1.35;
}

.search-prod-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}

.search-prod-compare {
  font-weight: 400;
  color: #9aa3ad;
  text-decoration: line-through;
}

.search-cat:hover,
.search-prod:hover { background: #f4f5f7; }

.search-hl {
  background: none;
  color: var(--mk-primary);
  font-weight: 700;
}

.search-empty {
  padding: 16px;
  font-size: 14px;
  color: #737482;
}

.search-more {
  display: block;
  padding: 12px 16px;
  border-top: 1px solid #eee;
  font-size: 13px;
  font-weight: 500;
  color: var(--mk-primary);
}

.search-more:hover { text-decoration: underline; }

.toast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--mk-navy);
  color: #fff;
  padding: 12px 16px;
  z-index: 90;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.2s ease;
}

.toast.show { transform: none; opacity: 1; }

/* Catalog — Stokker listing */
.crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 14px;
  color: var(--mk-muted);
  margin-bottom: 16px;
}

.crumbs a:hover { color: var(--mk-primary); text-decoration: underline; }

.info-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  align-items: start;
  margin-top: 8px;
}

.info-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info-nav {
  background: #fff;
  border: 1px solid var(--mk-line);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.info-nav a {
  padding: 13px 18px;
  border-bottom: 1px solid #f0f2f4;
  color: #2a3a48;
  font-size: 15px;
}

.info-nav a:last-child { border-bottom: 0; }

.info-nav a:hover { background: #f7f8f9; }

.info-nav a.active {
  font-weight: 500;
  color: #111;
  background: #f4f4f3;
}

.info-promo {
  background:
    linear-gradient(180deg, rgba(10, 39, 68, 0.78), rgba(10, 39, 68, 0.88)),
    url("../assets/hero/bathroom.jpg") center/cover;
  color: #fff;
  border-radius: 8px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.info-promo > div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.info-promo .material-symbols-outlined {
  font-size: 24px;
  color: #fff;
  flex: none;
}

.info-promo strong {
  display: block;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 4px;
}

.info-promo p {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.4;
}

.info-card {
  background: #fff;
  border: 1px solid var(--mk-line);
  border-radius: 8px;
  padding: 36px 40px 44px;
}

.info-card h1 {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 500;
  margin: 0 0 20px;
}

.info-card h2 {
  font-size: 1.15rem;
  font-weight: 500;
  margin: 28px 0 10px;
}

.info-card p {
  margin: 0 0 14px;
  color: #4b5a66;
  line-height: 1.65;
}

.info-card ul {
  margin: 0 0 16px;
  padding-left: 20px;
  color: #4b5a66;
  line-height: 1.65;
}

.info-card li { margin: 0 0 6px; }

.info-card li strong { color: #111; font-weight: 500; }

.info-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 520px;
  margin-top: 8px;
}

.info-form label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #2a3a48;
}

.info-form input,
.info-form textarea {
  border: 1px solid var(--mk-line);
  padding: 10px 12px;
  font: inherit;
}

.info-form .btn-primary {
  align-self: start;
  min-height: 44px;
  padding: 0 20px;
}

.info-card a { color: var(--mk-primary); }
.info-card a:hover { text-decoration: underline; }

@media (max-width: 900px) {
  .info-layout { grid-template-columns: 1fr; }
  .info-card { padding: 24px 20px 32px; }
}

.page-title {
  font-size: 2.25rem;
  line-height: 1.15;
  font-weight: 500;
  margin: 8px 0 8px;
}

.page-title + .cart-layout,
.page-title + .woocommerce,
.page-title + #checkout-root,
.page-title + #thanks-root {
  margin-top: 28px;
}

.page-desc { color: var(--mk-muted); max-width: 720px; }

.filter-layout {
  display: grid;
  gap: 32px;
}

@media (min-width: 1024px) {
  .filter-layout { grid-template-columns: 260px 1fr; }
}

.filter-aside {
  align-self: start;
}

.filter-overlay,
.filter-panel-head,
.filter-panel-foot,
.filter-open {
  display: none;
}

.filter-block { padding: 12px 0; border-bottom: 1px solid var(--mk-line); }

.filter-block summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}

.filter-block summary::-webkit-details-marker { display: none; }

.filter-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 4px 4px 4px 4px;
  cursor: pointer;
  font-size: 14px;
}

.filter-row input[type="checkbox"],
.filter-row input[type="radio"] {
  width: 20px;
  height: 20px;
}

.price-inputs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
}

.price-inputs input {
  width: 100%;
  border: 1px solid var(--mk-line);
  border-radius: 6px;
  padding: 8px 10px;
}

.filter-open {
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--mk-line);
  border-radius: 6px;
  background: #fff;
  color: #111f3c;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.filter-open .material-symbols-outlined { font-size: 20px; line-height: 1; }

.filter-open-badge {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--mk-navy);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  display: inline-grid;
  place-items: center;
}

.filter-panel-head {
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--mk-line);
}

.filter-panel-head h2 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 500;
}

.filter-panel-close {
  border: 0;
  background: none;
  padding: 4px;
  color: #5a6570;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.filter-panel-close .material-symbols-outlined { font-size: 22px; }

.filter-panel-foot {
  align-items: center;
  gap: 10px;
  padding: 14px 20px 18px;
  border-top: 1px solid var(--mk-line);
  background: #fff;
}

.filter-reset {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--mk-line);
  border-radius: 6px;
  background: #fff;
  color: #111f3c;
  font: inherit;
  font-weight: 500;
  cursor: pointer;
}

.filter-apply {
  flex: 1;
  min-height: 44px;
}

@media (max-width: 1023px) {
  .filter-open { display: inline-flex; }

  .filter-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(10, 39, 68, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 85;
  }

  .filter-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .filter-aside {
    position: fixed;
    top: 0;
    left: 0;
    width: min(400px, 92vw);
    height: 100%;
    z-index: 86;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    display: flex;
    flex-direction: column;
    align-self: auto;
  }

  .filter-aside.is-open { transform: none; }

  .filter-panel-head,
  .filter-panel-foot { display: flex; }

  .filter-panel-body {
    flex: 1;
    overflow: auto;
    padding: 4px 20px 24px;
    -webkit-overflow-scrolling: touch;
  }

  body.is-filter-open { overflow: hidden; }
}

.toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
  padding: 10px 0 16px;
  background: #fff;
  border-bottom: 1px solid var(--mk-line);
  margin-bottom: 12px;
}

.toolbar-start,
.toolbar-fields,
.toolbar-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.toolbar-start { min-width: 0; }

.toolbar-right {
  flex-wrap: nowrap;
  margin-left: auto;
  white-space: nowrap;
}

.toolbar-field {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
  font-size: 13px;
  color: var(--mk-muted);
}

.toolbar-field > span { flex-shrink: 0; }

@media (max-width: 640px) {
  .toolbar,
  .toolbar-start,
  .toolbar-fields {
    flex-wrap: nowrap;
    gap: 8px;
  }

  .toolbar-start,
  .toolbar-fields,
  .toolbar-field--sort {
    flex: 1 1 auto;
    min-width: 0;
  }

  .toolbar-field--sort #sort-label { display: none; }

  .toolbar-field--per-page,
  .toolbar-count { display: none; }

  .toolbar-field--sort .mk-select--sort {
    min-width: 0;
    width: 100%;
  }

  .filter-open,
  .toolbar-right {
    flex-shrink: 0;
    width: auto;
    margin-left: 0;
  }
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid var(--mk-line);
  border-radius: 6px;
  color: #1a1d23;
  font: inherit;
  font-size: 14px;
  min-height: 40px;
  padding: 8px 36px 8px 12px;
  max-width: 100%;
}

.mk-select {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  min-width: 88px;
  max-width: 100%;
}

.mk-select--sort { min-width: 228px; }
.mk-select--compact { min-width: 76px; }
.mk-select--block { display: block; width: 100%; min-width: 0; }

.mk-select select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mk-select-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-height: 40px;
  padding: 0 10px 0 12px;
  border: 1px solid var(--mk-line);
  border-radius: 6px;
  background: #fff;
  color: #1a1d23;
  font: inherit;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}

.mk-select-btn:hover { border-color: #b8bfc7; }

.mk-select.is-open .mk-select-btn {
  border-color: var(--mk-navy);
  box-shadow: 0 0 0 3px rgba(17, 31, 60, 0.08);
}

.mk-select-value {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mk-select-chevron {
  font-size: 20px;
  color: #5a6570;
  transition: transform 0.15s ease;
}

.mk-select.is-open:not(.mk-select--sort) .mk-select-chevron { transform: rotate(180deg); }

.mk-select-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  z-index: 50;
  min-width: 100%;
  width: max-content;
  max-width: min(360px, 90vw);
  max-height: 280px;
  overflow: auto;
  padding: 6px;
  background: #fff;
  border: 1px solid var(--mk-line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(10, 39, 68, 0.14);
}

.mk-select--block .mk-select-menu {
  width: 100%;
  max-width: none;
}

.mk-select-option {
  display: block;
  width: 100%;
  padding: 9px 10px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #1a1d23;
  font: inherit;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}

.mk-select-option:hover,
.mk-select-option:focus {
  background: #f4f5f7;
  outline: none;
}

.mk-select-option.is-selected {
  background: #eef3f8;
  color: var(--mk-navy);
  font-weight: 500;
}

.toolbar-count {
  font-size: 13px;
  color: var(--mk-muted);
}

.view-switch {
  display: flex;
  border: 1px solid var(--mk-line);
  border-radius: 6px;
  overflow: hidden;
}

.view-btn {
  width: 40px;
  height: 40px;
  border: 0;
  background: #fff;
  color: #5a6570;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.view-btn + .view-btn { border-left: 1px solid var(--mk-line); }

.view-btn .material-symbols-outlined { font-size: 20px; }

.view-btn.is-active {
  background: var(--mk-navy);
  color: #fff;
}

.view-btn:hover:not(.is-active) { background: #f4f5f7; }

.active-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 0 0 14px;
}

.active-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 6px 5px 12px;
  border: 1px solid var(--mk-line);
  border-radius: 999px;
  background: #f4f4f3;
  font-size: 13px;
  color: #1a1d23;
}

.active-chip button {
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #5a6570;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.active-chip button:hover { background: #e5e7eb; color: #111; }

.active-chip .material-symbols-outlined { font-size: 16px; }

.active-clear {
  border: 0;
  background: none;
  color: var(--mk-primary);
  font-size: 13px;
  cursor: pointer;
  padding: 4px 2px;
}

.active-clear:hover { text-decoration: underline; }

.products-grid.is-list {
  grid-template-columns: 1fr;
}

.products-grid.is-list .product-card::after { display: none; }

.products-grid.is-list .pc-link {
  display: grid;
  grid-template-columns: 148px 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 20px;
  row-gap: 6px;
  align-items: center;
  padding: 16px 64px 16px 16px;
}

.products-grid.is-list .pc-img {
  grid-column: 1;
  grid-row: 1 / span 2;
  aspect-ratio: 1;
}

.products-grid.is-list .pc-img img { max-height: 120px; }

.products-grid.is-list .pc-info { grid-column: 2; grid-row: 1; }

.products-grid.is-list .pc-cat { grid-column: 2; grid-row: 2; }

.products-grid.is-list .pc-prices {
  grid-column: 3;
  grid-row: 1;
  text-align: right;
}

.products-grid.is-list .pc-stock {
  grid-column: 3;
  grid-row: 2;
  justify-content: flex-end;
}

.products-grid.is-list .pc-title {
  -webkit-line-clamp: 3;
  font-size: 16px;
}

.catalog-empty {
  grid-column: 1 / -1;
  padding: 48px 16px;
  text-align: center;
  background: #fff;
}

.catalog-empty p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #4b5563;
}

.catalog-empty span {
  display: block;
  margin-top: 6px;
  color: #9aa3ad;
  font-size: 14px;
}

.catalog-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 24px 0 8px;
}

.pager-btn {
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid var(--mk-line);
  border-radius: 6px;
  background: #fff;
  color: #1a1d23;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.pager-btn .material-symbols-outlined { font-size: 20px; }

.pager-btn:hover:not(:disabled):not(.is-active) { background: #f4f5f7; }

.pager-btn.is-active {
  background: var(--mk-navy);
  color: #fff;
  border-color: var(--mk-navy);
}

.pager-btn:disabled { opacity: 0.4; cursor: default; }

.pager-gap { color: var(--mk-muted); padding: 0 4px; }

@media (max-width: 700px) {
  .products-grid.is-list .pc-link {
    grid-template-columns: 96px 1fr;
    padding-right: 56px;
  }
  .products-grid.is-list .pc-img { grid-row: 1 / span 3; }
  .products-grid.is-list .pc-prices,
  .products-grid.is-list .pc-stock {
    grid-column: 2;
    text-align: left;
    justify-content: flex-start;
  }
  .products-grid.is-list .pc-prices { grid-row: 3; }
  .products-grid.is-list .pc-stock { grid-row: 4; }
  .products-grid.is-list .pc-img img { max-height: 84px; }
}

/* Product buy box — Trodo-style CRO */
.pdp-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 8px;
}

.buybox h1 {
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
}

.buybox-id {
  margin-top: 6px;
  font-size: 13px;
  color: var(--mk-muted);
}

.buybox-id a { color: var(--mk-primary); }

.buybox-price { margin: 18px 0 0; }

.buybox-now {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.1;
}

.buybox-now.sale { color: var(--mk-red); }

.buybox-vat {
  margin-top: 4px;
  font-size: 13px;
  color: var(--mk-muted);
}

.buybox-actions {
  margin-top: 18px;
}

.buybox-cta {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.buybox-qty { flex: none; }

.buybox-add {
  flex: 1;
  min-width: 180px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 6px;
}

.buybox-add:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.buybox-compare {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: 12px;
  font-size: 14px;
  color: #4b5a66;
  cursor: pointer;
}

.buybox-compare input { width: 20px; height: 20px; }

.buybox-avail {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
  font-size: 14px;
  color: #6b4a2b;
}

.buybox-avail:not(.out) { color: #3d6b4f; }

.buybox-ship {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-top: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--mk-line);
  border-bottom: 1px solid var(--mk-line);
}

.buybox-ship-info {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
}

.buybox-ship-info strong { display: block; font-weight: 500; color: #111f3c; }

.buybox-ship-info em {
  font-style: normal;
  color: #8a5a28;
  font-weight: 500;
}

.buybox-pays {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.buybox-pays img {
  height: 24px;
  width: auto;
  background: #fff;
  padding: 3px 5px;
  border: 1px solid var(--mk-line);
}

.buybox-keys {
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.buybox-keys div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  font-size: 14px;
}

.buybox-keys dt { color: var(--mk-muted); }
.buybox-keys dd { margin: 0; font-weight: 500; text-align: right; }

.buybox-more {
  display: inline-block;
  margin-top: 10px;
  color: var(--mk-primary);
  font-size: 14px;
}

.buybox-more:hover { text-decoration: underline; }

.pdp-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 40px 0 0;
}

.pdp-trust-card {
  border: 1px solid var(--mk-line);
  background: #fff;
  padding: 18px 16px;
}

.pdp-trust-card .material-symbols-outlined {
  display: block;
  margin-bottom: 10px;
}

.pdp-trust-card strong {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
}

.pdp-trust-card p {
  margin: 6px 0 0;
  font-size: 13px;
  color: #66727c;
  line-height: 1.4;
}

.pdp-info {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 40px;
  margin-top: 48px;
  padding-top: 8px;
}

.pdp-info h2 {
  font-size: 1.5rem;
  margin: 0 0 20px;
}

.spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}

.spec-grid div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #eceff2;
  font-size: 14px;
}

.spec-grid dt { color: var(--mk-muted); }
.spec-grid dd { margin: 0; font-weight: 500; }

.pdp-info-nav {
  border: 1px solid var(--mk-line);
  background: #fff;
  padding: 8px;
  align-self: start;
  display: flex;
  flex-direction: column;
}

.pdp-info-nav button {
  text-align: left;
  background: none;
  border: 0;
  padding: 10px 12px;
  font-weight: 500;
  cursor: pointer;
  color: #2a3a48;
}

.pdp-info-nav button.active { background: #f4f4f3; color: #111f3c; }

@media (max-width: 1024px) {
  .pdp-top,
  .pdp-info,
  .pdp-trust,
  .spec-grid { grid-template-columns: 1fr; }
  .pdp-info-nav { flex-direction: row; flex-wrap: wrap; }
}

/* Product page */
.gallery-main {
  border: 1px solid var(--mk-line);
  background: #fff;
  min-height: 460px;
  display: grid;
  place-items: center;
  padding: 24px;
}

.gallery-main img { max-height: 420px; object-fit: contain; }

.thumb {
  border: 1px solid var(--mk-line);
  padding: 8px;
  background: #fff;
  cursor: pointer;
}

.thumb.active { border-color: var(--mk-primary); }

.qty-box {
  display: inline-flex;
  align-items: stretch;
  height: 48px;
  border: 1px solid #111f3c;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.qty-box button {
  width: 44px;
  height: 48px;
  border: 0;
  background: #fff;
  color: #111f3c;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.qty-box button:hover {
  background: #f4f4f3;
  color: var(--mk-primary);
}

.qty-box input {
  width: 48px;
  height: 48px;
  border: 0;
  border-left: 1px solid var(--mk-line);
  border-right: 1px solid var(--mk-line);
  text-align: center;
  outline: 0;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
}

.tabs button {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 10px 0;
  margin-right: 22px;
  font-weight: 700;
  cursor: pointer;
}

.tabs button.active { border-color: var(--mk-primary); color: var(--mk-primary); }

/* Cart */
.cart-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 24px;
  align-items: start;
  margin-top: 8px;
}

.page-title + .cart-layout { margin-top: 28px; }

.cart-list {
  background: #fff;
  border: 1px solid var(--mk-line);
}

.cart-list-head {
  display: grid;
  grid-template-columns: 1fr 140px 120px;
  gap: 16px;
  padding: 12px 20px;
  border-bottom: 1px solid var(--mk-line);
  font-size: 13px;
  color: var(--mk-muted);
}

.cart-list-head span:nth-child(2),
.cart-list-head span:nth-child(3) { text-align: right; }

.cart-item {
  display: grid;
  grid-template-columns: 112px 1fr 140px 120px;
  gap: 16px;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--mk-line);
}

.cart-item:last-child { border-bottom: 0; }

.cart-item-img {
  width: 112px;
  height: 112px;
  border: 1px solid var(--mk-line);
  background: #fff;
  display: grid;
  place-items: center;
  padding: 8px;
}

.cart-item-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cart-item-brand {
  display: block;
  font-size: 13px;
  color: var(--mk-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cart-item-title {
  display: block;
  margin-top: 4px;
  font-weight: 500;
  line-height: 1.35;
}

.cart-item-title:hover { color: var(--mk-primary); }

.cart-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
  font-size: 13px;
  color: var(--mk-muted);
}

.cart-item-unit {
  margin-top: 6px;
  font-size: 13px;
  color: #4b5a66;
}

.cart-item-remove {
  margin-top: 10px;
  background: none;
  border: 0;
  padding: 0;
  color: var(--mk-muted);
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cart-item-remove:hover { color: var(--mk-red); }

.cart-item .qty-box { justify-self: end; }

.cart-item-sum {
  justify-self: end;
  font-size: 18px;
  font-weight: 500;
}

.cart-sum {
  background: #fff;
  border: 1px solid var(--mk-line);
  padding: 22px 20px;
}

.cart-sum h2 {
  font-size: 1.25rem;
  margin: 0 0 16px;
}

.cart-ship {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--mk-line);
}

.cart-ship p { margin: 0 0 8px; font-size: 14px; }
.cart-ship p.ok { color: #3d6b4f; }
.cart-ship strong { font-weight: 500; }

.cart-ship-bar {
  height: 6px;
  background: #eceff2;
  overflow: hidden;
}

.cart-ship-bar i {
  display: block;
  height: 100%;
  background: var(--mk-green);
}

.cart-sum-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
  font-size: 14px;
}

.cart-discount { color: #1f5c38; }

.woocommerce-form-coupon {
  margin: 0 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--mk-line);
}

.woocommerce-form-coupon > label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #2a3a48;
  margin-bottom: 10px;
}

.woocommerce-form-coupon .coupon {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.woocommerce-form-coupon .input-text {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--mk-line);
  border-radius: 8px;
  background: #fff;
  font: inherit;
  color: #111;
}

.woocommerce-form-coupon .input-text:focus {
  outline: 2px solid #5bc4f0;
  outline-offset: 1px;
  border-color: #5bc4f0;
}

.woocommerce-form-coupon .button {
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background: var(--mk-navy);
  color: #fff;
  font: inherit;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}

.woocommerce-form-coupon .button:hover { background: #1a2d55; }

.woocommerce-cart-coupon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 16px;
  padding: 12px 14px;
  background: #ecf6ef;
  border: 1px solid #cfe6d6;
  color: #1f5c38;
  font-size: 14px;
}

.woocommerce-remove-coupon {
  border: 0;
  background: none;
  padding: 0;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}

form.checkout_coupon {
  margin: 0 0 18px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--mk-line);
}

form.checkout_coupon p { margin: 0 0 12px; font-size: 14px; color: #4b5a66; }

.woocommerce-form-coupon-toggle { margin-bottom: 4px; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cart-sum-vat {
  margin-top: 4px;
  font-size: 12px;
  color: var(--mk-muted);
}

.cart-sum-total {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--mk-line);
  font-size: 20px;
  font-weight: 500;
}

.cart-sum-cta {
  width: 100%;
  min-height: 48px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
}

.cart-sum-back {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
  color: var(--mk-primary);
}

.cart-sum-back:hover { text-decoration: underline; }

.cart-sum-pays { margin-top: 18px; }

.cart-sum-trust {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: #4b5a66;
}

.cart-sum-trust li {
  padding: 3px 0 3px 16px;
  position: relative;
}

.cart-sum-trust li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--mk-green-dot);
}

.cart-sum-call {
  display: block;
  margin-top: 14px;
  font-size: 13px;
  color: #111f3c;
}

.cart-sum-call:hover { color: var(--mk-primary); }

.cart-empty {
  grid-column: 1 / -1;
  background: #fff;
  border: 1px solid var(--mk-line);
  padding: 56px 32px;
  text-align: center;
}

.cart-empty h2 { margin: 0; font-size: 1.5rem; }
.cart-empty p { margin: 10px auto 20px; max-width: 42ch; color: #4b5a66; }
.cart-empty .btn-primary { display: inline-flex; align-items: center; min-height: 44px; padding: 0 20px; }

@media (max-width: 1024px) {
  .trust-row { grid-template-columns: 1fr 1fr; }
  .mega-grid { grid-template-columns: 1fr; }
  .mega-feature { min-height: 160px; }
  .mega-cols { grid-template-columns: 1fr 1fr; }
  .cart-layout { grid-template-columns: 1fr; }
  .cart-list-head { display: none; }
  .cart-item {
    grid-template-columns: 88px 1fr;
  }
  .cart-item .qty-box,
  .cart-item-sum { justify-self: start; }
}

@media (max-width: 768px) {
  .trust-row { grid-template-columns: 1fr; margin-top: 20px; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--mk-line); }
  .hero { min-height: 420px; }
  .cart-line { grid-template-columns: 72px 1fr; }
}

/* WooCommerce My Account — never grid the <body class="woocommerce-account"> */
body.woocommerce-account {
  display: block;
}

.marka-account,
.woocommerce:has(> .woocommerce-MyAccount-navigation) {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
  align-items: start;
  margin-top: 8px;
}

.woocommerce-MyAccount-navigation {
  background: #fff;
  border: 1px solid var(--mk-line);
  border-radius: 8px;
  overflow: hidden;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 13px 16px;
  border-bottom: 1px solid #eef1f4;
  color: #2a3a48;
  font-size: 14px;
}

.woocommerce-MyAccount-navigation li:last-child a { border-bottom: 0; }

.woocommerce-MyAccount-navigation a:hover { background: #f7f8f9; }

.woocommerce-MyAccount-navigation .is-active a {
  font-weight: 600;
  color: #111;
  background: #f4f4f3;
}

.woocommerce-MyAccount-content,
.wc-auth-card {
  background: #fff;
  border: 1px solid var(--mk-line);
  border-radius: 8px;
  padding: 28px 32px 36px;
}

.woocommerce-MyAccount-content > h2:first-child,
.wc-auth-card h2,
#customer_login h2 {
  margin: 0 0 16px;
  font-size: 1.35rem;
  font-weight: 500;
}

.woocommerce-MyAccount-content p,
.wc-auth-card p,
#customer_login p {
  color: #4b5a66;
  line-height: 1.55;
}

.woocommerce-MyAccount-hello { margin-top: 0; }

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 18px;
  font-size: 14px;
}

.woocommerce-message {
  background: #ecf6ef;
  border: 1px solid #cfe6d6;
  color: #1f5c38;
}

.woocommerce-info {
  background: #eef5fb;
  border: 1px solid #d3e4f2;
  color: #1d4f72;
}

.woocommerce-error {
  background: #fdecec;
  border: 1px solid #f3c6c6;
  color: #8a1f1f;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a { color: inherit; text-decoration: underline; }

.u-columns.col2-set {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

#customer_login .u-column1,
#customer_login .u-column2,
.woocommerce-Address {
  background: #fff;
  border: 1px solid var(--mk-line);
  border-radius: 8px;
  padding: 24px 24px 28px;
}

.woocommerce-form,
.woocommerce-EditAccountForm,
.woocommerce-EditAddressForm,
.woocommerce-ResetPassword-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.woocommerce-form .form-row,
.woocommerce-EditAccountForm .form-row,
.woocommerce-EditAddressForm .form-row {
  margin: 0;
}

.form-row > label,
.woocommerce-form label,
.woocommerce-EditAccountForm label,
.woocommerce-EditAddressForm label,
.woocommerce-ResetPassword-form label,
.woocommerce-checkout .form-row > label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #2a3a48;
  margin-bottom: 10px;
}

.woocommerce-Input,
.woocommerce-form .input-text,
.woocommerce-EditAccountForm .input-text,
.woocommerce-EditAddressForm .input-text,
.woocommerce-EditAddressForm select,
.woocommerce-ResetPassword-form .input-text {
  width: 100%;
  border: 1px solid var(--mk-line);
  border-radius: 6px;
  padding: 10px 12px;
  background: #fff;
  color: #111;
}

.wc-name-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
}

.woocommerce-form__label-for-checkbox,
.form-row > label.woocommerce-form__label-for-checkbox,
.form-row > label.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 0;
}

.woocommerce-form-login .form-row:has(.woocommerce-form-login__submit) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.required { color: var(--mk-red); }

.lost_password { margin: 0; font-size: 14px; }

.woocommerce-privacy-policy-text {
  font-size: 13px;
  margin: 0 0 20px;
  color: #4b5a66;
}

.woocommerce-privacy-policy-text p { margin: 0; }

.woocommerce-EditAccountForm fieldset {
  border: 1px solid var(--mk-line);
  border-radius: 8px;
  padding: 16px 16px 8px;
  margin: 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.woocommerce-EditAccountForm legend {
  padding: 0 8px;
  font-weight: 500;
  font-size: 15px;
}

.woocommerce-EditAccountForm em {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: var(--mk-muted);
}

.wc-dash-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 20px 0 28px;
}

.wc-dash-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  border: 1px solid var(--mk-line);
  border-radius: 8px;
  color: #1a1d23;
}

.wc-dash-card:hover { border-color: var(--mk-primary); }

.wc-dash-card .material-symbols-outlined {
  font-size: 26px;
  color: var(--mk-navy);
}

.wc-dash-card strong { font-weight: 500; }

.wc-dash-card span:last-child {
  font-size: 13px;
  color: var(--mk-muted);
}

.woocommerce-orders-table,
.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.woocommerce-orders-table th,
.woocommerce-orders-table td,
.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
  text-align: left;
  padding: 12px 10px;
  border-bottom: 1px solid #eef1f4;
  vertical-align: middle;
}

.woocommerce-orders-table th { color: var(--mk-muted); font-weight: 500; }

.wc-status {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  background: #eef1f4;
}

.wc-status--processing { background: #e8f1fb; color: #0d3b86; }
.wc-status--completed { background: #ecf6ef; color: #1f5c38; }
.wc-status--pending { background: #fff6e5; color: #8a5a00; }
.wc-status--cancelled,
.wc-status--failed { background: #fdecec; color: #8a1f1f; }

.btn-compact-link {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid var(--mk-line);
  border-radius: 6px;
  font-size: 13px;
  color: #1a1d23;
}

.btn-compact-link:hover { background: #f4f5f7; }

.wc-order-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1a1d23;
}

.wc-order-item img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}

.woocommerce-table--order-details tfoot th { width: 40%; color: var(--mk-muted); font-weight: 500; }

.wc-order-again { margin-top: 20px; }

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

.woocommerce-Address-title h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 500;
}

.woocommerce-Address address {
  font-style: normal;
  line-height: 1.55;
  color: #2a3a48;
}

.woocommerce-address-empty { margin: 0; color: var(--mk-muted); }

@media (max-width: 900px) {
  .marka-account,
  .woocommerce:has(> .woocommerce-MyAccount-navigation) { grid-template-columns: 1fr; }
  .woocommerce-MyAccount-navigation ul {
    display: flex;
    overflow-x: auto;
  }
  .woocommerce-MyAccount-navigation li { flex: 0 0 auto; }
  .woocommerce-MyAccount-navigation a {
    border-bottom: 0;
    border-right: 1px solid #eef1f4;
    white-space: nowrap;
  }
  .u-columns.col2-set,
  .wc-dash-grid,
  .wc-name-row { grid-template-columns: 1fr; }
  .woocommerce-MyAccount-content { padding: 22px 18px 28px; }
}

/* WooCommerce checkout + thank you */
.woocommerce-checkout { margin-top: 0; }

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 24px;
  align-items: start;
}

#customer_details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.checkout-review { min-width: 0; }

.wc-customer-type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.wc-customer-type__opt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid var(--mk-line);
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #1a1d23;
  background: #fff;
  margin: 0;
}

.wc-customer-type__opt:has(input:checked) {
  border-color: var(--mk-navy);
  background: #111f3c;
  color: #fff;
}

.wc-customer-type__opt input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  border: 0;
  background: none;
}

.wc-customer-type__opt input:checked::after { display: none; }

.woocommerce-company-fields {
  padding: 12px 0 4px;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
#order_review,
.woocommerce-order,
.woocommerce-bacs-bank-details {
  background: #fff;
  border: 1px solid var(--mk-line);
  border-radius: 8px;
  padding: 24px 24px 28px;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading,
.woocommerce-order-details__title,
.woocommerce-column__title,
.wc-bacs-bank-details-heading {
  margin: 0 0 16px;
  font-size: 1.2rem;
  font-weight: 500;
}

.woocommerce-checkout .form-row { margin: 0 0 12px; }

.woocommerce-checkout .input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  width: 100%;
  border: 1px solid var(--mk-line);
  border-radius: 6px;
  padding: 10px 12px;
  background: #fff;
  color: #111;
}

.woocommerce-checkout select.country_to_state,
.woocommerce-checkout select.country_select,
.woocommerce-checkout select.state_select,
.woocommerce-EditAddressForm select.country_to_state,
.woocommerce-EditAddressForm select.country_select,
.woocommerce-EditAddressForm select.state_select {
  min-height: 48px;
  padding: 10px 36px 10px 12px;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%235a6570' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.woocommerce-checkout .woocommerce-account-fields {
  margin-top: 28px;
}

.woocommerce-checkout .create-account {
  margin: 0;
  padding: 16px 18px;
  background: #f4f6f8;
  border: 1px solid var(--mk-line);
  border-radius: 8px;
}

.woocommerce-checkout .create-account .woocommerce-form__label-for-checkbox {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  color: #111f3c;
}

.woocommerce-checkout .create-account .input-checkbox {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  accent-color: var(--mk-primary);
}

.mk-select select,
.woocommerce-checkout .mk-select select,
.woocommerce-EditAddressForm .mk-select select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid #eef1f4;
}

.woocommerce-checkout-review-order-table tfoot th { color: var(--mk-muted); font-weight: 500; }
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td { font-size: 18px; color: #111; }

.wc-checkout-vat {
  margin: 8px 0 18px;
  font-size: 12px;
  color: var(--mk-muted);
}

.wc_payment_methods {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  border: 1px solid var(--mk-line);
  border-radius: 8px;
  overflow: hidden;
}

.wc_payment_method {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid #eef1f4;
}

.wc_payment_method:last-child { border-bottom: 0; }

.wc_payment_method label {
  margin: 0;
  font-weight: 500;
  cursor: pointer;
}

.payment_box {
  flex: 1 1 100%;
  margin: 8px 0 0 30px;
  font-size: 14px;
  color: #4b5a66;
}

.woocommerce-shipping-methods {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-shipping-methods li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
}

.payment_box p { margin: 0; }

#place_order {
  width: 100%;
  min-height: 48px;
  margin-top: 8px;
  background: var(--mk-primary);
  color: #fff;
  font-weight: 600;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
}

#place_order:hover {
  background: var(--mk-primary-500);
  color: #fff;
}

.woocommerce-terms-and-conditions-checkbox-text a {
  color: var(--mk-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.woocommerce-terms-and-conditions-checkbox-text a:hover {
  color: var(--mk-primary-500);
}

.woocommerce-thankyou-order-received,
.woocommerce-notice--success {
  background: #ecf6ef;
  border: 1px solid #cfe6d6;
  color: #1f5c38;
  padding: 14px 16px;
  border-radius: 6px;
  font-size: 16px;
  margin: 0 0 20px;
}

.woocommerce-notice--error {
  background: #fdecec;
  border: 1px solid #f3c6c6;
  color: #8a1f1f;
  padding: 14px 16px;
  border-radius: 6px;
  margin: 0 0 16px;
}

.woocommerce-order-overview {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  border: 1px solid var(--mk-line);
  border-radius: 8px;
  overflow: hidden;
}

.woocommerce-order-overview li {
  flex: 1 1 160px;
  padding: 14px 16px;
  border-right: 1px solid var(--mk-line);
  font-size: 13px;
  color: var(--mk-muted);
}

.woocommerce-order-overview li:last-child { border-right: 0; }

.woocommerce-order-overview strong {
  display: block;
  margin-top: 4px;
  color: #111;
  font-size: 15px;
  font-weight: 500;
}

.wc-thanks-status { margin: 0 0 20px; }

.woocommerce-bacs-bank-details { margin: 0 0 24px; }

.wc-bacs-bank-details {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}

.wc-bacs-bank-details li {
  padding: 8px 0;
  border-bottom: 1px solid #eef1f4;
  font-size: 14px;
}

.wc-bacs-note { margin: 0; font-size: 13px; color: var(--mk-muted); }

.woocommerce-customer-details { margin-top: 28px; }

.woocommerce-columns--addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.woocommerce-customer-details--note { margin-top: 20px; }

.wc-thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 28px 0 0;
}

.woocommerce-thankyou-order-failed-actions .button {
  display: inline-flex;
  margin-right: 10px;
  padding: 8px 14px;
  border: 1px solid var(--mk-line);
  border-radius: 6px;
}

@media (max-width: 900px) {
  .checkout-layout,
  #customer_details,
  .woocommerce-columns--addresses { grid-template-columns: 1fr; }
  .woocommerce-order-overview li { border-right: 0; border-bottom: 1px solid var(--mk-line); }
}
