/* Aveline shop — лише дизайн-оверрайди над спільним /a/css/shop.css. */
:root {
    --shop-primary: #a05a38; --shop-accent: #a05a38;
    --shop-radius: 4px;
}
.shop-title, .shop-product-title, .shop-card-title {
    font-family: "Cormorant", Georgia, serif;
    letter-spacing: 0;
}
.shop-card-title { font-weight: 600; font-size: 19px; }

/* Бутік-картки: безрамкові, гострі, мінімалістичні */
.shop-card { border: none; border-radius: 0; background: transparent; overflow: visible; }
.shop-card:hover { transform: none; box-shadow: none; border-color: transparent; }
.shop-card-img { border-radius: 0; }
.shop-card:hover .shop-card-img img { transform: scale(1.03); }
.shop-card-body { padding: 14px 2px 4px; }
.shop-card:has(.shop-old) .shop-card-img::after {
    border-radius: 0; background: var(--shop-ink); box-shadow: none; text-transform: uppercase; letter-spacing: .1em;
}

/* Сторінка товару Aveline — сплит за макетом */
.av-product { max-width: 100%; padding: 0; margin: 0; }
.av-prod-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: start; }
.av-prod-media { display: flex; flex-direction: column; border-right: 1px solid var(--shop-line); }
.av-prod-img { aspect-ratio: 4/5; border-bottom: 1px solid var(--shop-line); }
.av-prod-img img { width: 100%; height: 100%; object-fit: cover; }
.av-prod-info { position: sticky; top: 90px; padding: clamp(32px, 4vw, 64px); }
.av-prod-crumb { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--shop-muted); }
.av-prod-crumb a { color: inherit; text-decoration: none; }
.av-prod-title { font-size: clamp(38px, 4.4vw, 56px) !important; margin: 14px 0 0; }
.av-prod-prices { margin-top: 16px; }
.av-prod-prices .shop-price { font-family: "Cormorant", Georgia, serif; font-size: 30px; font-weight: 600; }
.av-prod-desc { font-size: 15px; color: var(--shop-muted); max-width: 420px; margin: 20px 0 0; line-height: 1.6; }
.av-prod-buy { display: flex; gap: 14px; margin-top: 28px; align-items: stretch; }
.av-prod-qty { border: 1px solid var(--shop-line); border-radius: 0; }
.av-prod-add { flex: 1; border-radius: var(--shop-radius); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; }
.av-prod-specs { margin-top: 34px; border-top: 1px solid var(--shop-line); }
.av-prod-spec { padding: 16px 0; border-bottom: 1px solid var(--shop-line); display: flex; justify-content: space-between; gap: 16px; font-size: 13px; }
.av-prod-spec span:last-child { color: var(--shop-muted); text-align: right; }
.av-prod-swatches { margin-top: 26px; }
.av-prod-swatch-label { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--shop-muted); margin-bottom: 12px; }
.av-prod-swatch-row { display: flex; flex-wrap: wrap; gap: 10px; }
.av-prod-swatch { display: inline-flex; align-items: center; gap: 9px; padding: 9px 15px 9px 11px; border: 1px solid var(--shop-line); border-radius: 0; background: transparent; color: var(--shop-ink); font-size: 12px; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; transition: border-color .12s; }
.av-prod-swatch:hover { border-color: var(--shop-ink); }
.av-prod-swatch.is-active { border-color: var(--shop-ink); box-shadow: inset 0 0 0 1px var(--shop-ink); }
.av-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: 860px) { .av-prod-grid { grid-template-columns: 1fr; } .av-prod-media { border-right: none; } .av-prod-info { position: static; } }

/* Каталог Aveline — центрована бутік-шапка + картки 4:5 */
.shop-head { flex-direction: column; align-items: center; text-align: center; gap: 6px; padding-bottom: 22px; border-bottom: 1px solid var(--shop-line); margin-bottom: 26px; }
.shop-title { font-size: clamp(34px, 5vw, 56px) !important; }
.shop-toolbar { justify-content: center; }
.shop-card-img { aspect-ratio: 4 / 5; }
.shop-card-body { padding: 14px 2px 6px; gap: 5px; }
.shop-card-prices { margin-top: 2px; }

/* Головна магазину Aveline — бренд-hero + центрований тулбар */
.av-shop-hero { text-align: center; max-width: 1180px; margin: 0 auto 30px; padding: clamp(40px,6vw,84px) 20px clamp(28px,4vw,48px); border-bottom: 1px solid var(--shop-line); }
.av-shop-hero-eyebrow { font-size: 11px; letter-spacing: .28em; text-transform: uppercase; color: var(--shop-muted); }
.av-shop-hero-title { font-family: "Cormorant", Georgia, serif; font-weight: 600; font-size: clamp(40px,6vw,72px); line-height: 1.04; margin: 12px 0 0; }
.av-shop-hero-sub { color: var(--shop-muted); max-width: 440px; margin: 14px auto 0; font-size: 15px; line-height: 1.6; }
.av-shop-toolbar { justify-content: center; flex-wrap: wrap; }
.av-shop > .shop-toolbar { margin-bottom: 26px; }

/* Сторінка категорії Aveline */
.av-cat-head { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; padding-bottom: 22px; border-bottom: 1px solid var(--shop-line); margin-bottom: 26px; }
.av-cat-back { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--shop-muted); text-decoration: none; }
.av-cat-back:hover { color: var(--shop-ink); }
.av-cat-title { font-size: clamp(32px,5vw,52px) !important; margin: 4px 0 0; }

/* Sidebar-layout магазину Aveline — ліва колонка фільтрів */
.av-shop-layout { display: grid; grid-template-columns: 250px 1fr; gap: clamp(22px,3vw,44px); align-items: start; }
.av-shop-aside { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 26px; }
.av-aside-block { display: flex; flex-direction: column; gap: 13px; }
.av-aside-h { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--shop-muted); display: flex; align-items: center; gap: 9px; }
.av-aside-cats { display: flex; flex-direction: column; gap: 2px; }
.av-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; transition: background .12s, color .12s; }
.av-aside-cats a:hover, .av-aside-cats a.is-active { background: color-mix(in srgb, var(--shop-muted) 11%, transparent); color: var(--shop-primary); }
.av-shop-body { min-width: 0; }
.av-shop-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; flex-wrap: wrap; padding-bottom: 16px; border-bottom: 1px solid var(--shop-line); }
.av-shop-layout .shop-sort { display: flex; gap: 6px; flex-wrap: wrap; }
@media (max-width: 900px) {
  .av-shop-layout { grid-template-columns: 1fr; }
  .av-shop-aside { position: static; flex-direction: row; flex-wrap: wrap; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--shop-line); }
  .av-aside-block { flex: 1; min-width: 150px; }
}

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