:root {
  --bg: #f5f6fb;
  --home-warm: #f7f1f0;
  --home-stripe-a: #f7f1f0;
  --home-stripe-b: #ffffff;
  --surface: #ffffff;
  --surface-dark: #0d1530;
  --navy: #1a1a2e;
  --text: #1a1a2e;
  --muted: #6b7280;
  --accent: #e91e63;
  --accent-dark: #c2185b;
  --brand-pink: #e91e63;
  --line: #e8ecf4;
  --success: #22c55e;
  --danger: #ef4444;
  --radius: 18px;
  --shadow: 0 14px 32px rgba(16, 20, 41, 0.08);
  --font-sans: "Segoe UI", system-ui, sans-serif;
  --font-serif: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: var(--font-sans), "Segoe UI", system-ui, sans-serif;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
  max-width: 100%;
}

/* Mobile / small tablet only: reduce double-tap zoom; desktop unchanged */
@media (max-width: 1024px) {
  html {
    touch-action: manipulation;
  }
}

.font-body {
  font-family: var(--font-sans), system-ui, sans-serif;
}

h1,
h2,
h3,
.intro-band__title,
.section-head h1,
.section-head h2,
.hero-brand {
  font-family: var(--font-serif), Georgia, serif;
}

main {
  min-height: calc(100vh - 260px);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.container--hero {
  width: min(1680px, calc(100% - 20px));
  margin: 0 auto;
}

.home-below-hero {
  background: var(--home-stripe-a);
}

.home-noto-scope,
.home-noto-scope * {
  font-family: "Noto Sans", var(--font-sans), "Segoe UI", system-ui, sans-serif;
}

.home-noto-scope .value-bar,
.home-noto-scope .value-bar * {
  font-family: var(--font-sans), "Segoe UI", system-ui, sans-serif;
}

/* Bulgarian storefront: Raleway everywhere (scoped in SiteLocaleTypography) */
.site-locale-bg {
  --font-sans: var(--font-raleway), "Segoe UI", system-ui, sans-serif;
  --font-serif: var(--font-raleway), Georgia, "Times New Roman", serif;
  font-family: var(--font-raleway), "Segoe UI", system-ui, sans-serif;
}

.site-locale-bg button,
.site-locale-bg input,
.site-locale-bg textarea,
.site-locale-bg select {
  font-family: inherit;
}

.site-locale-bg .home-noto-scope,
.site-locale-bg .home-noto-scope * {
  font-family: var(--font-raleway), var(--font-sans), "Segoe UI", system-ui, sans-serif;
}

.site-locale-bg .home-noto-scope .value-bar,
.site-locale-bg .home-noto-scope .value-bar * {
  font-family: var(--font-raleway), var(--font-sans), "Segoe UI", system-ui, sans-serif;
}

.section--value-strip {
  padding-top: 20px;
  padding-bottom: 8px;
}

.topbar-brand {
  background: var(--navy);
  color: #d1d5e6;
  font-size: 0.8rem;
  padding: 8px 0;
}

.topbar-brand a {
  color: #f1f5ff;
}

.topbar-brand__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.topbar-brand__contact {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.topbar-brand__sep {
  opacity: 0.45;
}

.topbar-brand__social {
  display: flex;
  align-items: center;
  gap: 14px;
}

.topbar-brand__icons {
  display: flex;
  gap: 10px;
}

.topbar-brand__icons a {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  place-items: center;
  font-size: 0.65rem;
  font-weight: 700;
  color: #fff;
}

.topbar-brand__icon-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-size: 0.88rem;
}

.topbar-brand__lang-btn {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
}

.topbar-brand__lang-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.badge--compact {
  min-width: 18px;
  height: 18px;
  font-size: 0.68rem;
  padding: 0 4px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
}

.header--main {
  top: 0;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}

.header-row--with-search {
  flex-wrap: wrap;
  align-items: center;
}

.header-search-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 240px;
  min-width: 0;
  justify-content: flex-end;
}

.header-search-actions .global-search {
  flex: 0 0 auto;
  width: clamp(150px, 24vw, 240px);
  min-width: 140px;
  max-width: 240px;
}

/* Primary nav chips: visible when desktop .nav is hidden (<740px) */
.header-nav-mobile {
  display: none;
  flex-direction: column;
  min-width: 0;
  width: 100%;
}

.header-nav-mobile__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 4px 2px 8px;
  min-height: 46px;
  width: 100%;
  min-width: 0;
}

.header-nav-mobile__track::-webkit-scrollbar {
  display: none;
}

.header-nav-mobile__chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  color: #313a58;
  white-space: nowrap;
}

.header-nav-mobile__chip.is-active {
  border-color: var(--accent-dark);
  color: var(--accent-dark);
  font-weight: 700;
}

@media (max-width: 739px) {
  .header-nav-mobile {
    display: flex;
    width: 100%;
    min-width: 0;
  }

  .header-row--with-search .header-nav-mobile {
    flex: 1 1 100%;
    order: 8;
  }
}

@media (max-width: 640px) {
  .header-row--with-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "logo logo"
      "search actions"
      "navchips navchips";
    align-items: center;
    column-gap: 8px;
    row-gap: 8px;
  }

  .header-row--with-search .header-nav-mobile {
    grid-area: navchips;
    flex: unset;
    order: unset;
    width: 100%;
    min-width: 0;
    padding-bottom: 2px;
  }

  .header-row--with-search .logo-wrap {
    grid-area: logo;
    margin: 0 auto;
    justify-self: center;
  }

  .header-row--with-search .header-search-actions {
    grid-area: search;
    width: 100%;
    min-width: 0;
    justify-content: stretch;
    gap: 6px;
  }

  .header-row--with-search .header-actions--primary {
    grid-area: actions;
    width: auto;
    justify-content: flex-end;
    gap: 6px;
    flex-wrap: nowrap;
    min-width: 0;
  }

  .header-search-actions .global-search {
    max-width: none;
    width: 100%;
    flex: 1 1 auto;
    min-width: 0;
  }

  .btn-order {
    padding: 8px 11px;
    font-size: 0.8rem;
    min-height: 40px;
  }

  .btn-login {
    padding: 8px 11px;
    font-size: 0.8rem;
    min-height: 40px;
  }

  .logo-wrap img {
    width: clamp(104px, 26vw, 132px);
  }

  .auth-nav-user {
    gap: 6px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.global-search {
  position: relative;
  flex: 1 1 220px;
  min-width: 120px;
  max-width: 440px;
  display: flex;
  align-items: stretch;
}

.global-search__input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 44px 9px 12px;
  font: inherit;
  font-size: 0.82rem;
  background: #f4f6fb;
  color: var(--text);
}

.global-search__input:focus {
  outline: 2px solid rgba(233, 30, 99, 0.35);
  outline-offset: 1px;
  background: #fff;
}

.global-search__submit {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-size: 1.05rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.global-search__submit:hover {
  opacity: 0.92;
}

.global-search--fallback {
  pointer-events: none;
}

.global-search__input--placeholder {
  min-height: 42px;
  background: #eceef5 !important;
}

.catalog-page {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.catalog-toolbar {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px 20px;
  margin: 0;
}

.catalog-toolbar__block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.catalog-toolbar__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.catalog-toolbar__label-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 2px;
}

.catalog-toolbar__label-hint {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #6b728f;
  line-height: 1.35;
}

.catalog-toolbar__section {
  min-width: 0;
}

.catalog-toolbar__section--divider {
  border-top: 1px solid rgba(15, 24, 56, 0.08);
  padding-top: 14px;
  margin-top: 2px;
}

.catalog-toolbar__chips-scroll {
  position: relative;
  margin-inline: -4px;
  padding-inline: 4px;
}

.catalog-toolbar__chips-scroll::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 36px;
  pointer-events: none;
  background: linear-gradient(to left, var(--surface) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.chips--catalog {
  gap: 10px;
}

.chips--scroll-row {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding-bottom: 6px;
  margin-bottom: -4px;
}

.chips--scroll-row::-webkit-scrollbar {
  height: 5px;
}

.chips--scroll-row::-webkit-scrollbar-thumb {
  background: rgba(15, 24, 56, 0.18);
  border-radius: 999px;
}

.catalog-toolbar .chip--catalog {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  font-size: 0.84rem;
  line-height: 1.25;
  white-space: nowrap;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease;
}

.chip:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.catalog-toolbar .chip--catalog.active {
  background: #ffd6e8;
  border-color: #ff9cc4;
  color: #b30d52;
  box-shadow: inset 0 0 0 1px rgba(215, 17, 96, 0.12);
}

@media (max-width: 899px) {
  .catalog-toolbar--sticky-mobile {
    position: sticky;
    z-index: 12;
    top: clamp(80px, 26vw, 152px);
    border-radius: var(--radius);
  }

  .catalog-toolbar--sticky-mobile::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 10px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(16, 20, 41, 0.05), transparent);
  }
}

