/* ===== Mobile-A concept (variant A rollout) ===== */
/* mobile menu vX */
@media(max-width:1079px){
.mobilenav{position:fixed;top:0;left:0;right:0;bottom:0;z-index:200;overflow-y:auto;background:#fff;padding-bottom:30px;display:none}
.mobilenav.open{display:block}
.mobilenav .mn-cap{font-size:11.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);padding:18px 16px 8px;border-bottom:1px solid #F0F0F0}
.mobilenav a{display:flex;align-items:center;gap:10px}
.mobilenav .mn-cat{font-weight:700;color:var(--ink);font-size:16px}
.mn-ic{width:20px;height:20px;stroke:var(--ink2);stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}
.mn-count{margin-left:auto;background:var(--bg2);border-radius:10px;padding:1px 9px;font-size:12px;color:var(--ink2)}
.mn-phone{padding:18px 16px;font-size:13px;color:var(--muted)}
.mn-phone a{display:inline;padding:0;border:none;font-weight:700;color:var(--ink)}
.mn-close{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;background:#fff;padding:12px 16px;border-bottom:1px solid var(--border);font-weight:800;font-size:16px;z-index:5}
.mn-close button{width:36px;height:36px;border:1px solid var(--border);border-radius:8px;background:#fff;font-size:16px;cursor:pointer}
}

@media(max-width:1079px){
.topbar .wrap{min-height:54px;gap:10px}
.burger{margin-left:0;order:-1}
.logo{margin-right:auto}
.top-cart{display:flex!important;align-items:center;position:relative;width:42px;height:42px;justify-content:center;border-radius:10px}
.top-cart svg{width:23px;height:23px;stroke:var(--ink);stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}
.top-cart .count{position:absolute;top:2px;right:0;background:var(--accent);color:#fff;font-size:9.5px;font-weight:800;min-width:15px;height:15px;border-radius:8px;display:flex;align-items:center;justify-content:center}
.catrow{display:none}
}
.top-cart{display:none}

@media(max-width:1079px){
.m-search-btn{display:flex!important;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px}
.m-search-btn svg{width:22px;height:22px;stroke:var(--ink);stroke-width:1.8;fill:none;stroke-linecap:round}
.m-search{display:none;padding:10px 16px;border-bottom:1px solid var(--border);background:#fff;gap:8px}
.m-search.open{display:flex}
.m-search input{flex:1;border:1px solid var(--border);border-radius:10px;padding:11px 14px;font:inherit;font-size:15px;outline:none;background:var(--bg2)}
.m-search input:focus{border-color:var(--ink);background:#fff}
.m-search button{display:flex;align-items:center;justify-content:center;width:44px;border:1px solid var(--border);border-radius:10px;background:#fff}
.m-search button svg{width:19px;height:19px;stroke:var(--ink2);stroke-width:2;fill:none;stroke-linecap:round}
.mn-acc-btn{display:flex;align-items:center;gap:10px;width:100%;text-align:left;background:none;border:none;cursor:pointer;padding:13px 16px;font:inherit;font-size:16px;font-weight:700;color:var(--ink);border-bottom:1px solid #F0F0F0}
.mn-chev{width:18px;height:18px;stroke:var(--ink2);stroke-width:2;fill:none;stroke-linecap:round;margin-left:auto;transition:transform .2s}
.mn-acc.open .mn-chev{transform:rotate(180deg)}
.mn-sub{display:none;background:var(--bg2)}
.mn-acc.open .mn-sub{display:block}
.mn-sub a{padding:12px 16px 12px 44px;font-size:15px;font-weight:600;color:var(--ink2)}
}
.m-search-btn{display:none}
@media(min-width:1080px){.m-search{display:none!important}.m-search-btn{display:none!important}}

.promo-item{display:inline-flex;gap:10px;align-items:center;white-space:nowrap}
@media(max-width:1079px){
.promobar{font-size:11.5px}
.promobar .wrap{min-height:26px;padding:4px 0;overflow:hidden;justify-content:flex-start;flex-wrap:nowrap}
.promo-line{display:flex;gap:48px;white-space:nowrap;animation:promoTick 16s linear infinite;will-change:transform}
@keyframes promoTick{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 24px))}}
}
@media(min-width:1080px){
.promo-line{display:flex;justify-content:center;width:100%}
.promo-item[aria-hidden]{display:none}
}

@media(max-width:1079px){
.partners .wrap{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:24px;padding-top:16px;padding-bottom:16px}
.partners .wrap::-webkit-scrollbar{display:none}
.partners a{white-space:nowrap}
.news-grid{display:flex!important;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:12px;padding-bottom:6px}
.news-grid::-webkit-scrollbar{display:none}
.news-grid>*{flex:0 0 78%;min-width:78%}
}


.bcard{display:grid!important;grid-template-columns:1fr auto;gap:6px 10px;align-items:center;padding:14px 16px!important}
.bcard .bname{grid-column:1;margin:0!important}
.bcard .bmeta{grid-column:2;justify-self:end;font-size:11.5px;color:var(--muted);white-space:nowrap;margin:0!important}
.bcard .bdesc{grid-column:1 / -1;margin:0!important}
@media(max-width:1079px){
.bgrid{grid-template-columns:1fr 1fr!important;gap:8px!important}
.bcard{display:flex!important;flex-direction:column;align-items:flex-start;gap:5px;padding:11px 12px!important}
.bcard .bdesc{display:none}
.bcard .bmeta{font-size:10.5px;justify-self:start}
}

.clients-head{display:flex;flex-direction:column;align-items:flex-start;gap:3px}
.clients-head h2{margin:0}
.clients-head span{font-size:14px;color:var(--muted);font-weight:600}
@media(max-width:1079px){.clients-head span{font-size:13px}}

@media(max-width:1079px){.slide-eyebrow{display:none!important}}

/* listing pages mobile: subhub photo-cards (zakaz) + toolbar + filters */
@media(max-width:1079px){
.subhub{display:flex!important;grid-template-rows:none!important;overflow-x:auto;gap:8px!important;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;margin-bottom:20px!important;padding-bottom:4px}
.subhub::-webkit-scrollbar{display:none}
.subhub-item{flex:0 0 27%;min-width:98px;scroll-snap-align:start;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:6px!important;padding:10px!important;background:#fff!important;border:1px solid var(--border)!important;border-radius:12px!important;white-space:normal!important}
.subhub-item b{font-size:11.5px!important;font-weight:700;line-height:1.2!important;min-height:28px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;white-space:normal!important}
.subhub-ico{order:2;width:100%!important;height:54px!important;display:flex;align-items:center;justify-content:center}
.subhub-ico img{width:46px!important;height:46px!important;object-fit:contain;mix-blend-mode:multiply}
.prod-header{display:flex;flex-wrap:wrap!important;gap:10px;align-items:center!important;justify-content:space-between}
.m-fbtn{display:flex!important;align-items:center;gap:8px;border:1px solid var(--border);border-radius:10px;padding:10px 14px;font-size:13.5px;font-weight:700;color:var(--ink);background:#fff;cursor:pointer}
.m-fbtn svg{width:16px;height:16px;stroke:var(--ink);stroke-width:2;fill:none;stroke-linecap:round}
.prod-count{order:3;width:100%;font-size:12.5px!important;white-space:nowrap;margin-top:2px}
.prod-sort-label{display:none!important}
.prod-sort-select{font-size:13px!important;max-width:160px;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:#fff}
.sidebar.m-open{display:block!important;position:fixed;inset:0;z-index:300;overflow-y:auto;border-radius:0!important;padding:0 16px 30px!important;top:0}
.m-fclose{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;background:#fff;padding:12px 0;border-bottom:1px solid var(--border);font-weight:800;font-size:16px;z-index:5;margin-bottom:8px}
.m-fclose button{width:36px;height:36px;border:1px solid var(--border);border-radius:8px;background:#fff;font-size:16px;cursor:pointer}
}
.m-fbtn{display:none}
@media(min-width:1080px){.m-fbtn{display:none!important}.m-fclose{display:none}}


/* subhub base (shared) */
.subhub{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:8px;margin:16px 0 24px}
.subhub-item{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1px solid var(--border,#E5E5E5);border-radius:10px;padding:12px 14px;transition:.15s}
.subhub-item:hover{border-color:var(--ink,#1A1A1A);box-shadow:0 4px 14px rgba(0,0,0,.06)}
.subhub-item b{font-size:12.5px;font-weight:700;color:var(--ink,#1A1A1A);line-height:1.25}
.subhub-ico{width:26px;height:26px;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.subhub-ico img{max-width:100%;max-height:100%;object-fit:contain;mix-blend-mode:multiply}

/* desktop subhub: zakaz-style tiles, 5 per row (1 row if few, 2 rows if more) */
@media(min-width:1080px){
.subhub{display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:12px!important}
.subhub-item{padding:14px 18px!important;border-radius:12px!important;min-height:64px}
.subhub-item b{font-size:14.5px!important;font-weight:700}
.subhub-ico{width:44px!important;height:44px!important}
.subhub-ico img{width:44px!important;height:44px!important;object-fit:contain;mix-blend-mode:multiply}
}

/* product page mobile: compact sticky CTA bar */
@media(max-width:1079px){
.cta-row{gap:8px!important}
.cta-row .btn{white-space:nowrap;font-size:14.5px!important;padding:0 14px!important;min-width:0!important}
.cta-row .btn svg{width:18px;height:18px;flex-shrink:0}
.qty button{width:36px!important}
.qty b{min-width:26px!important}
.wish-sq{width:46px!important}
}

/* mobile sticky header: promobar scrolls away, topbar stays */
@media(max-width:1079px){
#smartHdr{position:sticky;top:-30px;z-index:120;background:#fff}
.promobar{height:30px;overflow:hidden}
.promobar .wrap{min-height:30px!important;height:30px;padding:0!important;align-items:center}
}

/* sale card cleanup: one badge, inline prices */
.pcard-img.has-disc .badge.b-hit,.pcard-img.has-disc 
.pcard-footer>div:first-child{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}
.pcard-footer .pcard-price{order:1}
.pcard-footer .pcard-oldprice{order:2}
.pcard-footer .pcard-vol{order:3;width:100%}

/* zakaz-style top filter bar on listings (mobile) */
.m-topfilters{display:none}
@media(max-width:1079px){
.m-topfilters{display:flex;border-bottom:1px solid var(--border);background:#fff}
.m-tf-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 10px;font-size:14px;font-weight:700;color:var(--ink);background:#fff;border:none;border-right:1px solid var(--border);cursor:pointer}
.m-tf-btn svg{width:16px;height:16px;stroke:var(--ink);stroke-width:2;fill:none;stroke-linecap:round}
.m-tf-btn .tf-chev{width:14px;height:14px;stroke:var(--muted)}
.m-tf-sort{flex:1;display:flex;align-items:center;justify-content:center}
.m-tf-sort select{border:none;font:inherit;font-size:14px;font-weight:700;color:var(--ink);background:#fff;outline:none;padding:12px 6px;max-width:90%}
.prod-header .m-fbtn{display:none!important}
.prod-header .prod-sort{display:none!important}
.prod-header .prod-count{order:0!important;width:auto!important}
}
@media(min-width:1080px){.m-topfilters{display:none!important}}

/* breadcrumbs mobile: single line, ellipsized current, swipeable */
@media(max-width:1079px){
.bc,.crumbs{display:flex;align-items:center;gap:6px;flex-wrap:nowrap!important;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;white-space:nowrap}
.bc::-webkit-scrollbar,.crumbs::-webkit-scrollbar{display:none}
.bc a,.bc-sep,.crumbs a,.crumbs .sep{flex:0 0 auto}
.bc-cur{flex:0 1 auto;min-width:40px;overflow:hidden;text-overflow:ellipsis}
}

/* product page mobile: price above the fold — smaller gallery */
@media(max-width:1079px){
.gal-main{aspect-ratio:4/3!important;height:auto!important;max-height:280px!important;padding:14px!important}
.gal-main img{max-height:245px!important}
.bc{padding-top:10px!important;margin-bottom:2px}
.price-row{padding:8px 0 12px!important}
.buyzone .sku{margin-top:4px!important}
.gallery{gap:6px}
.gal-thumbs{margin-top:8px!important;gap:8px!important}
.gthumb{width:48px!important;height:48px!important;font-size:9.5px!important}
.gthumb img{max-height:30px!important}
.buyzone h1{font-size:20px!important;margin-top:10px!important}
}

/* listing cards: square photo area (rozetka-like), mobile + desktop */
.pcard-img{height:auto!important;aspect-ratio:1/1}
.pcard-img img{max-height:78%!important;max-width:82%!important;width:auto!important;height:auto!important;object-fit:contain}

/* color dots on listing cards */
.pcard-colors{display:flex;gap:5px;margin-top:6px;flex-wrap:wrap}
.pcard-colors span{width:14px;height:14px;border-radius:50%;border:1px solid rgba(0,0,0,.18);cursor:pointer;transition:transform .15s}
.pcard-colors span:hover{transform:scale(1.25)}

/* wish heart on product cards (shared) */
.wish-btn{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;z-index:2;padding:0;box-shadow:0 2px 6px rgba(0,0,0,.08)}
.wish-btn:hover{border-color:var(--accent)}
.wish-btn.on{background:var(--accent);border-color:var(--accent)}
.wish-btn svg{width:16px;height:16px;stroke:var(--ink2);fill:none;stroke-width:2;transition:.2s}
.wish-btn.on svg{stroke:#fff;fill:#fff}


/* flavor profile inside left column of Про товар */
.about-grid .flavor-profile{margin:0 0 26px!important}

/* ===== FOOTER v2 ===== */
@media(min-width:1080px){
  .foot-grid{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr!important;gap:48px!important}
}
.foot-contacts{margin-top:18px;display:flex;flex-direction:column;gap:8px}
.foot-contacts a{display:flex!important;align-items:center;gap:9px;font-size:14px!important;font-weight:600;color:rgba(255,255,255,.85)!important;transition:.15s}
.foot-contacts a:hover{color:var(--accent)!important}
.foot-contacts svg{width:15px;height:15px;stroke:var(--accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.foot-contacts .fc-note{font-size:12.5px;color:rgba(255,255,255,.45);padding-left:24px}
.foot-col .fc-all{color:var(--accent)!important;font-weight:700!important;margin-top:4px}
@media(max-width:1079px){
  .foot-grid{gap:0!important;padding:40px 0 24px!important}
  .foot-brand{margin-bottom:26px}
  .foot-col{border-top:1px solid rgba(255,255,255,.12)}
  .foot-col h4{margin:0!important;padding:15px 0!important;display:flex!important;align-items:center;justify-content:space-between;cursor:pointer;font-size:12.5px!important;color:rgba(255,255,255,.75)!important}
  .foot-col h4::after{content:"";width:8px;height:8px;border-right:2px solid rgba(255,255,255,.45);border-bottom:2px solid rgba(255,255,255,.45);transform:rotate(45deg);transition:transform .2s;margin-right:4px}
  .foot-col.open h4::after{transform:rotate(225deg)}
  .foot-col .fc-links{display:none;padding-bottom:14px}
  .foot-col.open .fc-links{display:block}
}

/* ===== DISC BADGE shared (fix: cat-ingridients lacked these) ===== */
.badge-disc{position:absolute;top:38px;left:10px;font-size:10px;font-weight:800;letter-spacing:.04em;border-radius:6px;padding:4px 8px;color:#fff;background:#DC2626;z-index:2}
.pcard-oldprice{font-size:12px;color:#9A9A9A;text-decoration:line-through;font-weight:600;line-height:1}
.pcard-price.sale{color:#DC2626!important}
.pcard-img.has-disc .badge-disc{top:10px}

/* ===== PDP v3 (погоджена структура картки товару) ===== */
.sku-stock{display:inline-flex;align-items:center;gap:6px;margin-left:10px;color:#16A34A;font-weight:700}
.sku-stock::before{content:"";width:7px;height:7px;border-radius:50%;background:#16A34A;display:inline-block}

/* мініатюри = фото цього товару, єдиний стандарт */
.gal-thumbs{display:flex;gap:10px;margin-top:10px}
.gthumb{width:64px;height:64px;border:1.5px solid #E5E5E5;border-radius:12px;background:#F7F7F7;
  display:flex;align-items:center;justify-content:center;padding:6px;cursor:pointer;transition:.2s;font-size:0}
.gthumb img{max-height:80%;max-width:85%;object-fit:contain;mix-blend-mode:multiply}
.gthumb:hover{border-color:#C9C9C9}
.gthumb.on{border-color:#1A1A1A}

/* єдиний стандарт перемикача варіантів (Формат / Вага / Тип) */
.vols{display:grid;grid-template-columns:1fr 1fr;gap:10px;max-width:460px}
.vols.four{grid-template-columns:1fr 1fr!important;max-width:460px}
.vols .vopt{min-height:64px;display:flex;flex-direction:column;justify-content:center}
.vols.four .vopt b{font-size:14px!important;white-space:nowrap}
.vols.four .vopt span{font-size:13px!important}

/* чипси-посилання в характеристиках */
.spec a.chip-link{color:#1A1A1A;text-decoration:none;border-bottom:1px dashed #C9C9C9;transition:.15s}
.spec a.chip-link:hover{color:#F97316;border-color:#F97316}
.spec a.chip-link::after{content:" →";color:#F97316;font-size:11px}

/* блок схожих товарів */
.related{padding:48px 0}
.related-title{font-size:22px;font-weight:800;margin-bottom:24px;letter-spacing:-.01em}

/* «Показати ще» у групах фільтрів */
.sf-more{display:block;width:100%;text-align:left;margin-top:6px;padding:6px 0;font-size:13px;font-weight:700;color:var(--muted,#8A8B8D);background:none;border:none;cursor:pointer;transition:.15s}
.sf-more:hover{color:var(--accent,#F97316)}
.sf-more::after{content:" ↓";font-size:11px}
.sf-more.on::after{content:" ↑"}

/* ===== ФІЛЬТРИ-АКОРДЕОН: відкриті за замовчуванням, згортаються кліком ===== */
.sf .sf-title{display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;user-select:none;-webkit-tap-highlight-color:transparent}
.sf .sf-title::after{content:"";width:8px;height:8px;flex:0 0 8px;border-right:2px solid #9A9A9A;border-bottom:2px solid #9A9A9A;transform:rotate(-135deg);transition:transform .2s;margin-top:3px}
.sf.collapsed .sf-title::after{transform:rotate(45deg);margin-top:-3px}
.sf .sf-opts,.sf .sf-price-range,.sf .sf-slider{overflow:hidden;transition:max-height .22s ease,opacity .18s ease}
.sf.collapsed .sf-opts,.sf.collapsed .sf-price-range,.sf.collapsed .sf-slider{max-height:0!important;opacity:0;margin:0;padding:0;pointer-events:none}
.sf.collapsed .sf-more{display:none}

/* ===== КАВА: помел + смаковий профіль ===== */
.grind-select{width:100%;font:inherit;font-size:14px;font-weight:600;color:var(--ink);border:1.5px solid var(--border);border-radius:12px;padding:13px 14px;background:#fff;outline:none;cursor:pointer;transition:.2s}
.grind-select:hover,.grind-select:focus{border-color:var(--ink)}
.flavor-profile{margin:24px 0;padding:20px 22px;background:#fff;border:1px solid #E5E5E5;border-radius:12px}
.flavor-profile-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#9A9A9A;margin-bottom:14px}
.flavor-notes-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}
.flavor-chip{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:7px 14px;border-radius:20px;background:#F7F7F7;color:#5A5A5A}
.roast-scale{margin-bottom:20px}
.roast-scale-label{display:flex;justify-content:space-between;font-size:11px;color:#9A9A9A;margin-bottom:8px}
.roast-scale-label b{color:#1A1A1A;font-weight:700}
.roast-scale-track{height:8px;border-radius:4px;background:linear-gradient(90deg,#E8D5B5,#B87F45,#6B3E1E,#2A1810);position:relative}
.roast-scale-dot{position:absolute;top:-4px;width:16px;height:16px;border-radius:50%;background:#fff;border:3px solid #1A1A1A;transform:translateX(-50%);box-shadow:0 1px 4px rgba(0,0,0,.2)}
.taste-bars{display:grid;grid-template-columns:1fr 1fr;gap:14px 24px}
.taste-bar-label{display:flex;justify-content:space-between;font-size:11px;color:#5A5A5A;margin-bottom:5px}
.taste-bar-track{height:6px;border-radius:3px;background:#E5E5E5;overflow:hidden}
.taste-bar-fill{height:100%;background:#CF8347;border-radius:3px}
.taste-bars{grid-template-columns:1fr}
.taste-bars{grid-template-columns:1fr 1fr}
.grind-help{width:17px;height:17px;border-radius:50%;background:#EDEDED;color:#3A3B3D;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:relative;user-select:none;flex-shrink:0}
.grind-help:hover{background:#3A3B3D;color:#fff}
.grind-help:hover .grind-pop,.grind-help:focus .grind-pop{display:block}
.grind-pop{display:none;position:absolute;left:-20px;top:calc(100% + 10px);width:min(320px,82vw);background:#fff;border:1px solid #E5E5E5;border-radius:12px;box-shadow:0 12px 32px rgba(0,0,0,.14);padding:14px 16px;z-index:60;font-weight:400;font-size:12.5px;line-height:1.55;color:#3A3B3D;text-align:left;cursor:default}
@media(max-width:640px){.taste-bars{grid-template-columns:1fr!important}}

/* ===== КАВА: смаковий профіль у стилі макета (чипси + точки) ===== */
.cprof{margin:0 0 22px}
.cprof-title{font-size:13px;font-weight:700;color:var(--ink,#1A1A1A);margin:0 0 12px}
.cprof-notes{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}
.cprof-chip{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:500;color:#3A3B3D;
 padding:8px 16px;border:1px solid #E5E5E5;border-radius:22px;background:#fff}
.cprof-chip svg{width:15px;height:15px;stroke:#9A9A9A;fill:none;stroke-width:1.6;flex-shrink:0}
.cprof-scales{display:flex;flex-wrap:wrap;gap:10px 28px;padding:16px 0;border-top:1px solid #EDEDED;border-bottom:1px solid #EDEDED}
.cprof-scale{display:flex;align-items:center;gap:10px}
.cprof-scale b{font-size:13.5px;font-weight:700;color:var(--ink,#1A1A1A)}
.cprof-dots{display:flex;gap:5px}
.cprof-dots i{width:11px;height:11px;border-radius:50%;border:1.5px solid #E0E0E0;background:#fff;display:block}
.cprof-dots i.on{background:var(--accent,#F97316);border-color:var(--accent,#F97316)}
@media(max-width:640px){.cprof-scales{gap:10px 18px}}

/* ===== КОЛІР-КРУЖЕЧКИ у картці товару (стиль макета) ===== */
.swatches{display:flex;gap:12px;flex-wrap:wrap;max-width:460px;margin:4px 0 2px}
.swatch{width:30px;height:30px;border-radius:50%;cursor:pointer;position:relative;padding:0;
 border:1px solid rgba(0,0,0,.12);transition:transform .15s;box-shadow:inset 0 -2px 5px rgba(0,0,0,.06)}
.swatch:hover{transform:scale(1.08)}
.swatch.on::after{content:"";position:absolute;inset:-5px;border:2px solid var(--accent,#F97316);border-radius:50%}
.swatch.on::before{content:none}
.opt-label{font-size:13px;color:#8A8B8D;margin:14px 0 8px;font-weight:600}
.opt-label span{color:var(--ink,#1A1A1A);font-weight:700}

/* ===== КОЛІР-СВОТЧІ у фільтрах: компактна сітка ===== */
.sf-opts.sf-colors{display:grid;grid-template-columns:repeat(auto-fill,minmax(26px,1fr));gap:8px;padding:2px 0 0;max-width:210px}
.sf-color{position:relative;display:block;width:22px;height:22px;cursor:pointer;line-height:0}
.sf-color input{position:absolute;opacity:0;width:0;height:0}
.sf-color .dot{display:block;width:22px;height:22px;border-radius:50%;border:1px solid rgba(0,0,0,.12);
 transition:transform .12s;box-shadow:inset 0 -1px 3px rgba(0,0,0,.06)}
.sf-color:hover .dot{transform:scale(1.12)}
.sf-color input:checked+.dot{box-shadow:0 0 0 1.5px #fff,0 0 0 3px var(--accent,#F97316)}
.sf-color .cnt{display:none}
.sf-color[data-zero="1"]{opacity:.3}

/* ── Подвійний слайдер ціни (модель zakaz.ua) ── */
.dual-range{position:relative;height:24px;display:flex;align-items:center;margin-top:2px}
.dual-range::before{content:"";position:absolute;left:2px;right:2px;height:3px;border-radius:2px;background:#E5E5E5}
.dr-fill{position:absolute;height:3px;border-radius:2px;background:#3A3B3D;pointer-events:none}
.dual-range input[type=range]{position:absolute;left:0;right:0;width:100%;margin:0;-webkit-appearance:none;appearance:none;background:none;pointer-events:none;height:24px;accent-color:#3A3B3D}
.dual-range input[type=range]::-webkit-slider-runnable-track{background:none;height:24px}
.dual-range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:auto;width:16px;height:16px;margin-top:4px;border-radius:50%;background:#fff;border:2px solid #3A3B3D;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.18)}
.dual-range input[type=range]::-moz-range-track{background:none}
.dual-range input[type=range]::-moz-range-thumb{pointer-events:auto;width:14px;height:14px;border-radius:50%;background:#fff;border:2px solid #3A3B3D;cursor:pointer}
.sf.collapsed .dual-range{max-height:0!important;opacity:0;margin:0;padding:0;pointer-events:none;overflow:hidden}

/* ── Динамічний кошик: анімація лічильника + крапка ── */
.top-cart .count.bump{animation:cartBump .4s ease}
@keyframes cartBump{0%{transform:scale(1)}40%{transform:scale(1.5);background:#22C55E}100%{transform:scale(1)}}
.add-dot{position:fixed;width:12px;height:12px;border-radius:50%;background:#F97316;z-index:999;pointer-events:none;animation:addFly .7s ease forwards}
@keyframes addFly{0%{opacity:1;transform:translate(0,0) scale(1)}100%{opacity:0;transform:translate(40px,-60px) scale(.4)}}

/* ── Пагінація списків ── */
.pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding:28px 0 8px;flex-wrap:wrap}
.pg-btn{min-width:40px;height:40px;padding:0 12px;border-radius:8px;border:none;background:rgba(19,19,30,.04);
color:#13131E;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}
.pg-btn:hover:not(:disabled){background:rgba(19,19,30,.08)}
.pg-btn.on{background:#13131E;color:#fff}
.pg-btn:disabled{opacity:.35;cursor:default}
.pg-dots{color:#9A9A9A;padding:0 2px}

/* ── Модалка авторизації + тост ── */
.auth-ov{position:fixed;inset:0;background:rgba(20,20,20,.55);z-index:1200;display:none;align-items:center;justify-content:center;padding:20px}
.auth-ov.on{display:flex}
.auth-box{background:#fff;border-radius:18px;padding:28px 26px 22px;width:100%;max-width:400px;position:relative;box-shadow:0 24px 60px rgba(0,0,0,.22)}
.auth-x{position:absolute;top:12px;right:14px;width:34px;height:34px;border:none;background:none;font-size:26px;color:#8A8B8D;cursor:pointer;line-height:1}
.auth-tabs{display:flex;gap:6px;margin-bottom:18px}
.auth-tab{flex:1;height:42px;border:none;border-radius:10px;background:rgba(19,19,30,.04);font:inherit;font-size:14px;font-weight:700;color:#8A8B8D;cursor:pointer;transition:.15s}
.auth-tab.on{background:#1A1A1A;color:#fff}
.auth-note{font-size:13px;color:#5A5A5A;background:#FFF7ED;border:1px solid #FED7AA;border-radius:10px;padding:10px 12px;margin-bottom:14px}
.auth-f{display:block;margin-bottom:12px}
.auth-f span{display:block;font-size:12.5px;font-weight:700;color:#5A5A5A;margin-bottom:6px}
.auth-f input{width:100%;height:46px;border:1px solid #E5E5E5;border-radius:10px;padding:0 14px;font:inherit;font-size:14.5px;box-sizing:border-box}
.auth-f input:focus{outline:none;border-color:#F97316}
.auth-go{width:100%;height:48px;border:none;border-radius:10px;background:#F97316;color:#fff;font:inherit;font-size:15px;font-weight:800;cursor:pointer;margin-top:4px;transition:.15s}
.auth-go:hover{background:#EA6A0A}
.auth-forgot{display:block;width:100%;background:none;border:none;font:inherit;font-size:13px;color:#8A8B8D;cursor:pointer;padding:12px 0 4px;text-decoration:underline}
.auth-b2b{border-top:1px solid #EFEFEF;margin-top:12px;padding-top:14px;font-size:13px;color:#8A8B8D;text-align:center}
.auth-b2b a{color:#F97316;font-weight:700}
.un-toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%) translateY(20px);opacity:0;pointer-events:none;
background:#1A1A1A;color:#fff;border-radius:12px;padding:13px 18px;font-size:13.5px;font-weight:600;z-index:1300;
display:flex;align-items:center;gap:14px;box-shadow:0 12px 32px rgba(0,0,0,.25);transition:.25s;max-width:calc(100vw - 32px)}
.un-toast.on{opacity:1;transform:translateX(-50%) translateY(0);pointer-events:auto}
.un-toast-cta{background:#F97316;border:none;border-radius:8px;color:#fff;font:inherit;font-size:13px;font-weight:800;padding:8px 12px;cursor:pointer;white-space:nowrap}

/* Google-вхід у модалці */
.auth-google{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:48px;
border:1px solid #DADCE0;border-radius:10px;background:#fff;font:inherit;font-size:15px;font-weight:600;
color:#3C4043;cursor:pointer;transition:.15s;margin-bottom:16px}
.auth-google:hover{background:#F8F9FA;border-color:#C6C8CB;box-shadow:0 1px 3px rgba(60,64,67,.15)}
.auth-or{display:flex;align-items:center;gap:12px;margin:0 0 16px;color:#9A9A9A;font-size:12.5px}
.auth-or::before,.auth-or::after{content:"";flex:1;height:1px;background:#EFEFEF}
