@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");

:root {
  --cream: #fdf8f9;
  --white: #ffffff;
  --primary: #2c2a28;
  --muted: #6b6560;
  --sage: #8fa89b;
  --blush: #f2b4c0;
  --pink: #f2b4c0;
  --pink-dark: #e8a0b0;
  --pink-soft: #fae8ed;
  --sky: #b8d4e3;
  --coral: #f2b4c0;
  --footer-bg: #3a3a3a;
  --footer-text: rgba(255, 255, 255, 0.85);
  --footer-muted: rgba(255, 255, 255, 0.55);
  --border: #f0e4e8;
  --font-head: "DM Sans", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --max: 1200px;
  --drawer: 480px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--primary);
  background: var(--cream);
  -webkit-tap-highlight-color: transparent;
  overflow-x: clip;
}
[dir="rtl"] body {
  font-family: "IBM Plex Sans Arabic", "DM Sans", system-ui, sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }
input, textarea, select { font: inherit; font-size: 16px; }

.app-root {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: var(--cream);
  display: flex;
  flex-direction: column;
}
.app-main {
  flex: 1;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding-bottom: 5rem;
  padding-inline: 1rem;
}
.announce,
.site-header {
  width: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .app-main { padding-bottom: 5.5rem; padding-inline: 0.85rem; }
}

@media (min-width: 768px) {
  .app-main { padding-bottom: 2rem; padding-inline: 1.25rem; }
}

@media (min-width: 1024px) {
  .app-main { padding-inline: 1.5rem; }
}

.announce {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--pink-soft);
  color: var(--pink-dark);
  padding: 0.45rem 1rem 0.5rem;
  text-decoration: none;
  transition: background 0.2s;
}
.announce:hover {
  background: #f5dce3;
}
.announce-title {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.3;
}
.announce-sub {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.3;
  opacity: 0.92;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #ffffff;
  border-bottom: 1px solid rgba(44, 42, 40, 0.14);
  padding-top: env(safe-area-inset-top);
  overflow: visible;
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 1rem;
  max-width: var(--max);
  margin: 0 auto;
}
.brand-logo {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.1;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}
.brand-logo-main {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  line-height: 1;
}
.brand-logo-sub {
  font-family: var(--font-head);
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-top: 0.1rem;
}
.brand-logo--header .brand-logo-main {
  font-size: 1.65rem;
  color: var(--pink-dark);
}
.brand-logo--header .brand-logo-sub {
  font-size: 0.7rem;
  color: var(--muted);
}
.brand-logo--footer {
  color: #fff;
  align-items: flex-start;
}
.brand-logo--footer .brand-logo-main {
  font-size: 2.5rem;
}
.brand-logo--footer .brand-logo-sub {
  font-size: 1rem;
  opacity: 0.95;
  color: #fff;
}
@media (max-width: 767px) {
  .brand-logo--footer {
    align-items: center;
  }
}
.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.15rem;
  flex-shrink: 0;
}
.header-icon {
  display: block;
}
.icon-btn {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--primary);
}
.badge-count {
  position: absolute; top: 4px; right: 4px;
  min-width: 16px; height: 16px; padding: 0 4px;
  background: var(--pink); color: #fff;
  font-size: 10px; border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
}
.desktop-nav {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1.35rem;
  flex-wrap: wrap;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.desktop-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  color: var(--primary);
  white-space: nowrap;
}
.desktop-nav a:hover { color: var(--pink-dark); }
.nav-item--mega {
  position: relative;
}
.nav-item-link,
.nav-mega-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  color: var(--primary);
  white-space: nowrap;
  background: none;
  border: none;
  font: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  padding: 0.25rem 0;
}
.nav-item-link:hover,
.nav-mega-trigger:hover,
.site-header.is-mega-open .nav-mega-trigger {
  color: var(--pink-dark);
}
.desktop-nav {
  overflow: visible;
}
.mega-menu-host {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 60;
  pointer-events: none;
}
.mega-menu {
  background: #fff;
  border-bottom: 1px solid rgba(44, 42, 40, 0.12);
  box-shadow: 0 12px 32px rgba(44, 42, 40, 0.08);
  padding: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
.mega-menu-shell {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.35rem 1.5rem 2rem;
}
.mega-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
}
.site-header.is-mega-open .mega-menu-host.is-active,
.site-header.is-mega-open .mega-menu-host.is-active .mega-menu {
  pointer-events: auto;
}
.site-header.is-mega-open .mega-menu-host.is-active .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mega-menu-host.is-active {
  z-index: 61;
}
.mega-menu-top {
  margin: 0 0 1.15rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--border);
  font-size: 0.8125rem;
}
.mega-menu-top a {
  font-weight: 600;
  color: var(--pink-dark);
}
.mega-menu-inner {
  display: grid;
  grid-template-columns: minmax(120px, 0.85fr) minmax(220px, 1.35fr);
  gap: 2rem 3rem;
  align-items: start;
}
.mega-menu-inner--featured {
  grid-template-columns: minmax(120px, 0.8fr) minmax(240px, 1.4fr) minmax(200px, 0.95fr);
  gap: 2rem 2.5rem;
}
.mega-menu-inner--catalog.mega-menu-inner--featured {
  grid-template-columns: minmax(280px, 1.55fr) minmax(200px, 0.95fr);
  gap: 2rem 2.5rem;
}
.mega-menu-inner--catalog .mega-col--product .mega-col-list {
  grid-template-columns: 1fr 1fr;
  column-gap: 2.5rem;
}
.mega-col--product .mega-col-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem;
  row-gap: 0;
}
.mega-menu-feature {
  margin: 0;
  align-self: stretch;
}
.mega-menu-feature-link {
  display: block;
  position: relative;
  height: 100%;
  min-height: 220px;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
}
.mega-menu-feature-img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}
.mega-menu-feature-copy {
  position: absolute;
  inset: auto 0 0;
  padding: 1.25rem 1rem 1rem;
  background: linear-gradient(transparent, rgba(44, 42, 40, 0.72));
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.mega-menu-feature-title {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
}
.mega-menu-feature-cta {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f8d4dc;
}
.mega-menu-feature-link:hover .mega-menu-feature-cta {
  color: #fff;
}
.mega-col-title {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  margin: 0 0 0.85rem;
}
.mega-col-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-col-list li { margin: 0; }
.mega-col-list a {
  display: block;
  padding: 0.2rem 0;
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--primary);
  line-height: 1.45;
}
.mega-col-list a:hover { color: var(--pink-dark); }
@media (min-width: 768px) {
  .site-header { position: sticky; }
  .header-row { position: relative; }
  .mega-menu-host {
    max-width: 100vw;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .mega-menu-inner--featured {
    grid-template-columns: minmax(110px, 0.75fr) minmax(200px, 1.2fr) minmax(160px, 0.85fr);
    gap: 1.5rem 1.75rem;
  }
  .mega-col--product .mega-col-list {
    grid-template-columns: 1fr;
  }
}
.mobile-nav-group {
  margin: 0;
  border: none;
}
.mobile-nav-group summary::-webkit-details-marker { display: none; }
.mobile-nav-chevron {
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-top: -0.15rem;
  opacity: 0.5;
  transition: transform 0.2s ease;
}
.mobile-nav-group[open] .mobile-nav-chevron {
  transform: rotate(-135deg);
  margin-top: 0.1rem;
}
.mobile-nav-group-body {
  padding: 0 0 0.5rem 0.75rem;
  margin-inline-start: 0.5rem;
  border-inline-start: 2px solid rgba(242, 180, 192, 0.45);
  max-height: min(50vh, 360px);
  overflow-y: auto;
}
.mobile-nav-shop-all {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--pink-dark);
  padding: 0.5rem 0 0.65rem;
  margin-bottom: 0.35rem;
}
.mobile-nav-col-title {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0.65rem 0 0.35rem;
}
.mobile-nav-col-title:first-of-type {
  margin-top: 0.15rem;
}
.mobile-nav-col-links {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-bottom: 0.25rem;
}
.mobile-nav-col-links a {
  display: block;
  font-size: 0.8125rem;
  color: var(--muted);
  padding: 0.4rem 0;
  line-height: 1.35;
}
.mobile-nav-col-links a:hover,
.mobile-nav-col-links a:active {
  color: var(--pink-dark);
}
.nav-chevron {
  font-size: 0.55rem;
  opacity: 0.65;
  margin-top: 0.1rem;
}
.header-login {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.5rem;
  margin-inline-end: 0.15rem;
  color: var(--primary);
  font-size: 0.8125rem;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
}
.header-login:hover { color: var(--pink-dark); }
.header-login-text {
  line-height: 1;
}
.show-mobile { display: inline-flex; }
body.mobile-nav-lock {
  overflow: hidden;
}
.site-header.is-mobile-nav-open #menu-toggle {
  color: var(--pink-dark);
}
@media (max-width: 767px) {
  .header-login {
    font-size: 0.7rem;
    padding: 0.2rem 0.35rem;
    gap: 0.25rem;
    flex-shrink: 1;
    min-width: 0;
  }
  .header-login .header-icon {
    width: 18px;
    height: 18px;
  }
  .header-login-text {
    display: none;
  }
}

.mobile-menu {
  border-top: 1px solid rgba(44, 42, 40, 0.08);
  background: #faf9f8;
  max-height: min(78vh, 640px);
  overflow: hidden;
}
.mobile-menu-panel {
  overflow-y: auto;
  max-height: min(78vh, 640px);
  padding: 0.85rem 1rem 1.25rem;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu-user {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.85rem 1rem;
  margin-bottom: 0.85rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: start;
  box-shadow: 0 2px 8px rgba(44, 42, 40, 0.04);
}
.mobile-menu-user--guest {
  border-color: rgba(242, 180, 192, 0.55);
}
.mobile-menu-user-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: rgba(242, 180, 192, 0.25);
  color: var(--pink-dark);
  flex-shrink: 0;
}
.mobile-menu-user-icon .header-icon {
  width: 1.15rem;
  height: 1.15rem;
}
.mobile-menu-user-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.mobile-menu-user-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--primary);
  line-height: 1.25;
}
.mobile-menu-user-hint {
  font-size: 0.75rem;
  color: var(--muted);
}
.mobile-menu-user-arrow {
  font-size: 1.35rem;
  line-height: 1;
  color: var(--pink-dark);
  opacity: 0.75;
  flex-shrink: 0;
}
.mobile-menu-section {
  margin-bottom: 0.65rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(44, 42, 40, 0.08);
}
.mobile-menu-section--help {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.mobile-menu-section-title {
  margin: 0 0 0.4rem;
  padding: 0 0.15rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.mobile-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu-list--compact .mobile-menu-link {
  min-height: 2.5rem;
  padding-block: 0.45rem;
}
.mobile-menu-item--expand {
  margin: 0;
  padding: 0;
}
.mobile-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-height: 2.75rem;
  padding: 0.55rem 0.15rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--primary);
  text-decoration: none;
  border-radius: 4px;
  transition: color 0.15s ease, background 0.15s ease;
}
.mobile-menu-link--summary {
  width: 100%;
  border: none;
  background: none;
  font: inherit;
  cursor: pointer;
  list-style: none;
  text-align: start;
}
.mobile-menu-link--accent {
  color: var(--pink-dark);
  font-weight: 600;
}
.mobile-menu-link--sub {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--muted);
}
.mobile-menu-link--with-icon {
  justify-content: flex-start;
  gap: 0.65rem;
}
.mobile-menu-link--with-icon .header-icon {
  width: 1.1rem;
  height: 1.1rem;
  opacity: 0.7;
}
.mobile-menu-heart {
  font-size: 1.1rem;
  line-height: 1;
  color: var(--pink-dark);
  opacity: 0.85;
}
.mobile-menu-badge {
  margin-inline-start: auto;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: var(--pink-dark);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu-link:active,
.mobile-menu-link:hover {
  color: var(--pink-dark);
  background: rgba(242, 180, 192, 0.12);
}
.mobile-menu-link--sub:active,
.mobile-menu-link--sub:hover {
  background: transparent;
}

@media (min-width: 768px) {
  #menu-toggle,
  .show-mobile { display: none !important; }
  .mobile-menu { display: none !important; }
  .desktop-nav { display: flex; }
  .hide-mobile { display: inline-flex; }
  .header-login {
    margin-inline-end: 0.35rem;
  }
  .header-row { padding-inline: 1.5rem; }
  .brand-logo--header .brand-logo-main { font-size: 2rem; }
  .brand-logo--header .brand-logo-sub { font-size: 0.8rem; }
  .header-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }
}
.hide-mobile { display: none; }

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  justify-content: space-around;
  background: var(--white);
  border-top: 1px solid var(--border);
  padding: 0.35rem 0 calc(0.35rem + env(safe-area-inset-bottom));
  max-width: 100%;
}
@media (min-width: 768px) {
  .bottom-nav { display: none; }
}
.bottom-nav a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.625rem;
  color: var(--muted);
  padding: 0.35rem 0.15rem;
  position: relative;
  min-height: 52px;
}
.bottom-nav a.active { color: var(--pink-dark); }
.bottom-nav .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 3px;
  line-height: 1;
}
.bottom-nav .ico-wishlist {
  width: 1.35rem;
  height: 1.35rem;
  margin-bottom: 3px;
  background: #e85d6a;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.bottom-nav a.bottom-nav-wishlist.active .ico-wishlist,
.bottom-nav a.bottom-nav-wishlist:active .ico-wishlist {
  background: var(--pink-dark);
}
.bottom-nav a.bottom-nav-wishlist.active {
  color: var(--pink-dark);
}
.bottom-nav a span:not(.ico):not(.badge-count) {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.2;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.625rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  min-height: 44px;
  transition: opacity 0.2s;
}
.btn-primary { background: var(--pink); color: #fff; }
.btn-primary:hover { background: var(--pink-dark); }
.btn-outline { border: 1px solid var(--border); background: var(--white); }
.btn-sage { background: var(--sage); color: #fff; }
.btn-block { width: 100%; }

.page {
  padding: 1rem;
  max-width: var(--max);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page { padding: 1.5rem 2rem; }
}
.page-title { font-family: var(--font-head); font-size: 1.75rem; font-weight: 700; text-align: center; margin: 0 0 0.5rem; }
.page-desc { text-align: center; color: var(--muted); margin: 0 0 1.5rem; font-size: 0.9rem; }
.breadcrumb { font-size: 0.75rem; color: var(--muted); margin-bottom: 1rem; }
.breadcrumb a:hover { color: var(--coral); }

.hero {
  padding: 1.5rem 1rem;
  max-width: var(--max);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    padding: 2.5rem 2rem;
  }
  .hero-img { margin-top: 0; }
  .hero-title { font-size: 2.75rem; }
}
.hero-tag { font-size: 0.875rem; color: var(--sage); margin: 0; }
.hero-title {
  font-family: var(--font-head);
  font-size: clamp(1.65rem, 5vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0.5rem 0;
}
.hero-text { color: var(--muted); margin: 0 0 1.5rem; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero-img {
  aspect-ratio: 4/5;
  border-radius: 1.5rem;
  overflow: hidden;
  background: rgba(232,196,188,.4);
  margin-top: 1rem;
}
.hero-img img { width: 100%; height: 100%; object-fit: cover; }

/* Home — ticker, dual hero, promo cards, motion */
.home-page { overflow-x: clip; }
.home-ticker {
  width: 100vw;
  max-width: 100%;
  margin-inline: calc(50% - 50vw);
  background: var(--primary);
  color: #fff;
  overflow: hidden;
  padding: 0.5rem 0;
}
.home-ticker-track {
  display: flex;
  width: max-content;
  gap: 2.5rem;
  padding-inline: 1rem;
  animation: home-ticker-scroll 32s linear infinite;
}
.home-ticker-item {
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
@keyframes home-ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
[dir="rtl"] .home-ticker-track {
  animation-name: home-ticker-scroll-rtl;
}
@keyframes home-ticker-scroll-rtl {
  0% { transform: translateX(0); }
  100% { transform: translateX(50%); }
}

.hero--duo {
  padding: 1.25rem 1rem 1.5rem;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
@media (min-width: 900px) {
  .hero--duo {
    grid-template-columns: 1fr 1.05fr;
    gap: 2.5rem;
    padding: 2rem 1.5rem 2.5rem;
  }
  .hero--duo .hero-title { font-size: 2.75rem; }
}
.hero-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  align-items: end;
}
.hero-duo__card {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  border-radius: 1.15rem;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(44, 42, 40, 0.12);
  text-decoration: none;
  animation: hero-duo-float 5.5s ease-in-out infinite;
}
.hero-duo__card--boys {
  animation-delay: -2.75s;
  margin-top: 1.25rem;
}
.hero-duo__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.hero-duo__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(44, 42, 40, 0.55) 100%);
  pointer-events: none;
}
.hero-duo__card:hover img { transform: scale(1.05); }
.hero-duo__label {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.85rem;
  text-align: center;
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
}
@keyframes hero-duo-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.home-promos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 0 1rem 1.25rem;
  max-width: var(--max);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .home-promos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    padding-inline: 1.5rem;
  }
}
.home-promo-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-height: 7.5rem;
  padding: 1rem 1.05rem;
  border-radius: 1rem;
  text-decoration: none;
  color: var(--primary);
  border: 1px solid var(--border);
  background: var(--white);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.home-promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(44, 42, 40, 0.1);
}
.home-promo-card--new {
  background: linear-gradient(145deg, #fae8ed, #f2b4c0);
  border-color: transparent;
}
.home-promo-card--girls { background: color-mix(in srgb, var(--blush) 35%, #fff); }
.home-promo-card--boys { background: color-mix(in srgb, var(--sky) 40%, #fff); }
.home-promo-card--ship { background: var(--cream); }
.home-promo-kicker {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pink-dark);
}
.home-promo-title {
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
}
.home-promo-text {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.4;
  color: var(--muted);
  flex: 1;
}
.home-promo-cta {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--pink-dark);
}
.trust-bar--pulse {
  animation: trust-pulse 3s ease-in-out infinite;
}
@keyframes trust-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.88; }
}

/* Visible by default; animate only when JS adds .js-home-motion */
.vk-reveal {
  opacity: 1;
  transform: none;
}
html.js-home-motion .vk-reveal {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
html.js-home-motion .vk-reveal.is-visible,
html.js-home-motion .home-page.is-ready .hero--duo.vk-reveal {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .home-ticker-track,
  .hero-duo__card,
  .trust-bar--pulse {
    animation: none !important;
  }
  html.js-home-motion .vk-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .home-promo-card:hover { transform: none; }
}

.tiles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  padding: 0 1rem 1.5rem;
  max-width: var(--max);
  margin: 0 auto;
}
@media (min-width: 480px) {
  .tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 768px) {
  .tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    padding-inline: 2rem;
  }
}
.tile {
  aspect-ratio: 3/4;
  border-radius: 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1rem;
  font-family: var(--font-head);
  font-weight: 700;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}