.btn-clear-filters--inline {
  width: auto;
  align-self: flex-start;
  margin-top: 2px;
}

.logo-wrap img {
  width: clamp(120px, 18vw, 180px);
  height: auto;
}

.text-logo {
  font-family: var(--font-serif), Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--navy);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
}

.locale-en,
.locale-en .text-logo,
.locale-en h1,
.locale-en h2,
.locale-en h3 {
  font-family: var(--font-serif), Georgia, serif;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.btn-order {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--success);
  color: #fff;
  font-weight: 700;
  font-size: 0.82rem;
  border: none;
  text-decoration: none;
  cursor: pointer;
}

.btn-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff !important;
  font-weight: 600;
  font-size: 0.82rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

.btn-login--ghost {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.btn-login--outline {
  background: #fff !important;
  color: var(--navy) !important;
  border: 2px solid var(--navy) !important;
}

.auth-nav-user {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.account-page__inner {
  max-width: 820px;
  margin: 0 auto;
}

.account-page__email {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  color: #5a6178;
}

.account-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 1.5rem 0 1rem;
}

.account-tabs__btn {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #485171;
  cursor: pointer;
}

.account-tabs__btn.is-active {
  background: #ffe5f0;
  border-color: #ffb7d2;
  color: #d71160;
}

.account-banner {
  padding: 12px 14px;
  border-radius: 12px;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.account-banner--ok {
  background: #e8f7ef;
  color: #1b5e2a;
}

.account-banner--err {
  background: #ffe8ec;
  color: #9b1538;
}

.account-panel__title {
  margin: 0 0 1rem;
  font-family: var(--font-serif), Georgia, serif;
  font-size: 1.35rem;
}

.account-subhead {
  margin: 1.25rem 0 0.75rem;
  font-size: 1rem;
}

.account-empty {
  color: #6b7289;
  margin: 0;
}

.account-orders {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.account-order__head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: baseline;
  font-size: 0.88rem;
}

.account-order__id {
  font-weight: 800;
  color: var(--navy);
}

.account-order__status {
  background: #eef2fb;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.75rem;
}

.account-order__total {
  margin-left: auto;
  font-weight: 800;
}

.account-order__cur {
  font-weight: 600;
  opacity: 0.75;
}

.account-order__date {
  width: 100%;
  font-size: 0.78rem;
  color: #7a849f;
}

.account-order__lines {
  margin: 10px 0 0;
  padding-left: 1.1rem;
  font-size: 0.88rem;
  color: #4b5568;
}

.card--nested {
  box-shadow: 0 6px 18px rgba(26, 26, 46, 0.06);
}

.account-addresses {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 10px;
}

.account-address__row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.account-badge {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #e8f7ef;
  color: #1b5e2a;
  padding: 4px 8px;
  border-radius: 6px;
}

.account-address__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.account-divider {
  border: none;
  border-top: 1px solid var(--line);
  margin: 1.75rem 0;
}

.account-form label {
  display: grid;
  gap: 6px;
  font-weight: 600;
  font-size: 0.85rem;
}

.account-form input,
.account-form textarea {
  font: inherit;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--line);
}

.account-check {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500 !important;
}

.account-check input {
  margin-top: 4px;
}

.account-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.account-back {
  margin-top: 2rem;
}

.btn--small {
  padding: 7px 12px !important;
  font-size: 0.78rem !important;
  border-radius: 10px !important;
}

.btn--danger {
  background: #fff !important;
  color: #b42318 !important;
  border: 1px solid #fecdca !important;
}

.checkout-hint {
  margin: 0;
  font-size: 0.82rem;
  color: #6b7289;
}

.checkout-optional {
  font-weight: 500;
  color: #9aa3b8;
}

.checkout-layout {
  display: grid;
  gap: 12px;
  align-items: start;
  padding-right: 12px;
}

.checkout-form-card {
  width: 100%;
  min-width: 0;
  gap: 12px;
  padding: 16px;
  overflow: hidden;
}

.checkout-form-card > * {
  min-width: 0;
}

.checkout-form-card label {
  min-width: 0;
}

.checkout-block {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  display: grid;
  gap: 10px;
  background: #fbfcff;
}

.checkout-block__title {
  margin: 0;
  font-size: 1rem;
}

.checkout-summary {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  align-content: start;
  position: sticky;
  top: 96px;
  padding: 16px 24px 16px 16px;
  overflow: hidden;
}

.speedy-map {
  width: 100%;
  height: 320px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.speedy-map-layout {
  display: grid;
  gap: 10px;
}

.speedy-map-side {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 12px;
  display: grid;
  gap: 8px;
  align-content: start;
}

.speedy-marker {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #2d7ff9;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  border: 2px solid #d5e4ff;
  box-shadow: 0 3px 10px rgba(45, 127, 249, 0.35);
}

.speedy-marker::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  top: 4px;
  left: 4px;
}

.speedy-marker--active {
  background: #1558c8;
  border-color: #9fc1ff;
}

@media (min-width: 980px) {
  .speedy-map-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
    align-items: start;
  }
}

.speedy-city-dropdown {
  position: relative;
  width: 100%;
}

.speedy-city-dropdown__menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  max-height: 260px;
  overflow: auto;
  z-index: 25;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(16, 20, 41, 0.12);
  padding: 6px;
}

.speedy-view-toggle {
  display: flex;
  gap: 8px;
  width: 100%;
}

.speedy-view-toggle .btn.is-active {
  background: #eef4ff;
  border-color: #9fbfff;
  color: #1f4fb8;
}

.speedy-city-dropdown__item {
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  border-radius: 8px;
  padding: 8px 10px;
  font: inherit;
  color: var(--text);
  cursor: pointer;
}

.speedy-city-dropdown__item:hover {
  background: #f3f6ff;
}

.checkout-summary__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.checkout-summary__items li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 8px;
  font-size: 0.88rem;
}

.checkout-summary__items span {
  color: #3e4664;
  min-width: 0;
  overflow-wrap: anywhere;
}

.checkout-summary__items strong {
  white-space: nowrap;
  flex-shrink: 0;
}

.checkout-summary__empty {
  margin: 0;
  color: var(--muted);
}

.checkout-summary__totals {
  display: grid;
  gap: 8px;
  margin-top: 4px;
}

