/* ==========================================================================
   CSS v6 – Terracotta / Dusty Rose palette, Favi-style cards, hero banners
   ========================================================================== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --pri:#bf6645;--pri-h:#a8553a;--pri-l:#fdf5f2;
  --acc:#bf6645;--acc-bg:#fdf5f2;
  --green:#16a34a;--green-bg:#ecfdf5;
  --amber:#d97706;--amber-bg:#fffbeb;
  --txt:#222;--txt2:#555;--txt3:#999;
  --bg:#fff;--bg2:#f6ece6;
  --brd:#d6b9ac;--brd2:#f0e4dd;
  --font:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,sans-serif;
  --sh-sm:0 1px 3px rgba(0,0,0,.05);--sh-md:0 4px 16px rgba(0,0,0,.07);--sh-lg:0 12px 32px rgba(0,0,0,.1);
  --sh-card:0 2px 8px rgba(0,0,0,.04),0 8px 24px rgba(0,0,0,.06);
  --r-sm:8px;--r-md:12px;--r-lg:16px;--r-full:100px;
  --ease:cubic-bezier(.4,0,.2,1);--max-w:1260px;
}
html{font-size:16px;-webkit-font-smoothing:antialiased;scroll-behavior:smooth;overflow-x:hidden}
body{font-family:var(--font);color:var(--txt);background:var(--bg);line-height:1.6;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;max-width:100vw}
img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}
button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}input,select,textarea{font:inherit;color:inherit}
.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 20px}
.hidden{display:none!important}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 20px;border-radius:var(--r-sm);font-weight:600;font-size:.875rem;line-height:1.4;transition:all .15s;white-space:nowrap;border:2px solid transparent}
.btn--primary{background:var(--pri);color:#fff;border-color:var(--pri)}.btn--primary:hover{background:var(--pri-h);border-color:var(--pri-h)}
.btn--outline{background:transparent;color:var(--txt);border-color:var(--brd)}.btn--outline:hover{border-color:var(--pri);color:var(--pri);background:var(--pri-l)}
.btn--large{padding:14px 28px;font-size:1rem;border-radius:var(--r-md)}.btn--full{width:100%}.btn svg{flex-shrink:0}

/* TRUST BAR */
.trust-bar{background:var(--bg2);border-bottom:1px solid var(--brd2);padding:7px 0;font-size:.78rem;color:var(--txt2)}
.trust-bar__inner{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}
.trust-bar__item{display:flex;align-items:center;gap:5px;white-space:nowrap}.trust-bar__item svg{flex-shrink:0;color:var(--pri)}

/* HEADER */
.header{background:var(--bg);border-bottom:1px solid var(--brd);position:sticky;top:0;z-index:100}
.header__inner{display:flex;align-items:center;gap:16px;height:56px}
.header__logo{display:flex;align-items:center;gap:8px;font-weight:700;font-size:1.1rem;flex-shrink:0;letter-spacing:-.02em}.header__logo:hover{color:var(--pri)}
.header__search{flex:1;max-width:480px;display:flex;align-items:center;background:var(--bg2);border:2px solid transparent;border-radius:var(--r-full);padding:0 16px;transition:all .15s}
.header__search:focus-within{border-color:var(--pri);background:var(--bg);box-shadow:0 0 0 3px rgba(37,99,235,.1)}
.header__search input{border:none;background:transparent;outline:none;padding:9px 0;width:100%;font-size:.875rem}
.header__search button{flex-shrink:0;padding:6px;color:var(--txt3)}.header__search button:hover{color:var(--pri)}
.header__menu-btn{display:none;flex-direction:column;gap:5px;padding:8px}
.header__menu-btn span{display:block;width:20px;height:2px;background:var(--txt);border-radius:2px}

/* MEGA-MENU NAV */
.nav{background:var(--bg);border-bottom:1px solid var(--brd2)}
.nav__list{display:flex;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.nav__list::-webkit-scrollbar{display:none}
.nav__item{position:relative;flex-shrink:0}
.nav__item>a{display:flex;align-items:center;gap:4px;padding:10px 12px;font-size:.82rem;font-weight:500;color:var(--txt2);white-space:nowrap;transition:color .15s;border-bottom:2px solid transparent}
.nav__item>a:hover,.nav__item>a.active{color:var(--pri);border-bottom-color:var(--pri)}
.nav__arrow{opacity:.5;transition:transform .2s}
.nav__item:hover .nav__arrow{transform:rotate(180deg);opacity:1}

.nav__mega{display:none;position:absolute;top:100%;left:0;width:max-content;max-width:min(90vw,900px);max-height:70vh;overflow-y:auto;background:var(--bg);border:1px solid var(--brd);border-radius:var(--r-md);box-shadow:var(--sh-lg);padding:16px;z-index:50}
.nav__item:hover .nav__mega{display:block}
.nav__item:nth-last-child(-n+3) .nav__mega{left:auto;right:0}
.nav__mega-inner{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,auto));gap:4px 12px}
.nav__mega-link{display:flex;align-items:center;gap:10px;padding:8px 12px;font-size:.84rem;color:var(--txt2);border-radius:6px;transition:all .1s;white-space:nowrap}
.nav__mega-link:hover{background:var(--pri-l);color:var(--pri)}
.nav__mega-link img{width:40px;height:40px;border-radius:6px;object-fit:cover;flex-shrink:0;background:var(--bg2);border:1px solid var(--brd2)}
.nav__mega-link small{font-size:.72rem;color:var(--txt3);margin-left:auto}

/* SECTIONS */
.main{flex:1;padding-bottom:40px}
.section{padding:36px 0}.section--alt{background:var(--bg2)}
.section__title{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;margin-bottom:18px}

/* Sale scroll carousel */
.sale-scroll-wrap{position:relative}
.sale-scroll-wrap::after{content:'';position:absolute;top:0;right:0;bottom:0;width:40px;background:linear-gradient(90deg,transparent,var(--bg2));pointer-events:none;z-index:2}
.sale-scroll-wrap.at-end::after{display:none}
.sale-scroll{display:flex;gap:18px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:4px 0}
.sale-scroll::-webkit-scrollbar{display:none}
.sale-scroll__item{flex:0 0 calc(25% - 14px);min-width:0}
.sale-scroll__item .product-card{height:100%}
.sale-scroll__arrow{position:absolute;top:40%;z-index:3;width:28px;height:28px;border-radius:50%;border:1px solid var(--brd2);background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px rgba(0,0,0,.12);padding:0;line-height:0}
.sale-scroll__arrow:hover{background:var(--bg2)}
.sale-scroll__arrow--left{left:-10px}
.sale-scroll__arrow--right{right:-10px}