.tile--photo {
  padding: 0;
  align-items: stretch;
  justify-content: stretch;
}
.tile--photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.tile--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 35%,
    rgba(44, 42, 40, 0.15) 55%,
    rgba(44, 42, 40, 0.55) 100%
  );
  pointer-events: none;
}
.tile--photo:hover img { transform: scale(1.04); }
.tile-label {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  width: 100%;
  padding: 1rem;
  text-align: center;
  font-family: var(--font-head);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}
.tile-blush { background: var(--blush); }
.tile-sage { background: color-mix(in srgb, var(--sage) 30%, transparent); }
.tile-sky { background: color-mix(in srgb, var(--sky) 50%, transparent); }

/* ===== Gateway — two-section landing page ===== */

/* Hide header, footer, announce, bottom nav, floating buttons on gateway pages */
html:has(.gateway) {
  overflow: hidden;
}
html:has(.gateway) .site-header,
html:has(.gateway) .announce,
html:has(.gateway) .site-footer,
html:has(.gateway) .bottom-nav,
html:has(.gateway) .float-chat,
html:has(.gateway) .float-loyalty,
html:has(.gateway) .cookie-consent-banner {
  display: none !important;
}
html:has(.gateway) .app-root {
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
}
html:has(.gateway) .app-main {
  padding: 0;
  max-width: 100%;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
}

.gateway {
  display: grid;
  grid-template-columns: 1fr;
  height: 100vh;
  min-height: 100vh;
  width: 100%;
}

