/* DOSHI shop — лише дизайн-оверрайди над спільним /a/css/shop.css. */
:root {
    --shop-primary: #e0533d; --shop-accent: #e0533d;
    --shop-radius: 14px;
}
.shop-title, .shop-product-title, .shop-card-title {
    font-family: "Zen Kaku Gothic New", "Plus Jakarta Sans", sans-serif;
    letter-spacing: -.01em;
}
.shop-price { font-family: "Zen Kaku Gothic New", "Plus Jakarta Sans", sans-serif; font-weight: 900; }

/* Картки-меню DOSHI */
.shop-card { border: 1px solid var(--shop-line); border-radius: var(--shop-radius); background: var(--bg-card); overflow: hidden; }
.shop-card:hover { transform: translateY(-3px); border-color: var(--shop-primary); box-shadow: 0 10px 26px rgba(0,0,0,.18); }
.shop-card-img { border-radius: 0; aspect-ratio: 4 / 3; }
.shop-card:hover .shop-card-img img { transform: scale(1.05); }
.shop-card-body { padding: 13px 15px 15px; gap: 6px; }
.shop-card-title { font-weight: 900; font-size: 16px; }

/* Сторінка страви DOSHI — сплит */
.ds-product { max-width: 1180px; margin: 0 auto; padding: clamp(20px, 4vw, 40px) 24px; }
.ds-prod-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 3vw, 48px); align-items: start; }
.ds-prod-media .shop-gallery-main { border: 1px solid var(--shop-line); border-radius: var(--shop-radius); aspect-ratio: 4/3; overflow: hidden; }
.ds-prod-media .shop-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.ds-prod-info { position: sticky; top: 84px; }
.ds-prod-crumb { font-size: 13px; font-weight: 600; color: var(--shop-muted); }
.ds-prod-crumb a { color: inherit; text-decoration: none; }
.ds-prod-title { font-size: clamp(28px, 3.4vw, 44px) !important; margin: 10px 0 0; }
.ds-prod-prices { margin-top: 12px; }
.ds-prod-prices .shop-price { font-size: 30px; }
.ds-prod-desc { font-size: 16px; color: var(--shop-muted); max-width: 480px; margin: 16px 0 0; line-height: 1.6; }
.ds-prod-buy { display: flex; gap: 12px; margin-top: 22px; align-items: stretch; }
.ds-prod-qty { border: 1px solid var(--shop-line); border-radius: var(--shop-radius); }
.ds-prod-add { flex: 1; border-radius: var(--shop-radius); font-weight: 700; }
.ds-prod-specs { margin-top: 24px; display: flex; flex-direction: column; gap: 10px; }
.ds-prod-spec { display: flex; justify-content: space-between; gap: 16px; font-size: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--shop-line); }
.ds-prod-spec span:last-child { color: var(--shop-muted); text-align: right; }
.ds-prod-swatches { margin-top: 22px; }
.ds-prod-swatch-label { font-size: 13px; font-weight: 600; color: var(--shop-muted); margin-bottom: 10px; }
.ds-prod-swatch-row { display: flex; flex-wrap: wrap; gap: 9px; }
.ds-prod-swatch { display: inline-flex; align-items: center; gap: 8px; padding: 8px 15px 8px 11px; border: 1px solid var(--shop-line); border-radius: 999px; background: var(--bg-card); color: var(--shop-ink); font-size: 13px; font-weight: 600; cursor: pointer; transition: border-color .12s, box-shadow .12s; }
.ds-prod-swatch:hover { border-color: var(--shop-primary); }
.ds-prod-swatch.is-active { border-color: var(--shop-primary); box-shadow: 0 0 0 1px var(--shop-primary) inset; }
.ds-prod-swatch-dot { width: 15px; height: 15px; border-radius: 50%; flex: none; box-shadow: 0 0 0 1px rgba(0,0,0,.14) inset; }
@media (max-width: 760px) { .ds-prod-grid { grid-template-columns: 1fr; } .ds-prod-info { position: static; } }

/* DOSHI головна магазину — hero */
.ds-shop-hero { text-align: center; max-width: 1180px; margin: 0 auto 28px; padding: clamp(34px, 5vw, 72px) 20px clamp(24px, 4vw, 44px); border-bottom: 1px solid var(--shop-line); }
.ds-shop-hero-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--shop-primary); }
.ds-shop-hero-title { font-family: "Zen Kaku Gothic New", "Plus Jakarta Sans", sans-serif; font-weight: 900; font-size: clamp(34px, 5.4vw, 60px); line-height: 1.06; letter-spacing: -.02em; color: var(--shop-ink); margin: 12px 0 0; }
.ds-shop-hero-sub { color: var(--shop-muted); max-width: 480px; margin: 14px auto 0; font-size: 15px; line-height: 1.6; }

/* DOSHI тулбар меню */
.ds-shop-toolbar { flex-wrap: wrap; }

/* DOSHI шапка категорії */
.ds-cat-head { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; padding-bottom: 20px; border-bottom: 1px solid var(--shop-line); margin-bottom: 24px; }
.ds-cat-back { font-size: 13px; font-weight: 600; color: var(--shop-muted); text-decoration: none; transition: color .12s; }
.ds-cat-back:hover { color: var(--shop-primary); }
.ds-cat-head .ds-shop-hero-eyebrow { color: var(--shop-muted); }
.ds-cat-title { font-family: "Zen Kaku Gothic New", "Plus Jakarta Sans", sans-serif; font-weight: 900; font-size: clamp(28px, 4vw, 46px) !important; letter-spacing: -.02em; margin: 2px 0 0; }

/* DOSHI sidebar-layout магазину (ліва колонка фільтрів) */
.ds-shop-layout { display: grid; grid-template-columns: 250px 1fr; gap: clamp(20px, 3vw, 40px); align-items: start; }
.ds-shop-aside { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 24px; }
.ds-aside-block { display: flex; flex-direction: column; gap: 12px; }
.ds-aside-h { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--shop-muted); display: flex; align-items: center; gap: 8px; }
.ds-aside-cats { display: flex; flex-direction: column; gap: 2px; }
.ds-aside-cats a { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 8px 10px; border-radius: var(--shop-radius); color: var(--shop-ink); text-decoration: none; font-size: 14px; font-weight: 600; transition: background .12s, color .12s; }
.ds-aside-cats a:hover, .ds-aside-cats a.is-active { background: color-mix(in srgb, var(--shop-muted) 11%, transparent); color: var(--shop-primary); }
.ds-shop-body { min-width: 0; }
.ds-shop-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; flex-wrap: wrap; padding-bottom: 16px; border-bottom: 1px solid var(--shop-line); }
.ds-shop-layout .shop-sort { display: flex; gap: 6px; flex-wrap: wrap; }
@media (max-width: 900px) {
  .ds-shop-layout { grid-template-columns: 1fr; }
  .ds-shop-aside { position: static; flex-direction: row; flex-wrap: wrap; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--shop-line); }
  .ds-aside-block { flex: 1; min-width: 150px; }
}

/* DOSHI шапка категорії у sidebar */
.ds-cat-head-side { align-items: flex-start; text-align: left; border-bottom: none; padding-bottom: 0; margin-bottom: 18px; }
