:root {
  --bg: #f7f5f5;
  --surface: #ffffff;
  --ink: #1f1a1a;
  --muted: #7a7070;
  --line: rgba(80, 40, 40, 0.08);
  --brand: #e18787;
  --brand-soft: #f8eaea;
  --action: #e18787;
  --action-ink: #ffffff;
  --danger: #e25555;
  --shadow: 0 10px 30px rgba(80, 40, 45, 0.08);
  --radius: 20px;
  --font: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --shell: min(1120px, calc(100% - 2rem));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; min-height: 100%; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
a,
a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}

/* iOS: inputs < 16px trigger zoom on focus */
@media (max-width: 979px) {
  input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="file"]):not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="image"]),
  textarea,
  select {
    font-size: 16px !important;
  }
  .c-select-trigger,
  .search input,
  .catalog-search input,
  .search-page-form input,
  .field input,
  .field textarea,
  .card-panel input,
  .card-panel textarea,
  .card-panel select,
  .qty input,
  .cart-qty input {
    font-size: 16px !important;
  }
}

/* Explicit white text on photo cards (Safari any-link override) */
.cat-card,
.cat-card:link,
.cat-card:visited,
.cat-card:hover,
.cat-card:active {
  color: #fff;
}
.cat-card-title,
.cat-card-meta {
  color: #fff;
}
.cat-card-meta {
  color: rgba(255, 255, 255, 0.88);
}
.cat-card-go {
  color: #fff;
}

.shell { width: var(--shell); margin: 0 auto; }
.app { min-height: 100vh; background: var(--bg); }
.desk-only { display: none !important; }
.muted { color: var(--muted); }

.topbar {
  background: linear-gradient(180deg, #f3d6d6 0%, #efcfcf 100%);
  color: #8a5555;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.topbar-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 36px;
}
.topbar-sep {
  width: 1px;
  height: 12px;
  background: rgba(138, 85, 85, 0.28);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255,255,255,.96);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
  overflow: visible;
}

.header-main {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0 10px;
  min-height: 56px;
  overflow: visible;
}
.logo { line-height: 0; flex: 1; min-width: 0; }
.catalog-wrap { position: relative; }
.header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  overflow: visible;
  padding: 4px 2px 2px 0;
}
.header-actions .cart-btn {
  overflow: visible;
}

.logo-img {
  display: block;
  height: 34px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}

.header-icon-btn {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 12px;
  background: #f0f0f2;
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
  display: grid;
  place-items: center;
  cursor: pointer;
  flex: 0 0 auto;
  padding: 0;
}
.header-icon-btn:hover { background: #e7e7ea; }
.header-icon-btn .burger {
  width: 18px;
  height: 14px;
}
.header-icon-btn .burger svg {
  width: 18px;
  height: 14px;
  display: block;
}

.catalog-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: 14px;
  background: #f0f0f2;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}
.catalog-btn:hover { background: #e7e7ea; }

.burger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 12px;
  flex: 0 0 auto;
  line-height: 0;
}
.burger svg {
  width: 16px;
  height: 12px;
  display: block;
}

.catalog-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 240px;
  padding: 8px;
  background: var(--surface);
  border-radius: 16px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  display: grid;
  gap: 2px;
  z-index: 40;
}
.catalog-menu[hidden] { display: none; }
.catalog-menu a {
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
}
.catalog-menu a:hover { background: var(--bg); }