.gateway-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.gateway-panel--kids {
  background: linear-gradient(160deg, #fae8ed 0%, #fdf2f5 22%, #fef9fa 50%, #fde8ec 100%);
}

.gateway-panel--sport {
  background: linear-gradient(160deg, #1e2a32 0%, #253540 25%, #2c3e4a 50%, #1a2a35 100%);
  color: #fff;
}

.gateway-content {
  position: relative;
  z-index: 1;
  max-width: 420px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gateway-icon {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
}

.gateway-icon svg {
  display: block;
  width: 1em;
  height: 1em;
}

.gateway-panel--kids .gateway-icon { color: #e8a0b0; }
.gateway-panel--sport .gateway-icon { color: #ff6b4a; }

.gateway-title {
  font-family: var(--font-head);
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 0.6rem;
  line-height: 1.1;
  letter-spacing: 0;
}

.gateway-panel--kids .gateway-title { color: #2c2a28; }
.gateway-panel--sport .gateway-title {
  color: #fff;
}

.gateway-subtitle {
  font-size: 1rem;
  margin: 0 0 1.75rem;
  line-height: 1.5;
  font-weight: 400;
}

.gateway-panel--kids .gateway-subtitle { color: #6b6560; }
.gateway-panel--sport .gateway-subtitle { color: rgba(255,255,255,0.7); }

.gateway-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 2.25rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  min-height: 50px;
  min-width: 220px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.2s;
  cursor: pointer;
}

.gateway-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.14);
}

.gateway-panel--kids .gateway-btn {
  background: #f2b4c0;
  color: #fff;
}
.gateway-panel--kids .gateway-btn:hover { background: #e8a0b0; }

.gateway-panel--sport .gateway-btn {
  background: #ff6b4a;
  color: #fff;
}
.gateway-panel--sport .gateway-btn:hover { background: #e85d3a; }

.gateway-bg-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.gateway-panel--kids .gateway-bg-shape { background: #f2b4c0; opacity: 0.12; }
.gateway-panel--sport .gateway-bg-shape { background: #ff6b4a; opacity: 0.08; }

.gateway-bg-shape--1 {
  width: 300px;
  height: 300px;
  top: -80px;
  right: -100px;
}

.gateway-bg-shape--2 {
  width: 180px;
  height: 180px;
  bottom: -50px;
  left: -50px;
}

@media (min-width: 768px) {
  .gateway {
    grid-template-columns: 1fr 1fr;
  }

  .gateway-panel {
    padding: 3rem 2.5rem;
  }

  .gateway-title { font-size: 4.5rem; }
  .gateway-icon { font-size: 5rem; margin-bottom: 1.25rem; }
  .gateway-subtitle { font-size: 1.1rem; }
}

@media (max-width: 767px) {
  .gateway-panel { padding: 2rem 1.25rem; }
  .gateway-title { font-size: 2.6rem; }
  .gateway-icon { font-size: 2.8rem; }
  .gateway-subtitle { font-size: 0.95rem; margin-bottom: 1.25rem; }
}

.section {
  padding: 1.5rem 1rem;
  max-width: var(--max);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section { padding: 2rem; }
}
.section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 1rem; }
.section-head h2 { font-family: var(--font-head); font-size: 1.5rem; margin: 0; }
.section-head a { font-size: 0.875rem; color: var(--coral); }
.section-white { background: var(--white); }

.chips { display: flex; gap: 0.5rem; overflow-x: auto; padding: 0 0 1rem; scrollbar-width: none; }
.chips::-webkit-scrollbar { display: none; }
.chip {
  flex-shrink: 0;
  border: 1px solid var(--border);
  background: var(--white);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  white-space: nowrap;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 600px) {
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 992px) {
  .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
}
.product-grid > .product-card--pro {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}
.product-card { position: relative; }
.product-card .img-wrap {
  aspect-ratio: 4/5;
  border-radius: 1rem;
  overflow: hidden;
  background: var(--cream);
  position: relative;
}
.product-card:not(.product-card--pro) img { width: 100%; height: 100%; object-fit: cover; }
.product-card .fav-btn {
  position: absolute; top: 8px; left: 8px;
  width: 36px; height: 36px;
  background: rgba(255,255,255,.9);
  border-radius: 50%;
  font-size: 1rem;
}
.product-card .tag {
  position: absolute; top: 8px; right: 8px;
  font-size: 0.65rem;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--sage);
  color: #fff;
}
.product-card .tag-sale { background: var(--coral); }
.product-card .tag-exclusive { background: var(--primary); }
.product-card .brand { font-size: 0.7rem; color: var(--muted); margin-top: 0.5rem; }
.product-card .name { font-size: 0.875rem; font-weight: 500; margin: 0.25rem 0; line-height: 1.35; }
.product-card .price { color: var(--coral); font-weight: 600; }
.product-card .price-old { color: var(--muted); text-decoration: line-through; font-size: 0.75rem; margin-right: 0.5rem; }
.product-card .quick-add {
  width: 100%; margin-top: 0.5rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.5rem;
  font-size: 0.75rem;
}

/* Boutique product cards (home / shop grids) */
.product-grid--pro {
  gap: 1.5rem 1.25rem;
}
@media (min-width: 992px) {
  .product-grid--pro {
    gap: 2rem 1.5rem;
  }
}
.product-card--pro {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-card--pro .card-media {
  position: relative;
  margin-bottom: 0.85rem;
  width: 100%;
  min-width: 0;
  flex-shrink: 0;
}
.product-card--pro .card-media-link {
  display: block;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
}
.product-card--pro .card-img-wrap {
  border-radius: 1.15rem;
  width: 100%;
}
.product-card--pro .card-img-wrap.vk-media-frame::before {
  padding-top: var(--vk-product-aspect);
}
.product-card--pro .card-img.vk-media-frame__img {
  transition: opacity 0.4s ease, transform 0.55s ease;
}
.product-card--pro .card-img--alt {
  opacity: 0;
}
.product-card--pro:hover .card-img--alt {
  opacity: 1;
}
.product-card--pro:hover .card-img:not(.card-img--alt) {
  transform: scale(1.02);
}
.product-card--pro .card-fav {
  position: absolute;
  top: 0.65rem;
  inset-inline-start: 0.65rem;
  z-index: 2;
  width: 2.35rem;
  height: 2.35rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  font-size: 1.05rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.product-card--pro .card-badges {
  position: absolute;
  top: 0.65rem;
  inset-inline-end: 0.65rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
}
.product-card--pro .card-badge {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  line-height: 1.2;
}
.product-card--pro .card-badge--new {
  background: var(--primary);
  color: #fff;
}
.product-card--pro .card-badge--sale {
  background: var(--coral);
  color: #fff;
}
.product-card--pro .card-badge--exclusive {
  background: #2c2a28;
  color: #fff;
}
.product-card--pro .card-badge--hot {
  background: linear-gradient(135deg, #e85d6a, #f2b4c0);
  color: #fff;
}
.product-card--pro .card-badge--trending {
  background: #7c6bae;
  color: #fff;
}
.product-card--pro .card-badge--bestseller {
  background: #c4a574;
  color: #fff;
}
.product-card--pro .card-badge--limited {
  background: #2c2a28;
  color: #fff;
  border: 1px solid #c4a574;
}
.product-card--pro .card-badge--selling-fast {
  background: #e07a3a;
  color: #fff;
}
.product-card--pro .card-badge--summer {
  background: #7eb8da;
  color: #1e3a5f;
}
.pdp-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.5rem;
}
.pdp-badge {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  line-height: 1.2;
}
.pdp-badge--hot { background: linear-gradient(135deg, #e85d6a, #f2b4c0); color: #fff; }
.pdp-badge--trending { background: #7c6bae; color: #fff; }
.pdp-badge--bestseller { background: #c4a574; color: #fff; }
.pdp-badge--limited { background: #2c2a28; color: #fff; }
.pdp-badge--selling-fast { background: #e07a3a; color: #fff; }
.pdp-badge--summer { background: #7eb8da; color: #1e3a5f; }
.pdp-badge--exclusive { background: #2c2a28; color: #fff; }
.product-card--pro .card-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.product-card--pro .card-brand {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #9a8f85;
}
.product-card--pro .card-name {
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  min-width: 0;
  /* Reserve 3 lines so swatches + price align across the row */
  min-height: calc(3 * 1.4em);
}
.product-card--pro .card-name a {
  color: var(--primary);
  text-decoration: none;
  display: block;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}
.product-card--pro .card-name a:hover {
  color: var(--coral);
}
.product-card--pro .card-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.5rem;
  min-height: 0.875rem;
}
.product-card--pro .card-swatch {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 999px;
  border: 1px solid rgba(44, 42, 40, 0.14);
  flex-shrink: 0;
}
.product-card--pro .card-price {
  margin: 0 0 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem;
}
.product-card--pro .card-price-now {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--coral);
}
.product-card--pro .card-price-old {
  font-size: 0.8125rem;
  color: var(--muted);
  text-decoration: line-through;
}
.product-card--pro .card-atc-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  padding: 0.8rem 0.75rem;
  border: 1px solid var(--primary);
  background: #fff;
  color: var(--primary);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.product-card--pro .card-atc-bar:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
[dir="rtl"] .product-card--pro .card-name a {
  text-align: start;
}

.site-footer {
  width: 100%;
  margin-top: 2rem;
  flex-shrink: 0;
  background: var(--footer-bg);
  color: var(--footer-text);
  font-size: 0.8125rem;
  padding: 2.5rem 0 1.5rem;
}
@media (max-width: 767px) {
  .site-footer { padding-bottom: 5.5rem; }
}
.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.25rem;
}
.footer-mobile-only { display: none; }
.footer-desktop-only { display: block; }

.footer-columns {
  display: grid;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .footer-columns { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
}
@media (max-width: 767px) {
  .footer-mobile-only { display: block; }
  .footer-desktop-only { display: none !important; }
  .footer-inner { padding: 0; }
  .site-footer { padding-top: 0; }
}

/* Mobile footer accordion */
.footer-accordion { margin-bottom: 0; }
.footer-acc-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-acc-item summary { list-style: none; }
.footer-acc-item summary::-webkit-details-marker { display: none; }
.footer-acc-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #fff;
  user-select: none;
}
.footer-acc-chevron {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.85);
  border-bottom: 2px solid rgba(255, 255, 255, 0.85);
  transform: rotate(45deg);
  margin-top: -4px;
  transition: transform 0.2s ease;
}
.footer-acc-item[open] .footer-acc-chevron {
  transform: rotate(-135deg);
  margin-top: 4px;
}
.footer-acc-panel {
  padding: 0 1.25rem 1.25rem;
}
.footer-acc-panel ul { list-style: none; padding: 0; margin: 0; }
.footer-acc-panel li { margin-bottom: 0.65rem; }
.footer-acc-panel a { color: var(--footer-text); font-size: 0.875rem; }
.footer-acc-panel a:hover { color: var(--pink); }
.footer-acc-signup p {
  margin: 0 0 1rem;
  line-height: 1.55;
  color: var(--footer-muted);
  font-size: 0.8rem;
}
.footer-col h4 {
  margin: 0 0 1rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #fff;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 0.55rem; }
.footer-col a {
  color: var(--footer-text);
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--pink); }
.footer-newsletter p {
  margin: 0 0 1rem;
  line-height: 1.55;
  color: var(--footer-muted);
  font-size: 0.8rem;
}
.footer-email-form {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 1.25rem;
}
.footer-email-form input {
  flex: 1;
  padding: 0.5rem 0;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 0.875rem;
}
.footer-email-form input::placeholder { color: var(--footer-muted); }
.footer-email-form input:focus { outline: none; }
.footer-email-form button {
  padding: 0.35rem 0.25rem;
  color: #fff;
  font-size: 1.1rem;
  opacity: 0.85;
}
.footer-email-form button:hover { opacity: 1; color: var(--pink); }
.footer-social {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer-social a {
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  opacity: 0.9;
}
.footer-social a:hover { color: var(--pink); }
.footer-brand-row {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 767px) {
  .footer-brand-row {
    align-items: center;
    text-align: center;
    margin-bottom: 1.25rem;
    padding: 1.5rem 1.25rem 1.25rem;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .footer-brand-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-inline: 0;
  }
}
.footer-locale {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .footer-locale {
    width: 100%;
    justify-content: center;
    gap: 0.4rem;
    padding: 0 0.75rem;
  }
}
.locale-select-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
.locale-select-lang,
.locale-select-country {
  flex: 0 0 5.75rem;
  width: 5.75rem;
  max-width: 5.75rem;
}
.locale-flag-circle {
  position: absolute;
  inset-inline-start: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  overflow: hidden;
  font-size: 0.95rem;
  line-height: 1;
  pointer-events: none;
  flex-shrink: 0;
}
.locale-country-picker {
  position: relative;
  width: 100%;
}
.locale-locale-btn,
.locale-country-btn {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
  min-height: 1.75rem;
  padding: 0.28rem 1.35rem 0.28rem 1.55rem;
  font-size: 0.625rem;
  line-height: 1.2;
  font-family: var(--font-body);
  background: #ffffff;
  color: #2c2a28;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  direction: ltr;
  text-align: left;
}
.locale-country-btn:hover {
  border-color: var(--pink);
}
.locale-country-btn-label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.locale-country-list {
  position: absolute;
  bottom: calc(100% + 0.35rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 80;
  margin: 0;
  padding: 0.35rem 0;
  list-style: none;
  width: min(18.5rem, calc(100vw - 2rem));
  min-width: 16.5rem;
  max-height: 16rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.locale-country-list.hidden {
  display: none;
}
.locale-country-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.45rem 0.65rem;
  font-size: 0.75rem;
  line-height: 1.35;
  color: #2c2a28;
  background: transparent;
  border: none;
  cursor: pointer;
  direction: ltr;
  text-align: left;
}
.locale-country-option:hover,
.locale-country-option:focus,
.locale-country-option[aria-selected="true"] {
  background: #faf7f2;
  outline: none;
}
.locale-country-option .locale-flag-circle {
  position: static;
  transform: none;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.05rem;
  pointer-events: none;
}
.locale-country-opt-text {
  flex: 1;
  min-width: 0;
  text-align: left;
}
[dir="rtl"] .locale-country-btn,
[dir="rtl"] .locale-country-option {
  direction: ltr;
  text-align: left;
}
.footer-locale select,
.locale-locale-field {
  appearance: none;
  -webkit-appearance: none;
  color-scheme: light;
  width: 100%;
  background-color: #ffffff;
  color: #2c2a28;
  border: 1px solid rgba(255, 255, 255, 0.45);
  min-height: 1.75rem;
  padding-block: 0.28rem;
  padding-inline-start: 1.55rem;
  padding-inline-end: 1.35rem;
  border-radius: 4px;
  font-size: 0.6875rem;
  font-family: var(--font-body);
  line-height: 1.25;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%232c2a28' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.45rem center;
  text-align: start;
  text-align-last: start;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer-locale select:hover {
  border-color: var(--pink);
}
.footer-locale select:focus {
  outline: 2px solid var(--pink);
  outline-offset: 2px;
}
.footer-locale select option {
  background-color: #ffffff;
  color: #2c2a28;
  padding: 0.35rem 0.5rem;
  font-size: 0.75rem;
  text-align: start;
  direction: ltr;
}
#vk-lang-select,
.locale-locale-field {
  font-weight: 500;
  min-width: 0;
}
[dir="rtl"] .footer-locale select {
  background-position: left 0.45rem center;
}
[dir="rtl"] .footer-acc-chevron {
  transform: rotate(-45deg);
}
[dir="rtl"] .footer-acc-item[open] .footer-acc-chevron {
  transform: rotate(135deg);
}
[dir="rtl"] .float-loyalty { left: auto; right: 1rem; }
[dir="rtl"] .float-chat { right: auto; left: 1rem; }
[dir="rtl"] .badge-count { right: auto; left: 4px; }
.footer-payments {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .footer-payments {
    margin-bottom: 0.5rem;
    padding-bottom: 0.25rem;
  }
}
.footer-payments-img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  object-fit: contain;
}
@media (min-width: 768px) {
  .footer-payments-img { max-width: 560px; }
}
.footer-visa-legal {
  text-align: center;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  max-width: 52rem;
  margin-inline: auto;
  padding: 0 1rem 1.25rem;
}
@media (max-width: 767px) {
  .footer-payments { margin-bottom: 0.5rem; }
  .footer-visa-legal {
    font-size: 0.58rem;
    padding: 0 1rem 0.75rem;
  }
}
@media (min-width: 768px) {
  .footer-visa-legal {
    padding-bottom: 2rem;
    font-size: 0.7rem;
  }
}

.trust-bar {
  background: var(--primary);
  color: var(--cream);
  text-align: center;
  font-size: 0.8rem;
  padding: 1rem;
}

.float-loyalty {
  position: fixed;
  bottom: 5.5rem;
  left: 1rem;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
  background: var(--pink);
  color: #fff;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  box-shadow: 0 4px 16px rgba(242, 180, 192, 0.45);
  max-width: calc(100vw - 5rem);
}
.float-loyalty:hover { background: var(--pink-dark); color: #fff; }
.float-loyalty .ico { font-size: 1.1rem; }
@media (max-width: 767px) {
  .float-loyalty-label { display: none; }
  .float-loyalty {
    padding: 0.65rem;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .float-loyalty { bottom: 1.5rem; left: 1.5rem; }
}

.float-chat {
  position: fixed;
  bottom: 5.5rem;
  right: 1rem;
  z-index: 45;
  width: 56px;
  height: 56px;
  padding: 0;
  border: none;
  cursor: pointer;
  background: var(--pink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  box-shadow: 0 4px 16px rgba(242, 180, 192, 0.45);
  color: #fff;
}
.float-chat--mascot {
  background: linear-gradient(145deg, #f8d0d8 0%, var(--pink) 55%, var(--pink-dark) 100%);
  padding: 3px;
  animation: float-mascot-pulse 2.8s ease-in-out infinite;
}
.float-chat-mascot {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 8px rgba(80, 50, 60, 0.12);
}
.float-chat-fallback {
  font-size: 1.5rem;
  line-height: 1;
}
@keyframes float-mascot-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 4px 16px rgba(242, 180, 192, 0.45); }
  50% { transform: scale(1.04); box-shadow: 0 6px 22px rgba(242, 180, 192, 0.58); }
}
.float-chat:hover { background: var(--pink-dark); color: #fff; }
.float-chat--mascot:hover {
  background: linear-gradient(145deg, var(--pink) 0%, var(--pink-dark) 100%);
}
.float-chat-icon { display: block; }
.float-chat[aria-expanded="true"] {
  background: var(--pink-dark);
  box-shadow: 0 6px 20px rgba(242, 180, 192, 0.55);
  animation: none;
  transform: scale(1.02);
}
@media (min-width: 768px) {
  .float-chat { bottom: 1.5rem; right: 1.5rem; }
}

/* AI assistant chat */
.ai-chat-panel {
  position: fixed;
  bottom: 6.5rem;
  right: 1rem;
  z-index: 50;
  width: min(380px, calc(100vw - 2rem));
  max-height: min(520px, calc(100vh - 8rem));
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: 1.25rem;
  box-shadow: 0 12px 40px rgba(44, 42, 40, 0.18);
  border: 1px solid var(--border);
  overflow: hidden;
}
.ai-chat-panel.hidden { display: none !important; }
@media (min-width: 768px) {
  .ai-chat-panel { bottom: 5.5rem; right: 1.5rem; }
}
[dir="rtl"] .ai-chat-panel {
  right: auto;
  left: 1rem;
}
@media (min-width: 768px) {
  [dir="rtl"] .ai-chat-panel { left: 1.5rem; }
}
.ai-chat-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1rem 0.75rem;
  background: linear-gradient(135deg, var(--pink) 0%, color-mix(in srgb, var(--pink) 70%, var(--cream)) 100%);
  color: #fff;
}
.ai-chat-avatar {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 2px;
  box-shadow: 0 2px 10px rgba(80, 50, 60, 0.12);
}
.ai-chat-avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.9);
}
.ai-chat-header-text { flex: 1; min-width: 0; }
.ai-chat-title {
  margin: 0;
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
}
.ai-chat-sub {
  margin: 0.15rem 0 0;
  font-size: 0.7rem;
  opacity: 0.92;
}
.ai-chat-close {
  border: none;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
}
.ai-chat-close:hover { background: rgba(255, 255, 255, 0.35); }
.ai-chat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0.65rem 0.75rem;
  border-bottom: 1px solid var(--border);
  background: var(--cream);
}
.ai-chat-chip {
  border: 1px solid var(--border);
  background: var(--white);
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
  font-size: 0.7rem;
  cursor: pointer;
  color: var(--text);
}
.ai-chat-chip:hover {
  border-color: var(--pink);
  color: var(--coral);
}
.ai-chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  min-height: 200px;
  max-height: 280px;
}
.ai-chat-msg { display: flex; }
.ai-chat-msg--user { justify-content: flex-end; }
.ai-chat-msg--bot { justify-content: flex-start; }
.ai-chat-bubble {
  max-width: 88%;
  padding: 0.65rem 0.85rem;
  border-radius: 1rem;
  font-size: 0.8125rem;
  line-height: 1.45;
}
.ai-chat-msg--user .ai-chat-bubble {
  background: var(--pink);
  color: #fff;
  border-end-end-radius: 0.25rem;
}
.ai-chat-msg--bot .ai-chat-bubble {
  background: var(--cream);
  color: var(--text);
  border-end-start-radius: 0.25rem;
}
.ai-chat-msg--bot {
  align-items: flex-end;
  gap: 0.45rem;
}
.ai-chat-msg-avatar {
  flex-shrink: 0;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid rgba(242, 180, 192, 0.65);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
[dir="rtl"] .ai-chat-msg--bot {
  flex-direction: row-reverse;
}
.ai-chat-link {
  color: var(--coral);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ai-chat-msg--user .ai-chat-link { color: #fff; }
.ai-chat-dots {
  display: inline-flex;
  gap: 4px;
  padding: 0.25rem 0;
}
.ai-chat-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--muted);
  animation: ai-chat-dot 1.2s infinite ease-in-out;
}
.ai-chat-dots span:nth-child(2) { animation-delay: 0.15s; }
.ai-chat-dots span:nth-child(3) { animation-delay: 0.3s; }
@keyframes ai-chat-dot {
  0%, 80%, 100% { opacity: 0.35; transform: scale(0.85); }
  40% { opacity: 1; transform: scale(1); }
}
.ai-chat-form {
  display: flex;
  gap: 0.5rem;
  padding: 0.65rem 0.75rem;
  border-top: 1px solid var(--border);
  background: var(--white);
}
.ai-chat-input {
  flex: 1;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.55rem 1rem;
  font-size: 0.875rem;
  min-width: 0;
}
.ai-chat-input:focus {
  outline: none;
  border-color: var(--pink);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--pink) 35%, transparent);
}
.ai-chat-send {
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ai-chat-send:hover { background: var(--pink-dark); }
.ai-chat-foot {
  margin: 0;
  padding: 0 0.75rem 0.65rem;
  font-size: 0.65rem;
  color: var(--muted);
  text-align: center;
  line-height: 1.35;
}
.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;
}
body.ai-chat-open { overflow: hidden; }

/* Cookie consent */
.cookie-consent {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 65;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, transparent 0%, rgba(44, 42, 40, 0.06) 12%, rgba(44, 42, 40, 0.12) 100%);
  pointer-events: none;
}
.cookie-consent-inner {
  pointer-events: auto;
  max-width: var(--max);
  margin: 0 auto;
  padding: 1rem 1.1rem;
  background: var(--white);
  border: 1px solid color-mix(in srgb, var(--pink) 45%, var(--border));
  border-radius: 1.15rem;
  box-shadow: 0 12px 40px rgba(44, 42, 40, 0.14);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
}
.cookie-consent-title {
  margin: 0 0 0.35rem;
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
}
.cookie-consent-desc {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--muted);
  max-width: 42rem;
}
.cookie-consent-link {
  color: var(--coral);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-inline-start: auto;
}
.cookie-consent-btn {
  font-size: 0.8rem;
  padding: 0.55rem 1rem;
  white-space: nowrap;
}
body.has-cookie-banner .bottom-nav {
  padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
}
body.has-cookie-banner .float-loyalty,
body.has-cookie-banner .float-chat {
  bottom: calc(9.5rem + env(safe-area-inset-bottom, 0px));
}
@media (min-width: 768px) {
  body.has-cookie-banner .float-loyalty {
    bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
  }
  body.has-cookie-banner .float-chat {
    bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
  }
}
.footer-link-btn {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-align: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer-link-btn:hover {
  color: var(--pink-dark);
}
@media (max-width: 767px) {
  body.ai-chat-open .bottom-nav { z-index: 40; }
  .ai-chat-panel {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: none;
    max-height: 85vh;
    border-radius: 1.25rem 1.25rem 0 0;
  }
  [dir="rtl"] .ai-chat-panel { left: 0; right: 0; }
  .float-chat { bottom: 5.25rem; }
}

@media (min-width: 768px) {
  .product-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
  }
}

.cart-item, .form-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 0.75rem;
}
/* Legal / policy pages */
.legal-page {
  max-width: 42rem;
  margin: 0 auto;
  padding: 0 0 2.5rem;
}
.legal-breadcrumb {
  text-align: start;
  margin-bottom: 1.25rem;
}
.breadcrumb-sep {
  margin: 0 0.35rem;
  opacity: 0.5;
}
.legal-hero {
  text-align: center;
  padding: 1.75rem 1.25rem 2rem;
  margin-bottom: 2rem;
  background: linear-gradient(180deg, var(--pink-soft) 0%, rgba(250, 232, 237, 0.35) 55%, transparent 100%);
  border-radius: 1rem;
  border: 1px solid rgba(242, 180, 192, 0.35);
}
.legal-eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pink-dark);
}
.legal-title {
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  margin: 0 0 0.65rem;
  line-height: 1.2;
  color: var(--primary);
}
.legal-lead {
  margin: 0 auto 0.75rem;
  max-width: 36rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--muted);
}
.legal-meta {
  margin: 0;
  font-size: 0.75rem;
  color: var(--muted);
  opacity: 0.85;
}
.legal-body {
  font-size: 0.9375rem;
}
.legal-section {
  margin-bottom: 2rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--border);
}
.legal-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.legal-section h2 {
  font-family: var(--font-head);
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.85rem;
  color: var(--primary);
  line-height: 1.35;
}
.legal-section h3 {
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 1.25rem 0 0.5rem;
  color: var(--primary);
}
.legal-highlight {
  background: var(--white);
  border-inline-start: 4px solid var(--pink);
  padding: 1rem 1.15rem;
  margin-bottom: 2rem;
  border-radius: 0 0.5rem 0.5rem 0;
  box-shadow: 0 2px 12px rgba(44, 42, 40, 0.06);
}
.legal-highlight--sport {
  border-inline-start-color: #ff6b4a;
}
.legal-hero--sport {
  background: linear-gradient(180deg, rgba(255,107,74,0.08) 0%, rgba(255,107,74,0.02) 55%, transparent 100%);
  border-color: rgba(255,107,74,0.2);
}
.legal-highlight p {
  margin: 0;
  line-height: 1.65;
  color: var(--primary);
}
.legal-info-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  padding: 1.15rem 1.25rem;
  margin-top: 0.75rem;
}
.legal-info-card p {
  margin: 0 0 0.35rem;
  font-size: 0.875rem;
  line-height: 1.55;
}
.legal-info-card p:last-child { margin-bottom: 0; }
.legal-list {
  margin: 0.5rem 0 0;
  padding-inline-start: 1.25rem;
  color: var(--muted);
}
.legal-list li {
  margin-bottom: 0.5rem;
  line-height: 1.65;
}
.legal-inline-link {
  color: var(--pink-dark);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.legal-inline-link:hover { color: var(--primary); }
.legal p,
.legal li,
.legal-section p {
  color: var(--muted);
  line-height: 1.75;
  margin: 0 0 0.85rem;
}
.legal-section p:last-child { margin-bottom: 0; }
.legal a { color: var(--pink-dark); }
.legal a:hover { color: var(--primary); }
.legal h2 { font-family: var(--font-head); font-size: 1.1rem; margin: 1.5rem 0 0.5rem; }
.legal p, .legal li { color: var(--muted); line-height: 1.7; }
[dir="rtl"] .legal-highlight {
  border-inline-start: none;
  border-inline-end: 4px solid var(--pink);
  border-radius: 0.5rem 0 0 0.5rem;
}
/* FAQ accordion — minimal row + circle chevron (reference style) */
.legal-page .legal-section > h2 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  letter-spacing: -0.02em;
}
.legal-faq-item {
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border-block-end: 1px solid var(--border);
}
.legal-faq-item:last-of-type {
  border-block-end: none;
}
.legal-faq-item[open] {
  border-block-end-color: var(--border);
}
.legal-faq-question {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 1.25rem;
  padding: 1.35rem 0;
  min-height: 3.5rem;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-body, var(--font-head));
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  color: var(--primary);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.legal-faq-question::-webkit-details-marker,
.legal-faq-question::marker {
  display: none;
  content: "";
}
.legal-faq-question-text {
  min-width: 0;
  text-align: start;
  padding-inline-end: 0.25rem;
}
.legal-faq-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid rgba(44, 42, 40, 0.2);
  color: var(--primary);
  box-sizing: border-box;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.legal-faq-icon-svg {
  display: block;
  width: 0.65rem;
  height: 0.65rem;
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}
.legal-faq-item[open] .legal-faq-icon {
  border-color: rgba(44, 42, 40, 0.35);
}
.legal-faq-item[open] .legal-faq-icon-svg {
  transform: rotate(180deg);
}
.legal-faq-answer {
  padding: 0 2.75rem 1.5rem 0;
  border: none;
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.7;
}
[dir="rtl"] .legal-faq-answer {
  padding: 0 0 1.5rem 2.75rem;
}
.legal-faq-answer p {
  margin: 0 0 0.85rem;
}
.legal-faq-answer p:first-child {
  margin-top: 0;
}
.legal-faq-answer .legal-list {
  margin: 0.35rem 0 0.85rem;
}
.legal-faq-answer p:last-child {
  margin-bottom: 0;
}
.legal-faq-answer a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 640px) {
  .legal-faq-question {
    column-gap: 1rem;
    padding: 1.2rem 0;
    font-size: 0.9375rem;
    min-height: 3.75rem;
  }
  .legal-faq-icon {
    width: 2.125rem;
    height: 2.125rem;
    /* whole row is tappable; circle stays refined like reference */
  }
  .legal-faq-icon-svg {
    width: 0.7rem;
    height: 0.7rem;
  }
  .legal-faq-answer {
    padding-inline-end: 2.5rem;
    font-size: 0.9rem;
  }
  [dir="rtl"] .legal-faq-answer {
    padding-inline-end: 0;
    padding-inline-start: 2.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .legal-faq-icon-svg {
    transition: none;
  }
}

/* Delivery page */
.legal-delivery-intro .legal-delivery-dispatch {
  margin: 0 0 1rem;
  line-height: 1.7;
  color: var(--muted);
}
.legal-delivery-regions {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}
.legal-delivery-regions li {
  padding: 0.5rem 0;
  border-block-end: 1px solid var(--border);
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--primary);
}
.legal-delivery-regions li:last-child {
  border-block-end: none;
}
.legal-delivery-note,
.legal-delivery-foot,
.legal-delivery-disclaimer,
.legal-delivery-hint {
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--muted);
  margin: 0.75rem 0 0;
}
.legal-delivery-hint {
  margin: 0 0 0.5rem;
}
.legal-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0.5rem 0 0;
  border: 1px solid var(--border);
  border-radius: 0.5rem;
}
.legal-delivery-table {
  width: 100%;
  min-width: 32rem;
  border-collapse: collapse;
  font-size: 0.8125rem;
  background: var(--white);
}
.legal-delivery-table th,
.legal-delivery-table td {
  padding: 0.7rem 0.65rem;
  text-align: start;
  vertical-align: top;
  border-block-end: 1px solid var(--border);
  line-height: 1.45;
}
.legal-delivery-table th {
  font-weight: 600;
  color: var(--primary);
  background: var(--cream, #faf8f6);
  white-space: nowrap;
}
.legal-delivery-table tbody tr:last-child td {
  border-block-end: none;
}
.legal-faq-item .legal-delivery-table {
  margin-top: 0.35rem;
}
.legal-list-ordered {
  list-style: decimal;
  padding-inline-start: 1.35rem;
}
.legal-list-ordered li {
  margin-bottom: 0.5rem;
}

/* Contact page */
.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 0 0 1.5rem;
}
.contact-method {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  background: var(--white);
  color: var(--primary);
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.4;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-method:hover {
  border-color: rgba(242, 180, 192, 0.85);
  box-shadow: 0 2px 12px rgba(242, 180, 192, 0.15);
}
.contact-method-icon {
  font-size: 1.25rem;
  line-height: 1;
  flex-shrink: 0;
}
.contact-method-text {
  font-weight: 500;
  word-break: break-word;
}
.contact-method-whatsapp .contact-method-text {
  color: var(--pink-dark);
}
.contact-form-intro {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--muted);
}
.contact-form-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.25rem 1.15rem 1.35rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 14px rgba(44, 42, 40, 0.05);
}
.contact-form-title {
  font-family: var(--font-head);
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 1.15rem;
  color: var(--primary);
}
.contact-field {
  display: block;
  margin-bottom: 1rem;
}
.contact-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--primary);
}
.contact-field input,
.contact-field textarea {
  width: 100%;
  padding: 0.8rem 0.9rem;
  font-size: 1rem;
  font-family: inherit;
  border: 1px solid var(--border);
  border-radius: 0.65rem;
  background: var(--white);
  color: var(--primary);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}