.checkout-summary__totals p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.checkout-summary__grand-total {
  font-size: 1.08rem;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.checkout-success {
  text-align: center;
  padding: 28px 22px;
}

.checkout-success__title {
  margin: 0;
}

.checkout-success__desc {
  margin: 10px auto 0;
  max-width: 560px;
  color: #5c6580;
}

.checkout-success__actions {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.checkout-success__btn {
  min-width: 210px;
  justify-content: center;
}

.auth-page__inner {
  max-width: 440px;
  margin: 0 auto;
}

.auth-card {
  padding: 28px 24px 26px;
}

.auth-form.stack {
  gap: 14px;
}

.auth-form label {
  margin: 0;
}

.auth-submit {
  width: 100%;
  margin-top: 6px;
  text-align: center;
  justify-content: center;
  display: flex;
}

.auth-switch {
  margin: 8px 0 0;
  text-align: center;
  font-size: 0.9rem;
  color: var(--muted);
}

.auth-switch a {
  color: var(--brand-pink);
  font-weight: 700;
}

.auth-switch a:hover {
  text-decoration: underline;
}

.auth-alert {
  padding: 12px 14px;
  border-radius: 12px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
  font-size: 0.88rem;
  line-height: 1.45;
}

.auth-success {
  padding: 12px 14px;
  border-radius: 12px;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #047857;
  font-size: 0.88rem;
  line-height: 1.45;
}

.auth-back {
  text-align: center;
  margin-top: 20px;
}

.auth-back a {
  color: var(--muted);
  font-size: 0.9rem;
}

.auth-back a:hover {
  color: var(--brand-pink);
}

.nav--main a {
  color: #374151;
}

.nav--main a:hover {
  color: var(--brand-pink);
}

.nav {
  display: none;
  gap: 22px;
  align-items: center;
  font-size: 0.95rem;
  color: #313a58;
}

.nav a.active {
  color: var(--accent-dark);
  font-weight: 700;
}

.actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pill,
.icon-btn,
.btn {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
}

.pill,
.btn {
  padding: 10px 16px;
  color: var(--text);
  font-size: 0.88rem;
}

.pill.primary,
.btn.primary {
  background: linear-gradient(135deg, var(--brand-pink), #f06292);
  border-color: transparent;
  color: #fff;
}

.pill--brand {
  background: var(--brand-pink) !important;
  border-color: transparent !important;
  color: #fff !important;
}

.pill--ghost {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  color: #fff !important;
}

.icon-btn {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  font-size: 1.05rem;
}

.badge {
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
}

.section {
  padding: 32px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.section-head h1,
.section-head h2 {
  margin: 0;
}

.section-head p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 640px) {
  .section-head:not(.centered-head) {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

  .section-head:not(.centered-head) p {
    max-width: 100%;
  }

  /* Center page heads (title + subtitle) on mobile only; desktop layout untouched */
  .section-head.section-head--center-mobile {
    align-items: center;
    text-align: center;
  }

  .section-head.section-head--center-mobile p {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

.centered-head {
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 18px;
}

.hero {
  padding: 26px 0 20px;
}

.hero--flush {
  padding-top: 18px;
}

.hero--wide {
  padding-bottom: 12px;
}

.hero-slider {
  position: relative;
}

.hero-slide {
  position: relative;
  min-height: clamp(440px, 62vh, 720px);
  border-radius: 28px;
  overflow: hidden;
  background: var(--navy);
  box-shadow: var(--shadow);
  display: none;
}

.hero-slide.active {
  display: block;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(26, 26, 46, 0.82) 16%, rgba(26, 26, 46, 0.25) 58%, rgba(26, 26, 46, 0.88) 100%);
  z-index: 1;
}

.hero-slide--brand::before {
  background: rgba(26, 26, 46, 0.5);
}

.hero-content--center {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 24px;
}

.hero-brand {
  margin: 0;
  font-size: clamp(1.75rem, 5.5vw, 3.25rem);
  font-weight: 300;
  letter-spacing: 0.18em;
  line-height: 1.15;
  color: #fff;
  text-transform: uppercase;
}

.hero-tagline {
  margin: 16px 0 0;
  font-family: var(--font-sans), system-ui, sans-serif;
  font-size: clamp(1rem, 2.4vw, 1.35rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.02em;
}

.hero-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: clamp(28px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: clamp(440px, 62vh, 720px);
}

.label {
  width: fit-content;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 0.78rem;
  padding: 7px 12px;
  margin-bottom: 10px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(1.75rem, 5vw, 3.35rem);
  line-height: 1.12;
  max-width: 640px;
}

.hero-copy {
  margin: 12px 0 18px;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.hero-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(14, 22, 52, 0.6);
  color: #fff;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}

.hero-btn.prev {
  left: 14px;
}

.hero-btn.next {
  right: 14px;
}

/* Touch / tablet: no hero arrow controls (swipe + dots only); matches HeroSlider DOM breakpoint */
@media (max-width: 1024px) {
  /* Let vertical scroll stay native; horizontal swipe is handled in JS (Pointer + capture). */
  .hero-slider {
    touch-action: pan-y;
  }

  .hero-slider .hero-btn {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
  }
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 3;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  padding: 0;
}

.hero-dot.active {
  width: 26px;
  background: #fff;
}

.value-bar {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.value-bar__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 14px 16px;
  box-shadow: 0 8px 20px rgba(26, 26, 46, 0.06);
}

.value-bar__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  min-height: 2.35rem;
  font-size: 1.45rem;
  line-height: 1;
}

.value-bar__content {
  flex: 1;
  min-width: 0;
}

.value-bar__title {
  display: block;
  font-size: 0.92rem;
  color: var(--navy);
  margin-bottom: 4px;
  font-family: var(--font-sans), system-ui, sans-serif;
}

.value-bar__text {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.intro-band {
  background: #fff;
  border-block: 1px solid var(--line);
}

.intro-band__inner {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  padding: 8px 0 12px;
}

.intro-band__title {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 3.8vw, 2.35rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
}

.intro-band__text {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.65;
  font-size: 1rem;
}

.btn-intro-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 999px;
  background: var(--brand-pink);
  color: #fff !important;
  border: none;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(233, 30, 99, 0.35);
}

.section--tight {
  padding-top: 24px;
}

.about-page {
  background: linear-gradient(180deg, #f7efef 0%, #f7efef 47%, #f8f9fc 47%, #f8f9fc 100%);
}

.about-hero {
  padding-top: 38px;
  padding-bottom: 26px;
}

.about-hero__inner {
  max-width: 820px;
}

.about-hero__image-wrap {
  margin: 20px auto 0;
  width: min(100%, 560px);
}

.about-hero__actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.btn--about-secondary {
  border-radius: 999px;
  padding: 12px 24px;
  border: 1px solid #d6dceb;
  background: #fff;
  color: var(--navy);
}

.about-hero__image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(26, 26, 46, 0.12);
}

/* About hero: full-width 4:5 photo dominates small screens; cap like home gallery */
@media (max-width: 739px) {
  .about-hero__image-wrap {
    width: 100%;
    max-width: min(100%, 300px);
    height: min(42vh, 300px);
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 16px 36px rgba(26, 26, 46, 0.12);
  }

  .about-hero__image {
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    object-fit: cover;
    border-radius: 0;
    box-shadow: none;
  }
}

.about-story {
  padding-top: 8px;
  padding-bottom: 22px;
}

.about-story__inner {
  max-width: 860px;
  display: grid;
  gap: 14px;
}

.about-story__inner p {
  margin: 0;
  color: #4d5573;
  line-height: 1.72;
}

.about-stats {
  padding-top: 0;
  padding-bottom: 20px;
}

.about-stats__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-stats__item {
  text-align: center;
}

.about-stats__item strong {
  display: block;
  font-family: var(--font-serif), Georgia, serif;
  color: var(--brand-pink);
  font-size: clamp(1.4rem, 4vw, 1.95rem);
}

.about-stats__item span {
  color: #6b7289;
  font-size: 0.85rem;
}

.about-values {
  padding-top: 8px;
}

.about-values__grid {
  display: grid;
  gap: 12px;
}

.about-values__card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(26, 26, 46, 0.08);
}

.about-values__card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: var(--navy);
}

.about-values__card p {
  margin: 0;
  color: #5f6884;
  line-height: 1.6;
  font-size: 0.9rem;
}

.about-cta {
  padding-top: 6px;
  padding-bottom: 36px;
}

.about-cta__card {
  background: linear-gradient(135deg, #0f1838, #1f2d60);
  color: #fff;
  border-radius: 22px;
  padding: clamp(20px, 4vw, 34px);
  text-align: center;
  box-shadow: 0 18px 42px rgba(10, 16, 36, 0.3);
}

.about-cta__card h2 {
  margin: 0 0 10px;
}

.about-cta__card p {
  margin: 0 auto 16px;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.88);
}

.contacts-page {
  background: linear-gradient(180deg, #f8f0f2 0%, #f7f8fc 100%);
}

.contacts-page__grid {
  display: grid;
  gap: 14px;
}

.contacts-main {
  display: grid;
  gap: 26px;
}

.contacts-cards {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.contacts-cards__item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 14px;
}

.contacts-cards__item h3 {
  margin: 0 0 6px;
  font-size: 0.95rem;
}

.contacts-cards__title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contacts-cards__title span {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #fff0f6;
  display: grid;
  place-items: center;
  font-size: 0.92rem;
}

.contacts-cards__item p,
.contacts-cards__item a {
  margin: 0;
  color: #4b5568;
  line-height: 1.5;
}

.contacts-cards__item small {
  display: block;
  margin-top: 6px;
  color: #7b849d;
  font-size: 0.8rem;
}

.contacts-form h2 {
  margin: 0 0 12px;
}

.contacts-form p {
  margin: 0 0 16px;
  color: #5f6782;
}

.contacts-form__btn {
  width: fit-content;
}

.contacts-faq h2 {
  margin: 0 0 16px;
}

.contacts-faq__list {
  display: grid;
  gap: 14px;
}

.contacts-faq__item {
  border: 1px solid #eceff7;
  border-radius: 12px;
  padding: 12px;
  background: #fbfcff;
}

.contacts-faq__item h3 {
  margin: 0 0 6px;
  font-size: 0.96rem;
}

.contacts-faq__item p {
  margin: 0;
  color: #5f6782;
  line-height: 1.5;
}

.contacts-side {
  display: grid;
  gap: 16px;
  align-content: start;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9ff 100%);
}

.contacts-side__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contacts-side__highlights span {
  font-size: 0.8rem;
  font-weight: 600;
  color: #32405f;
  border: 1px solid #dbe3f3;
  border-radius: 999px;
  padding: 6px 10px;
  background: #fff;
}

.contacts-side__actions {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}

.contacts-side h2,
.contacts-side p {
  margin: 0;
}

.category-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.category-showcase__card {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px;
  box-shadow: 0 12px 28px rgba(26, 26, 46, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-showcase__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 26, 46, 0.75), rgba(26, 26, 46, 0.15));
  z-index: 0;
}

.category-showcase__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(26, 26, 46, 0.16);
}

.category-showcase__label {
  position: relative;
  z-index: 1;
  font-family: var(--font-serif), Georgia, serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.section--gallery {
  background: linear-gradient(180deg, #f0f2f8 0%, #f7f8fc 100%);
}

.home-photo-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
  gap: 1.35rem;
  width: 100%;
}

@media (min-width: 720px) {
  .home-photo-gallery {
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .home-photo-gallery {
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 1.65rem;
  }
}

.home-photo-gallery__cell {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.home-photo-gallery__cell:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(26, 26, 46, 0.12);
}

.home-photo-gallery__link {
  display: block;
  line-height: 0;
  cursor: pointer;
  outline: none;
}

.home-photo-gallery__link:focus-visible {
  outline: 3px solid var(--brand-pink, #e91e8c);
  outline-offset: 3px;
  border-radius: 14px;
}

.home-photo-gallery__img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  vertical-align: bottom;
  transition: transform 0.28s ease;
}

.home-photo-gallery__cell:hover .home-photo-gallery__img {
  transform: scale(1.04);
}

/* Home “Галерия”: single column + 1:1 image is nearly full viewport tall on phones */
@media (max-width: 739px) {
  .section--gallery {
    padding: 24px 0;
  }

  .section--gallery .section-head {
    margin-bottom: 12px;
  }

  .home-photo-gallery {
    gap: 1rem;
    justify-items: center;
  }

  .home-photo-gallery__cell {
    width: 100%;
    max-width: min(100%, 360px);
    margin-inline: auto;
  }

  .home-photo-gallery__link {
    height: min(45vh, 320px);
  }

  .home-photo-gallery__img {
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    max-height: none;
    object-fit: cover;
  }
}

.section--reviews {
  background: linear-gradient(180deg, #f7f8fc 0%, #f0f2f8 100%);
}

.home-featured-reviews {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
  gap: 1.25rem;
  width: 100%;
}

@media (min-width: 900px) {
  .home-featured-reviews {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
  }
}

.home-featured-reviews__item {
  margin: 0;
}

.home-review-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.1rem 1.15rem 1.15rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(26, 26, 46, 0.1);
}

.home-review-card__top {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

.home-review-card__thumb {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(26, 26, 46, 0.08);
  line-height: 0;
}

.home-review-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-review-card__meta {
  min-width: 0;
  flex: 1;
}

.home-review-card__product {
  margin: 0.35rem 0 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.home-review-card__product a {
  color: inherit;
  text-decoration: none;
}

.home-review-card__product a:hover {
  text-decoration: underline;
  color: var(--brand-pink, #e91e8c);
}

.home-review-card__quote {
  margin: 0;
  flex: 1;
}

.home-review-card__quote p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(26, 26, 46, 0.82);
}

.home-review-card__by {
  margin-top: 0.65rem;
  font-size: 0.88rem;
  font-style: italic;
  color: rgba(26, 26, 46, 0.55);
}

.home-review-card__cta {
  align-self: flex-start;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--brand-pink, #e91e8c);
  text-decoration: none;
}

.home-review-card__cta:hover {
  text-decoration: underline;
}

/* Homepage only: alternating stripes (must follow .intro-band / .section--gallery) */
.home-below-hero > .section:nth-child(odd) {
  background: var(--home-stripe-a);
}

.home-below-hero > .section:nth-child(even) {
  background: var(--home-stripe-b);
}

.home-below-hero > .section:nth-child(n + 2) {
  box-shadow: inset 0 1px 0 rgba(26, 26, 46, 0.055);
}

.home-below-hero > .section.intro-band {
  border-block-color: rgba(26, 26, 46, 0.07);
}

.products-grid--gallery {
  gap: 20px;
}

.popular-gallery-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.products-grid--popular {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
  width: 100%;
  max-width: calc(3 * 800px + 2 * 1.35rem);
  margin-inline: auto;
}

@media (max-width: 900px) {
  .products-grid--popular {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  .products-grid--popular {
    grid-template-columns: 1fr;
  }
}

.popular-gallery-more {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.popular-gallery-more__btn {
  min-width: 200px;
}

.product--gallery .product-visual--gallery {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.product--gallery {
  border-radius: 20px;
  border: 1px solid #e8ecf6;
  background: #fff;
  box-shadow: 0 10px 26px rgba(26, 26, 46, 0.07);
}

.product--gallery:hover {
  box-shadow: 0 16px 36px rgba(26, 26, 46, 0.11);
}

.product-visual--gallery {
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  margin: 12px 12px 0;
  overflow: hidden;
  background: #eef2f8;
}

.product-visual--gallery::before {
  display: none;
}

.product-body--gallery {
  padding: 14px 16px 18px;
  gap: 10px;
}

.star-row {
  display: flex;
  gap: 2px;
  font-size: 0.88rem;
  line-height: 1;
}

.star-row__on {
  color: #f0b400;
}

.star-row__off {
  color: #e5e8f0;
}

.product-name--gallery {
  font-family: var(--font-serif), Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  min-height: 2.5em;
  line-height: 1.3;
}

.gallery-price {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--navy);
  font-family: var(--font-sans), system-ui, sans-serif;
}

.gallery-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 4px;
}

.btn-gallery-cart {
  background: var(--brand-pink) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 14px !important;
  padding: 11px 12px !important;
  font-weight: 700 !important;
  font-size: 0.82rem !important;
}

.btn-gallery-quick {
  border-radius: 14px !important;
  border: 1px solid var(--line) !important;
  background: #fff !important;
  color: #4b5568 !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  padding: 11px 12px !important;
  cursor: pointer;
}

.btn-gallery-quick:hover {
  border-color: #d8dce8 !important;
  background: #fafbff !important;
}

.fav-btn--gallery {
  top: 22px;
  right: 22px;
}

.categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.category {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  box-shadow: var(--shadow);
}

.catalog-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.filters--catalog {
  gap: 20px;
}

.filter-group {
  display: grid;
  gap: 8px;
}

.filter-group__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  font-family: var(--font-serif), Georgia, serif;
}

.filter-group__hint {
  margin: 0;
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.4;
}

.chips--wrap {
  flex-wrap: wrap;
}

.btn-clear-filters {
  width: 100%;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--muted);
  background: #f3f4f9;
  border: 1px solid var(--line);
}

.btn-clear-filters:hover {
  color: var(--navy);
  background: #e8eaf3;
}

.catalog-results {
  min-width: 0;
}

.catalog-results__count {
  margin: 0 0 14px;
  font-size: 0.88rem;
  color: var(--muted);
  font-weight: 500;
}

.empty-reset {
  margin-top: 8px;
  display: inline-block;
  padding: 0;
  border: none;
  background: none;
  color: var(--brand-pink);
  font-weight: 700;
  font-size: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.empty-reset:hover {
  color: var(--accent-dark);
}

.filters,
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 7px 12px;
  font-size: 0.82rem;
  color: #485171;
  cursor: pointer;
}

.chip.active {
  background: #ffe5f0;
  border-color: #ffb7d2;
  color: #d71160;
  font-weight: 700;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.product {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.product:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(16, 20, 41, 0.14);
}

.product-visual {
  position: relative;
  aspect-ratio: 1 / 1;
  background: linear-gradient(145deg, #eef2fb, #e5ebf8);
}

.product-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 21, 48, 0.28), transparent 50%);
  z-index: 1;
  pointer-events: none;
}

.product-visual img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fav-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  display: grid;
  place-items: center;
  font-size: 1rem;
  cursor: pointer;
}

.product-body {
  padding: 12px;
  display: grid;
  gap: 8px;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.product-category {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a90aa;
  font-weight: 700;
}

.product-rating {
  font-size: 0.76rem;
  font-weight: 700;
  color: #465173;
}

.product-rating .star {
  color: #f0b300;
}

.product-name {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.35;
  min-height: 2.4em;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.price {
  font-weight: 800;
  font-size: 1.08rem;
}

.old-price {
  color: #8a90aa;
  text-decoration: line-through;
  font-size: 0.82rem;
}

.btn {
  border-radius: 11px;
}

.btn.dark {
  background: #0f1838;
  color: #fff;
  border-color: transparent;
}

.actions-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.wishlist-chip {
  border: 1px solid var(--line);
  background: #fff;
  color: #2a3254;
  border-radius: 10px;
  padding: 9px 11px;
  font-weight: 700;
  font-size: 0.84rem;
  cursor: pointer;
}

.wishlist-chip.active {
  background: #ffe5f0;
  border-color: #ffb7d2;
  color: #d71160;
}

.favorites-section {
  background: linear-gradient(170deg, #131d41, #0b132f);
  color: #fff;
  border-radius: 24px;
  padding: 24px;
}

.favorites-list {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.favorite-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.stack {
  display: grid;
  gap: 10px;
}

.cart-item {
  display: grid;
  grid-template-columns: 84px 1fr auto;
  gap: 10px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

.cart-item img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 10px;
}

.cart-item__body {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.cart-item__top {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: flex-start;
}

.cart-item__base-price {
  color: #5a6384;
  font-size: 0.86rem;
  white-space: nowrap;
}

.cart-item__meta {
  display: grid;
  gap: 2px;
}

.cart-item__meta small {
  color: #4d5677;
  font-size: 0.82rem;
}

.cart-item__total {
  white-space: nowrap;
  font-size: 0.95rem;
  align-self: center;
}

#cart-summary {
  width: 360px;
  min-height: 0;
  height: auto;
  align-self: start;
  position: sticky;
  top: 14px;
  padding: 18px;
}

.cart-summary__checkout {
  height: 50px;
  padding: 0 18px;
  display: grid;
  place-items: center;
  text-align: center;
}

.qty-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  flex-wrap: wrap;
}

.qty-btn {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
}

.qty-stepper {
  display: inline-grid;
  grid-template-columns: 30px 42px 30px;
  border: 1px solid #d9deea;
  border-radius: 9px;
  overflow: hidden;
  background: #fff;
  width: max-content;
  justify-self: start;
}

.qty-stepper__btn {
  border: 0;
  border-right: 1px solid #e4e8f2;
  background: #f8f9fd;
  color: #3f4864;
  font-size: 1rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  min-height: 28px;
  transition: background 0.15s ease, color 0.15s ease;
}

.qty-stepper__btn:last-child {
  border-right: 0;
  border-left: 1px solid #e4e8f2;
}

.qty-stepper__btn:hover:not(:disabled) {
  background: #eef2fa;
}

.qty-stepper__btn:disabled {
  color: #a7aec3;
  background: #f4f5f9;
  cursor: not-allowed;
}

.qty-stepper__value {
  display: none;
}

.qty-stepper__input {
  border: 0 !important;
  border-radius: 0 !important;
  border-inline: 1px solid #e4e8f2 !important;
  width: 42px;
  min-height: 28px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
  color: #232a45;
  background: #fff;
  padding: 0 !important;
  line-height: 28px;
  caret-color: #232a45;
  appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.qty-stepper__input:focus {
  outline: 2px solid rgba(233, 30, 99, 0.28);
  outline-offset: -2px;
}

.qty-stepper__input::-webkit-outer-spin-button,
.qty-stepper__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  display: none;
}

.qty-stepper__input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: textfield;
}

.split {
  display: grid;
  gap: 14px;
  align-items: start;
}

.product-detail-layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: stretch;
  gap: 16px;
}

.product-detail-media {
  max-width: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 14px;
}

.product-detail-media__grid {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.product-detail-media__visual {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 760px;
  max-height: 760px;
  flex: 1;
  background: #f4f6fb;
  margin: 0 auto;
}

.product-detail-media__img {
  border-radius: 12px;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.product-detail-media__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(15, 24, 56, 0.62);
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 2;
}

.product-detail-media__arrow--prev {
  left: 12px;
}

.product-detail-media__arrow--next {
  right: 12px;
}

.product-detail-media__thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.product-detail-media__thumbs--vertical {
  margin-top: 0;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

.product-detail-media__thumb {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0;
  background: #fff;
  width: 74px;
  height: 74px;
  overflow: hidden;
  cursor: pointer;
}

.product-detail-media__thumb.is-active {
  border: 2px solid var(--accent);
}

.product-detail-media__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-side {
  gap: 14px;
  height: 100%;
  align-content: start;
  padding: 14px 16px;
}

.product-detail-side__crumbs {
  margin: 0;
  font-size: 0.75rem;
  color: #8c93a8;
}

.product-detail-side__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.product-detail-side__meta-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.product-detail-side__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #ffe7f1;
  border: 1px solid #ffc7dd;
  color: #c80f5c;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
}

.product-detail-side__title {
  margin: 0;
  font-size: clamp(1.9rem, 3.4vw, 2.3rem);
  line-height: 1.08;
}

.product-detail-side__desc-box {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fbfcff;
  padding: 12px 14px;
  min-height: 74px;
}

.product-detail-side__desc {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.product-detail-side__share-msg {
  margin: -4px 0 0;
  color: #58627f;
  font-size: 0.82rem;
}

.product-detail-side__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.product-detail-side__attribute {
  margin: -4px 0 0;
  color: #4c556f;
  font-size: 0.9rem;
}

.product-detail-side__variations {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.product-detail-side__variations-title {
  margin: 0;
  font-size: 1rem;
}

.product-detail-side__check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
}

.product-detail-side__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 2px;
}

.product-detail-side__benefit {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f7f8fc;
  border: 1px solid #eceff7;
  border-radius: 12px;
  padding: 10px 12px;
}

.product-detail-side__benefit-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #f5f7fd;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.product-detail-side__benefit strong {
  display: block;
  font-size: 0.86rem;
  color: var(--navy);
  line-height: 1.25;
}

.product-detail-side__benefit p {
  margin: 2px 0 0;
  font-size: 0.8rem;
  color: #6b7289;
  line-height: 1.35;
}

.product-related {
  margin-top: 26px;
}

.product-reviews {
  margin-top: 18px;
  padding: 16px;
}

.product-reviews__head h2 {
  margin: 0;
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
}

.product-reviews__head p {
  margin: 6px 0 0;
  color: #616b87;
}

.product-reviews__content {
  margin-top: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}

.product-reviews__form {
  display: grid;
  gap: 10px;
}

.product-reviews__form textarea {
  resize: vertical;
  min-height: 110px;
}

.product-reviews__success {
  margin: 0;
  color: #0f7a42;
  font-size: 0.88rem;
}

.product-reviews__error {
  margin: 0;
  color: #b42318;
  font-size: 0.88rem;
}

.product-reviews__list-wrap h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
}

.product-reviews__list {
  display: grid;
  gap: 10px;
}

.product-reviews__item {
  border: 1px solid var(--line);
  background: #fafbff;
  border-radius: 12px;
  padding: 11px 12px;
}

.product-reviews__item-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.product-reviews__item-top span {
  color: #f39a13;
  font-size: 0.95rem;
}

.product-reviews__item p {
  margin: 6px 0 5px;
  color: #4b5574;
  line-height: 1.45;
}

.product-reviews__item small {
  color: #7a839f;
}

.product-reviews__empty {
  margin: 0;
  color: #7a839f;
}

.product-related .section-head {
  margin-bottom: 12px;
}

.product-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

label {
  font-size: 0.86rem;
  font-weight: 600;
  display: grid;
  gap: 6px;
}

input,
textarea,
select {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
  font: inherit;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto;
  max-width: none;
  min-width: auto;
  padding: 0;
}

.empty {
  text-align: center;
  color: var(--muted);
  padding: 24px;
}

.floating-cart-fab {
  position: fixed;
  bottom: max(20px, calc(12px + env(safe-area-inset-bottom, 0px)));
  right: max(20px, calc(12px + env(safe-area-inset-right, 0px)));
  z-index: 35;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: var(--brand-pink);
  color: #fff !important;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 32px rgba(233, 30, 99, 0.38);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: visible;
}

.floating-cart-fab:hover {
  transform: scale(1.06);
  box-shadow: 0 14px 38px rgba(233, 30, 99, 0.48);
}

.floating-cart-fab.is-bump {
  animation: cartFabPop 0.36s ease;
}

.floating-cart-fab:focus-visible {
  outline: 3px solid rgba(233, 30, 99, 0.45);
  outline-offset: 3px;
}

.floating-cart-fab__icon {
  display: grid;
  place-items: center;
  color: #fff;
  line-height: 0;
}

.floating-cart-fab__icon svg {
  display: block;
}

.floating-cart-fab__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  line-height: 1;
}

.floating-cart-fab__badge.is-bump {
  animation: cartBadgePop 0.36s ease;
}

.site-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 16, 36, 0.58);
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 16px;
}

