/* Olivo shop — лише дизайн-оверрайди над спільним /a/css/shop.css. */
:root {
    --shop-primary: #c2410c; --shop-accent: #c2410c;
    --shop-radius: 16px;
}
.shop-title, .shop-product-title, .shop-card-title {
    font-family: "Bricolage Grotesque", "Inter", sans-serif;
    letter-spacing: -.02em;
}

/* Картки-меню Olivo: горизонтальніші, апетитні */
.shop-card { border: 1px solid var(--shop-line); border-radius: var(--shop-radius); background: var(--bg-card); overflow: hidden; box-shadow: 0 1px 2px rgba(23,20,16,.04), 0 12px 32px rgba(23,20,16,.07); }
.shop-card:hover { transform: translateY(-3px); box-shadow: 0 8px 18px rgba(23,20,16,.10); }
.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: 14px 15px 16px; gap: 6px; }
.shop-card-title { font-weight: 800; font-size: 16px; }
.shop-price { font-family: "Bricolage Grotesque", "Inter", sans-serif; font-weight: 800; }

/* Сторінка страви Olivo — сплит */
.ol-product { max-width: 1180px; margin: 0 auto; padding: clamp(20px, 4vw, 40px) 24px; }
.ol-prod-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 3vw, 48px); align-items: start; }
.ol-prod-media .shop-gallery-main { border: 1px solid var(--shop-line); border-radius: var(--shop-radius); aspect-ratio: 4/3; overflow: hidden; box-shadow: 0 1px 2px rgba(23,20,16,.04), 0 12px 32px rgba(23,20,16,.07); }
.ol-prod-media .shop-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.ol-prod-info { position: sticky; top: 86px; }
.ol-prod-crumb { font-size: 13px; font-weight: 600; color: var(--shop-muted); }
.ol-prod-crumb a { color: inherit; text-decoration: none; }
.ol-prod-title { font-size: clamp(28px, 3.4vw, 44px) !important; margin: 10px 0 0; }
.ol-prod-prices { margin-top: 12px; }
.ol-prod-prices .shop-price { font-size: 30px; font-weight: 800; }
.ol-prod-desc { font-size: 16px; color: var(--shop-muted); max-width: 480px; margin: 16px 0 0; line-height: 1.6; }
.ol-prod-buy { display: flex; gap: 12px; margin-top: 22px; align-items: stretch; }
.ol-prod-qty { border: 1px solid var(--shop-line); border-radius: var(--shop-radius); }
.ol-prod-add { flex: 1; border-radius: var(--shop-radius); font-weight: 700; }
.ol-prod-specs { margin-top: 24px; display: flex; flex-direction: column; gap: 10px; }
.ol-prod-spec { display: flex; justify-content: space-between; gap: 16px; font-size: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--shop-line); }
.ol-prod-spec span:last-child { color: var(--shop-muted); text-align: right; }
.ol-prod-swatches { margin-top: 22px; }
.ol-prod-swatch-label { font-size: 13px; font-weight: 700; color: var(--shop-muted); margin-bottom: 10px; }
.ol-prod-swatch-row { display: flex; flex-wrap: wrap; gap: 9px; }
.ol-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; }
.ol-prod-swatch:hover { border-color: var(--shop-primary); }
.ol-prod-swatch.is-active { border-color: var(--shop-primary); box-shadow: 0 0 0 1px var(--shop-primary) inset; }
.ol-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) { .ol-prod-grid { grid-template-columns: 1fr; } .ol-prod-info { position: static; } }

/* Головна меню Olivo — апетитний hero + теплий тулбар */
.ol-shop-hero { text-align: center; max-width: 1180px; margin: 0 auto; padding: clamp(34px,5vw,72px) 20px clamp(26px,3.5vw,44px); }
.ol-shop-hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; letter-spacing: .02em; color: var(--shop-primary); }
.ol-shop-hero-eyebrow i { font-size: 14px; }
.ol-shop-hero-title { font-family: "Bricolage Grotesque", "Inter", sans-serif; font-weight: 800; letter-spacing: -.02em; font-size: clamp(34px,5.4vw,60px); line-height: 1.05; margin: 12px 0 0; color: var(--shop-ink); }
.ol-shop-hero-sub { color: var(--shop-muted); max-width: 480px; margin: 14px auto 0; font-size: 16px; line-height: 1.6; }
.ol-shop-toolbar { padding: 14px; border: 1px solid var(--shop-line); border-radius: var(--shop-radius); background: var(--bg-card); margin-bottom: 26px; }

/* Категорія меню Olivo */
.ol-cat-head { display: flex; flex-direction: column; gap: 7px; padding-bottom: 20px; border-bottom: 1px solid var(--shop-line); margin-bottom: 26px; }
.ol-cat-back { display: inline-flex; align-items: center; gap: 7px; align-self: flex-start; font-size: 13px; font-weight: 600; color: var(--shop-muted); text-decoration: none; transition: color .12s; }
.ol-cat-back:hover { color: var(--shop-primary); }
.ol-cat-head .ol-shop-hero-eyebrow { font-size: 12px; }
.ol-cat-title { font-size: clamp(28px,4.4vw,46px) !important; margin: 0; }

/* Сайдбар-розкладка вітрини Olivo */
.ol-shop-layout { display: grid; grid-template-columns: 250px 1fr; gap: clamp(20px,3vw,40px); align-items: start; }
.ol-shop-aside { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 24px; }
.ol-aside-block { display: flex; flex-direction: column; gap: 12px; padding: 16px; border: 1px solid var(--shop-line); border-radius: var(--shop-radius); background: var(--bg-card); }
.ol-aside-h { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--shop-muted); display: flex; align-items: center; gap: 8px; }
.ol-aside-cats { display: flex; flex-direction: column; gap: 2px; }
.ol-aside-cats a { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 8px 10px; border-radius: calc(var(--shop-radius) - 6px); color: var(--shop-ink); text-decoration: none; font-size: 14px; transition: background .12s, color .12s; }
.ol-aside-cats a:hover, .ol-aside-cats a.is-active { background: color-mix(in srgb, var(--shop-muted) 11%, transparent); color: var(--shop-primary); }
.ol-shop-body { min-width: 0; }
.ol-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); }
.ol-shop-layout .shop-sort { display: flex; gap: 6px; flex-wrap: wrap; }
@media (max-width: 900px) {
  .ol-shop-layout { grid-template-columns: 1fr; }
  .ol-shop-aside { position: static; flex-direction: row; flex-wrap: wrap; gap: 18px; }
  .ol-aside-block { flex: 1; min-width: 150px; }
}

.ol-cat-head-side { align-items: flex-start; text-align: left; border-bottom: none; padding-bottom: 0; margin-bottom: 18px; }