.contact-field input:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: var(--pink);
  box-shadow: 0 0 0 3px rgba(242, 180, 192, 0.25);
}
.contact-field textarea {
  resize: vertical;
  min-height: 7rem;
}
.contact-submit {
  margin-top: 0.25rem;
  min-height: 3rem;
  font-size: 1rem;
}
.contact-hcaptcha-note {
  margin: 1rem 0 0;
  font-size: 0.75rem;
  line-height: 1.55;
  color: var(--muted);
}
.contact-hcaptcha-note a {
  color: var(--pink-dark);
  text-decoration: underline;
}
.contact-status {
  margin-top: 0.85rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--pink-dark);
}
.contact-care {
  margin-top: 0.5rem;
}
.legal-page .contact-care .legal-faq-item {
  margin-bottom: 0;
}

/* About page */
.about-lead {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--primary);
  margin: 0 0 1rem;
}
.about-section > p {
  line-height: 1.75;
  color: var(--muted);
  margin: 0 0 1rem;
}
.about-figure {
  margin: 1.25rem 0 1.75rem;
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(145deg, var(--pink-soft) 0%, var(--cream, #faf8f6) 100%);
  aspect-ratio: 16 / 10;
  max-height: 22rem;
}
.about-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-figure.is-placeholder::after {
  content: "Add photo: photo/about/";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 12rem;
  font-size: 0.8125rem;
  color: var(--muted);
  text-align: center;
  padding: 1rem;
}
.about-figure.is-placeholder img {
  display: none;
}
.about-team-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 1rem;
}
@media (min-width: 640px) {
  .about-team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.about-team-card {
  text-align: center;
}
.about-team-card .about-figure {
  aspect-ratio: 1;
  max-height: 14rem;
  margin: 0 0 1rem;
  border-radius: 50%;
  width: 10rem;
  max-width: 100%;
  margin-inline: auto;
}
.about-team-name {
  font-family: var(--font-head);
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  color: var(--primary);
}
.about-team-role {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--pink-dark);
  margin: 0 0 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.about-team-bio {
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 0.5rem;
  text-align: start;
}
.about-team-email {
  font-size: 0.8125rem;
  margin: 0;
}
.about-team-email a {
  color: var(--pink-dark);
}
.about-warehouse-card {
  margin-top: 0.75rem;
}
.about-hours {
  margin: 1rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--muted);
}
.about-cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
@media (max-width: 480px) {
  .about-cta .btn-outline {
    display: flex;
    width: 100%;
    margin: 0.5rem 0 0 !important;
  }
}

/* Size guides */
.size-guide-intro {
  margin-bottom: 1.25rem;
}
.size-guide-alpha-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0 0 1.75rem;
  padding: 0.75rem 0;
  border-block: 1px solid var(--border);
}
.size-guide-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
  border: 1px solid var(--border);
  border-radius: 0.4rem;
  background: var(--white);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.size-guide-nav-link:hover {
  border-color: var(--pink);
  background: var(--pink-soft);
}
.size-guide-letter {
  margin-bottom: 2rem;
}
.size-guide-letter-heading {
  font-family: var(--font-head);
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--pink-dark);
  line-height: 1;
  border-block-end: 2px solid var(--pink-soft);
  padding-block-end: 0.35rem;
}
.size-guide-letter-list .legal-faq-item {
  margin-bottom: 0;
}
.size-guide-pending {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--muted);
}
.size-guide-tip {
  margin: 0.75rem 0 0;
  font-size: 0.8125rem;
  color: var(--muted);
}
.size-guide-tbc {
  text-align: center;
  font-style: italic;
  color: var(--muted);
  padding: 1rem !important;
}
.size-guide-table {
  min-width: 28rem;
}
.size-guide-table--chart {
  border-collapse: collapse;
  min-width: 100%;
}
.size-guide-table--chart th,
.size-guide-table--chart td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid var(--border);
}
.size-guide-table--chart thead th {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: normal;
  line-height: 1.35;
  padding: 0.65rem 0.4rem;
}
.size-guide-table--chart tbody td {
  font-size: 0.8125rem;
  padding: 0.55rem 0.35rem;
}
.size-guide-table--wide {
  min-width: 36rem;
}
.size-guide-letter-list .legal-table-wrap {
  margin-top: 0.25rem;
}
.size-guide-subtitle {
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 1.35rem 0 0.5rem;
  color: var(--primary);
}
.size-guide-subtitle:first-child {
  margin-top: 0;
}
.size-guide-notes {
  margin-top: 1rem;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--muted);
}
.size-guide-notes p {
  margin: 0 0 0.85rem;
}
.size-guide-notes p:last-child {
  margin-bottom: 0;
}
.size-guide-notes strong {
  color: var(--primary);
}
.size-guide-notes a {
  color: var(--pink-dark);
  text-decoration: underline;
}
.size-guide-intro-block {
  margin-bottom: 1rem;
}