.site-popup-modal {
  width: min(680px, 100%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 50px rgba(10, 16, 36, 0.35);
  padding: 0;
  position: relative;
  overflow: hidden;
}

.site-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.92);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
}

.site-popup-hero {
  width: 100%;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.site-popup-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.site-popup-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 24px;
  display: grid;
  gap: 10px;
  width: 100%;
}

.site-popup-title {
  margin: 0;
  font-size: 1.8rem;
}

.site-popup-body {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.6;
  max-width: 54ch;
}

.site-popup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@keyframes cartFabPop {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.17);
  }
  70% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes cartBadgePop {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.22);
  }
  100% {
    transform: scale(1);
  }
}

.slider-wrap {
  position: relative;
}

.slider-track {
  display: grid;
  grid-auto-flow: column;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 6px 2px 14px;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}

/* Home: Последно добавени, Бестселъри, Романтична селекция — shared column sizing (see mobile/tablet/desktop below). */
.slider-wrap--home-products .slider-track {
  grid-auto-columns: minmax(270px, 1fr);
}

.slider-track::-webkit-scrollbar {
  display: none;
}

/* Mobile: allow horizontal swipe on product sliders; desktop: default (wheel OK on track). */
.slider-wrap--coarse .slider-track {
  touch-action: pan-x;
}