.search {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  background: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 999px;
  padding: 0 3px 0 16px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.search-wrap {
  position: relative;
  width: 100%;
}
.search-wrap .search { width: 100%; }
.search-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 80;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(80, 40, 45, 0.14);
  overflow: hidden;
  padding: 8px;
}
.search-suggest-list {
  display: grid;
  gap: 2px;
  max-height: min(60vh, 420px);
  overflow: auto;
}
.search-suggest-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 8px;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
}
.search-suggest-item:hover,
.search-suggest-item:focus-visible {
  background: #faf6f6;
  outline: none;
}
.search-suggest-item img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  object-fit: cover;
  background: #f3eeee;
  display: block;
}
.search-suggest-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}
.search-suggest-copy strong {
  font-size: 14px;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-suggest-copy span {
  font-size: 12px;
  color: var(--muted);
}
.search-suggest-item b {
  font-size: 13px;
  white-space: nowrap;
}
.search-suggest-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  min-height: 40px;
  border-radius: 12px;
  background: #faf6f6;
  color: #8a5555;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.search-suggest-more:hover { background: var(--brand-soft); }
.search-suggest-empty {
  padding: 16px 12px;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
}
.search:focus-within {
  border-color: #e7b0b0;
  box-shadow: 0 0 0 3px rgba(240, 184, 184, 0.28);
}
.search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 15px;
  color: var(--ink);
  -webkit-appearance: none;
  appearance: none;
}
.search input::-webkit-search-decoration,
.search input::-webkit-search-results-button,
.search input::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.search input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  margin: 0 2px 0 6px;
  cursor: pointer;
  background: center / 14px 14px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23efe8e8'/%3E%3Cpath d='M8.5 8.5l7 7M15.5 8.5l-7 7' stroke='%237a7070' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  opacity: 1;
}
.search input::-ms-clear {
  width: 18px;
  height: 18px;
  color: #7a7070;
}
.search input::placeholder { color: #9b9ba1; }
.search-submit {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #f5f5f6;
  color: var(--ink);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.search-submit:hover {
  background: var(--action);
  color: var(--action-ink);
}
.search-submit svg {
  display: block;
  width: 20px;
  height: 20px;
}

.cart-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: #f0f0f2;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease;
  flex: 0 0 auto;
}
.cart-btn:hover { background: #e7e7ea; }
.cart-ico {
  display: grid;
  place-items: center;
  line-height: 0;
}
.cart-label { display: none; }
.cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: var(--brand);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0 0 2px #fff;
  pointer-events: none;
  z-index: 2;
}
.cart-count[hidden] { display: none; }
.cart-btn.has-items {
  background: var(--brand-soft);
}
.cart-btn.has-items:hover { background: #f3dfdf; }

.fav-btn {
  flex: 0 0 auto;
  overflow: visible;
}
.fav-btn .cart-ico {
  overflow: visible;
  line-height: 0;
}
.fav-btn .cart-ico svg {
  display: block;
  overflow: visible;
}

.header-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 10px;
  font-size: 14px;
  font-weight: 500;
}
.header-links-nav {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scrollbar-width: none;
  min-width: 0;
}
.header-links-nav::-webkit-scrollbar { display: none; }
.header-links-nav a { flex: 0 0 auto; padding: 4px 0; }
.header-links a:hover { color: var(--brand); }
.header-links-aside {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.header-phone {
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
  color: var(--ink);
}
.header-phone:hover { color: var(--brand); }
.header-social {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-soc {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 32px;
  background: #f0f0f2;
  color: #5a5050;
  transition: background 0.15s ease, color 0.15s ease;
}
.header-soc:hover {
  background: var(--brand-soft);
  color: var(--brand);
}
.header-soc .soc-ico {
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}
.header-soc .soc-ico-wa {
  width: 17px;
  height: 17px;
}
.header-soc .soc-ico-vk {
  width: 17px;
  height: 17px;
}
.header-soc .soc-ico-max {
  width: 18px;
  height: 18px;
}

/* Hero */
.hero {
  position: relative;
  margin-top: 14px;
}
.hero-track {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 420px;
  background: #222;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}
.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: end;
  min-height: 420px;
  background:
    linear-gradient(90deg, rgba(20,16,14,.78) 0%, rgba(20,16,14,.35) 55%, rgba(20,16,14,.15) 100%),
    var(--hero) center/cover no-repeat;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.03);
  transition:
    opacity 0.7s ease,
    visibility 0.7s ease,
    transform 4.8s ease-out;
  pointer-events: none;
  z-index: 0;
}
.hero-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  pointer-events: auto;
  z-index: 1;
}
.hero-slide.is-leaving {
  opacity: 0;
  visibility: visible;
  transform: scale(1.02);
  z-index: 2;
  pointer-events: none;
}
.hero-copy {
  padding: 28px 22px 32px;
  max-width: 34rem;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s ease 0.15s, transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1) 0.15s;
}
.hero-slide.is-active .hero-copy {
  opacity: 1;
  transform: translateY(0);
}
.eyebrow {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255,255,255,.8);
}
.hero-copy h1 {
  margin: 0 0 10px;
  font-size: clamp(28px, 7vw, 48px);
  line-height: 1.05;
  letter-spacing: -.03em;
  font-weight: 700;
}
.hero-copy p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.86);
  font-size: 15px;
  line-height: 1.45;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