/* Loyalty — coming soon */
.loyalty-soon-card {
  max-width: 36rem;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  text-align: center;
  background: var(--cream, #faf8f6);
  border: 1px solid var(--border);
  border-radius: 1rem;
}
.loyalty-soon-badge {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.35rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pink-dark);
  background: var(--pink-soft);
  border-radius: 2rem;
}
.loyalty-soon-heading {
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: var(--primary);
}
.loyalty-soon-lead {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--muted);
}
.loyalty-soon-list {
  text-align: start;
  margin: 0 auto 1.25rem;
  max-width: 28rem;
}
.loyalty-soon-note {
  margin: 0 0 1.5rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--muted);
}
.loyalty-soon-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}
.work-steps-list {
  margin-top: 0.75rem;
}
.work-apply-section {
  text-align: center;
}
.work-apply-buttons {
  margin-bottom: 1rem;
}
.work-portal-note {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
  max-width: 32rem;
  margin: 0 auto;
}

/* Product image frame: box size is fixed by ratio BEFORE the image loads */
:root {
  --vk-product-aspect: 125%; /* 4:5 (height = width × 5/4) */
}
.vk-media-frame {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: var(--cream);
  contain: layout paint;
  flex-shrink: 0;
}
.vk-media-frame::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: var(--vk-product-aspect);
  pointer-events: none;
}
.vk-media-frame__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  display: block;
  pointer-events: none;
}
.vk-media-frame--thumb {
  width: 4.5rem;
  border-radius: 0.5rem;
}
.vk-media-frame--thumb::before {
  padding-top: var(--vk-product-aspect);
}
.product-detail .main-img {
  border-radius: 1.5rem;
  margin-bottom: 1rem;
}
.product-breadcrumb {
  font-size: 0.8125rem;
  margin-bottom: 1.25rem;
  color: var(--muted);
}
.product-breadcrumb a { color: var(--muted); }
.product-breadcrumb a:hover { color: var(--pink-dark); }
.product-brand {
  font-size: 0.875rem;
  color: var(--muted);
  margin: 0 0 0.35rem;
}
.product-title { margin: 0 0 0.5rem; }
.product-price {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--coral);
  margin: 0 0 0.5rem;
}
.product-stock-note {
  font-size: 0.8125rem;
  color: #b45309;
  margin: 0 0 0.5rem;
}
.product-ship-note {
  font-size: 0.8125rem;
  color: var(--muted);
  margin: 0 0 1rem;
}
.product-field-label {
  font-weight: 500;
  font-size: 0.875rem;
  margin: 0.75rem 0 0.35rem;
}
.product-size-guide {
  font-weight: 400;
  font-size: 0.8125rem;
  color: var(--pink-dark);
  margin-inline-start: 0.5rem;
  text-decoration: underline;
}
.product-gift-wrap {
  margin: 1.25rem 0;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: var(--cream);
}
.product-gift-title { font-weight: 600; margin: 0 0 0.65rem; font-size: 0.9rem; }
.product-gift-option {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0.4rem 0;
  font-size: 0.875rem;
  cursor: pointer;
}
.product-desc {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--primary);
}
.product-desc p { margin: 0 0 1rem; }
.product-specs {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  font-size: 0.875rem;
  line-height: 1.6;
}
.product-specs li { margin: 0.35rem 0; }
.product-about { max-width: 42rem; }
.product-thumbs {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
  flex-wrap: wrap;
}
.product-thumb {
  border: 2px solid transparent;
  padding: 0;
  cursor: pointer;
}
.product-thumb.active {
  border-color: var(--coral);
}
.section-title {
  font-family: var(--font-head);
  font-size: 1.25rem;
  margin: 0 0 1rem;
}
.size-row, .color-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0.75rem 0; }
.size-row button, .color-row button {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  min-height: 44px;
}
.size-row button.active, .color-row button.active {
  border-color: var(--coral);
  background: color-mix(in srgb, var(--coral) 12%, transparent);
  color: var(--coral);
}
.color-row--chips {
  gap: 0.65rem;
}
.color-chip {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.5rem;
  border: 2px solid var(--border);
  border-radius: 0.75rem;
  background: #fff;
  min-width: 4.25rem;
  cursor: pointer;
  transition: border-color 0.15s ease;
}
.color-chip.active {
  border-color: var(--coral);
  box-shadow: 0 0 0 1px var(--coral);
}
.color-chip-swatch {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(44, 42, 40, 0.15);
  display: block;
}
.color-chip-label {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: var(--primary);
  max-width: 4.5rem;
}

/* Product detail page (PDP) — premium / Millie & John style */
.pdp { max-width: 72rem; margin: 0 auto; padding-bottom: 2rem; }
.pdp--premium .pdp-title {
  font-family: var(--font-head);
  font-size: clamp(1.25rem, 2.8vw, 1.65rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.35;
  margin: 0 0 0.65rem;
}
.pdp--premium .pdp-price {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--primary);
  margin: 0 0 1.35rem;
}
.pdp-field { margin-bottom: 1.35rem; }
.pdp-field-label {
  margin: 0 0 0.65rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
}
.pdp-field-sep { opacity: 0.45; margin: 0 0.2rem; }
.pdp-field-value { font-weight: 500; text-transform: none; letter-spacing: 0; }
.pdp-size-guide {
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  text-decoration: underline;
  color: var(--primary);
  font-size: 0.6875rem;
}
/* PDP colour + size pickers (Millie & John style) */
.pdp-color-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}
.pdp-color-dot {
  width: 2rem;
  height: 2rem;
  padding: 3px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.pdp-color-dot-inner {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  border: 1px solid rgba(44, 42, 40, 0.12);
  box-sizing: border-box;
}
.pdp-color-dot:hover {
  border-color: rgba(44, 42, 40, 0.25);
}
.pdp-color-dot.is-active,
.pdp-color-dot.active {
  border: 2px solid var(--primary);
  padding: 2px;
}
.pdp-size-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: flex-start;
}
.pdp-size-btn {
  box-sizing: border-box;
  flex: 0 0 5.25rem;
  width: 5.25rem;
  height: 2.875rem;
  padding: 0 0.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 0.2rem;
  background: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--primary);
  text-align: center;
  cursor: pointer;
  transition: border-color 0.15s ease;
}
.pdp-size-btn:hover {
  border-color: #c8c8c8;
}
.pdp-size-btn.is-active,
.pdp-size-btn.active {
  border: 2px solid var(--primary);
  font-weight: 500;
}
.pdp-field--size {
  margin-bottom: 1rem;
}
.pdp-field--color {
  margin-bottom: 1.15rem;
}
.pdp-stock-note {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0 0 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--muted);
}
.pdp-stock-dot {
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.35rem;
  border-radius: 999px;
  background: #d4a017;
  flex-shrink: 0;
}
.pdp-gift-box {
  margin: 0 0 1.25rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--border);
  text-align: center;
}
.pdp-gift-heading {
  margin: 0 0 0.75rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.pdp-gift-option {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0.45rem 0;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: start;
  cursor: pointer;
}
.pdp-panel-actions {
  margin-top: 0.25rem;
  padding-top: 0.5rem;
}
.pdp-gift-box + .pdp-panel-actions {
  margin-top: 0;
  padding-top: 1rem;
}
.pdp-stock-note + .pdp-gift-box + .pdp-panel-actions,
.pdp-stock-note + .pdp-panel-actions {
  padding-top: 1rem;
}
.pdp-buy-row {
  display: flex;
  gap: 0.65rem;
  align-items: stretch;
  width: 100%;
}
.btn-pdp-cart {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.25rem;
  border: none;
  border-radius: 0;
  background: var(--primary);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.btn-pdp-cart:hover { background: #1a1816; color: #fff; }
.pdp-fav-btn {
  flex-shrink: 0;
  width: 3rem;
  min-height: 3rem;
  border: 1px solid var(--border);
  background: #fff;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.pdp-fav-btn.is-on { color: var(--coral); border-color: var(--coral); }
/* Product description — Millie & John style prose + spec bullets */
.pdp-story {
  max-width: 42rem;
  margin: 2.25rem auto 0;
  padding: 0;
  text-align: start;
}
.pdp--premium .pdp-desc-prose,
.pdp--premium .pdp-desc-prose.product-desc {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--primary);
  letter-spacing: 0.01em;
}
.pdp--premium .pdp-desc-prose p {
  margin: 0 0 1.35rem;
}
.pdp--premium .pdp-desc-prose p:last-child {
  margin-bottom: 0;
}
.pdp--premium .pdp-desc-prose strong {
  font-weight: 600;
}
.pdp--premium .pdp-desc-specs {
  margin: 1.75rem 0 0;
  padding: 0 0 0 1.15rem;
  list-style: disc;
  list-style-position: outside;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--primary);
  letter-spacing: 0.01em;
}
.pdp--premium .pdp-desc-specs li {
  margin: 0.45rem 0;
  padding-inline-start: 0.2rem;
}
.pdp--premium .pdp-desc-specs li::marker {
  color: var(--primary);
  font-size: 0.85em;
}
.pdp--premium .pdp-desc-specs strong {
  font-weight: 600;
}
[dir="rtl"] .pdp--premium .pdp-desc-specs {
  padding: 0 1.15rem 0 0;
}
.pdp-accordions { max-width: 42rem; margin: 1.5rem auto 0; }
.pdp-acc-bar {
  border: 1px solid var(--border);
  border-bottom: none;
}
.pdp-acc-bar:last-child { border-bottom: 1px solid var(--border); }
.pdp-acc-bar summary,
.pdp-acc-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  cursor: pointer;
  list-style: none;
  text-align: start;
  width: 100%;
  box-sizing: border-box;
}
.pdp-acc-summary .pdp-acc-title > span:last-child {
  text-transform: uppercase;
}
.pdp-acc-bar summary::-webkit-details-marker { display: none; }
.pdp-acc-title {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  min-width: 0;
}
.pdp-acc-icon { font-size: 1rem; line-height: 1; text-transform: none; letter-spacing: 0; }
.pdp-acc-chevron {
  flex-shrink: 0;
  width: 11px;
  height: 11px;
  border-right: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  transform: rotate(45deg);
  margin-top: -4px;
  opacity: 0.75;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.pdp-acc-bar[open] .pdp-acc-chevron {
  transform: rotate(-135deg);
  margin-top: 4px;
  opacity: 1;
}
.pdp-acc-bar summary:hover .pdp-acc-chevron,
.pdp-acc-summary:hover .pdp-acc-chevron {
  opacity: 1;
}
[dir="rtl"] .pdp-acc-chevron {
  transform: rotate(-45deg);
}
[dir="rtl"] .pdp-acc-bar[open] .pdp-acc-chevron {
  transform: rotate(135deg);
  margin-top: 4px;
}
.pdp-acc-body {
  padding: 0 1.25rem 1rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--muted);
  text-align: center;
}
.pdp-acc-body--rich {
  text-align: start;
  padding-bottom: 1.25rem;
}
.pdp-acc-body a { color: var(--pink-dark); text-decoration: underline; }
.pdp-acc-lead { margin: 0 0 0.75rem; font-weight: 500; color: var(--primary); }
.pdp-acc-subhead {
  margin: 1rem 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
}
.pdp-acc-list {
  margin: 0 0 0.75rem;
  padding-inline-start: 1.15rem;
  text-align: start;
}
.pdp-acc-list li { margin: 0.35rem 0; }
.pdp-acc-note {
  margin: 0.85rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--muted);
}
.pdp-acc-body--rich .legal-table-wrap {
  margin: 0 0 0.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.pdp-acc-body--rich .legal-delivery-table {
  font-size: 0.8125rem;
  min-width: 18rem;
}
.pdp-question-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 28rem;
  margin: 0 auto;
  text-align: start;
}
.pdp-q-field { display: flex; flex-direction: column; gap: 0.35rem; }
.pdp-q-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
}
.pdp-q-field input,
.pdp-q-field textarea {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--border);
  border-radius: 2px;
  font: inherit;
  font-size: 0.9375rem;
  box-sizing: border-box;
}
.pdp-q-field textarea { resize: vertical; min-height: 5rem; }
.pdp-q-status {
  margin: 0;
  font-size: 0.875rem;
  color: var(--pink-dark);
}
.pdp-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 45;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom));
  background: #fff;
  border-top: 1px solid var(--border);
  box-shadow: 0 -6px 28px rgba(0, 0, 0, 0.08);
}
.pdp-sticky-meta {
  display: none;
}
.btn-pdp-cart--sticky {
  width: 100%;
  min-height: 3.1rem;
}
@media (min-width: 600px) {
  .pdp-sticky-bar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.5rem calc(0.75rem + env(safe-area-inset-bottom));
  }
  .pdp-sticky-meta {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
    flex: 1;
  }
  .pdp-sticky-name {
    font-size: 0.8125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pdp-sticky-price { font-weight: 600; font-size: 1rem; }
  .btn-pdp-cart--sticky { width: auto; min-width: 14rem; flex-shrink: 0; }
}
@media (min-width: 900px) {
  .pdp-sticky-bar { display: none; }
  .pdp--premium { padding-bottom: 3rem; }
}
[dir="rtl"] .pdp-buy-row { flex-direction: row-reverse; }
[dir="rtl"] .pdp-gift-option { flex-direction: row-reverse; }
@media (max-width: 899px) {
  .pdp-panel { position: static; }
  .pdp-panel-actions {
    padding-bottom: 0.5rem;
  }
}