.slider-wrap--fine .slider-track {
  touch-action: auto;
}

/* Unified „бестселър“ card: слайдер + каталог + любими */
.product.product--slider {
  border-radius: 22px;
  border: 1px solid #e8ecf6;
  background: #fff;
  box-shadow: 0 8px 22px rgba(26, 26, 46, 0.06);
  padding: 12px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  min-width: 0;
}

.slider-wrap--home-products .slider-track .product.product--slider {
  scroll-snap-align: start;
}

.product.product--slider:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(26, 26, 46, 0.1);
}

.product.product--slider .product-visual--slider {
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  background: #eef2f8;
}

.product.product--slider .product-visual--slider::before {
  display: none;
}

.product.product--slider .product-visual--slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product.product--slider .product-body--slider {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 12px 4px 6px;
  gap: 8px;
  width: 100%;
}

.product.product--slider .product-name {
  font-family: var(--font-serif), Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  min-height: 2.4em;
  margin-top: 0;
  color: #141a32;
}

.product.product--slider .product-category {
  color: #9ba3bb;
  font-size: 0.62rem;
}

.product.product--slider .product-rating {
  color: #2f3a5b;
  font-size: 0.74rem;
  font-weight: 700;
}

.product.product--slider .price-row--slider .price {
  font-family: var(--font-sans), system-ui, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #141a32;
}