@media (max-width: 979px) {
  .hero-actions {
    display: grid;
    width: 100%;
  }
  .hero-actions .btn {
    width: 100%;
    min-height: 50px;
  }
  #categories .section-head > .text-link {
    display: none !important;
  }
  .pick-controls {
    display: none !important;
  }
  .pick-more {
    margin-top: 12px;
  }
  .pick-more .btn-more {
    width: 100%;
    border-radius: 16px;
    padding: 0 18px;
  }
}
.hero-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 12px 0 0;
}
.hero-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: #d0d0d4;
  cursor: pointer;
  padding: 0;
  transition: width 0.25s ease, background 0.25s ease, border-radius 0.25s ease;
}
.hero-dots button.is-active { background: var(--ink); width: 22px; border-radius: 999px; }

.hero-nav {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: auto;
  top: auto;
  z-index: 3;
  display: none;
  align-items: center;
  gap: 8px;
  padding: 0;
  pointer-events: none;
}
.hero-nav-btn {
  pointer-events: auto;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  transition: transform 0.15s ease, background 0.15s ease;
}
.hero-nav-btn:hover {
  background: #fff;
  transform: scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .hero-copy,
  .hero-dots button {
    transition: none;
  }
  .hero-slide { transform: none; }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: filter 0.15s ease, box-shadow 0.15s ease;
}
.btn-action {
  background: var(--action);
  color: #fff;
  box-shadow: 0 8px 20px rgba(225, 135, 135, 0.28);
}
a.btn-action,
a.btn-action:link,
a.btn-action:visited,
a.btn-action:hover,
a.btn-action:active {
  color: #fff;
}
.btn-action:hover { filter: brightness(1.04); }
.btn-brand { background: var(--brand); color: #fff; }
a.btn-brand,
a.btn-brand:link,
a.btn-brand:visited,
a.btn-brand:hover,
a.btn-brand:active {
  color: #fff;
}
.btn-ghost {
  background: rgba(255,255,255,.14);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.28);
}

.section { padding: 40px 0 20px; }
.section.tight { padding-top: 16px; }
.section-head { margin-bottom: 18px; }
.section-head.row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}
.section-head-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 719px) {
  .section-head.row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .section-head-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .section-head-links .text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 12px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--line);
    color: var(--ink);
    font-size: 13px;
    white-space: nowrap;
  }
  .delivery-board {
    gap: 12px;
  }
  .delivery-lead,
  .delivery-table-wrap {
    padding: 18px 16px;
    border-radius: 20px;
  }
  .delivery-lead h3 {
    font-size: 20px;
  }
  .delivery-table {
    font-size: 13px;
  }
  .delivery-table th,
  .delivery-table td {
    padding: 10px 6px;
  }
  .delivery-table th:nth-child(2),
  .delivery-table th:nth-child(3),
  .delivery-table td:nth-child(2),
  .delivery-table td:nth-child(3) {
    text-align: right;
    white-space: nowrap;
  }
}
.section-head h2 {
  margin: 0 0 4px;
  font-size: 28px;
  letter-spacing: -.03em;
}
.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.text-link {
  color: var(--brand);
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}

.cat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.cat-card {
  position: relative;
  isolation: isolate;
  min-height: 168px;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
  color: #fff;
  text-decoration: none;
  background: var(--cat) center/cover no-repeat;
  box-shadow: 0 10px 28px rgba(80, 40, 45, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.cat-card-shade {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(40, 20, 24, 0.08) 20%, rgba(40, 20, 24, 0.62) 100%),
    linear-gradient(90deg, rgba(225, 135, 135, 0.18), transparent 55%);
  pointer-events: none;
}
.cat-card-body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  min-width: 0;
}
.cat-card-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.cat-card-meta {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
}
.cat-card-go {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  transition: background 0.2s ease, transform 0.2s ease;
}
.cat-card:nth-child(1) { background-position: 50% 40%; }
.cat-card:nth-child(2) { background-position: 60% 50%; }
.cat-card:nth-child(3) { background-position: 40% 45%; }
.cat-card:nth-child(4) { background-position: 50% 35%; }
.cat-card:nth-child(5) { background-position: 70% 60%; }
.cat-card:active { transform: scale(0.985); }
.cat-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  min-height: 148px;
}