.pdp-layout {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 900px) {
  .pdp-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2.5rem 3rem;
  }
}
.pdp-gallery-col {
  position: relative;
  min-width: 0;
  width: 100%;
}
.pdp-gallery {
  width: 100%;
  max-width: 100%;
}
.pdp-gallery .pdp-main-img.vk-media-frame,
.pdp-gallery .main-img.vk-media-frame {
  border-radius: 1.25rem;
  width: 100%;
  max-width: min(100%, 36rem);
  margin-inline: auto;
}
.pdp-gallery .vk-media-frame--thumb {
  width: 4.5rem;
  flex: 0 0 4.5rem;
}
.pdp-thumbs { margin-top: 0.85rem; }
.pdp-panel {
  position: sticky;
  top: 5.5rem;
}
.pdp-brand {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.pdp-title {
  font-family: var(--font-head);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 0.75rem;
}
.pdp-price-block { margin-bottom: 1rem; }
.pdp-price {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--coral);
  margin: 0;
}
.pdp-stock {
  font-size: 0.8125rem;
  color: #b45309;
  margin: 0.35rem 0 0;
}
.pdp-trust {
  list-style: none;
  padding: 0.85rem 1rem;
  margin: 0 0 1.25rem;
  background: var(--cream);
  border-radius: 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--muted);
}
.pdp-trust li + li { margin-top: 0.35rem; }
.pdp-option { margin-bottom: 1.25rem; }
.pdp-option-label {
  font-size: 0.8125rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.pdp-option-value {
  font-size: 0.9375rem;
  margin: 0 0 0.65rem;
  color: var(--primary);
}
.pdp--premium .pdp-size-row {
  display: flex;
  flex-wrap: wrap;
}
.pdp-actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 0.5rem;
}
.btn-ghost {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--primary);
  border-radius: 999px;
  padding: 0.85rem 1.25rem;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.btn-ghost:hover {
  border-color: var(--pink);
  background: var(--pink-soft);
}
.pdp-details {
  margin-top: 2.5rem;
  border-top: 1px solid var(--border);
  padding-top: 0.5rem;
}
.pdp-acc {
  border-bottom: 1px solid var(--border);
  padding: 0.35rem 0;
}
.pdp-acc summary {
  cursor: pointer;
  font-weight: 600;
  padding: 0.85rem 0;
  list-style: none;
}
.pdp-acc summary::-webkit-details-marker { display: none; }
.pdp-specs {
  list-style: none;
  padding: 0 0 1rem;
  margin: 0;
  font-size: 0.875rem;
}
.pdp-specs li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border);
}
.pdp-specs li span:first-child { color: var(--muted); }
.pdp-related { margin-top: 3rem; }
.pdp-related-title {
  font-family: var(--font-head);
  font-size: 1.25rem;
  margin: 0 0 1.25rem;
  text-align: center;
}
.pdp-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1.25rem calc(0.75rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(10px);
}
.pdp-sticky-price {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--coral);
}
.pdp-sticky .btn { flex-shrink: 0; min-width: 10rem; }
@media (min-width: 900px) {
  .pdp-sticky { display: none; }
  .pdp-panel .pdp-actions .btn-primary { padding: 1rem 1.5rem; }
}
@media (max-width: 899px) {
  .pdp-panel { position: static; }
  .pdp-panel .pdp-actions .btn-primary { display: none; }
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 60;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}
.drawer-overlay.open {
  opacity: 1;
  visibility: visible;
}
body.cart-drawer-open {
  overflow: hidden;
}
.cart-drawer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 100%;
  max-width: var(--drawer);
  max-height: min(92vh, 720px);
  background: var(--white);
  border-radius: 1.25rem 1.25rem 0 0;
  padding: 0;
  z-index: 61;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.12);
  transition: transform 0.32s cubic-bezier(0.32, 0.72, 0, 1);
  visibility: hidden;
}
.cart-drawer.open {
  transform: translate(-50%, 0);
  visibility: visible;
}
.cart-drawer-panel {
  display: flex;
  flex-direction: column;
  min-height: 42vh;
  max-height: min(92vh, 720px);
}
.cart-drawer-handle {
  width: 2.5rem;
  height: 0.25rem;
  margin: 0.65rem auto 0;
  border-radius: 999px;
  background: var(--border);
  flex-shrink: 0;
}
.cart-drawer-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1.25rem 1rem;
  border-bottom: 1px solid var(--border);
  flex-shrink: 0;
}
.cart-drawer-title {
  margin: 0;
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}
.cart-drawer-count {
  margin: 0.25rem 0 0;
  font-size: 0.8125rem;
  color: var(--muted);
}
.cart-drawer-close {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 999px;
  background: var(--cream);
  color: var(--primary);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-drawer-body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1rem 1.25rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}
.cart-drawer-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 0.5rem 2rem;
  min-height: 38vh;
  justify-content: center;
}
.cart-drawer-empty-icon {
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: var(--pink-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--coral);
}
.cart-drawer-empty-icon .header-icon {
  width: 2rem;
  height: 2rem;
}
.cart-drawer-empty-title {
  margin: 0 0 0.5rem;
  font-family: var(--font-head);
  font-size: 1.125rem;
  font-weight: 600;
}
.cart-drawer-empty-hint {
  margin: 0 0 1.5rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--muted);
  max-width: 18rem;
}
.cart-drawer-shop-btn {
  max-width: 16rem;
}
.cart-drawer-lines {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.cart-drawer-lines .cart-line {
  padding: 1rem 0.25rem;
}
.cart-scroll-list,
.cart-drawer-body {
  scrollbar-width: thin;
  scrollbar-color: var(--coral) var(--cream);
}
.cart-scroll-list::-webkit-scrollbar,
.cart-drawer-body::-webkit-scrollbar {
  width: 8px;
}
.cart-scroll-list::-webkit-scrollbar-track,
.cart-drawer-body::-webkit-scrollbar-track {
  background: var(--cream);
  border-radius: 999px;
}
.cart-scroll-list::-webkit-scrollbar-thumb,
.cart-drawer-body::-webkit-scrollbar-thumb {
  background: var(--coral);
  border-radius: 999px;
  border: 2px solid var(--cream);
}
.cart-line-variant {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: var(--muted);
}
.cart-line-variant .cart-line-swatch {
  flex-shrink: 0;
}
.cart-line-main { min-width: 0; grid-column: 2; }
.cart-line-img { grid-column: 1; }
.cart-drawer-line {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}
.cart-drawer-line-img {
  flex-shrink: 0;
  display: block;
  border-radius: 0.65rem;
  overflow: hidden;
  background: var(--cream);
}
.cart-drawer-line-img img {
  display: block;
  width: 4.5rem;
  height: 5.625rem;
  object-fit: cover;
}
.cart-drawer-line-name {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--primary);
  text-decoration: none;
  line-height: 1.35;
}
.cart-drawer-line-name:hover {
  color: var(--coral);
}
.cart-drawer-line-meta {
  margin: 0.2rem 0 0.35rem;
  font-size: 0.8125rem;
  color: var(--muted);
}
.cart-drawer-line-price {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
}
.cart-drawer-ship-note {
  margin: 1rem 0 0;
  padding: 0.65rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  text-align: center;
  color: var(--muted);
  background: var(--pink-soft);
  border-radius: 0.5rem;
}
.cart-drawer-foot {
  flex-shrink: 0;
  padding: 1rem 1.25rem;
  padding-bottom: max(1rem, env(safe-area-inset-bottom));
  border-top: 1px solid var(--border);
  background: var(--white);
}
.cart-drawer-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.85rem;
  font-size: 0.9375rem;
}
.cart-drawer-subtotal strong {
  font-size: 1.125rem;
}
[dir="rtl"] .cart-drawer-head {
  flex-direction: row-reverse;
}
[dir="rtl"] .cart-drawer-subtotal {
  flex-direction: row-reverse;
}

/* Cart lines (drawer, bag, checkout) */
.cart-line {
  display: grid;
  grid-template-columns: 5.5rem 1fr auto;
  gap: 0.85rem 0.65rem;
  align-items: start;
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
}
.cart-line:last-child { border-bottom: none; }
.cart-line--compact {
  padding: 0.85rem 0;
}
.cart-line-img {
  display: block;
  border-radius: 0.65rem;
  overflow: hidden;
  background: var(--cream);
}
.cart-line-img img {
  display: block;
  width: 5.5rem;
  height: 6.875rem;
  object-fit: cover;
}
.cart-line-name {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.35;
  color: var(--primary);
  text-decoration: none;
}
.cart-line-name:hover { color: var(--coral); }
.cart-line-attrs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  margin-top: 0.35rem;
}
.cart-line-attr {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  color: var(--muted);
}
.cart-line-swatch {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 999px;
  border: 1px solid rgba(44, 42, 40, 0.15);
  flex-shrink: 0;
}
.cart-line-gift {
  margin: 0.35rem 0 0;
  font-size: 0.75rem;
  color: var(--pink-dark);
}
.cart-line-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.65rem;
}
.cart-line-price {
  margin: 0;
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--coral);
  white-space: nowrap;
}
.qty-stepper {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
  position: relative;
  z-index: 2;
}
.qty-btn {
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  background: transparent;
  font-size: 1.125rem;
  line-height: 1;
  cursor: pointer;
  color: var(--primary);
  transition: background 0.15s ease;
  position: relative;
  z-index: 2;
  touch-action: manipulation;
}
.qty-btn:hover { background: var(--cream); }
.qty-val {
  min-width: 2rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
}
.cart-line-remove {
  grid-row: 1 / span 2;
  grid-column: 3;
  align-self: start;
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 999px;
  background: var(--cream);
  color: var(--muted);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.cart-line-remove:hover {
  background: #fee2e2;
  color: #b91c1c;
}
.cart-totals {
  margin: 0.85rem 0 1rem;
  padding-top: 0.5rem;
}
.cart-total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-size: 0.9rem;
  margin: 0.35rem 0;
}
.cart-total-row--grand {
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--border);
  font-size: 1rem;
}
.cart-total-row--grand strong {
  font-size: 1.2rem;
  color: var(--coral);
}
.cart-total-row--free span:last-child {
  color: var(--sage);
  font-weight: 600;
}
.cart-ship-progress {
  margin: 0 0 0.75rem;
  padding: 0.6rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  text-align: center;
  color: var(--muted);
  background: var(--pink-soft);
  border-radius: 0.5rem;
}
.cart-ship-progress--done {
  color: var(--sage);
  background: color-mix(in srgb, var(--sage) 12%, transparent);
}

/* Cart page */
.cart-page { max-width: 56rem; margin: 0 auto; }
.cart-page-lines-panel {
  min-width: 0;
}
.cart-page-lines.cart-scroll-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-height: min(70vh, 36rem);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.25rem 0.5rem 0.25rem 0.75rem;
  scrollbar-gutter: stable;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: #fff;
}
.cart-page-lines .cart-line {
  padding: 1rem 0.5rem;
}
.cart-page-lines .cart-line:last-child {
  border-bottom: none;
}
[dir="rtl"] .cart-page-lines.cart-scroll-list {
  padding: 0.25rem 0.75rem 0.25rem 0.5rem;
}
.cart-page-count {
  margin: -0.5rem 0 1.25rem;
  font-size: 0.875rem;
  color: var(--muted);
}
.cart-page-grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 900px) {
  .cart-page-grid {
    grid-template-columns: 1fr minmax(16rem, 22rem);
    align-items: start;
  }
}
.cart-page-summary,
.checkout-summary {
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: var(--cream);
  position: sticky;
  top: 5.5rem;
}
.cart-summary-title {
  margin: 0 0 1rem;
  font-family: var(--font-head);
  font-size: 1.125rem;
}
.cart-secure-note {
  margin: 0.85rem 0 0;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
  color: var(--muted);
}
.cart-empty-state {
  text-align: center;
  padding: 3rem 1rem;
}
.cart-empty-state p {
  color: var(--muted);
  margin-bottom: 1.25rem;
}