.product.product--slider .price-row--slider .old-price {
  font-size: 0.82rem;
  color: #9fa7bf;
}

.product.product--slider .btn-slider-cart {
  width: 100%;
  margin-top: 4px;
  padding: 11px 14px !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  border-radius: 14px !important;
  border: none !important;
  background: var(--brand-pink) !important;
  color: #fff !important;
}

.product.product--slider .wishlist-chip--slider {
  width: 100%;
  padding: 10px 12px;
  font-size: 0.8rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--line);
  color: #4b5568;
  font-weight: 600;
}

.slider-btn {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
}

.slider-btn.prev {
  left: -10px;
}

.slider-btn.next {
  right: -10px;
}

.footer {
  margin-top: 26px;
  background: var(--navy);
  color: #cdd6f3;
  padding: 34px 0 22px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.footer h4 {
  color: #fff;
  margin: 0 0 8px;
}

.footer p {
  margin: 0;
  line-height: 1.7;
}

.footer-logo {
  font-family: var(--font-serif), Georgia, serif;
  letter-spacing: 0.03em;
}

.footer-grid--brand a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-quick-actions {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}

.footer-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  box-sizing: border-box;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.footer-contact-icon:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
}

.footer-contact-icon:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.footer-contact-icon svg {
  flex-shrink: 0;
  display: block;
}

.footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom__inner {
  font-size: 0.82rem;
  color: #9ca6c9;
  text-align: center;
}

.footer-bottom__credit {
  display: block;
  margin-top: 6px;
}

.footer-bottom__credit a {
  color: #cdd5f3;
  text-decoration: underline;
}

@media (min-width: 740px) {
  .container {
    width: min(1200px, calc(100% - 44px));
  }

  .container--hero {
    width: min(1680px, calc(100% - 32px));
  }

  .checkout-layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
    align-items: start;
  }

  .checkout-success__actions {
    flex-direction: row;
    justify-content: center;
  }

  .nav {
    display: flex;
  }

  .value-bar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .about-stats__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .about-values__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contacts-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contacts-page__grid {
    grid-template-columns: 1fr 320px;
    align-items: start;
  }

  .categories {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .favorites-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split {
    grid-template-columns: 1fr 360px;
  }

  .product-detail-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    align-items: stretch;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .footer-grid--brand {
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
  }
}

