:root {
  --brand: #d0473e;
  --brand-soft: #c45a52;
  --ink: #2a2422;
  --muted: #7a6f6c;
  --bg: #faf6f3;
  --line: #eadfd9;
  --cream: #fffdfb;
  --powder: #f3e4df;
  --coral-mist: #f7ebe8;
  --green: #2f6b3a;
  --radius: 10px;
  --shadow-soft: 0 10px 28px rgba(80, 40, 30, 0.07);
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: var(--font-body, "Gantari", system-ui, sans-serif);
  color: var(--ink);
  background:
    radial-gradient(900px 420px at 8% -8%, #f0d5cf 0%, transparent 55%),
    radial-gradient(700px 380px at 96% 4%, #efe6df 0%, transparent 52%),
    linear-gradient(180deg, #fbf7f4 0%, var(--bg) 40%, #f7f1ed 100%);
  background-attachment: fixed;
}
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }

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

.top-region {
  background: rgba(255, 253, 251, 0.94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
}
.top-bar {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: .85rem 1.25rem;
  max-width: 1200px;
  margin: 0 auto;
}
.logo {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  color: var(--brand);
  text-decoration: none;
}
.logo:hover { text-decoration: none; }
.logo-mark {
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: .02em;
}
.logo-tag {
  font-size: .68rem;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: .06em;
  text-transform: uppercase;
}
/* Scope to header search form — do not use bare .search (collides with listing listMode) */
.top-bar .search, .sf-search {
  display: flex;
  flex: 1;
  max-width: 440px;
  gap: .35rem;
}
.top-bar .search input, .sf-search input {
  flex: 1;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: .55rem .75rem;
  font: inherit;
  background: var(--cream);
}
.top-bar .search button, .sf-search button, .btn-add, button[type=submit], .btn {
  background: var(--brand);
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: .55rem .95rem;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.top-bar .search button:hover, .sf-search button:hover, .btn-add:hover, .btn:hover { background: var(--brand-soft); text-decoration: none; }
.btn.is-loading,
.btn-add.is-loading,
button.is-loading[type='submit'],
button.is-loading:not([type]),
a.btn.is-loading,
a.is-loading.is-disabled {
  opacity: 0.72;
  cursor: wait;
  pointer-events: none;
}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.55);
  backdrop-filter: blur(4px);
}
.account-links { display: flex; gap: .85rem; align-items: center; font-size: .9rem; flex-wrap: wrap; }
.hello { color: var(--muted); font-size: .85rem; }
.mini-basket-btn {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: .35rem .65rem;
  font: inherit;
  cursor: pointer;
  color: var(--ink);
}
.basket-count {
  display: inline-grid;
  place-items: center;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 .3rem;
  margin-left: .25rem;
  background: var(--brand);
  color: #fff;
  border-radius: 999px;
  font-size: .75rem;
  font-style: normal;
  font-weight: 600;
}
.mega-menu {
  display: flex;
  gap: .35rem 1.1rem;
  flex-wrap: wrap;
  padding: .45rem 1.25rem 0.8rem;
  max-width: 1200px;
  margin: 0 auto;
  font-size: .88rem;
}
.mega-menu a {
  color: var(--ink);
  font-weight: 500;
  padding: .25rem 0;
  border-bottom: 2px solid transparent;
}
.mega-menu a:hover {
  color: var(--brand);
  text-decoration: none;
  border-bottom-color: var(--brand);
}

.main { max-width: 1200px; margin: 0 auto; padding: 1.25rem; }

/* Hero — kidswear store */
.hero.swiperSingleSlider,
.store-hero {
  position: relative;
  margin: 0 0 1.1rem;
  overflow: hidden;
  border-radius: var(--radius);
  min-height: clamp(280px, 42vw, 420px);
  background:
    linear-gradient(120deg, #e8cfc8 0%, #f4e8e2 45%, #f0d9d4 100%);
}
.hero-brand-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.25rem, 4vw, 3rem);
  max-width: 520px;
  background: linear-gradient(90deg, rgba(42,36,34,.55) 0%, rgba(42,36,34,.22) 55%, transparent 100%);
  color: #fff;
  pointer-events: none;
  animation: heroFade .7s ease;
}
.hero-brand-layer .hero-cta { pointer-events: auto; }
.hero-eyebrow {
  margin: 0 0 .35rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .92;
}
.hero-title {
  margin: 0 0 .5rem;
  font-size: clamp(2rem, 5vw, 3.1rem);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.05;
}
.hero-lead {
  margin: 0 0 1.1rem;
  font-size: .95rem;
  max-width: 28ch;
  opacity: .92;
  font-weight: 400;
}
.hero-cta { display: flex; gap: .6rem; flex-wrap: wrap; }
.hero-track { position: relative; min-height: inherit; height: 100%; }
.hero-slide {
  display: none;
  position: relative;
  animation: fadeIn .5s ease;
  min-height: inherit;
}
.hero-slide.is-active { display: block; }
.hero-slide img, .banner-img {
  width: 100%;
  display: block;
  border-radius: 0;
  aspect-ratio: 21/9;
  min-height: clamp(280px, 42vw, 420px);
  object-fit: cover;
  background: var(--powder);
}
.hero-slide--fallback { min-height: inherit; }
.hero-fallback-art {
  min-height: clamp(280px, 42vw, 420px);
  background:
    radial-gradient(circle at 70% 40%, rgba(255,255,255,.45) 0%, transparent 40%),
    linear-gradient(135deg, #e4b8b0 0%, #f2ddd6 40%, #edd0c8 100%);
}
.hero-caption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  background: rgba(42,36,34,.5);
  color: #fff;
  padding: .35rem .7rem;
  font-size: .85rem;
  border-radius: 6px;
  z-index: 1;
}
.hero-dots {
  position: absolute;
  left: 0; right: 0; bottom: .75rem;
  z-index: 3;
  display: flex;
  gap: .4rem;
  justify-content: center;
}
.hero-dot {
  width: 9px; height: 9px; border-radius: 50%;
  border: 0; background: rgba(255,255,255,.55); cursor: pointer; padding: 0;
}
.hero-dot.is-active { background: #fff; }
@keyframes fadeIn { from { opacity: .3; } to { opacity: 1; } }
@keyframes heroFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.kargo-banner {
  background: linear-gradient(90deg, var(--brand), #b83f37);
  color: #fff;
  text-align: center;
  padding: .7rem;
  font-weight: 600;
  margin-bottom: 1.1rem;
  letter-spacing: .04em;
  border-radius: 8px;
}
.promo-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: .85rem;
  margin-bottom: 1.75rem;
}
.banner-link { position: relative; display: block; }
.promo-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem 1rem;
  transition: transform .2s ease, box-shadow .2s ease;
}
.promo-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
  text-decoration: none;
}
.banner-title {
  display: block;
  margin-top: .35rem;
  font-weight: 600;
  color: var(--ink);
  font-size: .95rem;
}
.promo-card .banner-title { margin-top: 0; }

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1rem;
}
.section-head h2 { font-size: 1.35rem; margin: 0; }
.section-more { font-size: .88rem; font-weight: 500; }