/* Checkout */
.checkout-page { max-width: 72rem; margin: 0 auto; }
.checkout-grid {
  display: grid;
  gap: 2rem;
  margin-top: 1rem;
}
@media (min-width: 900px) {
  .checkout-grid {
    grid-template-columns: 1fr minmax(18rem, 24rem);
    align-items: start;
  }
}
.checkout-section-title {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 600;
}
.checkout-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.checkout-form .field--full { grid-column: 1 / -1; }
.checkout-form .field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.checkout-form .field-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--primary);
}
.checkout-form input,
.checkout-form textarea {
  width: 100%;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--border);
  border-radius: 0.65rem;
  font: inherit;
  background: #fff;
}
.checkout-form input:focus,
.checkout-form textarea:focus {
  outline: none;
  border-color: var(--pink);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--pink) 25%, transparent);
}
.checkout-submit { grid-column: 1 / -1; margin-top: 0.5rem; }
.checkout-note {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.8125rem;
  color: var(--muted);
  text-align: center;
}
.checkout-lines .cart-line {
  padding: 0.75rem 0;
}
.checkout-lines .cart-line--compact .cart-line-foot {
  margin-top: 0.5rem;
}
@media (max-width: 899px) {
  .checkout-form { grid-template-columns: 1fr; }
  .checkout-summary { position: static; order: -1; }
  .checkout-grid { display: flex; flex-direction: column; }
}

/* Checkout — Shopify-style two column */
.app-main.page--checkout {
  max-width: none;
  padding-inline: 0;
  padding-bottom: 0;
}
.checkout-page--pro {
  width: 100%;
  margin: 0;
}
.checkout-pro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: calc(100vh - 7rem);
  align-items: stretch;
}
.checkout-pro-main {
  grid-column: 1;
  padding: 1.75rem clamp(1.25rem, 4vw, 3.5rem) 3rem;
  overflow-y: auto;
  max-height: calc(100vh - 7rem);
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}
.checkout-pro-aside {
  grid-column: 2;
  background: #faf8f6;
  border-inline-start: 1px solid var(--border);
  position: sticky;
  top: 0;
  align-self: start;
  max-height: calc(100vh - 7rem);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.checkout-pro-aside-inner {
  padding: 1.75rem clamp(1.25rem, 3vw, 2.5rem) 2rem;
}
[dir="rtl"] .checkout-pro-main { grid-column: 2; }
[dir="rtl"] .checkout-pro-aside {
  grid-column: 1;
  border-inline-start: none;
  border-inline-end: 1px solid var(--border);
}
@media (max-width: 999px) {
  .checkout-pro-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .checkout-pro-aside {
    grid-column: 1;
    order: -1;
    position: relative;
    max-height: none;
    border-inline-start: none;
    border-bottom: 1px solid var(--border);
  }
  .checkout-pro-main {
    grid-column: 1;
    order: 2;
    max-height: none;
    overflow: visible;
  }
  [dir="rtl"] .checkout-pro-main,
  [dir="rtl"] .checkout-pro-aside { grid-column: 1; }
}
.checkout-pro-form {
  max-width: 38rem;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.checkout-pro-block {
  margin-bottom: 1.75rem;
}
.checkout-pro-block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.checkout-pro-heading {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
}
.checkout-pro-block-head .checkout-pro-heading { margin-bottom: 0; }
.checkout-pro-link {
  font-size: 0.8125rem;
  color: var(--coral);
  text-decoration: underline;
}
.checkout-pro-note {
  margin: 0 0 0.65rem;
  font-size: 0.8125rem;
  color: var(--muted);
  line-height: 1.5;
}
.co-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
}
.co-field--full { width: 100%; }
.co-label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--primary);
}
.co-select-country {
  max-width: 100%;
}
.co-field input,
.co-field select,
.co-field textarea {
  width: 100%;
  padding: 0.75rem 0.85rem;
  border: 1px solid #c9c4bc;
  border-radius: 0.5rem;
  font: inherit;
  background: #fff;
  box-sizing: border-box;
}
.co-field input:focus,
.co-field select:focus,
.co-field textarea:focus {
  outline: none;
  border-color: var(--coral);
  box-shadow: 0 0 0 1px var(--coral);
}
.co-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
@media (max-width: 520px) {
  .co-row { grid-template-columns: 1fr; }
}
.co-check {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0.5rem 0 0.75rem;
  font-size: 0.875rem;
  color: var(--primary);
  cursor: pointer;
}
.co-check input { margin-top: 0.15rem; flex-shrink: 0; }
.checkout-pro-express { margin-bottom: 1.5rem; }
.checkout-pro-express-title {
  margin: 0 0 0.65rem;
  font-size: 0.8125rem;
  color: var(--muted);
  text-align: center;
}
.checkout-pro-express-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}
.checkout-pro-express-btn {
  padding: 0.85rem 1rem;
  border: none;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.9375rem;
  opacity: 0.55;
  cursor: not-allowed;
}
.checkout-pro-express-btn--shop { background: #5a31f4; color: #fff; }
.checkout-pro-express-btn--gpay { background: #111; color: #fff; }
.checkout-pro-or {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: 0.75rem;
}
.checkout-pro-or::before,
.checkout-pro-or::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--border);
}
.checkout-pro-ship-list,
.checkout-pro-pay-list,
.checkout-pro-bill-list {
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
}
.checkout-pro-ship-row,
.checkout-pro-pay-row,
.checkout-pro-bill-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  cursor: pointer;
  border-bottom: 1px solid var(--border);
  background: #fff;
}
.checkout-pro-ship-row:last-child,
.checkout-pro-pay-row:last-of-type,
.checkout-pro-bill-row:last-child { border-bottom: none; }
.checkout-pro-ship-row.is-selected,
.checkout-pro-pay-row.is-selected,
.checkout-pro-bill-row.is-selected {
  background: color-mix(in srgb, var(--pink-soft) 55%, #fff);
}
.checkout-pro-ship-row input,
.checkout-pro-pay-row input,
.checkout-pro-bill-row input {
  flex-shrink: 0;
  accent-color: var(--coral);
}
.checkout-pro-ship-label,
.checkout-pro-pay-label { flex: 1; font-size: 0.875rem; }
.checkout-pro-ship-price {
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}
.checkout-pro-pay-panel {
  padding: 0.65rem 1rem 0.85rem 2.35rem;
  font-size: 0.8125rem;
  color: var(--muted);
  background: #f5f3f0;
  border-bottom: 1px solid var(--border);
}
.checkout-pro-pay-panel p { margin: 0; }
.checkout-pro-pay-panel.hidden { display: none; }
.checkout-pro-pay-option {
  border-bottom: 1px solid var(--border);
}
.checkout-pro-pay-option:last-child { border-bottom: none; }
.checkout-pro-pay-option.is-selected .checkout-pro-pay-row {
  background: color-mix(in srgb, var(--pink-soft) 55%, #fff);
}
.checkout-pro-pay-option.is-disabled {
  opacity: 0.55;
  pointer-events: none;
}
.checkout-pro-pay-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.checkout-pro-pay-label { font-weight: 600; }
.checkout-pro-pay-sublabel {
  font-size: 0.8125rem;
  color: var(--muted);
  font-weight: 400;
}
.checkout-pro-pay-row {
  border-bottom: none;
}
.checkout-pay-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  flex-shrink: 0;
  max-width: 52%;
}
.checkout-pay-logos--shop { max-width: none; }
.pay-icon {
  display: block;
  width: 38px;
  height: 24px;
  object-fit: contain;
  border-radius: 0.2rem;
  border: 1px solid color-mix(in srgb, var(--border) 80%, transparent);
  background: #fff;
}
.pay-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 24px;
  padding: 0 0.45rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 0.2rem;
  border: 1px solid var(--border);
  background: #fff;
}
.pay-badge--shop {
  color: #5a31f4;
  text-transform: lowercase;
  font-size: 0.75rem;
}
.pay-badge--bank,
.pay-badge--cod { font-size: 1rem; border: none; background: transparent; }
.checkout-pro-submit {
  width: 100%;
  margin-top: 0.5rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  background: #8fa8b8;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
}
.checkout-pro-submit:hover { filter: brightness(0.95); }
.checkout-pro-footnote {
  margin: 0.75rem 0 0;
  font-size: 0.75rem;
  text-align: center;
  color: var(--muted);
}
.checkout-pro-items {
  margin: 0 0 1.25rem;
  padding: 0;
  max-height: min(42vh, 22rem);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}
.checkout-pro-items .cart-line--checkout {
  grid-template-columns: 4rem 1fr auto;
  gap: 0.65rem 0.5rem;
  padding: 0.85rem 0;
}
.checkout-pro-items .cart-line--checkout .cart-line-img img {
  width: 4rem;
  height: 5rem;
}
.checkout-pro-items .cart-line--checkout .cart-line-name--static {
  margin: 0;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.35;
  color: var(--primary);
}
.checkout-pro-items .cart-line--checkout .cart-line-variant {
  margin-top: 0.25rem;
}
.checkout-pro-items .cart-line--checkout .cart-line-foot {
  margin-top: 0.5rem;
}
.checkout-pro-items .cart-line--checkout .cart-line-price {
  font-size: 0.875rem;
}
.checkout-pro-items .cart-line--checkout .qty-btn {
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
}
.checkout-pro-items .cart-line--checkout .cart-line-remove {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1.125rem;
}
.checkout-pro-item {
  display: grid;
  grid-template-columns: 4.25rem 1fr auto;
  gap: 0.75rem;
  align-items: start;
  margin-bottom: 1rem;
}
.checkout-pro-item-img {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  background: var(--cream);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.checkout-pro-item-img img {
  display: block;
  width: 4.25rem;
  height: 5.25rem;
  object-fit: cover;
}
.checkout-pro-item-qty {
  position: absolute;
  top: -0.35rem;
  inset-inline-end: -0.35rem;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: #2c2a28;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-align: center;
}
.checkout-pro-item-name {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.35;
}
.checkout-pro-item-variant {
  margin: 0.2rem 0 0;
  font-size: 0.8125rem;
  color: var(--muted);
}
.checkout-pro-item-price {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}
.checkout-pro-discount {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.checkout-pro-discount-input {
  flex: 1;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  font: inherit;
}
.checkout-pro-discount-btn {
  padding: 0.7rem 1rem;
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  background: #ebe8e3;
  color: var(--muted);
  font-size: 0.875rem;
  cursor: not-allowed;
}
.checkout-pro-totals { margin-top: 0.5rem; }
.checkout-pro-total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin: 0.4rem 0;
  font-size: 0.9rem;
}
.checkout-pro-total-row--grand {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--border);
  font-size: 1rem;
}
.checkout-pro-total-row--grand strong {
  font-size: 1.25rem;
  font-weight: 600;
}
.checkout-pro-main::-webkit-scrollbar,
.checkout-pro-aside::-webkit-scrollbar {
  width: 8px;
}
.checkout-pro-main::-webkit-scrollbar-thumb,
.checkout-pro-aside::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--coral) 70%, #ccc);
  border-radius: 999px;
}

[dir="rtl"] .cart-line-foot {
  flex-direction: row-reverse;
}
[dir="rtl"] .cart-total-row,
[dir="rtl"] .cart-drawer-subtotal {
  flex-direction: row-reverse;
}
[dir="rtl"] .qty-stepper {
  direction: ltr;
}

/* Welcome / newsletter popup */
.promo-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(44, 42, 40, 0.45);
  backdrop-filter: blur(2px);
  animation: promo-fade-in 0.35s ease;
}
.promo-overlay.is-closing {
  animation: promo-fade-out 0.25s ease forwards;
}
@keyframes promo-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes promo-fade-out {
  from { opacity: 1; }
  to { opacity: 0; }
}
.promo-modal {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 880px;
  max-height: min(90vh, 520px);
  background: var(--white);
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
  animation: promo-slide-up 0.4s ease;
}
.promo-overlay.is-closing .promo-modal {
  animation: promo-slide-down 0.25s ease forwards;
}
@keyframes promo-slide-up {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes promo-slide-down {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(12px); }
}
.promo-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--primary);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  line-height: 1;
}
.promo-modal-img {
  min-height: 280px;
  background: var(--border);
}
.promo-modal-img img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center top;
}
.promo-modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem 2rem 2rem;
}
.promo-greeting {
  margin: 0 0 0.35rem;
  font-family: var(--font-head);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--primary);
}
.promo-title {
  margin: 0 0 1rem;
  font-family: var(--font-head);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--primary);
}
.promo-text {
  margin: 0 0 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--muted);
}
.promo-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.promo-form input[type="email"] {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--border);
  border-radius: 2px;
  background: var(--white);
}
.promo-form input[type="email"]:focus {
  outline: 2px solid var(--blush);
  outline-offset: 0;
  border-color: var(--coral);
}
.btn-promo {
  width: 100%;
  padding: 0.85rem 1rem;
  font-weight: 500;
  color: var(--pink-dark);
  background: var(--pink-soft);
  border-radius: 2px;
  transition: background 0.2s, color 0.2s;
}
.btn-promo:hover {
  background: var(--pink);
  color: #fff;
}
.promo-success {
  margin: 0;
  font-size: 0.875rem;
  color: var(--sage);
  font-weight: 500;
}
@media (max-width: 700px) {
  .promo-modal {
    grid-template-columns: 1fr;
    max-height: 92vh;
    overflow-y: auto;
  }
  .promo-modal-img { min-height: 200px; max-height: 220px; }
  .promo-modal-img img { min-height: 200px; max-height: 220px; }
  .promo-modal-body { padding: 1.5rem 1.25rem 1.75rem; }
  .promo-close { top: 0.5rem; right: 0.5rem; }
}

/* Auth & account */
.header-login {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.5rem;
  border: none;
  background: transparent;
  color: var(--primary);
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0.5rem;
  max-width: 9rem;
}
.header-login:hover {
  background: var(--pink-soft);
}
.header-login-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: var(--pink-dark);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  flex-shrink: 0;
}
.mobile-menu-login {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.65rem 0;
  border: none;
  background: none;
  font: inherit;
  font-weight: 600;
  color: var(--primary);
  text-align: start;
  cursor: pointer;
  text-decoration: none;
}