.chips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.chips::-webkit-scrollbar { display: none; }
.chip {
  flex: 0 0 auto;
  border: 0;
  background: var(--surface);
  color: var(--ink);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.chip.is-active { background: var(--ink); color: #fff; }
.chip:hover { background: #ebebeb; }
.chip.is-active:hover { background: var(--ink); }

.pick-block { padding-bottom: 12px; }
.pick-block + .pick-block { padding-top: 28px; }
#categories { padding-bottom: 28px; }
#picks { padding-top: 12px; }
.pick-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  margin-bottom: 2px;
}
.pick-rail {
  --pick-gap: 12px;
  --pick-cols: 2;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.pick-track {
  display: flex;
  gap: var(--pick-gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  padding: 2px 0 6px;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}
.pick-track::-webkit-scrollbar { display: none; }
.pick-track .product {
  flex: 0 0 calc((100% - (var(--pick-cols) - 1) * var(--pick-gap)) / var(--pick-cols));
  max-width: calc((100% - (var(--pick-cols) - 1) * var(--pick-gap)) / var(--pick-cols));
  scroll-snap-align: start;
  box-shadow: none;
}

@media (max-width: 979px) {
  .pick-block,
  #picks {
    overflow: visible;
  }
  .pick-rail {
    --pick-cols: 1.5;
    --pick-gap: 12px;
    --pick-card: calc((100% - (var(--pick-cols) - 1) * var(--pick-gap)) / var(--pick-cols));
    margin-left: -1rem;
    margin-right: -1rem;
    overflow: visible;
  }
  .pick-track {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: var(--pick-gap);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1rem;
    padding: 2px 1rem 6px;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }
  .pick-track .product {
    box-sizing: border-box;
    flex: 0 0 var(--pick-card);
    width: var(--pick-card);
    min-width: var(--pick-card);
    max-width: var(--pick-card);
    margin: 0;
    display: flex;
    flex-direction: column;
    height: auto;
    scroll-snap-align: start;
  }
  .pick-track .product-media {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 4 / 5;
    height: auto;
    max-height: none;
    overflow: hidden;
    background: #ececef;
  }
  .pick-track .product-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .pick-track .product-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 12px 12px 14px;
    min-height: 0;
  }
  .pick-track .product-body h3 {
    margin: 0 0 6px;
    font-size: 15px;
    line-height: 1.3;
    height: 2.6em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .pick-track .product-comp {
    margin: 0;
    height: 2.8em;
    min-height: 2.8em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .pick-track .product-foot {
    margin-top: auto;
    padding-top: 12px;
  }
}

.pick-nav {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(80, 40, 45, 0.06);
  transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.pick-nav:hover:not(:disabled) {
  background: #fff7f7;
  border-color: rgba(225, 135, 135, 0.35);
}
.pick-nav:disabled {
  opacity: 0.35;
  cursor: default;
}
.pick-more {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.btn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px 0 24px;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-weight: 600;
  font-size: 15px;
  border: 1px solid var(--line);
  box-shadow: 0 8px 20px rgba(80, 40, 45, 0.06);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.btn-more-ico {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--brand-soft);
  color: var(--brand);
  flex: 0 0 auto;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.btn-more:hover {
  background: #fff;
  border-color: rgba(225, 135, 135, 0.35);
  color: #8a5555;
  box-shadow: 0 10px 24px rgba(80, 40, 45, 0.08);
}
.btn-more:hover .btn-more-ico {
  background: var(--brand);
  color: #fff;
  transform: translateX(2px);
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.product {
  background: var(--surface);
  border-radius: var(--radius);
  overflow: visible;
  position: relative;
}
.product > .fav {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.product-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 11;
  background: #ececef;
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
}
.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.badge-hot { background: var(--brand); }
.badge-sale { background: var(--danger); }
.fav {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow);
  cursor: pointer;
  color: var(--brand);
  -webkit-text-fill-color: var(--brand);
  font-size: 16px;
  line-height: 1;
  display: grid;
  place-items: center;
  padding: 0;
  overflow: visible;
  transition: color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
.fav svg {
  display: block;
  width: 18px;
  height: 18px;
  overflow: visible;
}
.fav-btn .cart-ico svg,
.fav-buy svg {
  overflow: visible;
}
.fav:hover {
  color: #d46f6f;
  -webkit-text-fill-color: #d46f6f;
  background: #fff;
}
.fav.is-on {
  color: var(--brand);
  -webkit-text-fill-color: var(--brand);
  background: var(--brand-soft, #fff5f5);
}
.product-body {
  padding: 14px;
  border-radius: 0 0 var(--radius) var(--radius);
}
.product-comp {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.4;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8em;
}
.product-comp.is-empty { opacity: 0.7; font-style: italic; }
.product-body h3 {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 600;
}
.meta {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 13px;
}
.product-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.price {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.02em;
}
.price s {
  margin-left: 6px;
  color: #a0a0a6;
  font-size: 14px;
  font-weight: 500;
}
.add {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 14px;
  background: var(--brand);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.add:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(225, 135, 135, 0.35);
}
.add.is-pop {
  animation: add-pop 0.45s cubic-bezier(0.2, 0.9, 0.3, 1.25);
}
.add.is-added {
  background: #1f1a1a;
  font-size: 18px;
}

@keyframes add-pop {
  0% { transform: scale(1); }
  35% { transform: scale(0.86); }
  70% { transform: scale(1.12); }
  100% { transform: scale(1); }
}

.cart-fly {
  position: fixed;
  z-index: 9999;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 6px rgba(225, 135, 135, 0.22);
  pointer-events: none;
  opacity: 1;
  transform: translate(0, 0) scale(1);
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.6s ease;
}

.cart-btn {
  transition: transform 0.2s ease;
}
.cart-btn.is-cart-pulse {
  animation: cart-pulse 0.55s ease;
}
.cart-btn.is-cart-pulse .cart-count {
  animation: badge-bounce 0.55s ease;
}

@keyframes cart-pulse {
  0%, 100% { transform: scale(1); }
  40% { transform: scale(1.06); }
  70% { transform: scale(0.98); }
}
@keyframes badge-bounce {
  0%, 100% { transform: scale(1); }
  40% { transform: scale(1.25); }
  70% { transform: scale(0.92); }
}

@media (prefers-reduced-motion: reduce) {
  .add.is-pop,
  .cart-btn.is-cart-pulse,
  .cart-btn.is-cart-pulse .cart-count,
  .buy-btn.is-pop {
    animation: none;
  }
  .cart-fly { display: none; }
}
.empty-note {
  background: var(--surface);
  border-radius: 18px;
  padding: 24px;
  color: var(--muted);
}

.delivery-board {
  display: grid;
  gap: 14px;
}
.delivery-lead,
.contact-card,
.delivery-table-wrap {
  background: var(--surface);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 10px 28px rgba(80, 40, 45, 0.05);
}
.delivery-lead .eyebrow,
.contact-main .eyebrow {
  margin: 0 0 8px;
  color: var(--brand);
}
.delivery-lead h3 {
  margin: 0 0 8px;
  font-size: 22px;
  letter-spacing: -.02em;
}
.delivery-lead p,
.contact-text {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}
.delivery-points {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.delivery-points li {
  padding: 10px 12px 10px 34px;
  position: relative;
  font-weight: 500;
  background: #faf7f7;
  border-radius: 14px;
}
.delivery-points li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: var(--action);
}
.delivery-table-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.delivery-table-head strong {
  font-size: 16px;
  letter-spacing: -0.02em;
}
.delivery-table-head span {
  color: var(--muted);
  font-size: 13px;
}

.delivery-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.delivery-table th,
.delivery-table td {
  text-align: left;
  padding: 13px 10px;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}
.delivery-table th {
  color: var(--muted);
  font-weight: 500;
  font-size: 13px;
}
.delivery-table tbody tr:hover td {
  background: #fff8f8;
}
.delivery-table tr:last-child td { border-bottom: 0; }
.free {
  color: #00a878;
  font-weight: 700;
  background: rgba(0, 168, 120, 0.1);
  padding: 4px 10px;
  border-radius: 999px;
  display: inline-block;
}
.delivery-ask {
  color: var(--muted);
  font-weight: 500;
}

.contact-card {
  display: grid;
  gap: 18px;
  padding: 18px;
}
.contact-main { min-width: 0; }
.contact-card h2 {
  margin: 0 0 8px;
  font-size: clamp(26px, 5vw, 36px);
  letter-spacing: -.03em;
}
.contact-rows {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}
.contact-rows span {
  display: block;
  font-size: 13px;
  margin-bottom: 2px;
}
.contact-rows strong {
  font-size: 15px;
  font-weight: 600;
}
.contact-phone {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(225, 135, 135, 0.45);
}
.contact-phone:hover { color: var(--brand); }
.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.contact-chip {
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #faf7f7;
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}
.contact-chip:hover {
  background: var(--brand-soft);
  border-color: transparent;
}

.shop-map-shell {
  position: relative;
  min-height: 300px;
  border-radius: 22px;
  overflow: hidden;
  background: #ebe4e4;
  isolation: isolate;
}
.shop-map {
  width: 100%;
  height: 100%;
  min-height: 300px;
}
.shop-map-shell .ymaps-2-1-map,
.shop-map-shell ymaps {
  border-radius: 22px;
}
.shop-map .ymaps-2-1-map {
  width: 100% !important;
  height: 100% !important;
  min-height: 300px;
}
.map-open {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  height: 36px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 20px rgba(40, 20, 24, 0.12);
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  backdrop-filter: blur(8px);
}
.map-open:hover { background: #fff; }

.ymap-pin {
  position: relative;
  width: 40px;
  height: 52px;
  filter: drop-shadow(0 10px 16px rgba(180, 70, 80, 0.35));
  pointer-events: none;
}
.ymap-pin-body {
  width: 40px;
  height: 40px;
  border-radius: 50% 50% 50% 6px;
  transform: rotate(-45deg);
  background: linear-gradient(145deg, #f0a0a0 0%, #e18787 55%, #d46f6f 100%);
  display: grid;
  place-items: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.ymap-pin-body::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 0 1px 2px rgba(80, 40, 45, 0.15);
}
.ymap-pin-pulse {
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 14px;
  height: 6px;
  margin-left: -7px;
  border-radius: 50%;
  background: rgba(80, 40, 45, 0.18);
}

.site-footer {
  margin-top: 20px;
  padding: 28px 0 calc(72px + var(--safe-bottom));
  background: #fff;
  border-top: 1px solid var(--line);
  color: var(--ink);
}

.footer-inner {
  display: grid;
  gap: 28px;
}

.footer-top {
  display: grid;
  gap: 28px;
}

.footer-logo {
  display: inline-block;
  line-height: 0;
  margin-bottom: 12px;
}

.footer-logo img {
  height: 40px;
  width: auto;
  display: block;
  object-fit: contain;
}

.footer-tagline {
  margin: 0;
  max-width: 16rem;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
}

.footer-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 16px;
}

.footer-col {
  display: grid;
  gap: 8px;
  align-content: start;
}

.footer-col h3 {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.footer-col a {
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
}

.footer-col a:hover { color: var(--brand); }

.footer-note {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.4;
}

.footer-promise {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 18px;
  background: var(--bg);
}

.footer-promise > div {
  display: grid;
  gap: 2px;
}

.footer-promise strong {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.footer-promise span {
  font-size: 13px;
  color: var(--muted);
}

.footer-bottom {
  display: grid;
  gap: 4px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.footer-bottom p {
  margin: 0;
  font-size: 13px;
  color: var(--ink);
  font-weight: 500;
}

.footer-bottom-muted {
  color: var(--muted) !important;
  font-weight: 400 !important;
}

.tabbar {
  position: sticky;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  padding: 6px 6px calc(6px + var(--safe-bottom));
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--line);
  z-index: 40;
}
.tab, .tab-btn {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 3px;
  padding: 8px 2px 6px;
  color: #5a5050;
  -webkit-text-fill-color: #5a5050;
  font-size: 11px;
  font-weight: 500;
  border: 0;
  background: transparent;
  border-radius: 14px;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  min-width: 0;
  opacity: 1;
  appearance: none;
  -webkit-appearance: none;
}
.tabbar button.tab-btn {
  color: #5a5050;
  -webkit-text-fill-color: #5a5050;
}
.tab-ico {
  position: relative;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  overflow: visible;
  color: inherit;
  -webkit-text-fill-color: inherit;
}
.tab-ico svg {
  width: 22px;
  height: 22px;
  display: block;
  overflow: visible;
  stroke: currentColor;
}
.tab-count {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: var(--brand);
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0 0 2px #fff;
  pointer-events: none;
  z-index: 2;
}
.tab-count[hidden] { display: none; }
.tab-label {
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
  -webkit-text-fill-color: inherit;
}
.tab.is-active,
.tab-btn.is-active {
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
  font-weight: 600;
}
.tab.is-active .tab-ico,
.tab-btn.is-active .tab-ico {
  color: var(--brand);
  -webkit-text-fill-color: var(--brand);
}

.mobile-search {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(20, 18, 20, 0.42);
  display: grid;
  align-content: start;
  padding: 10px 12px;
}
.mobile-search[hidden] { display: none; }
.mobile-search-panel {
  background: #fff;
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 18px 40px rgba(40, 20, 24, 0.18);
}
.mobile-search-bar {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile-search-bar .search {
  flex: 1;
  min-width: 0;
}
.mobile-search-suggest {
  position: static;
  margin-top: 8px;
  box-shadow: none;
  border: 0;
  border-radius: 14px;
  background: #faf7f7;
  max-height: min(62vh, 440px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-search-suggest .search-suggest-list {
  max-height: none;
  overflow: visible;
}
.mobile-search-suggest[hidden] { display: none; }
body.search-open { overflow: hidden; }

.mobile-catalog {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: env(safe-area-inset-top, 0px) 0 0;
}
.mobile-catalog[hidden] { display: none; }
.mobile-catalog-sheet {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0;
  padding: 0;
  max-height: none;
  overflow: hidden;
}
.mobile-catalog-head {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border-bottom: 1px solid var(--line);
}
.mobile-menu-brand { line-height: 0; }
.mobile-menu-brand img {
  display: block;
  height: 36px;
  width: auto;
  object-fit: contain;
}
.mobile-catalog-close {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 12px;
  background: #f0f0f2;
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
  cursor: pointer;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  padding: 0;
}
.mobile-menu-scroll {
  flex: 1;
  min-height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 20px 20px;
}
.mobile-menu-block {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}
.mobile-menu-title {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  -webkit-text-fill-color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.mobile-menu-nav { display: grid; }
.mobile-menu-nav-main a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
}
.mobile-menu-nav-main a:last-child { border-bottom: 0; }
.mobile-menu-chevron {
  color: #c4bbbb;
  -webkit-text-fill-color: #c4bbbb;
  flex: 0 0 auto;
}
.mobile-menu-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.mobile-menu-chips a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f4f1f1;
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
  font-size: 14px;
  font-weight: 500;
}
.mobile-menu-chips a:hover { background: var(--brand-soft); }
.mobile-menu-foot {
  flex: 0 0 auto;
  padding: 14px 20px calc(14px + var(--safe-bottom));
  border-top: 1px solid var(--line);
  background: #fff;
}
.mobile-menu-phone {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
}
.mobile-menu-meta {
  margin: 4px 0 0;
  color: var(--muted);
  -webkit-text-fill-color: var(--muted);
  font-size: 13px;
}
.mobile-menu-social {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.mobile-menu-social .header-soc {
  color: #5a5050;
  -webkit-text-fill-color: #5a5050;
}
body.catalog-open { overflow: hidden; }

@media (min-width: 720px) {
  .cat-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
  }
  .cat-card {
    grid-column: span 2;
    min-height: 210px;
    padding: 20px;
    border-radius: 24px;
  }
  .cat-card:last-child:nth-child(odd) {
    grid-column: span 2;
  }
  .cat-card:nth-child(4),
  .cat-card:nth-child(5) {
    grid-column: span 3;
  }
  .cat-card-title { font-size: 22px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .pick-rail {
    --pick-cols: 1.65;
    --pick-gap: 14px;
  }
  .hero-track, .hero-slide { min-height: 460px; }
  .hero-copy { padding: 40px; }
  .delivery-board { grid-template-columns: .9fr 1.1fr; }
}

@media (min-width: 980px) {
  .mobile-only { display: none !important; }
  .desk-only { display: flex !important; }
  .topbar.desk-only { display: block !important; }
  .header-actions .cart-btn.desk-only {
    display: inline-flex !important;
  }
  .hero-nav { display: flex; }

  .cat-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }
  .cat-card,
  .cat-card:nth-child(4),
  .cat-card:nth-child(5),
  .cat-card:last-child:nth-child(odd) {
    grid-column: span 1;
    min-height: 250px;
  }

  .header-main {
    display: flex;
    gap: 12px;
    padding: 12px 0 8px;
    min-height: 0;
  }
  .logo { flex: 0 0 auto; }
  .catalog-wrap.desk-only { display: block !important; }
  .search-wrap.desk-only {
    display: block !important;
    flex: 1;
    min-width: 0;
  }
  .header-links.desk-only { display: flex !important; }
  .logo-img { height: 44px; max-width: 190px; }
  .catalog-btn, .search { height: 48px; }
  .cart-btn {
    width: auto;
    height: 48px;
    padding: 0 16px 0 14px;
    gap: 10px;
    border-radius: 14px;
    justify-content: flex-start;
  }
  .fav-btn {
    width: 48px;
    height: 48px;
    padding: 0;
    justify-content: center;
    overflow: visible;
  }
  .fav-btn .cart-count {
    position: absolute !important;
    top: -4px;
    right: -4px;
    box-shadow: 0 0 0 2px #fff;
    min-width: 18px;
    height: 18px;
  }
  .search { flex: 1; padding: 0 3px 0 18px; }
  .search-submit { width: 42px; height: 42px; }
  .search-submit svg { width: 22px; height: 22px; }
  .cart-label { display: inline; }
  .cart-count {
    position: static;
    box-shadow: none;
    min-width: 22px;
    height: 22px;
  }
  .header-links { padding-bottom: 12px; overflow: visible; }
  .header-links-nav { gap: 20px; overflow: visible; }

  .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .pick-rail {
    --pick-cols: 4;
    --pick-gap: 16px;
    margin-left: 0;
    margin-right: 0;
  }
  .pick-track {
    padding-left: 0;
    padding-right: 0;
    scroll-padding-inline: 0;
  }
  .pick-track .product {
    flex: 0 0 calc((100% - (var(--pick-cols) - 1) * var(--pick-gap)) / var(--pick-cols));
    width: auto;
    min-width: 0;
    max-width: calc((100% - (var(--pick-cols) - 1) * var(--pick-gap)) / var(--pick-cols));
  }
  .pick-track .product-media {
    aspect-ratio: 16 / 11;
  }
  .pick-track .product-media img {
    position: static;
  }
  .pick-nav {
    width: 44px;
    height: 44px;
  }
  .contact-card {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: stretch;
    gap: 16px;
    padding: 16px;
  }
  .contact-main {
    padding: 10px 8px 10px 12px;
    display: flex;
    flex-direction: column;
  }
  .shop-map-shell {
    min-height: 100%;
    min-height: 360px;
  }
  .shop-map { min-height: 360px; }
  .site-footer { padding: 48px 0 48px; }

  .footer-top {
    grid-template-columns: 1.1fr 1.8fr;
    gap: 40px;
    align-items: start;
  }

  .footer-cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .footer-logo img { height: 48px; }

  .footer-promise {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 18px 20px;
  }

  .footer-bottom {
    grid-template-columns: auto 1fr;
    align-items: baseline;
    gap: 16px;
  }

  .cat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(80, 40, 45, 0.14);
  }
  .cat-card:hover .cat-card-go {
    background: rgba(255, 255, 255, 0.92);
    color: var(--brand);
    transform: translateX(2px);
  }
  .product:hover { box-shadow: var(--shadow); }
  .pick-track .product:hover { box-shadow: none; }
}

@media (min-width: 1280px) {
  :root { --shell: min(1240px, calc(100% - 3rem)); }
}

@media (max-width: 820px) {
  .header-links {
    flex-wrap: wrap;
    gap: 10px 14px;
  }
  .header-links-aside {
    width: 100%;
    justify-content: space-between;
  }
}

/* Cookie consent */
.cookie-banner {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(12px + var(--safe-bottom, 0px));
  z-index: 5500;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
.cookie-banner.is-visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.cookie-banner-inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(28, 22, 22, 0.94);
  color: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}
.cookie-banner-text {
  flex: 1 1 240px;
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}
.cookie-banner-text a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-banner-actions {
  flex: 0 0 auto;
}
.cookie-banner-btn {
  min-height: 40px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  background: var(--brand, #e18787);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.cookie-banner-btn:hover {
  filter: brightness(1.05);
}

@media (min-width: 980px) {
  .cookie-banner {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .cookie-banner-inner {
    padding: 16px 18px;
  }
}

@media (max-width: 720px) {
  .page-catalog .cookie-banner,
  .app .cookie-banner {
    bottom: calc(72px + var(--safe-bottom, 0px));
  }
}


/* SEO landing chips */
.seo-rail { padding-top: 12px; }
.seo-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.seo-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(80, 40, 40, 0.1);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}
.seo-chip:hover {
  border-color: rgba(225, 135, 135, 0.45);
  color: var(--brand);
}
.seo-chip.is-accent {
  background: #1f1a1a;
  border-color: transparent;
  color: #fff;
}
.seo-chip.is-accent:hover {
  background: #2c2424;
  color: #fff;
}
.seo-faq {
  border-top: 1px solid var(--line);
  padding: 12px 0;
}
.seo-faq:first-of-type { border-top: 0; }
.seo-faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
}
.seo-faq p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.5;
  font-size: 14px;
}
.city-landing .info-list {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 8px;
  line-height: 1.45;
}