.homeProductArea { margin: 2.25rem 0; }
.productOwl, .product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 1.1rem;
}
.product-card, .productitem {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: .7rem;
  transition: transform .22s ease, box-shadow .22s ease;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}
.product-link { color: inherit; text-decoration: none; display: block; }
.product-link:hover { text-decoration: none; }
.product-card h3 {
  font-size: .9rem;
  margin: .55rem 0 .15rem;
  color: var(--ink);
  min-height: 2.5em;
  font-weight: 500;
  line-height: 1.35;
}
.thumb {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(165deg, #efe0db 0%, #fff 48%, #f6eeeb 100%);
  border: 1px solid var(--line);
  position: relative;
}
.thumb.has-img { background: #f0e6e2; }
.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.thumb.large { min-height: 380px; aspect-ratio: 4 / 5; }
.gallery-placeholder {
  width: 100%;
  height: 100%;
  min-height: 380px;
  background:
    linear-gradient(165deg, #efe0db 0%, #fff 48%, #f6eeeb 100%);
}
.prices { display: flex; flex-wrap: wrap; gap: .35rem .5rem; align-items: baseline; margin: .35rem 0 .65rem; }
.sepete-ozel {
  width: 100%;
  color: var(--green);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: -.1rem;
}
.sale { color: var(--brand); font-weight: 700; font-size: 1.05rem; }
.list { color: var(--muted); text-decoration: none; font-size: .85rem; }
.card-actions { display: flex; gap: .4rem; align-items: center; }
.btn-fav {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--brand, #d0473e);
  border-radius: 8px;
  padding: .45rem .55rem;
  cursor: pointer;
  font: inherit;
  line-height: 0;
  transition:
    background .2s ease,
    border-color .2s ease,
    color .2s ease,
    transform .2s ease;
}
.btn-fav__icon {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linejoin: round;
  transition:
    fill .2s ease,
    stroke .2s ease,
    transform .2s ease;
}
.btn-fav.is-favorited,
.btn-fav.is-active {
  color: #d0473e;
}
.btn-fav.is-favorited .btn-fav__icon,
.btn-fav.is-active .btn-fav__icon {
  fill: #d0473e;
  stroke: #d0473e;
  transform: scale(1.06);
}
.btn-fav:active .btn-fav__icon {
  transform: scale(0.94);
}
.empty-inline { padding: .5rem 0; }

/* Listing */
.listing { display: grid; grid-template-columns: 260px 1fr; gap: 1.35rem; }
.listLeftBlock {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem;
  height: fit-content;
  position: static;
}
.listLeftBlock h3 { margin: 0 0 .2rem; font-size: 1.05rem; }
.filter-hint { margin: 0 0 .75rem; }
.listLeftBlock form, .listFilters { display: grid; gap: .65rem; margin-top: .5rem; }
.listLeftBlock label { font-size: .88rem; display: grid; gap: .3rem; }
.listLeftBlock input, .listLeftBlock select, .form input, .form select, .form textarea, .auth-box input,
.pdp-form select, .pdp-form input, .modal-card input, .modal-card textarea {
  width: 100%;
  padding: .5rem .6rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  background: #fff;
}
.price-row { display: grid; grid-template-columns: 1fr 1fr; gap: .4rem; }
.listCategory h4 { margin: .75rem 0 .35rem; font-size: .85rem; }
.listCategory ul { padding-left: 1.1rem; margin: .4rem 0; }
.listQuick { display: flex; flex-direction: column; gap: .35rem; margin: .5rem 0; }
.list-toolbar { margin-bottom: 1rem; }
.list-title { margin: 0 0 .25rem; font-size: 1.5rem; font-weight: 600; }
.pageInfo { color: var(--muted); font-size: .88rem; margin: 0; }
.empty-state {
  text-align: center;
  padding: 3rem 1.5rem;
  background: var(--cream);
  border: 1px dashed var(--line);
  border-radius: var(--radius);
}
.empty-title { font-size: 1.15rem; font-weight: 600; margin: 0 0 .4rem; }
.empty-state .btn { margin-top: 1rem; }
.pagination {
  display: flex; gap: .45rem; flex-wrap: wrap; align-items: center;
  margin-top: 1.35rem;
}
.pagination a, .pagination span {
  padding: .4rem .7rem;
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--ink);
  border-radius: 8px;
}
.pagination .current { background: var(--brand); color: #fff; border-color: var(--brand); }
.pagination .disabled { opacity: .45; }

/* PDP */
.pdp { display: grid; grid-template-columns: 1fr 1fr; gap: 1.75rem; align-items: start; }
.pdp-brand {
  margin: 0 0 .35rem;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}
.pdp-info h1 { margin: 0 0 .4rem; font-size: clamp(1.35rem, 2.5vw, 1.75rem); line-height: 1.25; }
.pdp-info .sub { color: var(--muted); margin: 0 0 .75rem; }
.pdp-form { display: grid; gap: .85rem; max-width: 360px; }
.pdp-actions { display: flex; gap: .5rem; flex-wrap: wrap; }
.gallery-thumbs { display: flex; gap: .45rem; margin-top: .65rem; flex-wrap: wrap; }
.gallery-thumb {
  width: 64px; height: 80px; border: 2px solid var(--line);
  background: linear-gradient(160deg, #efe0db, #fff);
  cursor: pointer; padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-thumb.is-active { border-color: var(--brand); }
.variant-field {
  border: 0;
  margin: 0;
  padding: 0;
}
.variant-field legend {
  font-size: .85rem;
  font-weight: 600;
  margin-bottom: .45rem;
  padding: 0;
}
.chip-row { display: flex; flex-wrap: wrap; gap: .4rem; }
.chip {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  padding: .4rem .75rem;
  font: inherit;
  font-size: .88rem;
  cursor: pointer;
  color: var(--ink);
  transition: border-color .15s ease, background .15s ease;
}
.chip:hover { border-color: var(--brand-soft); }
.chip.is-selected {
  border-color: var(--brand);
  background: var(--coral-mist);
  font-weight: 600;
  color: var(--brand);
}
.variant-stock { margin: 0; font-size: .85rem; }
.qty-label { display: grid; gap: .3rem; font-size: .88rem; max-width: 100px; }
.pdp-tabs { display: flex; gap: .75rem; margin: 1.35rem 0 .5rem; border-bottom: 1px solid var(--line); }
.pdp-tabs .tab {
  background: none; border: 0; border-bottom: 2px solid transparent;
  padding: .5rem .2rem; cursor: pointer; font: inherit; color: var(--muted);
}
.pdp-tabs .tab.active { color: var(--brand); border-bottom-color: var(--brand); font-weight: 600; }
.tab-panel { display: none; line-height: 1.55; }
.tab-panel.active { display: block; }
.variants { font-size: .8rem; padding-left: 1rem; }

.auth-box, .cms, .cart-page {
  max-width: 520px;
  margin: 1rem auto;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem;
}
.cms, .cart-page { max-width: 900px; }
.tabs { display: flex; gap: 1rem; margin-bottom: 1rem; }
.tabs .active { font-weight: 700; color: var(--brand); }
.error { color: #b00020; }
.ok { color: #1b7a3d; }
.check { display: flex; gap: .4rem; align-items: center; }
.cart-table { width: 100%; border-collapse: collapse; }
.cart-table th, .cart-table td { border-bottom: 1px solid var(--line); padding: .55rem; text-align: left; }
.cart-summary { margin-top: 1rem; }
.checkout-flow { max-width: 1100px; }
.checkout-steps {
  display: flex; gap: 1rem; list-style: none; padding: 0; margin: 0 0 1rem;
  font-size: .9rem; color: var(--muted);
}
.checkout-steps .active { color: var(--brand); font-weight: 600; }
.cargo-bar {
  background: linear-gradient(90deg, #fff5f4, #ffe8e6);
  border: 1px solid #f0c4bf; padding: .65rem .9rem; margin-bottom: 1rem; font-size: .9rem;
  border-radius: 8px;
}
.cargo-bar-ok { background: #f1f8f3; border-color: #b7d9c0; }
.qty-cell { white-space: nowrap; }
.qty-btn {
  width: 1.6rem; height: 1.6rem; border: 1px solid var(--line); background: #fff;
  cursor: pointer; border-radius: 6px;
}
.cta-row { display: flex; gap: 1rem; align-items: center; margin-top: 1rem; flex-wrap: wrap; }
.btn-muted, a.btn-muted {
  background: #eee; color: #333; padding: .55rem 1rem; text-decoration: none; display: inline-block;
  border-radius: 8px;
}
.checkout-grid {
  display: grid; grid-template-columns: 1.4fr .9fr; gap: 1.5rem; align-items: start;
}
@media (max-width: 800px) {
  .checkout-grid { grid-template-columns: 1fr; }
}
.order-summary {
  background: #fafafa; border: 1px solid var(--line); padding: 1rem; border-radius: var(--radius);
}
.summary-lines { list-style: none; padding: 0; margin: 0 0 1rem; }
.summary-lines li {
  display: flex; justify-content: space-between; gap: .5rem;
  padding: .35rem 0; border-bottom: 1px solid var(--line); font-size: .9rem;
}
.pay-methods { display: flex; flex-direction: column; gap: .4rem; margin: .5rem 0 1rem; }
.pay-opt { display: flex; gap: .5rem; align-items: center; }
.pay-box { border: 1px solid var(--line); padding: .75rem; margin-bottom: 1rem; background: #fff; border-radius: 8px; }
.bank-card { padding: .5rem 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.bank-list { margin-bottom: 1rem; }
.success-box {
  background: #f1f8f3; border: 1px solid #b7d9c0; padding: 1rem; margin-bottom: 1rem; border-radius: 8px;
}
.order-no { font-size: 1.25rem; letter-spacing: .02em; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
@media (max-width: 600px) { .grid2 { grid-template-columns: 1fr; } }
.total { font-size: 1.1rem; }

.footerContainer {
  margin-top: 3.5rem;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, #fffdfb 0%, #f7efeb 100%);
  padding: 2.25rem 1.25rem 1.25rem;
}
.footer-intro {
  max-width: 1200px;
  margin: 0 auto 1.5rem;
}
.footer-brand {
  display: block;
  color: var(--brand);
  font-size: 1.15rem;
  margin-bottom: .35rem;
}
.footer-intro p {
  margin: 0;
  color: var(--muted);
  max-width: 42ch;
  font-size: .92rem;
}
.footer-note { margin: 0 0 .5rem; }
.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.footer-grid h4 { margin: 0 0 .5rem; font-size: .95rem; }
.footer-grid a { display: block; color: var(--muted); margin: .28rem 0; font-size: .88rem; }
.muted { color: var(--muted); font-size: .85rem; }
.copy { text-align: center; color: var(--muted); font-size: .8rem; margin-top: 1.75rem; }
.linkish { background: none; border: 0; color: var(--brand); cursor: pointer; font: inherit; padding: 0; display: block; margin-top: .35rem; }

.modal {
  position: fixed; inset: 0; background: rgba(42,36,34,.45);
  display: grid; place-items: center; z-index: 50;
}
.modal.hidden { display: none; }
.modal-card {
  background: var(--cream); padding: 1.25rem; width: min(400px, 92vw);
  display: grid; gap: .5rem;
  max-height: 90vh; overflow: auto;
  border-radius: var(--radius);
}
.track-result { font-size: .78rem; white-space: pre-wrap; max-height: 180px; overflow: auto; background: #f7f2f1; padding: .5rem; border-radius: 6px; }

/* Free shipping progress — cart page + mini-basket drawer (global; drawer is in header) */
.sf-free-ship {
  --free-ship-green: #2f7a4a;
  --free-ship-green-soft: #d8edd9;
  --free-ship-green-wash: #f3faf5;
  margin-bottom: var(--space-lg);
  padding: var(--space-md) var(--space-lg);
  background: linear-gradient(165deg, var(--free-ship-green-wash) 0%, #eaf5ec 100%);
  border: 1px solid #c5dbc9;
  border-radius: var(--radius-md);
}

.sf-free-ship--drawer {
  margin: 0;
  padding: 0.75rem 1rem;
  border-radius: 0;
  border-width: 0 0 1px;
  flex-shrink: 0;
}

.sf-free-ship.is-free {
  background: linear-gradient(165deg, #e8f6ec 0%, #d4edd9 100%);
  border-color: #9ec9a8;
}

.sf-free-ship__msg {
  margin: 0 0 var(--space-sm);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.01em;
  line-height: var(--leading-snug);
  color: var(--free-ship-green);
}

.sf-free-ship--drawer .sf-free-ship__msg {
  margin-bottom: 0.55rem;
  font-size: 0.8125rem;
}

.sf-free-ship__msg strong {
  font-weight: var(--font-weight-semibold);
  font-variant-numeric: tabular-nums;
  color: var(--color-ink);
}

.sf-free-ship__badge {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--free-ship-green);
}

.sf-free-ship.is-free .sf-free-ship__badge {
  color: #1f5c34;
}

.sf-free-ship__track {
  height: 0.4rem;
  background: var(--free-ship-green-soft);
  border-radius: var(--radius-pill);
  overflow: hidden;
}

.sf-free-ship__fill {
  height: 100%;
  min-width: 0;
  background: linear-gradient(90deg, #3d8f58 0%, var(--free-ship-green) 100%);
  border-radius: var(--radius-pill);
  transition: width var(--duration-base) var(--ease-out);
}

.sf-free-ship.is-free .sf-free-ship__fill {
  background: linear-gradient(90deg, #2f7a4a 0%, #1f5c34 100%);
}

.mini-basket-drawer {
  position: fixed; inset: 0; z-index: 60;
  background: rgba(42,36,34,.35);
}
.mini-basket-drawer[hidden] { display: none !important; }
.mini-basket-panel {
  position: absolute; top: 0; right: 0; height: 100%;
  width: min(380px, 94vw);
  background: var(--cream);
  box-shadow: -8px 0 28px rgba(80,40,30,.12);
  display: flex; flex-direction: column;
  animation: slideIn .25s ease;
}
@keyframes slideIn { from { transform: translateX(12%); opacity: .6; } to { transform: none; opacity: 1; } }
.mini-basket-head, .mini-basket-foot {
  padding: 1rem;
  border-bottom: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
}
.mini-basket-foot {
  border-bottom: 0; border-top: 1px solid var(--line);
  flex-direction: column; align-items: stretch; gap: .5rem;
}
.mini-basket-items { flex: 1; overflow: auto; padding: 1rem; }
.mini-basket-row {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr) auto;
  gap: .5rem;
  align-items: center;
  padding: .55rem 0;
  border-bottom: 1px solid var(--line);
  font-size: .9rem;
}
.mini-basket-thumb {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mini-basket-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.mini-basket-thumb--empty {
  background: #f7f2f1;
}
.mini-basket-info { min-width: 0; }
.mini-basket-info strong {
  display: block;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mini-basket-sale {
  color: var(--color-brand, #d0473e);
  font-weight: 600;
}
.mini-basket-was {
  color: var(--color-ink-faint, #8a817c);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}
.mini-basket-row .qty-controls { display: flex; gap: .25rem; align-items: center; }
.mini-basket-row button {
  border: 1px solid var(--line); background: #fff; cursor: pointer; padding: .15rem .4rem; border-radius: 4px;
}
.close-mini-basket { border: 0; background: none; font-size: 1.4rem; cursor: pointer; }

@media (max-width: 800px) {
  .hero-slide img, .hero-fallback-art { aspect-ratio: 4/5; min-height: 320px; }
  .hero-brand-layer {
    background: linear-gradient(180deg, rgba(42,36,34,.15) 0%, rgba(42,36,34,.65) 70%);
    justify-content: flex-end;
    padding-bottom: 2.5rem;
    max-width: none;
  }
  .listing, .pdp, .footer-grid { grid-template-columns: 1fr; }
  .listLeftBlock { position: static; }
  .top-bar { flex-wrap: wrap; }
  .top-bar .search, .sf-search { max-width: none; order: 3; width: 100%; }
  .logo-tag { display: none; }
}