@media (max-width: 739px) {
  /* Edge-to-edge layout: full width with safe-area insets (no grey “boxed” gutters) */
  .container,
  .container--hero {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: max(12px, env(safe-area-inset-left, 0px));
    padding-right: max(12px, env(safe-area-inset-right, 0px));
  }

  /* Hero strip edge-to-edge (mobile only); other pages keep padded .container */
  .hero.hero--wide .container--hero,
  .hero.hero--flush .container--hero {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: max(12px, env(safe-area-inset-left, 0px));
    padding-right: max(12px, env(safe-area-inset-right, 0px));
  }

  main {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }

  /* Homepage: avoid min-height stretch + trim FAB buffer above footer (footer is outside main) */
  main:has(.home-below-hero) {
    min-height: 0;
    padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
  }

  .home-below-hero > .section.section--reviews {
    padding-bottom: 18px;
  }

  /* Cart page on mobile: FAB is hidden here (see MobileCartBar), so trim trailing whitespace before footer */
  main:has(.cart-page) {
    min-height: 0;
    padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  }

  .section.cart-page {
    padding-bottom: 16px;
  }

  /* Contacts page on mobile: FAB still visible, so keep moderate buffer */
  main:has(.contacts-page) {
    min-height: 0;
    padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
  }

  .section.contacts-page {
    padding-bottom: 18px;
  }

  .header-row--with-search {
    row-gap: 8px;
    align-items: center;
  }

  .product-detail-layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .product-detail-media {
    max-width: none;
  }

  .product-detail-media__grid {
    grid-template-columns: 1fr;
  }

  .product-detail-media__visual {
    order: 1;
    max-width: 100%;
    max-height: none;
  }

  .product-detail-media__thumbs--vertical {
    order: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .product-detail-side__benefits {
    grid-template-columns: 1fr;
  }

  .product-related__grid {
    grid-template-columns: 1fr;
  }

  #cart-summary {
    width: 100%;
    min-height: 0;
    position: static;
  }

  .checkout-summary {
    position: static;
  }

  .contacts-side__actions .btn {
    width: 100%;
    justify-content: center;
  }

  /* About values: center the three white value cards on mobile */
  .about-values__card {
    text-align: center;
  }

  .about-values__card h3,
  .about-values__card p {
    margin-left: auto;
    margin-right: auto;
  }

  /* Contacts: center "Нашият бутик" card content on mobile */
  .contacts-side {
    text-align: center;
  }

  .contacts-side__highlights {
    justify-content: center;
  }

  .product-reviews__content {
    grid-template-columns: 1fr;
  }

  .category-showcase {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
    margin: 0;
    gap: 8px;
  }

  .category-showcase__card {
    border-radius: 14px;
    aspect-ratio: 0.8 / 1;
    padding: 10px;
  }

  .category-showcase__label {
    font-size: 0.86rem;
    text-align: center;
  }

  .value-bar__item {
    align-items: center;
  }

  .value-bar__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .hero-slide,
  .hero-content {
    min-height: min(380px, 52vh);
  }

  .hero-content {
    /* Reserve vertical room for .hero-dots (slider-level, bottom: 16px) + ~16–28px gap */
    padding: 22px 22px max(52px, calc(22px + env(safe-area-inset-bottom, 0px) + 36px));
  }

  .hero-dots {
    bottom: max(14px, env(safe-area-inset-bottom, 0px) + 10px);
  }

  .label {
    font-size: 0.68rem;
    padding: 5px 10px;
  }

  .hero h1 {
    font-size: clamp(1.35rem, 6vw, 1.8rem);
    line-height: 1.16;
  }

  .hero-copy {
    margin: 10px 0 14px;
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .hero .actions .pill {
    padding: 8px 12px;
    font-size: 0.8rem;
  }

  /* Product sliders: swipe only; soft edge mask so more content is hinted */
  .slider-btn {
    display: none !important;
  }

  /* Home product sliders: same card width for recent / bestsellers / romantic (next item peeks). */
  .slider-wrap--home-products .slider-track {
    grid-auto-columns: minmax(208px, min(268px, 68vw));
    gap: 12px;
    -webkit-mask-image: linear-gradient(
      to right,
      transparent,
      #000 18px,
      #000 calc(100% - 18px),
      transparent
    );
    mask-image: linear-gradient(
      to right,
      transparent,
      #000 18px,
      #000 calc(100% - 18px),
      transparent
    );
  }

  .slider-wrap--home-products .slider-track .product.product--slider {
    padding: 10px;
  }

  .slider-wrap--home-products .slider-track .product.product--slider .product-body--slider {
    padding: 8px 2px 4px;
    gap: 6px;
  }

  .slider-wrap--home-products .slider-track .product.product--slider .product-name {
    font-size: 0.94rem;
    min-height: 2.35em;
  }

  .slider-wrap--home-products .slider-track .product.product--slider .price-row--slider .price {
    font-size: 1.12rem;
  }

  .popular-mobile-slider {
    display: block;
  }

  .popular-gallery-desktop {
    display: none;
  }

  .popular-gallery-more {
    margin-top: 1.1rem;
  }

  .footer {
    margin-top: 8px;
    padding: 24px 0 16px;
  }

  .footer-grid--brand {
    gap: 16px;
    text-align: center;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }

  .footer h4 {
    margin-bottom: 6px;
  }

  .footer p,
  .footer a {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .footer-grid--brand > div {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .footer-grid--brand > div:first-child {
    grid-column: 1 / -1;
  }

  .footer-grid--brand > div:nth-child(2),
  .footer-grid--brand > div:nth-child(3),
  .footer-grid--brand > div:nth-child(4) {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .footer-grid--brand > div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .footer-quick-actions {
    justify-content: center;
  }

  .footer-grid--brand a,
  .footer-grid--brand p {
    text-align: center;
  }
}

@media (min-width: 740px) and (max-width: 1023px) {
  .product-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .slider-wrap--home-products .slider-track {
    grid-auto-columns: minmax(270px, 34%);
  }
}

@media (min-width: 900px) {
  .catalog-toolbar {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 20px 36px;
  }

  .catalog-toolbar__section {
    flex: 1 1 280px;
  }

  .catalog-toolbar__section--divider {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    border-left: 1px solid rgba(15, 24, 56, 0.08);
    padding-left: 22px;
    margin-left: 0;
    align-self: stretch;
  }

  .catalog-toolbar__section--divider .catalog-toolbar__block {
    height: 100%;
  }

  .catalog-toolbar__chips-scroll::after {
    display: none;
  }

  .chips--scroll-row {
    flex-wrap: wrap;
    overflow: visible;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .catalog-toolbar--sticky-mobile {
    position: static;
    top: auto;
  }

  .catalog-toolbar--sticky-mobile::after {
    display: none;
  }

  .header-row--with-search {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .slider-wrap--home-products .slider-track {
    grid-auto-columns: minmax(280px, 22%);
  }
}

/* —— Admin —— */
.admin-shell {
  display: grid;
  grid-template-columns: minmax(220px, 268px) 1fr;
  min-height: 100vh;
  background: linear-gradient(145deg, #eef0f7 0%, var(--bg) 42%);
}

.admin-noto-scope,
.admin-noto-scope * {
  font-family: "Noto Sans", var(--font-sans), "Segoe UI", system-ui, sans-serif;
}

.admin-shell__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-left: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.45);
}

.admin-shell__nav {
  background: linear-gradient(180deg, #12182e 0%, var(--surface-dark) 100%);
  color: #e8ecf4;
  padding: 1.35rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-shadow: 4px 0 24px rgba(13, 21, 48, 0.12);
}

.admin-shell__brand {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.35rem 0.65rem 1.1rem;
  margin-bottom: 0.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.admin-shell__brand-logo {
  width: min(168px, 100%);
  height: auto;
  display: block;
}

.admin-shell__brand:hover {
  color: #fff;
}

.admin-shell__brand-sub {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.72;
  color: var(--accent);
}

.admin-shell__nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  flex: 1;
}

.admin-nav-link {
  color: inherit;
  text-decoration: none;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 500;
  transition: background 0.15s ease, color 0.15s ease;
}

.admin-nav-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.admin-nav-link.is-active {
  background: linear-gradient(90deg, rgba(233, 30, 99, 0.22), rgba(233, 30, 99, 0.08));
  color: #fff;
  box-shadow: inset 3px 0 0 var(--accent);
}

.admin-nav-link--muted {
  opacity: 0.78;
  font-size: 0.88rem;
}

.admin-shell__nav-footer {
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-topbar {
  flex-shrink: 0;
  padding: 0.85rem 1.5rem;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.admin-topbar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.75rem;
  max-width: 1200px;
}

.admin-topbar__label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  font-weight: 600;
}

.admin-topbar__email {
  font-size: 0.9rem;
  color: var(--text);
  font-weight: 500;
}

.admin-shell__main {
  flex: 1;
  padding: 1.75rem clamp(16px, 3vw, 2.25rem) 2.5rem;
  overflow-x: auto;
}

.admin-shell__main h1 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
}

/* Admin dashboard */
.admin-dash__head {
  margin-bottom: 1.75rem;
  max-width: 640px;
}

.admin-dash__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.55rem, 2.5vw, 1.85rem);
  font-family: "Noto Sans", var(--font-sans), "Segoe UI", system-ui, sans-serif;
  color: var(--navy);
}

.admin-dash__lead {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 1rem;
}

.admin-dash__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.1rem;
}

.admin-dash-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  height: 100%;
  padding: 1.25rem 1.35rem;
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.admin-dash-card:hover {
  border-color: rgba(233, 30, 99, 0.35);
  box-shadow: 0 16px 36px rgba(233, 30, 99, 0.1), var(--shadow);
  transform: translateY(-2px);
}

.admin-dash-card__kicker {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
}

.admin-dash-card__title {
  font-size: 1.12rem;
  font-weight: 700;
  font-family: var(--font-serif), Georgia, serif;
  color: var(--navy);
}

.admin-dash-card__desc {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.5;
  flex: 1;
}

.admin-dash-card__cta {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent-dark);
}

.admin-table-wrap {
  overflow-x: auto;
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.admin-table th,
.admin-table td {
  text-align: left;
  padding: 0.65rem 0.85rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.admin-table th {
  font-weight: 600;
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.admin-select {
  font: inherit;
  font-size: 0.88rem;
  padding: 0.35rem 2rem 0.35rem 0.65rem;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  max-width: 11rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.admin-form {
  display: grid;
  gap: 0.85rem;
  max-width: 520px;
  background: var(--surface);
  padding: 1.25rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.admin-product-form {
  max-width: none;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: start;
  column-gap: 1rem;
}

.admin-product-form > :not(.product-variations-panel):not(.admin-actions) {
  grid-column: 1;
}

.admin-product-form > .product-variations-panel {
  grid-column: 2;
  grid-row: 1 / span 30;
  position: sticky;
  top: 12px;
  min-width: 0;
}

.admin-product-form > .admin-actions {
  grid-column: 1;
}

.admin-product-form > .admin-actions--top {
  justify-content: flex-end;
  position: sticky;
  top: 0;
  z-index: 4;
  background: var(--surface);
  padding: 0.35rem 0 0.65rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid var(--line);
}

.admin-form-row {
  display: grid;
  gap: 0.65rem;
}

.admin-form-row--double {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-form-row--triple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.variation-group {
  display: grid;
  gap: 0.55rem;
  background: #fff;
  min-width: 0;
}

.variation-group .admin-form-row > label {
  min-width: 0;
}

.variation-group .admin-form-row input,
.variation-group .admin-form-row select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 1080px) {
  .admin-product-form {
    grid-template-columns: 1fr;
  }

  .admin-product-form > .product-variations-panel,
  .admin-product-form > .admin-actions,
  .admin-product-form > :not(.product-variations-panel):not(.admin-actions) {
    grid-column: auto;
    grid-row: auto;
    position: static;
  }
}

@media (max-width: 860px) {
  .admin-form-row--double,
  .admin-form-row--triple {
    grid-template-columns: 1fr;
  }
}

.admin-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.88rem;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  padding: 0.5rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  font: inherit;
}

.admin-form textarea {
  min-height: 88px;
  resize: vertical;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.admin-badge {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  background: #e8ecf4;
  color: var(--navy);
}

.admin-badge--pending {
  background: #fef3c7;
  color: #92400e;
}

.admin-badge--fast {
  background: #ede9fe;
  color: #5b21b6;
}

.admin-badge--confirmed {
  background: #dbeafe;
  color: #1e40af;
}
.admin-badge--shipped {
  background: #e0e7ff;
  color: #3730a3;
}
.admin-badge--delivered {
  background: #d1fae5;
  color: #065f46;
}
.admin-badge--cancelled {
  background: #fee2e2;
  color: #991b1b;
}

@media (max-width: 768px) {
  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-shell__body {
    border-left: none;
  }

  .admin-shell__nav {
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.95rem 0.85rem 0.85rem;
  }

  .admin-shell__brand {
    flex: 1 1 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0.5rem;
    padding: 0.15rem 0.35rem 0.75rem;
  }

  .admin-shell__nav-list {
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 auto;
    gap: 0.35rem;
    overflow: visible;
    padding-bottom: 0;
  }

  .admin-nav-link {
    padding: 0.45rem 0.72rem;
    font-size: 0.83rem;
    white-space: normal;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
  }

  .admin-shell__nav-footer {
    margin-top: 0.1rem;
    padding-top: 0.25rem;
    border-top: none;
    flex: 0 0 auto;
    align-self: flex-start;
  }

  .admin-shell__main {
    padding: 1rem 0.9rem 1.4rem;
  }

  .admin-topbar {
    padding: 0.7rem 0.9rem;
  }

  .admin-dash__grid {
    grid-template-columns: 1fr;
  }

  .admin-dash-card {
    padding: 1rem 1rem;
    gap: 0.4rem;
  }

  .admin-table {
    min-width: 680px;
  }

  .admin-table th,
  .admin-table td {
    padding: 0.58rem 0.62rem;
    font-size: 0.84rem;
  }

  .admin-form {
    padding: 0.95rem;
    border-radius: 14px;
    gap: 0.7rem;
  }

  .admin-form input,
  .admin-form select,
  .admin-form textarea {
    min-height: 44px;
    font-size: 16px;
  }

  .admin-form textarea {
    min-height: 112px;
  }

  .admin-actions .btn {
    min-height: 42px;
    padding-inline: 14px;
  }
}

/* Fast order modal */
.fast-order-modal__backdrop {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(10, 16, 36, 0.55);
  display: grid;
  place-items: center;
  padding: 1rem;
  touch-action: none;
  -webkit-overflow-scrolling: touch;
}

.fast-order-modal {
  width: min(420px, 100%);
  padding: 1.25rem 1.35rem;
  position: relative;
}

.fast-order-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.fast-order-modal__head h2 {
  margin: 0;
  font-size: 1.25rem;
}

.fast-order-modal__x {
  border: none;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: var(--muted, #6b7280);
  padding: 0 0.25rem;
}

.fast-order-modal__success {
  margin: 0 0 1rem;
  line-height: 1.55;
  color: var(--text, #111);
}

.fast-order-modal__err {
  margin: 0;
  color: #b42318;
  font-size: 0.9rem;
}

.fast-order-modal__tel-fallback {
  margin: 0;
}

.fast-order-modal__tel-fallback a {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  text-decoration: none;
}

.fast-order-modal .stack {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.fast-order-modal label.stack {
  gap: 0.35rem;
  font-weight: 600;
  font-size: 0.9rem;
}

.fast-order-modal input {
  width: 100%;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  border: 1px solid rgba(10, 16, 36, 0.12);
  font-size: max(1rem, 16px);
}

/* ===== Blog pages ===== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.blog-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.blog-card__img-wrap {
  display: block;
  overflow: hidden;
}

.blog-card__img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.blog-card__img-wrap:hover .blog-card__img {
  transform: scale(1.03);
}

.blog-card__body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  flex: 1;
}

.blog-card__date {
  font-size: 0.8rem;
  color: var(--muted);
  margin: 0;
}

.blog-card__title {
  font-size: 1.15rem;
  margin: 0;
}

.blog-card__title a {
  color: inherit;
  text-decoration: none;
}

.blog-card__title a:hover {
  text-decoration: underline;
}

.blog-card__excerpt {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0;
  flex: 1;
}

.blog-post-page__content.prose {
  line-height: 1.75;
  font-size: 1.05rem;
}

.blog-post-page__content.prose h2,
.blog-post-page__content.prose h3,
.blog-post-page__content.prose h4 {
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
}

.blog-post-page__content.prose p {
  margin-bottom: 1rem;
}

.blog-post-page__content.prose ul,
.blog-post-page__content.prose ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.blog-post-page__content.prose a {
  color: var(--primary, #e45);
  text-decoration: underline;
}

/* ===== Delivery terms page ===== */
.delivery-page__title {
  margin-bottom: 0.25rem;
}

.delivery-page__subtitle {
  color: var(--muted);
  margin-bottom: 1rem;
  font-size: 1.05rem;
}

.delivery-page__intro {
  max-width: 720px;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.delivery-page__section-title {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.delivery-features {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-bottom: 1rem;
}

.delivery-feature-card {
  padding: 1.5rem;
  text-align: center;
}

.delivery-feature-card__icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.75rem;
}

.delivery-feature-card__title {
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
}

.delivery-feature-card__text {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0;
}

.delivery-zones {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.25rem;
  margin-bottom: 1rem;
}

.delivery-zone-card {
  background: #fff5f7;
  border-radius: 14px;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(228, 68, 100, 0.12);
}

.delivery-zone-card__name {
  font-size: 1rem;
  margin: 0 0 0.5rem;
}

.delivery-zone-card__price {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary, #e44);
  margin: 0 0 0.25rem;
}

.delivery-zone-card__time {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.delivery-zone-card__note {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 0;
}

.delivery-faq {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-width: 760px;
}

.delivery-faq__item {
  border: 1px solid var(--line, rgba(10, 16, 36, 0.1));
  border-radius: 10px;
  overflow: hidden;
}

.delivery-faq__question {
  padding: 1rem 1.25rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
  list-style: none;
  user-select: none;
}

.delivery-faq__question::-webkit-details-marker {
  display: none;
}

.delivery-faq__question::before {
  content: "+ ";
  margin-right: 0.35rem;
  color: var(--primary, #e44);
}

details[open] .delivery-faq__question::before {
  content: "− ";
}

.delivery-faq__answer {
  padding: 0.75rem 1.25rem 1rem;
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
  border-top: 1px solid var(--line, rgba(10, 16, 36, 0.08));
  line-height: 1.65;
}