.auth-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(26, 26, 26, 0.45);
  animation: promo-fade-in 0.25s ease;
}
.auth-overlay.is-closing {
  animation: promo-fade-out 0.2s ease forwards;
}
.auth-overlay-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 24rem;
}
.auth-modal,
.auth-page-card--shopify {
  position: relative;
  width: 100%;
  max-width: 24rem;
  max-height: 92vh;
  overflow-y: auto;
  padding: 2rem 1.75rem 1.5rem;
  background: var(--white);
  border-radius: 0.75rem;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.app-main--auth {
  background: #f3f3f3;
  min-height: 60vh;
}
.auth-page-wrap--signin {
  min-height: 55vh;
  align-items: center;
  padding: 2.5rem 1rem 3rem;
  background: #f3f3f3;
}
.auth-page-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 24rem;
}
.auth-brand {
  text-align: center;
  margin-bottom: 1.25rem;
}
.auth-brand-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  line-height: 1.1;
}
.auth-brand-valera {
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 600;
  color: var(--pink-dark);
  letter-spacing: -0.02em;
}
.auth-brand-kids {
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 500;
  color: #7eb8d4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.auth-header {
  text-align: center;
  margin-bottom: 1.25rem;
}
.auth-heading {
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: var(--primary);
}
.auth-subheading {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--muted);
}
.auth-social-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 0;
}
.auth-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--border);
  border-radius: 0.35rem;
  background: var(--white);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--primary);
  cursor: pointer;
}
.auth-social-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.auth-social-btn--google {
  background: var(--white);
  color: var(--primary);
}
.auth-social-icon--google::before {
  content: "";
  display: inline-block;
  width: 1.15rem;
  height: 1.15rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23EA4335' d='M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z'/%3E%3Cpath fill='%234285F4' d='M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.56 2.95-2.24 5.45-4.78 7.14l7.73 6c4.51-4.18 7.09-10.36 7.09-17.61z'/%3E%3Cpath fill='%23FBBC05' d='M10.53 28.59a14.5 14.5 0 0 1 0-9.18l-7.98-6.19a24 24 0 0 0 0 21.56l7.98-6.19z'/%3E%3Cpath fill='%2334A853' d='M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.auth-social-btn--apple {
  background: #000;
  color: #fff;
  border-color: #000;
}
.auth-social-icon--apple::before {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17.05 20.28c-.98.95-2.05.88-3.08.4-1.09-.5-2.08-.48-3.24 0-1.44.62-2.2.44-3.06-.4C2.79 15.25 3.51 7.59 9.05 7.31c1.35.07 2.29.74 3.08.8 1.18-.24 2.31-.93 3.57-.84 1.51.12 2.65.72 3.4 1.8-3.12 1.87-2.38 5.98.48 7.13-.57 1.5-1.31 2.99-2.54 4.09zM12.03 7.25c-.15-2.23 1.66-4.07 3.74-4.25.29 2.58-2.34 4.5-3.74 4.25z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.auth-google-wrap {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-google-mount {
  width: 100%;
  display: flex;
  justify-content: center;
}
.auth-google-mount > div {
  width: 100% !important;
}
.auth-google-setup-hint {
  margin: 0;
  padding: 0.65rem;
  font-size: 0.75rem;
  line-height: 1.45;
  text-align: center;
  color: var(--muted);
  background: var(--pink-soft);
  border-radius: 0.35rem;
}
.auth-social-setup-note {
  margin: 0 0 0.75rem;
  padding: 0.65rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--muted);
  background: var(--pink-soft);
  border-radius: 0.35rem;
  text-align: center;
}
.auth-social-btn.is-loading {
  opacity: 0.65;
  pointer-events: none;
}
.auth-social-alert {
  margin: 0.5rem 0 0.75rem;
  padding: 0.7rem 0.85rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #9a3412;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 0.35rem;
}
.auth-field-plain {
  margin-bottom: 0.65rem;
}
.auth-field-plain input {
  width: 100%;
  padding: 0.8rem 0.85rem;
  border: 1px solid #d4d4d4;
  border-radius: 0.35rem;
  font-size: 1rem;
  background: var(--white);
}
.auth-field-plain input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary);
}
.auth-continue-btn {
  display: block;
  width: 100%;
  padding: 0.85rem 1rem;
  margin-bottom: 0.75rem;
  border: 1px solid #c8c8c8;
  border-radius: 0.35rem;
  background: #ececec;
  color: var(--primary);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.auth-continue-btn:hover {
  background: #e0e0e0;
  border-color: #b0b0b0;
}
.auth-continue-btn--primary {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.auth-continue-btn--primary:hover {
  background: #333;
}
.auth-check input[type="checkbox"] {
  accent-color: var(--pink-dark);
  width: 1rem;
  height: 1rem;
  margin-top: 0.15rem;
}
.auth-legal {
  margin: 1.25rem 0 0;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
  color: var(--muted);
}
.auth-legal a {
  color: var(--primary);
  text-decoration: underline;
}
.auth-privacy-outside {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--pink-dark);
  text-decoration: none;
}
.auth-privacy-outside:hover {
  text-decoration: underline;
}
.auth-back-link {
  font-size: 0.8125rem;
  color: var(--muted);
  text-decoration: none;
}
.auth-back-link:hover {
  color: var(--primary);
}
.auth-modal-close {
  position: absolute;
  top: 0.75rem;
  inset-inline-end: 0.75rem;
  width: 2rem;
  height: 2rem;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--muted);
  cursor: pointer;
}
.auth-modal-title {
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0 0 1.25rem;
  padding-inline-end: 2rem;
  color: var(--primary);
}
.auth-social {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.auth-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  background: var(--white);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--primary);
  cursor: not-allowed;
  opacity: 0.65;
}
.auth-social-btn--apple span:first-child::before {
  content: "";
}
.auth-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1rem 0;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.auth-divider::before,
.auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--border);
}
.auth-field {
  display: block;
  margin-bottom: 0.75rem;
}
.auth-field-arrow {
  position: relative;
  margin-bottom: 0.65rem;
}
.auth-field-arrow input {
  width: 100%;
  padding: 0.85rem 3rem 0.85rem 1rem;
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  font-size: 1rem;
}
.auth-field-arrow input:focus {
  outline: none;
  border-color: var(--pink-dark);
  box-shadow: 0 0 0 3px var(--pink-soft);
}
.auth-arrow-btn {
  position: absolute;
  inset-inline-end: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 0.35rem;
  background: var(--primary);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-label,
.auth-sr {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--muted);
}
.auth-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.auth-field input:not([type="checkbox"]) {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  font-size: 1rem;
}
.auth-check {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  color: var(--muted);
  cursor: pointer;
}
.auth-step-hint {
  font-size: 0.875rem;
  color: var(--muted);
  margin: 0 0 0.75rem;
  word-break: break-all;
}
.auth-link-btn {
  display: block;
  width: 100%;
  margin-top: 0.75rem;
  padding: 0;
  border: none;
  background: none;
  font-size: 0.875rem;
  color: var(--pink-dark);
  text-decoration: underline;
  cursor: pointer;
}
.auth-error {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #b42318;
}
.auth-account-links {
  margin-top: 1.25rem;
  border-block-start: 1px solid var(--border);
}
.auth-account-link {
  display: block;
  padding: 0.85rem 0;
  border-block-end: 1px solid var(--border);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--primary);
  text-decoration: none;
}
.auth-account-link:hover {
  color: var(--pink-dark);
}

.auth-page-wrap {
  display: flex;
  justify-content: center;
}

.account-layout {
  display: grid;
  gap: 1.5rem;
  max-width: 56rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .account-layout {
    grid-template-columns: 14rem 1fr;
    align-items: start;
  }
}
.account-sidebar {
  padding: 1.25rem;
  background: var(--cream, #faf8f6);
  border: 1px solid var(--border);
  border-radius: 1rem;
}
.account-user-card {
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-block-end: 1px solid var(--border);
}
.account-user-card .account-avatar {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.5rem;
  font-size: 1rem;
}
.account-hello {
  font-weight: 600;
  margin: 0 0 0.25rem;
}
.account-email {
  font-size: 0.8rem;
  color: var(--muted);
  margin: 0;
  word-break: break-all;
}
.account-nav {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-bottom: 1rem;
}
.account-nav-link {
  padding: 0.5rem 0.65rem;
  border-radius: 0.4rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--primary);
  text-decoration: none;
}
.account-nav-link.is-active,
.account-nav-link:hover {
  background: var(--pink-soft);
}
.account-panel[hidden] {
  display: none !important;
}
.account-lead {
  color: var(--muted);
  margin-bottom: 1.25rem;
}
.account-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
.account-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.25rem;
  background: var(--cream, #faf8f6);
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  text-decoration: none;
  color: var(--primary);
}
.account-stat-n {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--pink-dark);
}
.account-order-card {
  padding: 1rem;
  margin-bottom: 0.75rem;
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  background: var(--white);
}
.account-order-head {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
  font-size: 0.875rem;
}
.account-subtitle {
  font-size: 1rem;
  margin: 0 0 0.75rem;
}
.account-profile-status {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: var(--pink-dark);
}

.hidden { display: none !important; }
.text-center { text-align: center; }
.mt-2 { margin-top: 0.5rem; }
.gap-btns { display: flex; gap: 0.75rem; flex-wrap: wrap; }

/* Responsive — mobile, tablet, desktop (fluid images & layout) */
@media (max-width: 599px) {
  .product-grid,
  .product-grid--pro {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
  .page-title { font-size: clamp(1.35rem, 4.5vw, 1.75rem); }
  .mega-menu-feature-img {
    width: 100%;
    max-height: 12rem;
    object-fit: cover;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pdp-layout { gap: 1.25rem; }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.cart-line-img,
.checkout-line-img,
.account-order-thumb {
  width: 4.5rem;
  height: auto;
  max-width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 0.5rem;
  flex-shrink: 0;
}
.promo-modal-img img,
.ai-chat-mascot,
.float-chat-mascot {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.legal-hero img,
.about-hero img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* ===== Sport store identity ===== */
.announce--sport {
  background: #ff6b21;
  color: #111a21;
}

.site-header--sport {
  background: rgba(17, 26, 33, 0.96);
  color: #f7fbfd;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.site-header--sport .brand-logo-main,
.site-header--sport .brand-logo-sub,
.site-header--sport .desktop-nav a,
.site-header--sport .header-login,
.site-header--sport .icon-btn {
  color: #f7fbfd;
}

.site-header--sport .brand-logo-sub {
  color: #ff6b21;
}

.site-header--sport .desktop-nav a:hover,
.site-header--sport .header-login:hover,
.site-header--sport .icon-btn:hover {
  color: #ff9a3d;
}

.site-header--sport .badge-count {
  background: #ff6b21;
  color: #111a21;
}

.sport-store-hero {
  margin: 0 0 1.25rem;
  padding: clamp(2rem, 5vw, 4rem);
  color: #f7fbfd;
  background:
    linear-gradient(135deg, rgba(255, 107, 33, 0.24), rgba(255, 107, 33, 0) 38%),
    linear-gradient(160deg, #111a21 0%, #17242d 48%, #233746 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(17, 26, 33, 0.18);
}

.sport-store-kicker {
  margin: 0 0 0.65rem;
  color: #ff9a3d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sport-store-title {
  margin: 0;
  color: #fff;
  font-family: var(--font-head);
  font-size: clamp(2.25rem, 7vw, 5rem);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 0;
}

.sport-store-lead {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: rgba(247, 251, 253, 0.72);
  font-size: 1rem;
  line-height: 1.7;
}

.sport-chips .chip {
  background: #111a21;
  border-color: rgba(255, 107, 33, 0.32);
  color: #fff;
}

.sport-chips .chip:hover {
  background: #ff6b21;
  color: #111a21;
}

.sport-policy-panel {
  margin-top: 2rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: #17242d;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(247, 251, 253, 0.76);
}

.sport-policy-panel h2 {
  margin: 0 0 0.85rem;
  color: #fff;
  font-family: var(--font-head);
  font-size: 1.35rem;
  line-height: 1.2;
}

.sport-policy-panel p {
  margin: 0 0 0.75rem;
  line-height: 1.7;
}

.sport-policy-panel p:last-child {
  margin-bottom: 0;
}

.sport-policy-panel strong {
  color: #fff;
}

.sport-policy-panel a {
  color: #ff9a3d;
}

.site-header--sport ~ .app-main .product-card--pro .card-atc-bar,
.site-header--sport ~ .app-main .btn-primary {
  background: #ff6b21;
  color: #111a21;
}

.site-header--sport ~ .app-main .product-card--pro .card-price-now {
  color: #ff6b21;
}

.site-footer--sport {
  background: #111a21;
  color: rgba(247, 251, 253, 0.76);
}

.site-footer--sport h4,
.site-footer--sport .brand-logo-main {
  color: #fff;
}

.site-footer--sport .brand-logo-sub,
.site-footer--sport a,
.site-footer--sport .footer-link-btn {
  color: #ff9a3d;
}

.site-footer--sport .footer-email-form input {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.site-footer--sport .footer-email-form button,
.auth-page-card--sport .auth-continue-btn,
.auth-page-card--sport .auth-continue-btn--primary {
  background: #ff6b21;
  color: #111a21;
}

.auth-page-card--sport {
  border-color: rgba(255, 107, 33, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 107, 33, 0.12), rgba(255, 107, 33, 0) 34%),
    #17242d;
  color: #f7fbfd;
}

.auth-page-card--sport .auth-heading,
.auth-page-card--sport .auth-brand-valera {
  color: #fff;
}

.auth-page-card--sport .auth-brand-kids,
.auth-brand-link--sport .auth-brand-kids {
  color: #ff6b21;
}

.auth-page-card--sport .auth-subheading,
.auth-page-card--sport .auth-check,
.auth-page-card--sport .auth-legal {
  color: rgba(247, 251, 253, 0.72);
}

.auth-page-card--sport .auth-field input {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}