/* HERO */
.hero{background:linear-gradient(135deg,var(--pri-l) 0%,#fff 50%,#fef9c3 100%);padding:44px 0;text-align:center}
.hero__title{font-size:clamp(1.5rem,4vw,2.4rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin-bottom:10px}
.hero__subtitle{font-size:1rem;color:var(--txt2);max-width:500px;margin:0 auto 20px}
.hero__search{display:flex;max-width:500px;margin:0 auto;background:var(--bg);border-radius:var(--r-full);box-shadow:var(--sh-md);overflow:hidden;border:2px solid transparent;transition:border-color .15s}
.hero__search:focus-within{border-color:var(--pri)}
.hero__search input{flex:1;border:none;outline:none;padding:13px 18px;font-size:.9rem;background:transparent}
.hero__search button{background:var(--pri);color:#fff;padding:13px 22px;font-weight:600;font-size:.88rem;border:none;cursor:pointer}.hero__search button:hover{background:var(--pri-h)}

/* CATEGORIES */
.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px}
.category-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:18px 10px;background:#fff;border:1px solid var(--brd2);border-radius:var(--r-md);transition:all .2s;box-shadow:var(--sh-sm)}
.category-card:hover{border-color:var(--pri);box-shadow:var(--sh-md)}
.category-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--bg2);border-radius:var(--r-sm);margin-bottom:8px;color:var(--pri);overflow:hidden}
.category-card__icon img{width:100%;height:100%;object-fit:contain}
.category-card h3{font-size:.82rem;font-weight:600;margin-bottom:2px}.category-card__count{font-size:.72rem;color:var(--txt3)}

/* BANNER ROW */
/* BANNERS (4-column tile grid) */
.banners{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:8px}
.banner{display:block;position:relative;border-radius:var(--r-lg);overflow:hidden;color:#fff;text-decoration:none;aspect-ratio:4/3}
.banner__bg{position:absolute;inset:0}
.banner__bg img{width:100%;height:100%;object-fit:cover;display:block}
.banner__content{position:absolute;bottom:0;left:0;right:0;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;padding:14px 16px;background:linear-gradient(to top,rgba(0,0,0,.65) 0%,rgba(0,0,0,.15) 60%,transparent 100%)}
.banner__title{font-size:clamp(.82rem,1.4vw,1rem);font-weight:700;letter-spacing:-.01em;line-height:1.25;margin-bottom:1px;text-shadow:0 1px 4px rgba(0,0,0,.4)}
.banner__subtitle{font-size:.72rem;opacity:.85;line-height:1.3;text-shadow:0 1px 2px rgba(0,0,0,.3)}
.banner__btn{display:inline-flex;align-items:center;gap:4px;margin-top:6px;padding:4px 12px;background:rgba(255,255,255,.92);color:var(--txt);font-size:.7rem;font-weight:600;border-radius:var(--r-full);transition:background .15s;width:fit-content}
.banner:hover .banner__btn{background:#fff}
.banner:hover .banner__bg img{transform:scale(1.04);transition:transform .4s}

/* ==========================================================================
   PRODUCT CARD
   ========================================================================== */
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{background:#fff;border:1px solid transparent;border-radius:var(--r-md);overflow:hidden;transition:box-shadow .2s;box-shadow:var(--sh-card);display:flex;flex-direction:column}
.product-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.06),0 16px 40px rgba(0,0,0,.1)}
.product-card__link{display:flex;flex-direction:column;flex:1;color:inherit;text-decoration:none;min-width:0;overflow:hidden}
.product-card__image{position:relative;background:#fff;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;padding:12px;overflow:hidden}
.product-card__image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.product-card__badges{position:absolute;top:8px;left:8px;display:flex;flex-direction:column;gap:4px;z-index:2}
.product-card__badge{display:inline-block;padding:3px 8px;border-radius:4px;font-size:.7rem;font-weight:700;line-height:1.3}
.product-card__badge--sale{background:var(--sale,#dc2626);color:#fff;font-weight:700;font-size:.78rem;padding:4px 10px}.product-card__badge--new{background:var(--pri);color:#fff}.product-card__badge--tip{background:var(--green);color:#fff}
.product-card__badge--large{font-size:.8rem;padding:4px 10px}
.product-card__actions{display:flex;border-top:1px solid var(--brd2)}
.product-card__action{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;padding:9px 8px;font-size:.78rem;font-weight:600;color:var(--txt2);transition:all .12s;text-decoration:none;white-space:nowrap}
.product-card__action--detail{border-right:1px solid var(--brd2)}
.product-card__action--detail:hover{color:var(--txt);background:var(--bg2)}
.product-card__action--shop{color:var(--pri)}
.product-card__action--shop:hover{background:var(--pri-l);color:var(--pri-h)}
.product-card__body{padding:8px 12px 10px;display:flex;flex-direction:column;flex:1}
.product-card__brand{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--txt3);margin-bottom:1px}
.product-card__title{font-size:.84rem;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:auto}
.product-card__footer{margin-top:6px;padding-top:0;border-top:none}
.product-card__price-row{display:flex;align-items:center;gap:6px;min-height:32px}
.product-card__price-row .pc-tag{margin-left:auto}
.product-card__price-current{font-size:1.05rem;font-weight:700;color:var(--txt)}
.product-card__price-original{font-size:.7rem;color:var(--txt3);text-decoration:line-through}
.product-card__price-block--sale{display:inline-flex;align-items:baseline;gap:4px;padding:3px 8px;border-radius:4px;background:var(--sale,#dc2626);color:#fff}
.product-card__price-block--sale .product-card__price-current{color:#fff;font-size:.88rem;font-weight:700}
.product-card__price-block--sale .product-card__price-original{color:rgba(255,255,255,.7);font-size:.68rem}
.product-card__tags{display:flex;flex-wrap:wrap;gap:4px;margin-left:auto}
.pc-tag{display:inline-flex;align-items:center;gap:3px;padding:2px 7px;border-radius:4px;font-size:.68rem;font-weight:600}
.pc-tag--green{color:var(--green);background:var(--green-bg)}.pc-tag--gray{color:var(--txt3);background:var(--bg2)}

/* Variant miniaturky v kartičce — horizontální scroll se šipkami */
.product-card__variants-wrap{position:relative;padding:6px 2px 0;height:52px;overflow:hidden;width:100%;min-width:0}
.product-card__variants-spacer{height:0;transition:height .1s}
.product-card__variants-spacer.has-row-variants{height:52px}
.product-card__variants{display:flex;align-items:flex-start;gap:3px;padding:4px 0 2px;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-behavior:smooth;width:100%;min-width:0;touch-action:pan-x}
.product-card__variants::-webkit-scrollbar{display:none}
.product-card__variants--empty{display:none}
.product-card__varrow{position:absolute;top:12px;z-index:3;width:20px;height:20px;border-radius:50%;border:1px solid rgba(0,0,0,.12);background:rgba(255,255,255,.95);color:#555;font-size:13px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 5px rgba(0,0,0,.2);transition:all .15s;visibility:hidden;opacity:0}
.product-card__varrow--left{left:-2px}
.product-card__varrow--right{right:-2px}
.product-card__varrow:hover{background:#fff;color:var(--pri);box-shadow:0 2px 8px rgba(0,0,0,.25);transform:scale(1.1)}
.product-card__variants-wrap.has-overflow .product-card__varrow--right{visibility:visible;opacity:1}
.product-card__variants-wrap.has-overflow.scrolled-right .product-card__varrow--left{visibility:visible;opacity:1}
.product-card__variants-wrap.has-overflow.scrolled-end .product-card__varrow--right{visibility:hidden;opacity:0}
.product-card__vthumb{position:relative;display:flex;flex-direction:column;align-items:center;gap:1px;width:38px;border-radius:4px;border:1.5px solid var(--brd2);background:#fff;padding:2px;cursor:pointer;transition:border-color .15s,box-shadow .15s;flex-shrink:0;overflow:visible;outline:none;-webkit-tap-highlight-color:transparent}
.product-card__vthumb:focus{outline:none}
.product-card__vthumb:focus-visible{outline:2px solid var(--pri);outline-offset:1px}
.product-card__vthumb:hover,.product-card__vthumb.active{border-color:var(--pri);box-shadow:0 0 0 1px var(--pri)}
.product-card__vthumb.on-sale{border-color:#fcd9bf;background:linear-gradient(180deg,#fff8e7 0%,#ffebe4 100%)}
.product-card__vthumb.on-sale.active,.product-card__vthumb.on-sale:hover{border-color:var(--sale,#dc2626);box-shadow:0 0 0 1px var(--sale,#dc2626)}
.product-card__vdot{position:absolute;top:-5px;right:-5px;padding:1px 4px;border-radius:8px;background:var(--sale,#dc2626);color:#fff;font-size:.52rem;font-weight:700;line-height:1.2;z-index:2;white-space:nowrap;box-shadow:0 1px 2px rgba(0,0,0,.15)}
.product-card__vthumb img{width:100%;height:24px;object-fit:cover;object-position:center top;border-radius:2px}
.product-card__vlabel{font-size:.48rem;line-height:1.1;color:var(--txt2);text-align:center;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-card__vmore{font-size:.72rem;font-weight:600;color:var(--txt3);padding:0 2px;white-space:nowrap;align-self:center;flex-shrink:0}

/* ==========================================================================
   PRODUCT DETAIL (Favi style v2)
   ========================================================================== */
.pd{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:32px;padding-top:8px;align-items:start}
.pd__gallery{display:flex;gap:10px;align-items:flex-start;position:relative}
.pd__main-img{position:relative;flex:1;background:#fff;border:1px solid var(--brd2);border-radius:var(--r-lg);display:flex;align-items:center;justify-content:center;padding:24px;aspect-ratio:1;overflow:hidden;min-width:0;order:2}
.pd__main-img img{max-width:100%;max-height:100%;object-fit:contain}
.pd__thumbs-wrap{width:72px;flex-shrink:0;order:1;display:flex;flex-direction:column;align-items:center;overflow:hidden;align-self:stretch}
.pd__thumbs{display:flex;flex-direction:column;gap:6px;width:72px;flex:1 1 0;min-height:0;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}
.pd__thumbs::-webkit-scrollbar{display:none}
.pd__thumb{width:68px;height:68px;border:2px solid var(--brd2);border-radius:8px;overflow:hidden;padding:4px;cursor:pointer;background:#fff;transition:border-color .15s;flex-shrink:0}
.pd__thumb:hover,.pd__thumb.active{border-color:var(--pri)}
.pd__thumb img{width:100%;height:100%;object-fit:contain}
.pd__thumbs-arrow{width:28px;height:20px;border:1px solid var(--brd2);border-radius:6px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--pri);flex-shrink:0;margin:2px 0;transition:background .15s}
.pd__thumbs-arrow:hover{background:var(--bg-soft)}
.pd__thumbs-arrow[disabled]{opacity:.3;cursor:default}
.pd__badge-sale{position:absolute;top:12px;left:12px;z-index:2;padding:4px 10px;border-radius:4px;font-size:.78rem;font-weight:700;background:var(--sale,#dc2626);color:#fff}
.pd__counter{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);padding:3px 10px;background:rgba(0,0,0,.55);color:#fff;font-size:.72rem;font-weight:600;border-radius:var(--r-full)}
.pd__arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.85);border:1px solid var(--brd2);border-radius:50%;color:var(--txt);cursor:pointer;transition:all .15s;z-index:3;box-shadow:0 1px 4px rgba(0,0,0,.1)}
.pd__arrow:hover{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.15)}
.pd__arrow--left{left:10px}.pd__arrow--right{right:10px}

.pd__info{display:flex;flex-direction:column}
.pd__brand{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--pri);margin-bottom:4px}
.pd__title{font-size:clamp(1.15rem,2.5vw,1.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.25;margin-bottom:8px}
.pd__summary{font-size:.9rem;color:var(--txt2);margin-bottom:16px}.pd__summary strong{color:var(--txt);font-weight:700}

/* Doporučená nabídka – Favi styl */
.pd__best{position:relative;border:2px solid var(--pri);border-radius:var(--r-md);margin-bottom:16px;overflow:hidden}
.pd__best-label{position:absolute;top:0;left:16px;padding:2px 10px;background:var(--pri);color:#fff;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;border-radius:0 0 6px 6px}
.pd__best-inner{padding:28px 18px 18px}
.pd__best-shop{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.pd__best-logo{height:28px;width:auto;max-width:110px;object-fit:contain}
.pd__best-name{font-size:.92rem;font-weight:700}
.pd__best-price{font-size:1.6rem;font-weight:800;color:var(--txt);letter-spacing:-.02em;margin-bottom:10px}

/* Sleva box — podbarvení celého price řádku */
.pd__best-price-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:10px;padding:8px 12px;border-radius:var(--r-sm);background:linear-gradient(90deg,#fff8e7 0%,#ffebe4 100%);border:1px solid #fcd9bf}
.pd__best-price-row .pd__best-price{margin-bottom:0;color:var(--txt);line-height:1}
.pd__best-price-original{font-size:1rem;font-weight:600;color:var(--txt3);text-decoration:line-through;line-height:1}
.pd__best-sale-badge{display:inline-block;padding:4px 10px;border-radius:4px;font-size:.78rem;font-weight:700;background:var(--sale,#dc2626);color:#fff;margin-left:auto;white-space:nowrap;line-height:1.2}
.pd__best-btn{font-size:.9rem;padding:12px 24px;border-radius:var(--r-sm);width:100%;justify-content:center;margin-bottom:10px}
.pd__best-tags{display:flex;flex-wrap:wrap;gap:6px}

/* Varianta ve slevě — dot badge s procenty */
.pd__variant.on-sale{background:linear-gradient(180deg,#fff8e7 0%,#ffebe4 100%);border-color:#fcd9bf}
.pd__variant.on-sale .pd__variant-price{font-weight:700}
.pd__variant-sale-dot{position:absolute;top:-4px;right:-4px;padding:2px 5px;border-radius:10px;background:var(--sale,#dc2626);color:#fff;font-size:.58rem;font-weight:700;line-height:1.2;z-index:2;white-space:nowrap}

/* Další nabídky ve slevě — podbarvení celé buňky ceny */
.pd__offer-row-price-block{display:flex;align-items:center;gap:8px;padding:4px 8px;border-radius:var(--r-sm);background:linear-gradient(90deg,#fff8e7 0%,#ffebe4 100%);border:1px solid #fcd9bf;line-height:1}
.pd__offer-row-price-block .pd__offer-row-price{padding:0;min-width:0;background:none;border:none}
.pd__offer-row-price-original{font-size:.8rem;font-weight:600;color:var(--txt3);text-decoration:line-through;white-space:nowrap}
.pd__offer-row-sale-badge{display:inline-block;padding:2px 6px;border-radius:3px;font-size:.68rem;font-weight:700;background:var(--sale,#dc2626);color:#fff;white-space:nowrap;line-height:1.2}

/* Další nabídky */
.pd__others{border:1px solid var(--brd);border-radius:var(--r-md);overflow:hidden;margin-bottom:16px}
.pd__others-label{display:block;padding:10px 18px;font-size:.82rem;font-weight:600;color:var(--txt2);border-bottom:1px solid var(--brd2);background:var(--bg2)}
.pd__others-list{display:flex;flex-direction:column}
.pd__offer-row{display:flex;align-items:center;gap:12px;padding:12px 18px;border-bottom:1px solid var(--brd2)}
.pd__offer-row:last-child{border-bottom:none}
.pd__offer-row-shop{display:flex;align-items:center;gap:8px;min-width:120px}
.pd__offer-row-logo{height:22px;width:auto;max-width:80px;object-fit:contain}
.pd__offer-row-name{font-size:.84rem;font-weight:600}
.pd__offer-row-tags{display:flex;gap:6px;flex:1}
.pd__offer-row-price{font-size:1.05rem;font-weight:800;min-width:80px;text-align:right}
.pd__offer-row-btn{font-size:.78rem;padding:7px 14px;white-space:nowrap}

.pd__tag{display:inline-flex;align-items:center;gap:3px;padding:3px 8px;border-radius:4px;font-size:.75rem;font-weight:600}
.pd__tag--green{color:var(--green);background:var(--green-bg)}
.pd__tag--amber{color:var(--amber);background:var(--amber-bg)}
.pd__tag--red{color:var(--acc);background:var(--acc-bg)}
.pd__tag--gray{color:var(--txt3);background:#f5f1ee}

/* Tabs */
.pd__tabs{display:flex;gap:0;border-bottom:2px solid var(--brd2);margin-bottom:20px}
.pd__tab{padding:10px 20px;font-size:.88rem;font-weight:600;color:var(--txt3);border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .1s}
.pd__tab:hover{color:var(--txt)}.pd__tab.active{color:var(--pri);border-bottom-color:var(--pri)}
.pd__tab-content{margin-bottom:32px}
.params-table{width:100%;max-width:600px;border-collapse:collapse}
.params-table td{padding:10px 0;font-size:.84rem;border-bottom:1px solid var(--brd2)}.params-table td:first-child{color:var(--txt2);width:40%;font-weight:500}

/* BREADCRUMB */
.breadcrumb{padding:14px 0 8px}.breadcrumb ol{display:flex;align-items:center;flex-wrap:wrap}
.breadcrumb li{display:flex;align-items:center;font-size:.78rem;color:var(--txt3)}
.breadcrumb li+li::before{content:'›';margin:0 7px;opacity:.5;font-size:.88rem}
.breadcrumb a{color:var(--txt2)}.breadcrumb a:hover{color:var(--pri)}.breadcrumb li:last-child{color:var(--txt);font-weight:500}

/* CATEGORY PAGE */
.category-header{margin-bottom:14px}.category-header h1{font-size:clamp(1.3rem,3vw,1.7rem);font-weight:700;letter-spacing:-.02em;margin-bottom:4px}
.category-header p{color:var(--txt2);font-size:.88rem;line-height:1.7;max-width:650px}
.seo-intro{color:var(--txt2);font-size:.88rem;line-height:1.7;max-width:650px;margin-bottom:18px}
.subcategories{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}
.subcategory-tag{display:inline-flex;align-items:center;gap:4px;padding:6px 14px;background:var(--bg);border:1px solid var(--brd);border-radius:var(--r-full);font-size:.8rem;font-weight:500;color:var(--txt2);transition:all .1s}
.subcategory-tag:hover{border-color:var(--pri);color:var(--pri);background:var(--pri-l)}
.subcategory-tag small{color:var(--txt3)}

.catalog-layout{display:grid;grid-template-columns:240px 1fr;gap:24px;align-items:start}
.filters{position:sticky;top:130px;background:var(--bg);border:1px solid var(--brd);border-radius:var(--r-md);padding:18px}
.filters__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--brd2)}
.filters__header strong{font-size:.9rem;font-weight:700}
.filters__close{display:none;padding:4px;color:var(--txt3)}.filters__close:hover{color:var(--txt)}
.filter-group{margin-bottom:14px}
.filter-group__label{display:block;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--txt2);margin-bottom:5px}
.filter-group select,.filter-group input[type="number"]{width:100%;padding:8px 10px;border:1px solid var(--brd);border-radius:6px;background:var(--bg);font-size:.84rem;outline:none;transition:border-color .1s}
.filter-group select:focus,.filter-group input[type="number"]:focus{border-color:var(--pri)}
.filter-group__range{display:flex;align-items:center;gap:6px}.filter-group__range input{width:100%}.filter-group__range span{color:var(--txt3);font-size:.84rem;flex-shrink:0}
.filter-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.84rem}
.filter-checkbox input[type="checkbox"]{width:16px;height:16px;accent-color:var(--pri)}
.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;gap:12px;flex-wrap:wrap}
.catalog-toolbar__count{font-size:.84rem;color:var(--txt2);font-weight:500}
.catalog-toolbar__actions{display:flex;align-items:center;gap:10px}
.catalog-toolbar__perpage{display:flex;align-items:center;gap:6px;font-size:.84rem;color:var(--txt2)}
.catalog-toolbar__perpage select{padding:5px 8px;border:1px solid var(--brd);border-radius:var(--r-sm);font-size:.84rem;background:#fff;cursor:pointer}
.catalog-toolbar__filter-btn{display:none;align-items:center;gap:6px;padding:8px 14px;background:var(--bg);border:1px solid var(--brd);border-radius:var(--r-full);font-size:.84rem;font-weight:500;color:var(--txt2)}

/* Load more / infinite scroll */
.catalog-loadmore{display:flex;flex-direction:column;align-items:center;gap:8px;margin:32px 0 16px}
.catalog-loadmore .btn{min-width:220px}
.catalog-loadmore__status{font-size:.82rem;color:var(--txt3);min-height:20px}
.catalog-loadmore__spinner{display:inline-block;width:16px;height:16px;border:2px solid var(--brd);border-top-color:var(--pri);border-radius:50%;animation:spin .7s linear infinite;vertical-align:middle;margin-right:6px}
.catalog-pagination{display:flex;justify-content:center;margin:16px 0 24px}
@keyframes spin{to{transform:rotate(360deg)}}

/* OFFERS TABLE */
.offers-table{display:flex;flex-direction:column;gap:8px}
.offer-row{display:flex;align-items:center;gap:18px;padding:12px 18px;background:var(--bg);border:1px solid var(--brd2);border-radius:var(--r-sm);transition:border-color .1s}
.offer-row:hover{border-color:var(--brd)}.offer-row--best{border-color:var(--pri);background:var(--pri-l)}
.offer-row__shop{display:flex;align-items:center;gap:8px;min-width:140px}
.offer-row__logo{width:28px;height:28px;object-fit:contain;border-radius:4px}
.offer-row__shop-name{font-size:.86rem;font-weight:600}
.offer-row__details{flex:1;display:flex;align-items:center;gap:10px}
.offer-row__delivery{font-size:.76rem;color:var(--txt2)}
.offer-row__price{display:flex;align-items:baseline;gap:6px;min-width:90px}
.offer-row__price-value{font-size:1.02rem;font-weight:700}
.offer-row__discount{font-size:.7rem;font-weight:600;color:var(--acc);background:var(--acc-bg);padding:1px 5px;border-radius:3px}

/* SEO & FAQ */
.seo-content{padding:36px 0;border-top:1px solid var(--brd2);margin-top:20px}
.seo-content__text{max-width:750px;color:var(--txt2);font-size:.86rem;line-height:1.8}
.seo-content__text h2,.seo-content__text h3{color:var(--txt);font-weight:600;margin:18px 0 6px}
.seo-content__text h2{font-size:1.1rem}.seo-content__text h3{font-size:.95rem}
.seo-content__text p{margin-bottom:10px}
.seo-content__text ul,.seo-content__text ol{margin-bottom:10px;padding-left:1.5rem}.seo-content__text li{margin-bottom:3px;list-style:disc}
.faq-section{padding:36px 0}.faq-section__title{font-size:1.15rem;font-weight:700;margin-bottom:14px}.faq-list{max-width:750px}
.faq-item{border-bottom:1px solid var(--brd2)}
.faq-item__question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 0;font-size:.88rem;font-weight:600;text-align:left;cursor:pointer;transition:color .1s}
.faq-item__question:hover{color:var(--pri)}.faq-item__icon{flex-shrink:0;transition:transform .2s}.faq-item.open .faq-item__icon{transform:rotate(180deg)}
.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .3s}.faq-item.open .faq-item__answer{max-height:500px;padding-bottom:12px}
.faq-item__answer p{font-size:.86rem;color:var(--txt2);line-height:1.7}

/* USP */
.usp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.usp-card{text-align:left;padding:20px;display:flex;align-items:flex-start;gap:16px}
.usp-card__icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:var(--pri-l);border-radius:var(--r-md);flex-shrink:0}
.usp-card h3{font-size:.9rem;font-weight:700;margin-bottom:3px}.usp-card p{font-size:.82rem;color:var(--txt2);line-height:1.5}

/* BLOG */
.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-bottom:28px}
.blog-card{background:var(--bg);border:1px solid var(--brd);border-radius:var(--r-md);overflow:hidden;transition:border-color .15s,box-shadow .15s}
.blog-card:hover{border-color:var(--pri);box-shadow:var(--sh-sm)}
.blog-card__link{display:block;color:inherit}
.blog-card__image{aspect-ratio:16/9;overflow:hidden;background:var(--bg2)}
.blog-card__image img{width:100%;height:100%;object-fit:cover}
.blog-card__body{padding:16px 18px 18px}
.blog-card__cat{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--pri);margin-bottom:4px}
.blog-card__title{font-size:1rem;font-weight:700;line-height:1.35;letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:6px}
.blog-card__excerpt{font-size:.84rem;color:var(--txt2);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:10px}
.blog-card__meta{display:flex;align-items:center;gap:6px;font-size:.75rem;color:var(--txt3)}
.subcategory-tag--active{background:var(--pri);color:#fff;border-color:var(--pri)}
.subcategory-tag--active small{color:rgba(255,255,255,.7)}

/* ARTICLE DETAIL */
.article{max-width:750px;margin:0 auto;padding-bottom:20px}
.article__header{margin-bottom:24px}
.article__cat{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--pri);margin-bottom:8px}
.article__cat:hover{text-decoration:underline}
.article__title{font-size:clamp(1.5rem,4vw,2.2rem);font-weight:800;letter-spacing:-.03em;line-height:1.2;margin-bottom:12px}
.article__lead{font-size:1.05rem;color:var(--txt2);line-height:1.7;margin-bottom:12px}
.article__meta{display:flex;align-items:center;gap:8px;font-size:.82rem;color:var(--txt3)}
.article__hero{margin-bottom:28px;border-radius:var(--r-lg);overflow:hidden}
.article__hero img{width:100%;height:auto;display:block}
.article__content{font-size:.95rem;line-height:1.8;color:var(--txt);letter-spacing:normal;word-spacing:normal;text-align:left}
.article__content h2{font-size:1.3rem;font-weight:700;letter-spacing:-.02em;margin:28px 0 10px;color:var(--txt)}
.article__content h3{font-size:1.05rem;font-weight:600;margin:22px 0 8px;color:var(--txt)}
.article__content p{margin-bottom:14px}
.article__content ul,.article__content ol{margin-bottom:14px;padding-left:1.5rem}
.article__content li{margin-bottom:5px;list-style:disc}
.article__content ol li{list-style:decimal}
.article__content a{color:var(--pri);text-decoration:underline;text-underline-offset:2px}
.article__content a:hover{color:var(--pri-h)}
.article__content blockquote{border-left:3px solid var(--pri);padding:12px 18px;margin:18px 0;background:var(--pri-l);border-radius:0 var(--r-sm) var(--r-sm) 0;font-style:italic;color:var(--txt2)}
.article__tldr{background:linear-gradient(135deg,var(--pri-l) 0%,#fff 100%);border-left:4px solid var(--pri);padding:20px 24px;border-radius:0 12px 12px 0;margin-bottom:28px;font-size:.93rem;line-height:1.75;color:var(--txt);box-shadow:0 2px 12px rgba(0,0,0,.06);position:relative}
.article__tldr strong{color:var(--pri);font-weight:700;letter-spacing:.01em}
.article__photo-credit{text-align:right;color:var(--txt3);font-size:.75rem;margin:-8px 0 16px;opacity:.7}
.pd__inline-related{display:grid;grid-template-columns:repeat(auto-fill, minmax(240px, 1fr));gap:14px}
.pd__inline-related-item{display:flex;gap:14px;align-items:center;padding:14px;border-radius:12px;border:1px solid var(--brd2);text-decoration:none;color:var(--txt);transition:border-color .2s,box-shadow .2s}
.pd__inline-related-item:hover{border-color:var(--pri);box-shadow:0 2px 8px rgba(0,0,0,.06)}
.pd__inline-related-item img{width:90px;height:90px;object-fit:contain;border-radius:8px;flex-shrink:0;background:#fafafa}
.pd__inline-related-info{min-width:0}
.pd__inline-related-name{font-size:.85rem;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.pd__inline-related-brand{font-size:.72rem;color:var(--txt3);text-transform:uppercase;letter-spacing:.03em;margin-top:2px}
.pd__inline-related-price{font-size:.95rem;font-weight:700;color:var(--pri);margin-top:4px}
.article__content img{max-width:100%;height:auto;border-radius:var(--r-sm);margin:14px 0}
.article__content strong{font-weight:600}

/* MISC */
.product-description{font-size:.86rem;line-height:1.7;color:var(--txt2);max-width:750px}
.product-description p{margin-bottom:10px}
.product-description ul{margin:10px 0 16px;padding-left:1.4rem}
.product-description ul li{margin-bottom:4px;list-style:disc;line-height:1.6;color:var(--txt2)}
.product-description ul li::marker{color:var(--pri)}
.product-description .params-table{margin:8px 0 0}
.product-description__note{font-size:.78rem;color:var(--txt3);font-style:italic;margin-top:12px}
.pagination{display:flex;align-items:center;justify-content:center;gap:4px;padding:28px 0}
.pagination__link{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 7px;border-radius:6px;font-size:.82rem;font-weight:500;color:var(--txt2);transition:all .1s}
.pagination__link:hover:not(.pagination__link--disabled):not(.pagination__link--active){background:var(--pri-l);color:var(--pri)}
.pagination__link--active{background:var(--pri);color:#fff;font-weight:600}.pagination__link--disabled{opacity:.35;cursor:default}
/* SEARCH AUTOCOMPLETE */
.search-wrap{position:relative;flex:1;max-width:480px}
.search-wrap--hero{max-width:500px;margin:0 auto}
.suggest{display:none;position:absolute;top:100%;left:0;right:0;background:var(--bg);border:1px solid var(--brd);border-top:none;border-radius:0 0 var(--r-md) var(--r-md);box-shadow:var(--sh-lg);z-index:110;max-height:400px;overflow-y:auto}
.suggest.active{display:block}
.suggest--hero{border-radius:0 0 var(--r-md) var(--r-md)}
.suggest__item{display:flex;align-items:center;gap:10px;padding:10px 14px;cursor:pointer;transition:background .1s;border-bottom:1px solid var(--brd2)}
.suggest__item:last-child{border-bottom:none}
.suggest__item:hover,.suggest__item.active{background:var(--pri-l)}
.suggest__img{width:36px;height:36px;border-radius:4px;object-fit:contain;background:var(--bg2);flex-shrink:0}
.suggest__info{flex:1;min-width:0}
.suggest__name{font-size:.84rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.suggest__detail{font-size:.72rem;color:var(--txt3)}
.suggest__price{font-size:.84rem;font-weight:700;color:var(--pri);white-space:nowrap;flex-shrink:0}
.suggest__cat{display:flex;align-items:center;gap:6px;padding:8px 14px;font-size:.82rem;font-weight:600;color:var(--pri);cursor:pointer;transition:background .1s}
.suggest__cat:hover{background:var(--pri-l)}
.suggest__cat svg{flex-shrink:0;opacity:.6}
.suggest__empty{padding:16px;text-align:center;font-size:.84rem;color:var(--txt3)}
.suggest__all{display:block;padding:10px 14px;text-align:center;font-size:.82rem;font-weight:600;color:var(--pri);border-top:1px solid var(--brd2);cursor:pointer;transition:background .1s}
.suggest__all:hover{background:var(--pri-l)}

.search-page{max-width:800px}
.search-page__bar{margin-bottom:20px}
.search-page__form{display:flex;align-items:center;gap:8px;background:var(--bg);border:2px solid var(--brd);border-radius:var(--r-full);padding:2px 4px 2px 16px;transition:border-color .15s}
.search-page__form:focus-within{border-color:var(--pri);box-shadow:0 0 0 3px rgba(37,99,235,.08)}
.search-page__icon{flex-shrink:0;color:var(--txt3)}
.search-page__form input{flex:1;border:none;outline:none;padding:10px 8px;font-size:.92rem;background:transparent}
.search-page__form .btn{border-radius:var(--r-full);padding:9px 20px}
.search-count{font-size:.86rem;color:var(--txt2);margin-bottom:16px}.search-count strong{color:var(--txt);font-weight:600}
.empty-state{text-align:center;padding:56px 20px}.empty-state svg{margin:0 auto 10px}.empty-state h3{font-size:1rem;font-weight:600;margin-bottom:5px}.empty-state p{color:var(--txt2);font-size:.86rem;margin-bottom:18px}

/* COOKIE CONSENT (GDPR) */
.cookie-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#363636;color:#d6b9ac;padding:18px 0;box-shadow:0 -2px 12px rgba(0,0,0,.15)}
.cookie-bar.active{display:block}
.cookie-bar__inner{max-width:var(--max-w);margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.cookie-bar__text{font-size:.82rem;line-height:1.6;flex:1;min-width:200px}.cookie-bar__text a{color:#fff;text-decoration:underline}
.cookie-bar__btns{display:flex;gap:8px;flex-shrink:0}
.cookie-bar__btn{flex-shrink:0;padding:9px 22px;border:none;border-radius:var(--r-full);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s}
.cookie-bar__btn--accept{background:var(--pri);color:#fff}.cookie-bar__btn--accept:hover{background:var(--pri-h)}
.cookie-bar__btn--reject{background:transparent;color:#ccc;border:1px solid #666}.cookie-bar__btn--reject:hover{color:#fff;border-color:#999}

/* PRODUCT VARIANTS */
.pd__variants{margin-bottom:16px;max-width:100%;overflow:hidden}
.pd__variants-label{font-size:.82rem;font-weight:600;color:var(--txt2);display:block;margin-bottom:8px}
.pd__variants-list{display:flex;gap:8px;flex-wrap:wrap;max-width:100%}
.pd__variant{position:relative;display:flex;flex-direction:column;align-items:center;width:70px;border:2px solid var(--brd2);border-radius:var(--r-sm);padding:3px;cursor:pointer;transition:all .15s;text-decoration:none;background:var(--bg);flex-shrink:0}
.pd__variant:hover{border-color:var(--pri)}
.pd__variant.active{border-color:var(--pri);box-shadow:0 0 0 2px var(--pri-l)}
.pd__variant img{width:56px;height:56px;object-fit:cover;object-position:center top;border-radius:4px}
.pd__variant-label{font-size:.65rem;font-weight:500;color:var(--txt2);margin-top:3px;max-width:64px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}
.pd__variant-price{font-size:.65rem;font-weight:600;color:var(--txt2);margin-top:2px;white-space:nowrap}

/* FOOTER */
.footer{background:#363636;color:#b0a59e;padding:36px 0 20px;margin-top:auto}
.footer strong{color:#fff;display:block;margin-bottom:10px;font-size:.88rem}
.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:36px;margin-bottom:28px}
.footer__about p{font-size:.82rem;line-height:1.7;max-width:320px}
.footer__links ul{display:flex;flex-direction:column;gap:7px}.footer__links a{font-size:.82rem;color:#8a7d76;transition:color .1s}.footer__links a:hover{color:#fff}
.footer__bottom{border-top:1px solid #4a4a4a;padding-top:14px;font-size:.72rem;color:#6b5f58}

.filter-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:199;opacity:0;transition:opacity .2s}.filter-overlay.visible{opacity:1}

/* Sticky mobile CTA (hidden on desktop, shown in mobile breakpoint) */
.pd__sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:100;background:#fff;border-top:1px solid var(--brd);padding:10px 16px;box-shadow:0 -4px 16px rgba(0,0,0,.1);align-items:center;justify-content:space-between;gap:12px}
.pd__sticky-cta__price{font-size:1.1rem;font-weight:700;color:var(--txt)}
.pd__sticky-cta__btn{display:inline-flex;align-items:center;gap:6px;padding:10px 24px;background:var(--pri);color:#fff;font-size:.88rem;font-weight:600;border-radius:var(--r-full);text-decoration:none;white-space:nowrap}
.pd__sticky-cta__btn:hover{background:var(--pri-h)}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media(max-width:1023px){
  .sale-scroll__item{flex:0 0 calc(33.333% - 12px)}
  .banners{grid-template-columns:repeat(2,1fr)}
  .products-grid{grid-template-columns:repeat(3,1fr);gap:12px}
  .catalog-layout{grid-template-columns:1fr}
  .filters{position:fixed;top:0;left:0;bottom:0;width:300px;max-width:85vw;z-index:200;border-radius:0;border:none;box-shadow:var(--sh-lg);transform:translateX(-100%);transition:transform .25s;overflow-y:auto;padding-top:20px}
  .filters.open{transform:translateX(0)}.filters__close{display:block}.filter-overlay.active{display:block}
  .catalog-toolbar__filter-btn{display:inline-flex}
  .pd{grid-template-columns:1fr;gap:20px}
  .pd__gallery{flex-direction:column}
  .pd__thumbs-wrap{display:contents}
  .pd__thumbs{flex-direction:row;width:auto;order:2;overflow-x:auto;overflow-y:hidden;flex:none;align-self:stretch}
  .pd__thumbs-arrow{display:none}
  .pd__main-img{aspect-ratio:4/3;order:1}
  .footer__grid{grid-template-columns:1fr 1fr}
  .nav__mega{left:0;transform:none;width:auto;min-width:250px;max-width:90vw}
}
@media(max-width:639px){
  .sale-scroll__item{flex:0 0 calc(50% - 6px)}
  .sale-scroll{gap:10px}
  .sale-scroll__arrow{width:24px;height:24px}
  .sale-scroll__arrow svg{width:12px;height:12px}
  .sale-scroll__arrow--left{left:-4px}
  .sale-scroll__arrow--right{right:-4px}
  .search-wrap{display:flex;flex:1;max-width:none}.header__search{max-width:none;flex:1;padding:0 10px}.header__search input{font-size:.78rem;padding:7px 0}.header__search button{padding:4px}.header__menu-btn{display:flex}
  .nav{display:none}
  body.nav-open .nav{display:block;position:fixed;top:100px;left:0;right:0;bottom:0;z-index:90;background:var(--bg);overflow-y:auto}
  body.nav-open .nav .nav__list{flex-direction:column}
  body.nav-open .nav .nav__item>a{padding:12px 20px;border-bottom:1px solid var(--brd2);border-bottom-width:1px}
  /* Mobile mega: show on class toggle */
  body.nav-open .nav .nav__mega{display:none;position:static;box-shadow:none;border:none;background:var(--bg2);border-radius:0;max-width:100%;min-width:auto}
  body.nav-open .nav .nav__item.mega-open .nav__mega{display:block}
  body.nav-open .nav .nav__mega-inner{grid-template-columns:1fr}
  .trust-bar__inner{gap:12px;font-size:.72rem}.trust-bar__item:nth-child(n+3){display:none}
  .hero{padding:28px 0}.hero__search{flex-direction:column;border-radius:var(--r-md)}.hero__search input{border-bottom:1px solid var(--brd2)}.hero__search button{border-radius:0 0 8px 8px}
  .products-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .product-card__image{padding:8px}.product-card__body{padding:6px 8px 8px}.product-card__title{font-size:.78rem;-webkit-line-clamp:3}.product-card__price-current{font-size:.75rem}.product-card__action{font-size:.72rem;padding:9px 4px}
  .product-card__price-block--sale{padding:2px 6px;gap:3px}.product-card__price-block--sale .product-card__price-current{font-size:.7rem}.product-card__price-block--sale .product-card__price-original{font-size:.55rem}
  .product-card__action{font-size:.7rem;padding:8px 4px;gap:2px}
  .product-card__action svg{width:10px;height:10px}
  .categories-grid{grid-template-columns:repeat(3,1fr);gap:8px}.category-card{padding:12px 6px}.category-card__icon{width:36px;height:36px}.category-card h3{font-size:.76rem}
  .product-card__varrow{width:24px;height:24px;font-size:14px}
  .usp-grid{grid-template-columns:1fr;gap:4px}
  .pd{grid-template-columns:1fr;gap:16px}
  .pd__thumbs{width:auto;flex-direction:row;flex-wrap:nowrap;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.pd__thumb{width:48px;height:48px;flex-shrink:0}
  .pd__gallery{flex-direction:column;gap:6px;margin:0 -20px;max-width:100vw;overflow:hidden}.pd__main-img{border:none;border-radius:0;padding:12px 0;aspect-ratio:auto;min-height:250px;background:#fafafa;border-top:1px solid var(--brd2);border-bottom:1px solid var(--brd2)}.pd__main-img img{width:100%;height:auto;max-height:400px;object-fit:contain}
  .pd__thumbs{padding:0 20px;gap:8px}
  .pd__variants-list{gap:6px;flex-wrap:wrap;max-width:100%}
  .pd__variant{width:60px;padding:2px;flex-shrink:0}
  .pd__variant img{width:50px;height:50px}
  .pd__variant-label{max-width:56px;font-size:.62rem}
  .pd__badge-sale{top:8px;left:8px}
  .pd__info{min-width:0;max-width:100%;overflow:hidden}
  .pd__summary{word-wrap:break-word}
  .pd__others{max-width:100%;overflow:hidden;box-sizing:border-box}
  .pd__others-list{max-width:100%}
  .pd__others-label{padding:8px 12px;font-size:.78rem}
  .pd__offer-row{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:4px 10px;padding:10px 12px;max-width:100%;box-sizing:border-box}
  .pd__offer-row-shop{grid-column:1;grid-row:1;min-width:0;overflow:hidden;display:flex;align-items:center;gap:8px}
  .pd__offer-row-name{font-size:.78rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
  .pd__offer-row-logo{height:18px;max-width:60px;flex-shrink:0}
  .pd__offer-row-tags{grid-column:1;grid-row:2;display:flex;flex-wrap:wrap;gap:4px;min-width:0}
  .pd__offer-row-price{grid-column:2;grid-row:1;min-width:0;font-size:.95rem;text-align:right;white-space:nowrap;font-weight:700}
  .pd__offer-row-btn{grid-column:2;grid-row:2;font-size:.7rem;padding:5px 8px;min-width:0;white-space:nowrap}
  .pd__offer-row-btn svg{display:none}
  .pd__best{max-width:100%;overflow:hidden;box-sizing:border-box}
  .pd__best-inner{flex-wrap:wrap;min-width:0}
  .pd__counter{bottom:8px}
  .offer-row{flex-wrap:wrap;gap:8px;padding:10px}.offer-row__shop{min-width:auto}.offer-row__details{width:100%;order:3}
  .footer__grid{grid-template-columns:1fr;gap:16px}.section{padding:24px 0}.section__title{font-size:1.1rem}
  .pd__tabs{overflow-x:auto}.pd__tab{padding:8px 14px;font-size:.82rem}
  .banner{min-height:auto}.banner__content{padding:12px}
  .banners{grid-template-columns:repeat(2,1fr);gap:8px}
  .blog-grid{grid-template-columns:1fr;gap:14px}
  .article__title{font-size:1.4rem}
  .article__content{font-size:.88rem}
  .pd__sticky-cta{display:flex}
  .pd__inline-related{grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));gap:10px}
  .pd__inline-related-item{padding:10px;gap:10px}
  .pd__inline-related-item img{width:52px;height:52px}
  .pd__inline-related-name{font-size:.78rem}
  .pd__inline-related-price{font-size:.85rem}
}
@media(max-width:374px){.products-grid{grid-template-columns:1fr}.categories-grid{grid-template-columns:repeat(2,1fr)}}
