:root{
  --bg:#07090d;
  --bg-2:#0b0f16;
  --panel:#10151d;
  --panel-2:#141a24;
  --text:#f7f8fb;
  --muted:#a8afbd;
  --line:rgba(255,255,255,.11);
  --gold:#e9b957;
  --gold-2:#ffd985;
  --blue:#287dff;
  --blue-2:#66a5ff;
  --danger:#ff7070;
  --success:#76d69a;
  --shadow:0 28px 70px rgba(0,0,0,.4);
  --radius:24px;
  --radius-sm:16px;
  color-scheme:dark;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:
radial-gradient(circle at 82% 8%,rgba(35,103,255,.15),transparent 28%),
radial-gradient(circle at 18% 16%,rgba(233,185,87,.09),transparent 24%),
var(--bg);color:var(--text);line-height:1.55;overflow-x:hidden}
body::before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.12;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,black,transparent 72%);z-index:-1}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
.wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.hidden{display:none!important}
.topbar{padding:9px 18px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.02em;color:#19130a;background:linear-gradient(90deg,#d9a942,#ffe29b,#d9a942)}
.header{position:sticky;top:0;z-index:40;background:rgba(7,9,13,.82);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{font-size:20px;font-weight:950;letter-spacing:.08em;display:flex;flex-direction:column;line-height:1.05}
.brand small{font-size:9px;letter-spacing:.34em;color:var(--gold);margin-top:5px}
.nav{display:flex;gap:26px;align-items:center;color:#d9dde6;font-size:14px}
.nav a{transition:.2s ease}
.nav a:hover{color:var(--gold-2)}
.header-buy,.btn-primary,.btn-secondary,.mini-btn{border:0;border-radius:14px;transition:.2s ease;font-weight:800}
.header-buy,.btn-primary{background:linear-gradient(135deg,var(--gold-2),#d39d3f);color:#12100b;box-shadow:0 10px 28px rgba(233,185,87,.18)}
.header-buy{padding:11px 20px}
.header-buy:hover,.btn-primary:hover{transform:translateY(-1px);filter:brightness(1.05);box-shadow:0 14px 34px rgba(233,185,87,.24)}
.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;min-height:52px}
.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}
.btn-secondary,.mini-btn{color:var(--text);background:#171d27;border:1px solid var(--line)}
.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;min-height:48px}
.btn-secondary:hover,.mini-btn:hover{border-color:rgba(233,185,87,.5);background:#1b222e}
.mini-btn{padding:10px 14px;white-space:nowrap}
.hero{padding:84px 0 64px;position:relative;overflow:hidden}
.hero::after{content:"";position:absolute;width:680px;height:680px;border-radius:50%;right:-250px;top:40px;background:radial-gradient(circle,rgba(40,125,255,.2),transparent 64%);filter:blur(8px);pointer-events:none}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(380px,.97fr);gap:64px;align-items:center;position:relative;z-index:1}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--gold-2);font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.eyebrow::before{content:"";width:22px;height:1px;background:var(--gold)}
h1,h2,h3,p{margin-top:0}
.hero h1{font-size:clamp(48px,6.5vw,92px);line-height:.96;letter-spacing:-.055em;margin:19px 0 24px;max-width:820px}
.hero h1 span{display:block;background:linear-gradient(90deg,var(--gold-2),#fff2c7 52%,var(--gold));-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{font-size:19px;max-width:680px;color:#c4cad5;margin-bottom:26px}
.hero-pills{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 28px}
.pill{padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.035);font-size:13px;color:#e4e7ed}
.hero-buy-row{display:flex;align-items:center;gap:23px;flex-wrap:wrap}
.price{display:flex;flex-direction:column;font-size:30px;font-weight:950;letter-spacing:-.03em}
.price-note{font-size:12px;color:var(--muted);font-weight:500;letter-spacing:0}
.hero-visual{position:relative}
.watch-art{position:relative;border-radius:30px;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow),0 0 0 1px rgba(233,185,87,.08) inset;background:linear-gradient(145deg,#111620,#080b10);aspect-ratio:3/4;max-height:690px}
.watch-art::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.2),transparent 38%);pointer-events:none}
.watch-art img{width:100%;height:100%;object-fit:cover}
.visual-badge{position:absolute;left:-24px;bottom:22px;width:min(330px,82%);padding:17px 18px;border-radius:16px;background:rgba(10,13,19,.94);border:1px solid rgba(233,185,87,.32);box-shadow:0 20px 50px rgba(0,0,0,.4);backdrop-filter:blur(12px)}
.visual-badge strong{display:block;font-size:15px;color:var(--gold-2);margin-bottom:3px}
.visual-badge span{font-size:12px;color:var(--muted)}
section:not(.hero){padding:72px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:28px}
.section-head h2{font-size:clamp(34px,4vw,54px);line-height:1.02;letter-spacing:-.04em;margin:11px 0 0}
.section-head>p{max-width:540px;color:var(--muted);margin:0}
.gallery{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.gallery-card{border-radius:20px;overflow:hidden;background:var(--panel);border:1px solid var(--line);aspect-ratio:3/4;box-shadow:0 12px 28px rgba(0,0,0,.2);transition:.25s ease}
.gallery-card:hover{transform:translateY(-4px);border-color:rgba(233,185,87,.35)}
.gallery-card img{width:100%;height:100%;object-fit:cover}
.features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.feature,.spec-card,.delivery-card,.rating-panel,.review,.review-form-wrap,.faq details,.form-card{background:linear-gradient(160deg,rgba(20,26,36,.96),rgba(11,15,22,.96));border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 16px 44px rgba(0,0,0,.18)}
.feature{padding:24px;min-height:224px;transition:.25s ease}
.feature:hover{transform:translateY(-3px);border-color:rgba(233,185,87,.28)}
.icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;font-size:23px;color:var(--gold-2);background:rgba(233,185,87,.08);border:1px solid rgba(233,185,87,.2);margin-bottom:24px}
.feature h3{font-size:20px;margin-bottom:9px}
.feature p{color:var(--muted);margin:0;font-size:14px}
.specs{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.spec-card{padding:28px}
.spec-card h3{font-size:23px;margin-bottom:18px}
.spec-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 0;border-top:1px solid var(--line);font-size:14px}
.spec-row span{color:var(--muted)}
.spec-row strong{text-align:right}
.delivery-showcase{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.delivery-card{padding:30px;min-height:260px;position:relative;overflow:hidden}
.delivery-card::after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-80px;bottom:-100px;background:radial-gradient(circle,rgba(40,125,255,.14),transparent 70%)}
.delivery-card h3{font-size:27px;margin-bottom:12px}
.delivery-card p{color:var(--muted);max-width:520px;margin-bottom:22px}
.reviews-summary{display:grid;grid-template-columns:280px 1fr;gap:18px;align-items:start}
.rating-panel{padding:28px;position:sticky;top:102px}
.rating-big{font-size:64px;font-weight:950;line-height:1;letter-spacing:-.05em}
.stars{color:var(--gold-2);letter-spacing:2px;margin:10px 0}
.rating-panel p{color:var(--muted);font-size:14px}
.reviews-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.review,.empty-reviews{padding:24px}
.review-top{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}
.review-name{font-weight:900}
.verified{color:var(--success);font-size:11px;margin-top:3px}
.review p{color:#d7dbe2;margin:16px 0 0;white-space:pre-wrap}.review-right{text-align:right;min-width:98px}.review-date{color:var(--muted);font-size:11px;margin-top:6px}.source-wb{color:#d6b4ff}.review-no-text{color:var(--muted);font-size:13px;margin-top:16px;font-style:italic}.review-pros{display:flex;gap:7px;flex-wrap:wrap;margin-top:15px}.review-pros span{font-size:11px;padding:6px 9px;border-radius:999px;color:#dce8df;background:rgba(83,181,112,.08);border:1px solid rgba(83,181,112,.2)}.review-photos{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.review-photos img{width:82px;height:104px;object-fit:cover;border-radius:10px;border:1px solid var(--line);background:#090d12}.seller-reply{margin-top:16px;padding:14px 15px;border-radius:14px;background:rgba(255,255,255,.035);border:1px solid var(--line);color:#cbd0d8;font-size:12px;line-height:1.5}.seller-reply strong{display:block;color:var(--gold-2);margin-bottom:5px}.reviews-more-wrap{grid-column:1/-1;display:flex;justify-content:center;padding:8px 0 4px}.reviews-more-wrap .btn-secondary{width:min(360px,100%)}
.empty-reviews{grid-column:1/-1;border-radius:var(--radius);border:1px dashed rgba(255,255,255,.18);color:var(--muted);min-height:130px;display:grid;place-items:center;text-align:center}
.review-form-wrap{margin-top:18px;padding:28px}
.review-form-wrap h3{font-size:26px;margin-bottom:6px}
.review-form-wrap form{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.review-form-wrap textarea,.review-form-wrap form button{grid-column:1/-1}
.faq{display:grid;gap:10px}
.faq details{padding:0 22px}
.faq summary{cursor:pointer;list-style:none;font-weight:850;padding:20px 0;display:flex;align-items:center;justify-content:space-between;gap:20px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";color:var(--gold-2);font-size:24px;font-weight:500}
.faq details[open] summary::after{content:"−"}
.faq details p{color:var(--muted);padding:0 0 20px;margin:0;max-width:850px}
.footer{padding:36px 0;border-top:1px solid var(--line);color:var(--muted);font-size:13px}
.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.modal{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.72);backdrop-filter:blur(12px);display:none;align-items:flex-start;justify-content:center;overflow-y:auto;padding:28px 18px}
.modal.open{display:flex}
.modal-card{width:min(1120px,100%);background:#0b0f15;border:1px solid rgba(255,255,255,.14);border-radius:28px;box-shadow:0 32px 90px rgba(0,0,0,.7);padding:28px;margin:auto}
.modal-head{display:flex;justify-content:space-between;gap:22px;align-items:flex-start;margin-bottom:20px}
.modal-head h2{font-size:36px;line-height:1.05;letter-spacing:-.035em;margin:10px 0 0}
.close{width:46px;height:46px;border-radius:14px;border:1px solid var(--line);background:#161b24;color:#fff;font-size:29px;line-height:1;display:grid;place-items:center}
.close:hover{background:#202734}
.checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}
.checkout-grid>aside{position:sticky;top:0}
.form-card{padding:22px;margin-bottom:14px}
.form-card h3{font-size:20px;margin-bottom:17px}
.field{display:grid;gap:7px;margin-bottom:13px}
.field label{font-size:12px;font-weight:800;color:#cfd4de}
.row2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
input,select,textarea{width:100%;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#090c12;color:#fff;padding:12px 13px;outline:none;transition:.2s ease;min-height:46px}
textarea{resize:vertical}
input::placeholder,textarea::placeholder{color:#777f8e}
input:focus,select:focus,textarea:focus{border-color:rgba(233,185,87,.64);box-shadow:0 0 0 3px rgba(233,185,87,.08)}
.delivery-tabs{display:flex;gap:8px;margin-bottom:14px}
.delivery-tab{flex:1;min-height:46px;border-radius:12px;border:1px solid var(--line);background:#0c1118;color:#d3d8e2;font-weight:850}
.delivery-tab.active{background:rgba(233,185,87,.13);color:var(--gold-2);border-color:rgba(233,185,87,.44)}
.map-search{display:grid;grid-template-columns:1fr auto auto;gap:8px;margin-bottom:10px}
.map{height:360px;border-radius:16px;background:linear-gradient(135deg,#151b24,#0b0f15);border:1px solid var(--line);overflow:hidden;position:relative}
.map:empty::before{content:"Карта появится здесь после подключения Яндекс Карт";position:absolute;inset:0;display:grid;place-items:center;text-align:center;padding:30px;color:#7f8796;font-size:13px}
.pickup-selected{margin-top:10px;padding:13px 14px;border-radius:12px;background:rgba(40,125,255,.07);border:1px solid rgba(40,125,255,.2);color:#cddcf7;font-size:13px}
.manual-pickup{margin-top:12px}
.summary{margin:0;background:linear-gradient(160deg,#151b24,#0d1118)}
.summary-row{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding:13px 0;border-top:1px solid var(--line);font-size:13px}
.summary-row strong{text-align:right}
.summary-total{font-size:20px;color:var(--gold-2)}
.notice{font-size:12px;color:var(--muted);margin:12px 0 0}
.notice.success{color:var(--success)}
.notice.error,.error{color:var(--danger)}
.error{font-size:13px;margin-top:12px;min-height:18px}
@media (max-width:1050px){
  .hero-grid{grid-template-columns:1fr 430px;gap:38px}
  .features{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gallery{grid-template-columns:repeat(4,minmax(0,1fr))}
  .checkout-grid{grid-template-columns:1fr}
  .checkout-grid>aside{position:static}
  .rating-panel{position:static}
}
@media (max-width:820px){
  .nav{display:none}
  .hero{padding-top:56px}
  .hero-grid{grid-template-columns:1fr}
  .hero-visual{width:min(520px,100%);margin-inline:auto}
  .visual-badge{left:14px}
  .gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
  .specs,.delivery-showcase,.reviews-summary{grid-template-columns:1fr}
  .reviews-grid{grid-template-columns:1fr}
  .section-head{display:block}
  .section-head>p{margin-top:14px}
  .rating-panel{display:grid;grid-template-columns:auto 1fr;gap:4px 18px;align-items:center}
  .rating-panel .btn-secondary{grid-column:1/-1;margin-top:10px}
}
@media (max-width:600px){
  .wrap{width:min(100% - 24px,1180px)}
  .topbar{font-size:11px;padding-inline:10px}
  .header-inner{min-height:66px}
  .header-buy{padding:10px 14px;font-size:13px}
  .hero{padding:40px 0 42px}
  .hero h1{font-size:48px}
  .lead{font-size:16px}
  section:not(.hero){padding:52px 0}
  .features{grid-template-columns:1fr}
  .feature{min-height:0}
  .gallery{gap:9px}
  .section-head h2{font-size:36px}
  .modal{padding:10px}
  .modal-card{padding:18px;border-radius:20px}
  .modal-head h2{font-size:29px}
  .row2,.map-search,.review-form-wrap form{grid-template-columns:1fr}
  .map-search .mini-btn{width:100%}
  .map{height:320px}
  .form-card{padding:17px}
  .hero-buy-row{align-items:flex-start;flex-direction:column}
  .price{font-size:26px}
}

.pickup-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px;max-height:260px;overflow:auto;padding-right:2px}.pickup-item{appearance:none;text-align:left;border:1px solid #2a303a;background:#0e1218;color:#f5f7fb;border-radius:12px;padding:11px 12px;cursor:pointer;display:flex;flex-direction:column;gap:4px;transition:.18s}.pickup-item:hover{border-color:#b99645;transform:translateY(-1px)}.pickup-item.selected{border-color:#e3bd5b;box-shadow:0 0 0 1px rgba(227,189,91,.22) inset;background:rgba(227,189,91,.07)}.pickup-item strong{font-size:13px}.pickup-item span{font-size:12px;color:#c6ccd6;line-height:1.35}.pickup-item small{font-size:11px;color:#858d99}.map-search{grid-template-columns:minmax(170px,1fr) auto auto}@media(max-width:760px){.pickup-list{grid-template-columns:1fr}.map-search{grid-template-columns:1fr 1fr}.map-search input{grid-column:1/-1}.map-search .mini-btn{width:100%}}

.pickup-item.nearest{border-color:rgba(227,189,91,.65);background:linear-gradient(135deg,rgba(227,189,91,.11),rgba(14,18,24,.96))}.pickup-item.nearest strong{color:#f3d982}.mini-btn:disabled{opacity:.65;cursor:wait;transform:none}

/* v8 catalog */
.header-link{display:inline-flex;align-items:center;justify-content:center}.inline-btn{width:max-content}.catalog-hero{padding:82px 0 58px}.catalog-hero-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);gap:36px;align-items:center}.catalog-hero h1{font-size:clamp(48px,6vw,82px);line-height:.96;letter-spacing:-.055em;margin:18px 0 24px}.catalog-hero h1 span{background:linear-gradient(90deg,var(--gold-2),#fff2c7,var(--gold));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-panel{padding:30px;border-radius:24px;border:1px solid var(--line);background:linear-gradient(160deg,#151b24,#0c1118);box-shadow:var(--shadow)}.hero-panel b{display:block;font-size:76px;line-height:.95;color:var(--gold-2)}.hero-panel>span{font-weight:900}.hero-panel p{color:var(--muted);margin:18px 0 0}.catalog-tools{display:grid;gap:12px;justify-items:end;min-width:min(520px,100%)}.catalog-tools input{width:min(420px,100%)}.category-tabs{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.category-tabs button{border:1px solid var(--line);background:#111721;color:#cfd4dd;border-radius:999px;padding:8px 12px;font-weight:800}.category-tabs button.active{border-color:rgba(233,185,87,.55);color:var(--gold-2);background:rgba(233,185,87,.1)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.catalog-loading{grid-column:1/-1;padding:60px;text-align:center;color:var(--muted)}.product-card{background:linear-gradient(160deg,#151b24,#0c1118);border:1px solid var(--line);border-radius:22px;overflow:hidden;transition:.22s;box-shadow:0 14px 40px rgba(0,0,0,.16)}.product-card:hover{transform:translateY(-4px);border-color:rgba(233,185,87,.35)}.product-card-image{aspect-ratio:3/4;background:#0c1016;overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:contain}.product-card-body{padding:20px}.product-category{color:var(--gold-2);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.product-card h3{font-size:22px;margin:7px 0 9px}.product-card p{color:var(--muted);font-size:13px;min-height:62px}.product-card-foot{display:flex;justify-content:space-between;gap:15px;align-items:end;margin-top:16px;border-top:1px solid var(--line);padding-top:15px}.product-card-price{display:flex;flex-direction:column;align-items:flex-start;line-height:1.05}.product-card-price del{font-size:14px;color:var(--muted);font-weight:650;margin-bottom:5px;text-decoration-thickness:1.5px}.product-card-foot strong{font-size:24px;color:#fff}.product-card-foot>span{font-size:11px;color:var(--muted)}.product-card-reviews{display:inline-flex;align-items:center;width:max-content;max-width:100%;margin-top:8px;padding:6px 9px;border-radius:999px;background:rgba(233,185,87,.08);border:1px solid rgba(233,185,87,.18);color:var(--gold-2);font-size:12px;font-weight:850}.product-card-rating{display:flex;align-items:center;gap:6px;margin-top:11px;padding-top:11px;border-top:1px solid rgba(255,255,255,.06);font-size:13px;color:var(--muted);font-weight:750}.product-card-rating strong{font-size:15px;color:#fff}.product-rating-star{color:var(--gold-2);font-size:17px;line-height:1}
.product-loading{padding:100px 0;text-align:center;color:var(--muted)}.product-hero{padding:58px 0 30px}.product-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:50px;align-items:start}.product-gallery{min-width:0}.product-main-image{position:relative;aspect-ratio:3/4;border:1px solid var(--line);border-radius:26px;overflow:hidden;background:#0c1016;touch-action:pan-y;user-select:none;cursor:grab;outline:none}.product-main-image:focus-visible{box-shadow:0 0 0 2px var(--gold)}.product-main-image.dragging{cursor:grabbing}.product-main-image img{width:100%;height:100%;object-fit:contain;pointer-events:none;user-select:none;transition:transform .16s ease,opacity .16s ease;will-change:transform}.gallery-nav{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:44px;height:44px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(7,10,14,.7);backdrop-filter:blur(8px);color:#fff;font-size:31px;line-height:1;display:grid;place-items:center;cursor:pointer;opacity:.88;transition:.18s}.gallery-nav:hover{background:rgba(18,24,33,.94);border-color:rgba(233,185,87,.55);color:var(--gold-2)}.gallery-prev{left:14px}.gallery-next{right:14px}.gallery-count{position:absolute;z-index:3;right:14px;bottom:14px;padding:7px 10px;border-radius:999px;background:rgba(7,10,14,.72);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(8px);font-size:12px;font-weight:850;color:#eef1f5}.product-thumbs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:10px}.product-thumb{padding:0;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#0e131a;aspect-ratio:3/4;cursor:pointer;transition:.16s}.product-thumb.active{border-color:var(--gold);box-shadow:0 0 0 1px rgba(233,185,87,.22) inset}.product-thumb img{width:100%;height:100%;object-fit:contain;pointer-events:none;user-select:none}.product-info{position:sticky;top:110px}.product-info h1{font-size:clamp(38px,4.4vw,64px);line-height:1.02;letter-spacing:-.045em;margin:12px 0 18px}.product-stock{margin:12px 0 18px;font-size:13px;font-weight:900}.in-stock{color:var(--success)}.out-stock{color:var(--danger)}.product-price-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:22px;border-top:1px solid var(--line)}.product-price-row .price span{font-size:38px}.product-price-row del{font-size:18px;color:var(--muted);font-weight:650;text-decoration-thickness:1.5px;margin-bottom:4px}.description-card{padding:28px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(160deg,#151b24,#0c1118);color:#d7dce4;white-space:pre-wrap}.specs-auto{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-product{display:flex;gap:12px;align-items:center;margin:12px 0 18px}.summary-product img{width:58px;height:58px;border-radius:10px;object-fit:cover;background:#080b10}.summary-product div{display:grid}.summary-product small{color:var(--muted)}.wide{width:100%}
@media(max-width:980px){.catalog-hero-grid,.product-layout{grid-template-columns:1fr}.product-info{position:static}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-tools{justify-items:start;min-width:0}.category-tabs{justify-content:flex-start}.specs-auto{grid-template-columns:1fr}}
@media(max-width:620px){.product-grid{grid-template-columns:1fr}.catalog-hero{padding:48px 0 24px}.catalog-hero h1{font-size:48px}.hero-panel b{font-size:56px}.product-thumbs{display:flex;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none;padding-bottom:2px}.product-thumbs::-webkit-scrollbar{display:none}.product-thumb{flex:0 0 72px;scroll-snap-align:center}.gallery-nav{width:40px;height:40px;font-size:28px}.gallery-prev{left:10px}.gallery-next{right:10px}.gallery-count{right:10px;bottom:10px}.product-price-row{align-items:flex-start;flex-direction:column}.product-price-row .btn-primary{width:100%}.catalog-tools{width:100%}}


/* v22 review drawer */
.review-sheet-backdrop{position:fixed;inset:0;z-index:140;background:rgba(0,0,0,.64);backdrop-filter:blur(8px);opacity:0;visibility:hidden;transition:.2s;display:flex;justify-content:flex-end}
.review-sheet-backdrop.open{opacity:1;visibility:visible}
.review-sheet{width:min(520px,100%);height:100%;overflow:auto;background:#0b0f15;border-left:1px solid rgba(255,255,255,.14);box-shadow:-28px 0 80px rgba(0,0,0,.55);padding:28px;transform:translateX(100%);transition:transform .24s ease}
.review-sheet-backdrop.open .review-sheet{transform:translateX(0)}
.review-sheet-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:8px}.review-sheet-head h3{font-size:30px;margin:8px 0 0}.review-sheet .notice{margin:10px 0 0}.review-sheet form{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.review-sheet textarea,.review-sheet form button{grid-column:1/-1}
.shop-reply{margin-top:16px;padding:14px 15px;border-radius:14px;background:rgba(233,185,87,.055);border:1px solid rgba(233,185,87,.18);color:#d9dde4;font-size:12px;line-height:1.55}.shop-reply strong{display:block;color:var(--gold-2);margin-bottom:5px}
@media(max-width:620px){.review-sheet-backdrop{align-items:flex-end;justify-content:stretch}.review-sheet{width:100%;height:auto;max-height:88vh;border-left:0;border-top:1px solid rgba(255,255,255,.14);border-radius:22px 22px 0 0;padding:22px 18px;transform:translateY(100%)}.review-sheet-backdrop.open .review-sheet{transform:translateY(0)}.review-sheet form{grid-template-columns:1fr}}

/* v23: unified review rating/date/form */
.review-stars{font-size:17px;line-height:1;color:var(--gold-2);letter-spacing:2px;margin:0;font-weight:900;text-shadow:0 0 18px rgba(233,185,87,.16)}
.review-rating-field,.review-pros-picker{grid-column:1/-1}
.review-rating-field{padding:14px 15px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.025)}
.review-field-label,.review-pros-picker legend{display:block;color:#d9dee6;font-size:13px;font-weight:800;margin-bottom:9px}
.review-star-picker{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:5px;width:max-content}
.review-star-picker input{position:absolute;opacity:0;pointer-events:none}
.review-star-picker label{font-size:32px;line-height:1;cursor:pointer;color:#4b515b;transition:.15s;user-select:none}
.review-star-picker label:hover,.review-star-picker label:hover~label,.review-star-picker input:checked~label{color:var(--gold-2);transform:translateY(-1px)}
.review-star-picker input:focus-visible+label{outline:2px solid var(--gold);outline-offset:3px;border-radius:4px}
.review-pros-picker{border:0;padding:0;margin:0;display:flex;gap:8px;flex-wrap:wrap}
.review-pros-picker legend{width:100%;padding:0}
.review-pros-picker label{cursor:pointer}
.review-pros-picker input{position:absolute;opacity:0;pointer-events:none}
.review-pros-picker span{display:inline-flex;padding:8px 11px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.025);color:var(--muted);font-size:12px;font-weight:750;transition:.15s}
.review-pros-picker input:checked+span{color:#eaf5ed;background:rgba(83,181,112,.11);border-color:rgba(83,181,112,.38)}
.review-pros-picker input:focus-visible+span{outline:2px solid var(--gold);outline-offset:2px}


/* v24 trust + legal */
.topbar a{text-decoration:underline;text-underline-offset:2px;font-weight:900}.hero-trust{display:grid;gap:8px;margin-top:22px;color:#d9dfe8;font-size:13px}.delivery-showcase-trust{grid-template-columns:repeat(3,minmax(0,1fr))}.delivery-showcase-trust .delivery-card{min-height:230px}.text-link{position:relative;z-index:1;color:var(--gold-2);font-weight:850;font-size:13px}.trust-footer{padding:52px 0 22px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .9fr 1.25fr;gap:34px}.footer-grid h3{font-size:14px;color:#f5f7fb;margin-bottom:13px}.footer-grid>div:not(.footer-about){display:flex;flex-direction:column;align-items:flex-start}.footer-grid a:not(.brand){display:block;margin:5px 0;color:#c8ced8}.footer-grid a:hover{color:var(--gold-2)}.footer-about p,.footer-seller p{margin:12px 0 0}.footer-phone{font-weight:900!important;color:var(--gold-2)!important;font-size:16px}.footer-bottom{margin-top:34px;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.legal-page{padding:58px 0 78px}.legal-wrap{max-width:940px}.legal-hero{padding-bottom:28px;border-bottom:1px solid var(--line);margin-bottom:22px}.legal-hero h1{font-size:clamp(42px,6vw,72px);line-height:1;letter-spacing:-.045em;margin:14px 0 16px}.legal-hero>p{font-size:18px;color:#c9cfd9;max-width:760px}.document-meta{color:var(--muted);font-size:12px}.legal-document{display:grid;gap:14px}.legal-document section{padding:28px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(160deg,rgba(20,26,36,.94),rgba(11,15,22,.94))}.legal-document h2{font-size:24px;margin-bottom:14px}.legal-document p,.legal-document li{color:#d1d6de}.legal-document p:last-child{margin-bottom:0}.legal-document a{color:var(--gold-2);text-decoration:underline;text-underline-offset:3px}.legal-document ul{margin:0;padding-left:22px}.legal-document li+li{margin-top:7px}.seller-card dl{margin:0}.seller-card dl>div{display:grid;grid-template-columns:190px 1fr;gap:24px;padding:12px 0;border-top:1px solid var(--line)}.seller-card dl>div:first-child{border-top:0}.seller-card dt{color:var(--muted)}.seller-card dd{margin:0;font-weight:750}.legal-callout{margin-top:18px;padding:18px;border:1px solid rgba(233,185,87,.25);background:rgba(233,185,87,.06);border-radius:16px}.legal-callout p{margin:7px 0 0!important}.legal-consents{display:grid;gap:10px;margin:16px 0 4px;padding-top:15px;border-top:1px solid var(--line)}.consent-check{display:grid;grid-template-columns:20px 1fr;gap:10px;align-items:start;font-size:12px;color:#cbd1db;line-height:1.45;cursor:pointer}.consent-check input{width:18px;height:18px;min-height:0;margin:1px 0 0;accent-color:var(--gold)}.consent-check a{color:var(--gold-2);text-decoration:underline;text-underline-offset:2px}.floating-call{position:fixed;right:22px;bottom:24px;z-index:95;display:flex;align-items:center;gap:9px;background:linear-gradient(135deg,var(--gold-2),#d39d3f);color:#141008;padding:12px 15px;border-radius:999px;box-shadow:0 16px 44px rgba(0,0,0,.45),0 0 0 1px rgba(255,255,255,.15) inset;font-weight:900;transition:.2s}.floating-call:hover{transform:translateY(-2px);filter:brightness(1.05)}.floating-call-icon{font-size:20px;line-height:1}.floating-call-label{font-size:13px}.cookie-notice{position:fixed;left:18px;bottom:18px;z-index:96;width:min(620px,calc(100% - 108px));display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(11,15,21,.97);box-shadow:0 18px 55px rgba(0,0,0,.5);backdrop-filter:blur(14px)}.cookie-notice strong{font-size:13px}.cookie-notice p{margin:3px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.cookie-notice a{color:var(--gold-2);text-decoration:underline}.cookie-notice .mini-btn{flex:0 0 auto}.checkout-grid .summary{z-index:2}
@media(max-width:980px){.delivery-showcase-trust{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.floating-call-label{display:none}.floating-call{width:54px;height:54px;padding:0;justify-content:center;border-radius:50%}.cookie-notice{width:calc(100% - 96px)}}
@media(max-width:620px){.delivery-showcase-trust,.footer-grid{grid-template-columns:1fr}.trust-footer{padding-top:38px}.footer-bottom{display:grid}.legal-page{padding-top:38px}.legal-document section{padding:20px}.seller-card dl>div{grid-template-columns:1fr;gap:4px}.cookie-notice{left:10px;bottom:10px;width:calc(100% - 82px);padding:13px;align-items:flex-start;flex-direction:column;gap:10px}.cookie-notice .mini-btn{width:100%}.floating-call{right:12px;bottom:14px}.legal-hero h1{font-size:42px}}

/* v27 conversion + free delivery */
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.trust-strip{padding:0 0 18px!important}.trust-strip-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.trust-strip-grid>div{padding:17px 18px;border:1px solid var(--line);border-radius:16px;background:rgba(16,21,29,.78);display:grid;gap:2px}.trust-strip-grid strong{color:#fff;font-size:15px}.trust-strip-grid span{color:var(--muted);font-size:12px}.trust-strip-grid a{color:var(--gold-2)}.support-email-link{display:block;margin-top:7px}.footer-email{font-weight:800!important;color:#d7dce5!important;font-size:13px}.purchase-trust{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;margin-top:18px;padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(255,255,255,.025);color:#dbe1e9;font-size:12px;font-weight:750}.checkout-simple-note{margin:-2px 0 14px;color:var(--muted);font-size:12px}.free-delivery{color:var(--success)}.noscript-catalog{padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--panel);margin-top:18px}.noscript-catalog h3{margin-bottom:10px}.noscript-catalog div{display:flex;flex-wrap:wrap;gap:7px}.noscript-catalog a{font-size:12px;padding:6px 9px;border:1px solid var(--line);border-radius:999px;color:#d9dfe8}.delivery-tab{line-height:1.25}
@media(max-width:980px){.trust-strip-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.hero-actions{display:grid}.hero-actions .inline-btn{width:100%}.trust-strip-grid{grid-template-columns:1fr 1fr}.trust-strip-grid>div{padding:14px}.purchase-trust{grid-template-columns:1fr}.checkout-contact-row{grid-template-columns:1fr}}


/* v28 checkout compact + map side-by-side */
.modal{align-items:center;overflow:hidden;padding:14px}
.modal-card{width:min(1240px,calc(100vw - 24px));max-height:calc(100vh - 28px);display:flex;flex-direction:column;overflow:hidden;padding:22px}
.modal-head{align-items:center;margin-bottom:14px}
.modal-head h2{font-size:32px;margin:8px 0 0}
.close{display:flex;align-items:center;justify-content:center;font-size:28px;line-height:.8;padding:0 0 3px;text-align:center}
.checkout-grid{grid-template-columns:minmax(0,1fr) 304px;gap:14px;min-height:0}
.checkout-grid>div,.checkout-grid>aside{min-width:0;min-height:0}
.form-card{padding:18px;margin-bottom:12px}
.form-card h3{font-size:18px;margin-bottom:14px}
.field{margin-bottom:10px}
.field label{font-size:11px}
input,select,textarea{min-height:42px;padding:10px 12px}
.delivery-tabs{margin-bottom:10px}
.delivery-tab{min-height:42px}
.pickup-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr);gap:12px;align-items:start}
.pickup-controls,.pickup-map-wrap{min-width:0}
.map-search{grid-template-columns:minmax(150px,1fr) auto auto;margin-bottom:8px}
.pickup-selected{margin:0 0 8px;padding:10px 12px;font-size:12px}
.map{height:292px}
.pickup-list{grid-template-columns:1fr;gap:7px;max-height:168px;margin-top:0}
.pickup-item{padding:10px 11px}
.pickup-item strong{font-size:12px}
.pickup-item span{font-size:11px}
.pickup-item small{font-size:10px}
.manual-pickup{margin-top:10px}
.summary{padding:18px;max-height:calc(100vh - 112px);overflow:auto}
.summary h3{margin-bottom:10px}
.summary-product{margin:8px 0 14px}
.summary-row{padding:11px 0;font-size:12px}
.summary-total{font-size:18px}
.legal-consents{gap:8px;margin:12px 0 4px;padding-top:12px}
.consent-check{font-size:11px}
.notice,.error{font-size:11px}
.product-hero{padding:34px 0 22px}
.product-layout{gap:34px}
.product-main-image{aspect-ratio:1/1.12;max-height:min(620px,calc(100vh - 156px))}
.product-info h1{font-size:clamp(34px,4.1vw,58px);margin:10px 0 14px}
.product-info .lead{font-size:15px;margin-bottom:14px}
.product-info .hero-pills{margin-bottom:14px}
.product-stock{margin:10px 0 14px}
.product-price-row{padding-top:18px}
.product-price-row .price span{font-size:34px}
.purchase-trust{margin-top:14px;padding:14px}
@media(max-width:1180px){.pickup-layout{grid-template-columns:1fr}.map{height:260px}.pickup-list{max-height:180px}}
@media(max-width:1050px){.modal{align-items:flex-start;overflow-y:auto}.modal-card{max-height:none;overflow:visible}.checkout-grid{grid-template-columns:1fr}.summary{max-height:none;overflow:visible}}
@media(max-width:760px){.map-search{grid-template-columns:1fr 1fr}.map-search input{grid-column:1/-1}.pickup-layout{grid-template-columns:1fr}}
@media(max-width:620px){.modal{padding:10px;overflow-y:auto}.modal-card{width:100%;padding:18px}.modal-head h2{font-size:28px}.map{height:240px}.pickup-list{max-height:unset}.product-hero{padding-top:24px}.product-main-image{max-height:none;aspect-ratio:3/4}.product-info h1{font-size:42px}}


/* v29: viewport-responsive layout, 3:4 media, 4-column catalog, compact checkout */
:root{--content-max:1560px;--page-gutter-total:clamp(28px,4.8vw,84px)}
.wrap{width:min(var(--content-max),calc(100% - var(--page-gutter-total)))}
.topbar{line-height:1.35}.topbar a{white-space:nowrap}
.header-inner{min-height:clamp(64px,5.4vw,78px);gap:clamp(14px,2vw,28px)}
.nav{gap:clamp(14px,2vw,26px)}
.support-contacts{display:grid;gap:2px}.support-contacts a{width:max-content;max-width:100%}

/* Catalog: 4 products on normal desktop, graceful reflow as effective viewport shrinks/zooms. */
#catalog{padding-top:48px}
.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(12px,1.15vw,18px)}
.product-card{min-width:0}
.product-card-image{aspect-ratio:3/4}
.product-card-image img{width:100%;height:100%;object-fit:cover}
.product-card-body{padding:16px 17px 18px}
.product-card h3{font-size:clamp(17px,1.12vw,21px);line-height:1.27;margin:6px 0 8px;overflow-wrap:anywhere}
.product-card p{font-size:12px;line-height:1.5;min-height:54px;margin-bottom:0}
.product-card-foot{margin-top:13px;padding-top:13px}
.product-card-foot strong{font-size:22px}
.product-card-rating{margin-top:10px;padding-top:10px;font-size:12px}

/* Product hero: preserve native 900x1200 ratio; size is driven by viewport height instead of stretching the frame. */
.product-hero{padding:clamp(24px,3vw,38px) 0 24px}
.product-layout{grid-template-columns:minmax(330px,520px) minmax(0,1fr);gap:clamp(34px,4vw,72px);align-items:start}
.product-gallery{width:min(100%,520px,calc((100dvh - 190px) * .75));min-width:320px;justify-self:start}
.product-main-image{width:100%;aspect-ratio:3/4;max-height:none;border-radius:24px}
.product-main-image img{width:100%;height:100%;object-fit:cover}
.product-thumbs{display:flex;gap:7px;margin-top:8px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin;padding-bottom:2px}
.product-thumb{flex:0 0 clamp(48px,4.1vw,60px);aspect-ratio:3/4}
.product-thumb img{object-fit:cover}
.product-info{top:96px;min-width:0}
.product-info h1{font-size:clamp(34px,3.55vw,58px);line-height:1.04;margin:10px 0 14px;text-wrap:balance;overflow-wrap:anywhere}
.product-info .lead{font-size:clamp(14px,1.05vw,17px);margin-bottom:14px;max-width:760px}
.product-info .hero-pills{margin-bottom:14px}
.product-stock{margin:10px 0 14px}
.product-price-row{padding-top:17px}
.product-price-row .price span{font-size:clamp(30px,2.4vw,38px)}
.purchase-trust{margin-top:14px;padding:13px 14px;gap:7px 12px}

/* Checkout: one-screen desktop composition; scroll only as a fallback on small/zoomed viewports. */
.modal{align-items:center;overflow:auto;padding:10px;overscroll-behavior:contain}
.modal-card{width:min(1540px,calc(100vw - 20px));max-height:calc(100dvh - 20px);padding:18px 20px 20px;overflow:auto;overscroll-behavior:contain}
.modal-head{align-items:center;margin-bottom:12px}
.modal-head h2{font-size:clamp(28px,2.1vw,34px);margin:7px 0 0}
.close{flex:0 0 44px;width:44px;height:44px;font-size:0!important;line-height:0!important;padding:0;position:relative}
.close::before,.close::after{content:"";position:absolute;left:50%;top:50%;width:18px;height:2px;border-radius:2px;background:currentColor;transform-origin:center}
.close::before{transform:translate(-50%,-50%) rotate(45deg)}
.close::after{transform:translate(-50%,-50%) rotate(-45deg)}
.checkout-grid{grid-template-columns:minmax(0,1fr) minmax(280px,320px);gap:14px;align-items:start}
.checkout-grid>div,.checkout-grid>aside{min-width:0}
.form-card{padding:16px 18px;margin-bottom:10px}
.form-card h3{font-size:18px;margin-bottom:11px}
.checkout-simple-note{margin:-1px 0 10px;font-size:11px}
.checkout-buyer-grid{display:grid;grid-template-columns:1.15fr 1.15fr 1.15fr .75fr;gap:10px;align-items:start}
.checkout-buyer-grid .field{margin-bottom:0;min-width:0}
.field{gap:5px;margin-bottom:9px}.field label{font-size:11px}
input,select,textarea{min-height:40px;padding:9px 11px;border-radius:11px}
.delivery-tabs{gap:8px;margin-bottom:9px}.delivery-tab{min-height:40px}
.map-search{grid-template-columns:minmax(190px,1fr) auto auto;gap:7px;margin-bottom:9px}
.map-search .mini-btn{min-height:40px;padding:8px 12px}
.pickup-layout{display:grid;grid-template-columns:minmax(330px,1.25fr) minmax(270px,.75fr);gap:10px;align-items:stretch}
.pickup-map-wrap,.pickup-controls{min-width:0}
.map{height:clamp(220px,29dvh,292px);min-height:220px;border-radius:14px}
.pickup-controls{display:flex;flex-direction:column;min-height:0}
.pickup-selected{margin:0 0 7px;padding:9px 10px;font-size:11px;line-height:1.35;flex:0 0 auto}
.pickup-list{grid-template-columns:1fr;gap:6px;margin-top:0;max-height:clamp(148px,20dvh,194px);overflow:auto;padding-right:2px;flex:1 1 auto}
.pickup-item{padding:8px 10px;gap:2px}.pickup-item strong{font-size:11px}.pickup-item span{font-size:10px}.pickup-item small{font-size:9px}
.manual-pickup-details{margin-top:7px;border-top:1px solid var(--line);padding-top:6px;color:var(--muted);font-size:10px}
.manual-pickup-details summary{cursor:pointer;color:#cfd5df;font-weight:750;list-style:none}
.manual-pickup-details summary::after{content:" +";color:var(--gold-2)}
.manual-pickup-details[open] summary::after{content:" −"}
.manual-pickup{margin:7px 0 0}.manual-pickup input{min-height:36px}
.summary{padding:16px;max-height:none;overflow:visible}
.summary h3{margin-bottom:8px}.summary-product{margin:7px 0 12px}.summary-product img{width:52px;height:52px}
.summary-row{padding:9px 0;font-size:11px}.summary-total{font-size:18px}
.legal-consents{gap:7px;margin:10px 0 3px;padding-top:10px}.consent-check{font-size:10px;line-height:1.35;grid-template-columns:18px 1fr;gap:8px}.consent-check input{width:16px;height:16px}
.summary .notice{font-size:10px;line-height:1.4;margin:9px 0 0}.summary .btn-primary{min-height:48px;padding:11px 15px}

/* Medium desktop / browser zoom: layouts reflow instead of clipping. */
@media(max-width:1240px){
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .checkout-grid{grid-template-columns:1fr}
  .checkout-grid>aside{position:static}
  .summary{max-width:none}
  .modal-card{max-height:calc(100dvh - 16px)}
}
@media(max-width:1180px){
  .product-layout{grid-template-columns:1fr;gap:24px}
  .product-gallery{width:min(520px,100%);min-width:0;justify-self:center}
  .product-info{position:static}
}
@media(max-width:920px){
  .nav{display:none}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .checkout-buyer-grid{grid-template-columns:1fr 1fr}
  .pickup-layout{grid-template-columns:1fr}
  .map{height:min(320px,38dvh)}
  .pickup-list{max-height:210px}
}
@media(max-width:660px){
  .wrap{width:min(var(--content-max),calc(100% - 24px))}
  .topbar{font-size:10px;padding:7px 10px}
  .product-grid{grid-template-columns:1fr}
  .product-card-body{padding:15px}
  .product-card h3{font-size:20px}
  .product-card p{min-height:0}
  .checkout-buyer-grid{grid-template-columns:1fr}
  .map-search{grid-template-columns:1fr 1fr}.map-search input{grid-column:1/-1}
  .modal{padding:6px;align-items:flex-start}.modal-card{width:100%;max-height:calc(100dvh - 12px);padding:14px;border-radius:18px}
  .modal-head h2{font-size:26px}.close{width:40px;height:40px;flex-basis:40px}
  .form-card{padding:14px}.delivery-tabs{display:grid;grid-template-columns:1fr 1fr}
  .map{height:250px;min-height:220px}.pickup-list{max-height:none}
  .product-hero{padding-top:22px}.product-main-image{border-radius:18px}
}

/* Short desktop windows: keep checkout fully usable at 768px-class heights. */
@media(min-width:1241px) and (max-height:820px){
  .modal-card{padding:12px 16px 14px}
  .modal-head{margin-bottom:8px}.modal-head h2{font-size:27px;margin-top:5px}.eyebrow{font-size:10px}
  .form-card{padding:12px 14px;margin-bottom:8px}.form-card h3{font-size:16px;margin-bottom:8px}.checkout-simple-note{display:none}
  input,select,textarea{min-height:36px;padding:7px 9px}.delivery-tab{min-height:36px}.map-search .mini-btn{min-height:36px}
  .map{height:clamp(190px,28dvh,226px);min-height:190px}.pickup-list{max-height:132px}
  .summary-product img{width:46px;height:46px}.summary-row{padding:7px 0}.legal-consents{margin-top:7px;padding-top:7px}
}


/* v30: high-zoom responsive catalog + vertical product gallery */
.topbar{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.2em .45em;min-height:34px;padding:8px 14px;text-align:center;white-space:normal}

/* Homepage: browser zoom reduces the CSS viewport, so these breakpoints deliberately reflow early. */
.catalog-hero{padding:clamp(34px,4.2vw,62px) 0 clamp(28px,3.6vw,50px)}
.catalog-hero-grid{grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:clamp(24px,3.2vw,46px)}
.catalog-hero h1{font-size:clamp(44px,5.2vw,76px);margin:14px 0 18px}
.catalog-hero .lead{font-size:clamp(15px,1.25vw,18px);margin-bottom:20px}
.hero-panel{padding:clamp(20px,2.2vw,30px)}
.hero-panel b{font-size:clamp(54px,5vw,76px)}
#catalog{padding-top:clamp(30px,3vw,48px)}

/* Four cards only when there is truly enough CSS width. At 200% browser zoom a 1920px monitor behaves like ~960px and gets two columns. */
.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}

/* Product gallery: full 3:4 infographic with the selector rail on the LEFT, never below on desktop. */
.product-layout{grid-template-columns:minmax(390px,640px) minmax(0,1fr);gap:clamp(30px,4vw,68px)}
.product-gallery{display:grid;grid-template-columns:76px minmax(0,1fr);grid-template-rows:minmax(0,1fr);gap:12px;width:min(100%,640px,calc((100dvh - 145px) * .75 + 88px));min-width:390px;align-items:stretch;justify-self:start}
.product-main-image{grid-column:2;grid-row:1;width:100%;aspect-ratio:3/4;min-width:0;background:#0b0e13;border-radius:24px}
.product-main-image img{object-fit:cover}
.product-thumb-rail{grid-column:1;grid-row:1;display:grid;grid-template-rows:40px minmax(0,1fr) 40px;gap:7px;min-height:0;height:100%}
.product-thumbs{display:flex;flex-direction:column;gap:7px;margin:0;min-height:0;height:100%;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;overscroll-behavior:contain;padding:1px}
.product-thumbs::-webkit-scrollbar{display:none}
.product-thumb{flex:0 0 auto;width:100%;aspect-ratio:3/4;border-radius:11px;background:#0b0e13;opacity:.62;border:1px solid rgba(255,255,255,.12);transform:none;transition:opacity .16s,border-color .16s,box-shadow .16s,transform .16s}
.product-thumb:hover{opacity:.9;transform:translateX(2px);border-color:rgba(233,185,87,.46)}
.product-thumb.active{opacity:1;border-color:var(--gold-2);box-shadow:0 0 0 2px rgba(233,185,87,.16),0 8px 22px rgba(0,0,0,.24)}
.product-thumb img{width:100%;height:100%;object-fit:cover}
.thumb-nav{width:100%;height:40px;border:1px solid rgba(233,185,87,.28);border-radius:11px;background:linear-gradient(180deg,rgba(31,36,47,.96),rgba(14,18,25,.96));color:var(--gold-2);font-size:20px;font-weight:900;line-height:1;display:grid;place-items:center;box-shadow:0 8px 20px rgba(0,0,0,.2);transition:.16s}
.thumb-nav:hover{border-color:rgba(233,185,87,.68);background:#202632;transform:translateY(-1px)}
.gallery-nav{width:50px;height:58px;border-radius:14px;border:1px solid rgba(233,185,87,.45);background:rgba(9,12,17,.90);box-shadow:0 14px 32px rgba(0,0,0,.34);opacity:1;color:#fff}
.gallery-nav:hover{background:#202631;border-color:var(--gold-2);color:var(--gold-2);transform:translateY(-50%) scale(1.035)}
.gallery-prev{left:14px}.gallery-next{right:14px}
.gallery-count{right:14px;bottom:14px;background:rgba(8,11,16,.88);border-color:rgba(233,185,87,.32)}

/* Fix fixed phone button overlapping the product CTA on large product pages. */
.product-page .floating-call{right:18px;bottom:18px}

@media(max-width:1420px){
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:1180px){
  .catalog-hero-grid{grid-template-columns:1fr;gap:18px}
  .catalog-hero{padding:28px 0 24px}
  .catalog-hero h1{font-size:clamp(40px,6vw,62px);margin:10px 0 14px}
  .catalog-hero .lead{max-width:860px;margin-bottom:16px}
  .hero-panel{display:grid;grid-template-columns:auto 1fr;column-gap:18px;row-gap:5px;align-items:center;padding:18px 20px}
  .hero-panel b{grid-row:1/4;font-size:52px}
  .hero-panel p{margin:0;font-size:12px}
  .hero-panel .hero-trust{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:8px;font-size:12px}
  .section-head{display:block}
  .section-head>p{margin-top:12px}
  .catalog-tools{width:100%;justify-items:start;margin-top:16px;min-width:0}
  .category-tabs{justify-content:flex-start}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-layout{grid-template-columns:1fr;gap:24px}
  .product-gallery{width:min(640px,100%,calc((100dvh - 135px) * .75 + 88px));min-width:0;justify-self:center}
  .product-info{position:static}
}
@media(max-width:900px){
  .header-inner{min-height:62px}
  .nav{gap:14px;font-size:13px}
  .catalog-hero{padding:22px 0 20px}
  .catalog-hero .eyebrow{font-size:10px}
  .catalog-hero h1{font-size:clamp(36px,7vw,50px);line-height:1;margin:8px 0 12px}
  .catalog-hero .lead{font-size:14px;line-height:1.48}
  .hero-actions .btn-primary,.hero-actions .btn-secondary{min-height:44px;padding:10px 15px}
  .hero-panel{padding:14px 16px}
  .trust-strip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .product-grid{grid-template-columns:1fr}
  .catalog-hero-grid{gap:14px}
  .hero-panel{grid-template-columns:1fr}
  .hero-panel b{grid-row:auto;font-size:44px}
  .hero-panel .hero-trust{grid-template-columns:1fr}
  .catalog-tools input{width:100%}
}

/* Very narrow/mobile only: thumbnails move below because a left rail would steal too much image width. */
@media(max-width:560px){
  .product-gallery{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;width:100%;gap:8px}
  .product-main-image{grid-column:1;grid-row:1}
  .product-thumb-rail{grid-column:1;grid-row:2;display:grid;grid-template-columns:38px minmax(0,1fr) 38px;grid-template-rows:1fr;height:auto;gap:6px}
  .product-thumbs{flex-direction:row;overflow-x:auto;overflow-y:hidden;height:auto;padding:1px}
  .product-thumb{flex:0 0 58px;width:58px}
  .thumb-nav{width:38px;height:100%;min-height:72px}
  .thumb-nav-up{transform:none}.thumb-nav-down{transform:none}
  .gallery-nav{width:44px;height:52px;border-radius:12px}
  .gallery-prev{left:10px}.gallery-next{right:10px}
}

/* Short effective viewport (common at 175-200% zoom): prioritize content, never clip horizontally. */
@media(max-height:620px){
  .topbar{padding-top:5px;padding-bottom:5px;font-size:11px}
  .header-inner{min-height:56px}
  .catalog-hero{padding-top:18px;padding-bottom:18px}
  .catalog-hero h1{font-size:clamp(34px,5.4vw,48px);margin:7px 0 10px}
  .catalog-hero .lead{font-size:13px;margin-bottom:12px}
  .hero-actions .btn-primary,.hero-actions .btn-secondary{min-height:40px;padding:8px 13px}
  .product-hero{padding-top:18px}
}

/* v31: exact 900x1200 ratio, auto-hidden arrows, 5-column homepage */
/* Five catalog cards on genuinely wide screens. */
.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(10px,.9vw,15px)}
.product-card-body{padding:14px 15px 16px}
.product-card h3{font-size:clamp(15px,.95vw,19px);line-height:1.25}
.product-card p{font-size:11.5px;line-height:1.45;min-height:50px}
.product-card-foot strong{font-size:20px}
.product-card-image{aspect-ratio:3/4}
.product-card-image img{width:100%;height:100%;object-fit:cover}

/* Product image is always a scaled 900x1200 frame: exact 3:4 ratio, never cropped or stretched. */
.product-layout{grid-template-columns:minmax(360px,690px) minmax(0,1fr);gap:clamp(28px,3.6vw,62px)}
.product-gallery{grid-template-columns:76px minmax(0,1fr);gap:12px;width:min(100%,650px,calc((100dvh - 220px) * .75 + 88px));min-width:360px;align-items:stretch}
.product-main-image{width:100%;aspect-ratio:3/4;height:auto;max-height:none;background:transparent;overflow:hidden}
.product-main-image img{width:100%;height:100%;object-fit:contain;background:transparent}
.product-thumb img{object-fit:cover}

/* Main left/right arrows are invisible until recent pointer/keyboard activity. */
.gallery-nav{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-50%) scale(.94);transition:opacity .22s ease,visibility .22s ease,transform .22s ease,background .16s,border-color .16s,color .16s}
.product-main-image.nav-visible .gallery-nav{opacity:.94;visibility:visible;pointer-events:auto;transform:translateY(-50%) scale(1)}
.product-main-image.nav-visible .gallery-nav:hover{transform:translateY(-50%) scale(1.035)}

@media(max-width:1550px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:1240px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:980px){
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-layout{grid-template-columns:1fr}
  .product-gallery{width:min(100%,620px,calc((100dvh - 180px) * .75 + 88px));min-width:0;justify-self:center}
}
@media(max-width:620px){
  .product-grid{grid-template-columns:1fr}
  .product-gallery{width:100%;grid-template-columns:1fr;grid-template-rows:auto auto;gap:8px}
  .product-main-image{grid-column:1;grid-row:1;width:min(100%,480px);justify-self:center}
  .product-thumb-rail{grid-column:1;grid-row:2;display:grid;grid-template-columns:38px minmax(0,1fr) 38px;grid-template-rows:1fr;height:auto;gap:6px}
  .product-thumbs{flex-direction:row;overflow-x:auto;overflow-y:hidden;height:auto;padding:1px}
  .product-thumb{flex:0 0 58px;width:58px}
  .thumb-nav{width:38px;height:100%;min-height:72px}
}
@media(max-height:720px) and (min-width:981px){
  .product-gallery{width:min(100%,610px,calc((100dvh - 165px) * .75 + 88px))}
  .product-hero{padding-top:14px}
}


/* v32: bounded left thumbnail viewport; gallery height is defined ONLY by 900x1200 main image */
@media(min-width:621px){
  .product-gallery{
    position:relative;
    display:block;
    box-sizing:border-box;
    padding-left:88px;
    width:min(100%,650px,calc((100dvh - 170px) * .75 + 88px));
    min-width:360px;
    height:auto;
    align-self:start;
    overflow:visible;
  }
  .product-main-image{
    position:relative;
    display:block;
    width:100%;
    height:auto;
    aspect-ratio:3/4;
    min-height:0;
    max-height:none;
    overflow:hidden;
    background:#0b0e13;
  }
  .product-main-image img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center top;
  }
  .product-thumb-rail{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:76px;
    height:auto;
    min-height:0;
    display:grid;
    grid-template-rows:40px minmax(0,1fr) 40px;
    gap:7px;
    overflow:hidden;
  }
  .product-thumbs{
    display:flex;
    flex-direction:column;
    gap:7px;
    width:100%;
    height:100%;
    min-height:0;
    margin:0;
    padding:1px;
    overflow:hidden;
    scroll-behavior:smooth;
    overscroll-behavior:contain;
  }
  .product-thumb{
    flex:0 0 auto;
    width:100%;
    aspect-ratio:3/4;
  }
  .product-thumb img{object-fit:cover}
}
@media(max-width:620px){
  .product-gallery{position:relative;padding-left:0;display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;width:100%;height:auto}
  .product-main-image{position:relative;display:block;width:min(100%,480px);aspect-ratio:3/4;justify-self:center;overflow:hidden}
  .product-main-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center top}
  .product-thumb-rail{position:static;width:auto;height:auto;min-height:0;overflow:hidden;display:grid;grid-template-columns:38px minmax(0,1fr) 38px;grid-template-rows:1fr;gap:6px}
  .product-thumbs{display:flex;flex-direction:row;gap:7px;width:auto;height:auto;overflow:hidden;padding:1px;scroll-behavior:smooth}
  .product-thumb{flex:0 0 58px;width:58px;aspect-ratio:3/4}
}


/* v33: stable gallery rail controls + checkout map stability */
@media(min-width:621px){
  .product-thumb-rail{display:block!important;overflow:hidden!important}
  .product-thumbs{height:100%!important;padding:0!important}
  .thumb-nav{position:absolute;left:50%;z-index:8;width:44px;height:34px;min-height:34px;border-radius:11px;transform:translateX(-50%)!important;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease,visibility .16s ease,background .16s ease,border-color .16s ease}
  .thumb-nav-up{top:7px}.thumb-nav-down{bottom:7px}
  .product-thumb-rail.thumb-nav-visible .thumb-nav:not(:disabled),.product-thumb-rail:hover .thumb-nav:not(:disabled),.thumb-nav:focus-visible{opacity:.96;visibility:visible;pointer-events:auto}
  .thumb-nav:disabled{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
}
@media(max-width:620px){
  .thumb-nav:disabled{opacity:.18;pointer-events:none}
}


/* v35: dedicated mobile product UX — sticky price + fullscreen swipe gallery */
.mobile-gallery-viewer,.mobile-buy-bar{display:none}
@media(max-width:620px){
  .product-page{padding-bottom:calc(82px + env(safe-area-inset-bottom,0px))}
  .product-page .header-inner{min-height:58px}
  .product-page .header-buy{display:none}
  .product-page .nav{display:flex;gap:16px;font-size:12px}
  .product-page .nav a:nth-child(n+2){display:none}
  .product-page .product-hero{padding:12px 0 22px}
  .product-page .product-layout{display:grid;grid-template-columns:1fr;gap:18px}
  .product-page .product-gallery{display:block!important;width:100%!important;min-width:0!important;height:auto!important;padding:0!important;margin:0!important}
  .product-page .product-thumb-rail{display:none!important}
  .product-page .product-main-image{display:block;width:100%!important;max-width:520px;margin:0 auto;aspect-ratio:3/4!important;border-radius:18px;cursor:zoom-in;touch-action:pan-y;background:#0b0e13}
  .product-page .product-main-image img{object-fit:contain!important;object-position:center center!important}
  .product-page .gallery-nav{width:42px;height:54px;border-radius:13px;opacity:.9!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(-50%) scale(1)!important;background:rgba(7,10,14,.72);border-color:rgba(255,255,255,.22)}
  .product-page .gallery-prev{left:8px}.product-page .gallery-next{right:8px}
  .product-page .gallery-count{right:10px;bottom:10px}
  .product-page .product-info{position:static}
  .product-page .product-info h1{font-size:clamp(30px,9.3vw,42px);margin:8px 0 12px}
  .product-page .product-info .lead{font-size:14px;line-height:1.5;margin-bottom:12px}
  .product-page .product-price-row{display:none}
  .product-page .purchase-trust{margin-top:12px;grid-template-columns:1fr;font-size:11px}
  .product-page .floating-call{display:none!important}
  .product-page .cookie-notice{bottom:calc(88px + env(safe-area-inset-bottom,0px));width:calc(100% - 20px);left:10px}

  .mobile-buy-bar{position:fixed;z-index:90;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 12px calc(9px + env(safe-area-inset-bottom,0px));background:rgba(9,12,17,.96);border-top:1px solid rgba(255,255,255,.14);box-shadow:0 -12px 34px rgba(0,0,0,.38);backdrop-filter:blur(16px)}
  .mobile-buy-price{display:flex;flex-direction:column;min-width:0;line-height:1.05}
  .mobile-buy-price del{font-size:11px;color:var(--muted);font-weight:700;margin-bottom:4px}
  .mobile-buy-price strong{font-size:24px;letter-spacing:-.03em;white-space:nowrap}
  .mobile-buy-button{min-width:142px;min-height:50px;padding:12px 20px}

  .mobile-gallery-viewer{position:fixed;inset:0;z-index:300;display:flex;flex-direction:column;background:#05070a;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease;padding:env(safe-area-inset-top,0px) 0 env(safe-area-inset-bottom,0px)}
  .mobile-gallery-viewer.open{opacity:1;visibility:visible;pointer-events:auto}
  .mobile-gallery-top{height:58px;display:flex;align-items:center;justify-content:space-between;padding:8px 12px;flex:0 0 auto}
  .mobile-gallery-close{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(18,22,29,.9);color:#fff;font-size:28px;line-height:1;display:grid;place-items:center;padding:0 0 3px}
  .mobile-gallery-count{padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);font-size:13px;font-weight:850}
  .mobile-gallery-stage{position:relative;flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;touch-action:none;user-select:none}
  .mobile-gallery-stage img{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .14s ease,opacity .14s ease;will-change:transform;user-select:none;-webkit-user-drag:none}
  .mobile-gallery-nav{position:absolute;z-index:2;top:50%;transform:translateY(-50%);width:44px;height:58px;border-radius:14px;border:1px solid rgba(255,255,255,.18);background:rgba(8,11,16,.62);color:#fff;font-size:34px;line-height:1;display:grid;place-items:center;padding:0 0 4px;backdrop-filter:blur(8px)}
  .mobile-gallery-prev{left:8px}.mobile-gallery-next{right:8px}
}
@media(max-width:390px){
  .mobile-buy-price strong{font-size:21px}
  .mobile-buy-button{min-width:126px;padding-inline:16px}
  .product-page .gallery-nav{width:38px;height:48px}
}


/* v36: aligned commerce row + 2-column mobile catalog */
.product-card{display:flex;flex-direction:column;height:100%}
.product-card-body{display:flex;flex-direction:column;flex:1;min-height:0}
.product-card h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:2.5em}
.product-card p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.product-card-foot{
  margin-top:auto;
  padding-top:13px;
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:end;
  gap:8px 10px;
  min-height:70px;
}
.product-card-price{min-width:max-content}
.product-card-stock{font-size:10.5px;color:var(--muted);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;align-self:end;padding-bottom:2px}
.product-card-rating{margin:0;padding:0;border:0;display:flex;align-items:center;justify-content:flex-end;gap:4px;white-space:nowrap;font-size:11px;line-height:1.1;align-self:end;padding-bottom:2px}
.product-card-rating strong{font-size:13px}
.product-rating-star{font-size:15px}
.product-review-count{font-size:10.5px;color:var(--muted)}

@media(max-width:980px){
  .product-card-foot{grid-template-columns:auto 1fr;grid-template-areas:"price rating" "stock stock";align-items:end}
  .product-card-price{grid-area:price}
  .product-card-rating{grid-area:rating}
  .product-card-stock{grid-area:stock;text-align:left;padding:0;margin-top:-2px}
}

@media(max-width:620px){
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  #catalog .wrap{width:min(100% - 16px,1180px)}
  .product-card{border-radius:14px}
  .product-card-image{aspect-ratio:3/4}
  .product-card-body{padding:9px 9px 10px}
  .product-category{font-size:8.5px;letter-spacing:.045em}
  .product-card h3{font-size:12.5px;line-height:1.22;margin:5px 0 6px;min-height:2.44em;-webkit-line-clamp:2}
  .product-card p{display:none}
  .product-card-foot{grid-template-columns:1fr auto;grid-template-areas:"price rating" "stock stock";gap:5px 6px;min-height:56px;margin-top:5px;padding-top:8px}
  .product-card-price del{font-size:9.5px;margin-bottom:3px}
  .product-card-foot .product-card-price strong{font-size:16px;line-height:1}
  .product-card-rating{font-size:9.5px;gap:2px;max-width:100%;overflow:hidden}
  .product-card-rating strong{font-size:11px}
  .product-rating-star{font-size:13px}
  .product-review-count{font-size:8.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:76px}
  .product-card-stock{font-size:8.5px;line-height:1.15;text-align:left;white-space:nowrap}
}

@media(max-width:360px){
  .product-grid{gap:6px!important}
  #catalog .wrap{width:min(100% - 12px,1180px)}
  .product-card-body{padding:8px}
  .product-card h3{font-size:11.5px}
  .product-card-foot .product-card-price strong{font-size:14px}
  .product-review-count{max-width:58px}
  .product-card-stock{font-size:8px}
}


/* v37: perfectly aligned catalog cards + 6-column desktop grid */
/* Wide desktop: six equal products in one row. */
.product-grid{
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:clamp(9px,.75vw,13px);
  align-items:stretch;
}
.product-card{
  height:100%;
  min-width:0;
  align-self:stretch;
}
.product-card-image{
  width:100%;
  aspect-ratio:3/4;
  flex:0 0 auto;
}
.product-card-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
/* Fixed text tracks keep the divider before price at exactly the same height. */
.product-card-body{
  display:grid;
  grid-template-rows:1.25em 2.55em 4.45em auto;
  align-content:start;
  flex:1;
  padding:13px 13px 15px;
}
.product-category{
  line-height:1.25;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.product-card h3{
  margin:5px 0 0;
  min-height:0;
  height:2.55em;
  font-size:clamp(14px,.88vw,18px);
  line-height:1.275;
  -webkit-line-clamp:2;
  align-self:start;
}
.product-card p{
  margin:7px 0 0;
  min-height:0;
  height:4.45em;
  font-size:11px;
  line-height:1.48;
  -webkit-line-clamp:3;
  align-self:start;
}
.product-card-foot{
  width:100%;
  margin:11px 0 0;
  min-height:68px;
  padding-top:12px;
  border-top:1px solid var(--line);
  align-self:end;
}
.product-card-price del{font-size:12px}
.product-card-foot .product-card-price strong{font-size:19px}
.product-card-stock{font-size:9.5px}
.product-card-rating{font-size:10px}
.product-card-rating strong{font-size:12px}
.product-review-count{font-size:9.5px}

/* Responsive desktop/tablet breakpoints. */
@media(max-width:1450px){
  .product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
}
@media(max-width:1210px){
  .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:980px){
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .product-card-body{grid-template-rows:1.25em 2.55em 4.45em auto}
}
@media(max-width:720px){
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:620px){
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .product-card-body{
    display:grid;
    grid-template-rows:1.05em 2.44em auto;
    padding:9px 9px 10px;
  }
  .product-card h3{height:2.44em;min-height:0;margin:5px 0 0}
  .product-card p{display:none;height:0;margin:0}
  .product-card-foot{
    margin-top:7px;
    min-height:56px;
    padding-top:8px;
  }
}


/* v38: full stock quantity without truncation */
.product-card-foot{
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-areas:"price rating" "stock stock";
  align-items:end;
  gap:7px 8px;
}
.product-card-price{grid-area:price;min-width:0}
.product-card-rating{grid-area:rating;min-width:0;justify-self:end}
.product-card-stock{
  grid-area:stock;
  display:block;
  width:100%;
  min-width:0;
  padding:0;
  margin:0;
  text-align:left;
  white-space:nowrap;
  overflow:visible;
  text-overflow:clip;
  font-weight:850;
  line-height:1.2;
}
.product-card-stock.in-stock{color:var(--success)}
.product-card-stock.out-stock{color:var(--danger)}
@media(min-width:981px){
  .product-card-stock{font-size:10px}
  .product-card-foot{min-height:76px}
}
@media(max-width:620px){
  .product-card-stock{font-size:9px!important;line-height:1.2;margin-top:1px!important}
}
@media(max-width:360px){
  .product-card-stock{font-size:8.5px!important}
}


/* v39: pixel-aligned catalog cards on desktop and mobile */
.product-grid{
  align-items:stretch;
}
.product-card{
  display:grid;
  grid-template-rows:auto 1fr;
  min-height:100%;
  overflow:hidden;
}
.product-card-image{
  margin:0;
  aspect-ratio:3/4;
  overflow:hidden;
}
.product-card-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.product-card-body{
  box-sizing:border-box;
  display:grid;
  grid-template-rows:18px 52px 70px 88px;
  align-content:start;
  min-height:228px;
  height:228px;
  padding:13px;
}
.product-category{
  height:18px;
  line-height:18px;
  margin:0;
}
.product-card h3{
  box-sizing:border-box;
  height:52px;
  min-height:52px;
  max-height:52px;
  margin:0;
  padding-top:6px;
  line-height:23px;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}
.product-card p{
  box-sizing:border-box;
  height:70px;
  min-height:70px;
  max-height:70px;
  margin:0;
  padding-top:7px;
  line-height:18px;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}
.product-card-foot{
  box-sizing:border-box;
  height:88px;
  min-height:88px;
  max-height:88px;
  margin:0;
  padding:12px 0 0;
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);
  grid-template-rows:38px 22px;
  grid-template-areas:"price rating" "stock stock";
  column-gap:7px;
  row-gap:5px;
  align-items:center;
}
.product-card-price{
  grid-area:price;
  min-width:0;
  align-self:center;
  line-height:1;
}
.product-card-price del{
  display:block;
  margin:0 0 4px;
  line-height:1;
}
.product-card-foot .product-card-price strong{
  display:block;
  line-height:1;
  white-space:nowrap;
  font-variant-numeric:tabular-nums;
}
.product-card-rating{
  grid-area:rating;
  min-width:0;
  max-width:100%;
  margin:0;
  padding:0;
  border:0;
  align-self:center;
  justify-self:stretch;
  justify-content:flex-end;
  overflow:hidden;
  white-space:nowrap;
  line-height:1;
  font-variant-numeric:tabular-nums;
}
.product-card-rating .product-review-count{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.product-card-stock{
  grid-area:stock;
  align-self:center;
  width:100%;
  min-width:0;
  margin:0;
  padding:0;
  line-height:22px;
  white-space:nowrap;
  font-variant-numeric:tabular-nums;
}

/* Six-column desktop cards get compact but exact tracks. */
@media(min-width:981px){
  .product-card-body{
    grid-template-rows:18px 50px 68px 86px;
    min-height:222px;
    height:222px;
  }
  .product-card h3{height:50px;min-height:50px;max-height:50px;line-height:22px}
  .product-card p{height:68px;min-height:68px;max-height:68px;line-height:17px}
  .product-card-foot{height:86px;min-height:86px;max-height:86px;grid-template-rows:37px 22px}
}

/* Mobile marketplace layout: exactly two equal cards, pixel-aligned content. */
@media(max-width:620px){
  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    align-items:stretch;
  }
  #catalog .wrap{width:calc(100% - 16px)}
  .product-card{
    border-radius:14px;
    min-width:0;
  }
  .product-card-body{
    grid-template-rows:16px 48px 0 82px;
    min-height:146px;
    height:146px;
    padding:9px;
  }
  .product-category{
    height:16px;
    line-height:16px;
    font-size:10px;
  }
  .product-card h3{
    height:48px;
    min-height:48px;
    max-height:48px;
    margin:0;
    padding-top:5px;
    font-size:12px;
    line-height:18px;
    -webkit-line-clamp:2;
  }
  .product-card p{
    display:none!important;
    height:0!important;
    min-height:0!important;
    max-height:0!important;
    padding:0!important;
    margin:0!important;
  }
  .product-card-foot{
    height:82px;
    min-height:82px;
    max-height:82px;
    margin:0;
    padding-top:8px;
    grid-template-columns:minmax(67px,.9fr) minmax(0,1.1fr);
    grid-template-rows:39px 21px;
    column-gap:4px;
    row-gap:4px;
  }
  .product-card-price del{font-size:10px;margin-bottom:4px}
  .product-card-foot .product-card-price strong{
    font-size:16px;
    letter-spacing:-.02em;
  }
  .product-card-rating{
    gap:2px;
    font-size:9px;
    letter-spacing:-.01em;
  }
  .product-card-rating strong{font-size:10.5px}
  .product-rating-star{font-size:13px}
  .product-review-count{font-size:8.5px;max-width:none}
  .product-card-stock{
    font-size:9px!important;
    line-height:21px!important;
    margin:0!important;
  }
}

@media(max-width:380px){
  .product-grid{gap:6px!important}
  #catalog .wrap{width:calc(100% - 12px)}
  .product-card-body{padding:8px;grid-template-rows:15px 46px 0 80px;min-height:141px;height:141px}
  .product-category{height:15px;line-height:15px;font-size:9px}
  .product-card h3{height:46px;min-height:46px;max-height:46px;font-size:11.25px;line-height:17px}
  .product-card-foot{height:80px;min-height:80px;max-height:80px;grid-template-columns:minmax(62px,.9fr) minmax(0,1.1fr)}
  .product-card-foot .product-card-price strong{font-size:14.5px}
  .product-card-rating{font-size:8.25px}
  .product-card-rating strong{font-size:9.75px}
  .product-review-count{font-size:7.9px}
  .product-card-stock{font-size:8.5px!important}
}

/* v40: stable catalog card geometry on desktop and mobile */
#catalog .wrap{
  width:min(1700px,calc(100% - clamp(28px,4vw,72px)));
}
#catalog .product-grid{
  gap:14px;
  align-items:stretch;
}
#catalog .product-card{
  min-width:0;
  height:100%;
}
#catalog .product-card-body{
  display:grid;
  grid-template-rows:18px 50px 66px 82px;
  align-content:start;
  height:auto!important;
  min-height:244px!important;
  padding:14px!important;
  overflow:hidden;
}
#catalog .product-category{
  height:18px!important;
  line-height:18px!important;
  margin:0!important;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
#catalog .product-card h3{
  height:50px!important;
  min-height:50px!important;
  max-height:50px!important;
  margin:0!important;
  padding-top:6px!important;
  font-size:clamp(14px,.88vw,18px)!important;
  line-height:22px!important;
  overflow:hidden;
}
#catalog .product-card p{
  height:66px!important;
  min-height:66px!important;
  max-height:66px!important;
  margin:0!important;
  padding-top:7px!important;
  font-size:11px!important;
  line-height:17px!important;
  overflow:hidden;
}
#catalog .product-card-foot{
  box-sizing:border-box;
  height:82px!important;
  min-height:82px!important;
  max-height:82px!important;
  margin:0!important;
  padding:11px 0 0!important;
  border-top:1px solid var(--line);
  display:grid!important;
  grid-template-columns:minmax(74px,.92fr) minmax(0,1.08fr)!important;
  grid-template-rows:39px 20px!important;
  grid-template-areas:"price rating" "stock stock"!important;
  column-gap:8px!important;
  row-gap:4px!important;
  align-items:center!important;
  overflow:hidden;
}
#catalog .product-card-price{
  grid-area:price;
  min-width:0;
  align-self:center;
}
#catalog .product-card-price del{
  display:block;
  margin:0 0 4px!important;
  font-size:11px!important;
  line-height:1!important;
}
#catalog .product-card-foot .product-card-price strong{
  display:block;
  font-size:18px!important;
  line-height:1!important;
  white-space:nowrap;
}
#catalog .product-card-rating{
  grid-area:rating;
  min-width:0;
  width:100%;
  margin:0!important;
  padding:0!important;
  border:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:3px!important;
  font-size:9.5px!important;
  line-height:1!important;
  white-space:nowrap;
  overflow:hidden;
}
#catalog .product-card-rating strong{font-size:11.5px!important}
#catalog .product-rating-star{font-size:14px!important;flex:0 0 auto}
#catalog .product-review-count{
  min-width:0;
  font-size:9px!important;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
#catalog .product-card-stock{
  grid-area:stock;
  display:block;
  width:100%;
  margin:0!important;
  padding:0!important;
  font-size:9.5px!important;
  line-height:20px!important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  align-self:center;
}

/* Six columns on wide desktop, with graceful reflow before cards get cramped. */
@media(min-width:1501px){
  #catalog .product-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}
}
@media(min-width:1241px) and (max-width:1500px){
  #catalog .product-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}
}
@media(min-width:981px) and (max-width:1240px){
  #catalog .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(min-width:721px) and (max-width:980px){
  #catalog .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

/* Mobile: two cards, no overlap, each section gets its own fixed track. */
@media(max-width:720px){
  #catalog .wrap{width:calc(100% - 16px)!important}
  #catalog .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  #catalog .product-card{border-radius:14px}
  #catalog .product-card-body{
    grid-template-rows:15px 42px 70px!important;
    height:auto!important;
    min-height:145px!important;
    padding:9px!important;
  }
  #catalog .product-category{
    height:15px!important;
    line-height:15px!important;
    font-size:9.5px!important;
  }
  #catalog .product-card h3{
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    padding-top:4px!important;
    font-size:11.75px!important;
    line-height:17px!important;
    -webkit-line-clamp:2!important;
  }
  #catalog .product-card p{display:none!important}
  #catalog .product-card-foot{
    height:70px!important;
    min-height:70px!important;
    max-height:70px!important;
    padding-top:7px!important;
    grid-template-columns:minmax(66px,.9fr) minmax(0,1.1fr)!important;
    grid-template-rows:36px 18px!important;
    column-gap:4px!important;
    row-gap:4px!important;
  }
  #catalog .product-card-price del{
    font-size:9px!important;
    margin-bottom:3px!important;
  }
  #catalog .product-card-foot .product-card-price strong{
    font-size:15.5px!important;
    letter-spacing:-.02em;
  }
  #catalog .product-card-rating{
    gap:2px!important;
    font-size:8.2px!important;
    overflow:visible!important;
  }
  #catalog .product-card-rating strong{font-size:9.5px!important}
  #catalog .product-rating-star{font-size:12px!important}
  #catalog .product-review-count{
    font-size:7.8px!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
  #catalog .product-card-stock{
    font-size:8.7px!important;
    line-height:18px!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
}

@media(max-width:380px){
  #catalog .wrap{width:calc(100% - 12px)!important}
  #catalog .product-grid{gap:6px!important}
  #catalog .product-card-body{padding:8px!important;grid-template-rows:14px 40px 68px!important;min-height:138px!important}
  #catalog .product-category{height:14px!important;line-height:14px!important;font-size:8.8px!important}
  #catalog .product-card h3{height:40px!important;min-height:40px!important;max-height:40px!important;font-size:10.9px!important;line-height:16px!important}
  #catalog .product-card-foot{height:68px!important;min-height:68px!important;max-height:68px!important;grid-template-columns:minmax(60px,.88fr) minmax(0,1.12fr)!important}
  #catalog .product-card-foot .product-card-price strong{font-size:14px!important}
  #catalog .product-card-rating{font-size:7.6px!important}
  #catalog .product-card-rating strong{font-size:8.8px!important}
  #catalog .product-review-count{font-size:7.2px!important}
  #catalog .product-card-stock{font-size:8px!important}
}


/* v41: pixel-stable catalog cards -- content can no longer change geometry */
#catalog .product-grid{
  align-items:stretch!important;
  grid-auto-rows:1fr;
}
#catalog .product-card{
  display:grid!important;
  grid-template-rows:auto 244px!important;
  align-self:stretch!important;
  min-height:0!important;
  overflow:hidden!important;
}
#catalog .product-card-image{
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:3 / 4!important;
  overflow:hidden!important;
  flex:none!important;
  line-height:0!important;
  background:#0c1016!important;
}
#catalog .product-card-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  aspect-ratio:3 / 4!important;
  object-fit:cover!important;
  object-position:center!important;
}
#catalog .product-card-body{
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-rows:18px 50px 66px 82px!important;
  width:100%!important;
  height:244px!important;
  min-height:244px!important;
  max-height:244px!important;
  padding:14px!important;
  margin:0!important;
  overflow:hidden!important;
}
#catalog .product-category{
  box-sizing:border-box!important;
  height:18px!important;
  min-height:18px!important;
  max-height:18px!important;
  line-height:18px!important;
  margin:0!important;
  padding:0!important;
}
#catalog .product-card h3{
  box-sizing:border-box!important;
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  height:50px!important;
  min-height:50px!important;
  max-height:50px!important;
  line-height:22px!important;
  margin:0!important;
  padding:6px 0 0!important;
  overflow:hidden!important;
}
#catalog .product-card p{
  box-sizing:border-box!important;
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:3!important;
  height:66px!important;
  min-height:66px!important;
  max-height:66px!important;
  line-height:17px!important;
  margin:0!important;
  padding:7px 0 0!important;
  overflow:hidden!important;
}
#catalog .product-card-foot{
  box-sizing:border-box!important;
  height:82px!important;
  min-height:82px!important;
  max-height:82px!important;
  margin:0!important;
  padding:11px 0 0!important;
  overflow:hidden!important;
  align-self:stretch!important;
}

/* At desktop widths, every visual slot uses exactly the same 3:4 box. */
@media(min-width:721px){
  #catalog .product-card-image{
    min-height:0!important;
    max-height:none!important;
  }
}

/* Mobile remains two columns, but every card has identical fixed tracks. */
@media(max-width:720px){
  #catalog .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    align-items:stretch!important;
    grid-auto-rows:1fr!important;
  }
  #catalog .product-card{
    grid-template-rows:auto 145px!important;
  }
  #catalog .product-card-image{
    width:100%!important;
    height:auto!important;
    aspect-ratio:3 / 4!important;
  }
  #catalog .product-card-body{
    grid-template-rows:15px 42px 70px!important;
    height:145px!important;
    min-height:145px!important;
    max-height:145px!important;
    padding:9px!important;
  }
  #catalog .product-category{
    height:15px!important;
    min-height:15px!important;
    max-height:15px!important;
  }
  #catalog .product-card h3{
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    line-height:17px!important;
    padding-top:4px!important;
  }
  #catalog .product-card p{
    display:none!important;
    height:0!important;
    min-height:0!important;
    max-height:0!important;
    padding:0!important;
  }
  #catalog .product-card-foot{
    height:70px!important;
    min-height:70px!important;
    max-height:70px!important;
  }
}

@media(max-width:380px){
  #catalog .product-card{grid-template-rows:auto 138px!important}
  #catalog .product-card-body{
    grid-template-rows:14px 40px 68px!important;
    height:138px!important;
    min-height:138px!important;
    max-height:138px!important;
    padding:8px!important;
  }
  #catalog .product-category{height:14px!important;min-height:14px!important;max-height:14px!important}
  #catalog .product-card h3{height:40px!important;min-height:40px!important;max-height:40px!important}
  #catalog .product-card-foot{height:68px!important;min-height:68px!important;max-height:68px!important}
}


/* v42: mobile gallery uses swipe only, arrows stay desktop-only */
@media(max-width:620px){
  .product-page .gallery-nav,
  .mobile-gallery-nav{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  .product-page .product-main-image{touch-action:pan-y;cursor:zoom-in}
  .mobile-gallery-stage{touch-action:none}
}

/* v47: receipt e-mail must stay visible in checkout */
.receipt-email-field{display:grid!important;visibility:visible!important;opacity:1!important}
.checkout-buyer-grid .receipt-email-field{align-self:start}

/* v48: cleaner receipt e-mail row */
.checkout-buyer-grid{align-items:start}
.checkout-buyer-grid .field{display:flex;flex-direction:column;justify-content:flex-start}
.receipt-email-field{display:flex!important;flex-direction:column;justify-content:flex-start;align-self:start}

.receipt-email-field small{display:block;color:var(--muted);font-size:10px;line-height:1.35;margin-top:4px;min-height:14px}


/* v51 — live CDEK delivery estimate */
.delivery-estimate{display:grid;grid-template-columns:10px 1fr;gap:11px;align-items:start;margin:0 0 13px;padding:13px 14px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.025)}
.delivery-estimate-dot{width:9px;height:9px;border-radius:50%;margin-top:5px;background:var(--gold);box-shadow:0 0 0 4px rgba(233,185,87,.10)}
.delivery-estimate>div{display:grid;gap:3px}.delivery-estimate strong{font-size:13px;color:#f4f6fa}.delivery-estimate span:not(.delivery-estimate-dot){font-size:12px;color:#d7dce5}.delivery-estimate small{font-size:11px;line-height:1.35;color:var(--muted)}
.delivery-estimate.loading .delivery-estimate-dot{animation:deliveryPulse 1s ease-in-out infinite}.delivery-estimate.ready{border-color:rgba(87,194,128,.28);background:rgba(87,194,128,.045)}.delivery-estimate.ready .delivery-estimate-dot{background:var(--success);box-shadow:0 0 0 4px rgba(87,194,128,.10)}.delivery-estimate.error{border-color:rgba(255,255,255,.12)}.delivery-estimate.error .delivery-estimate-dot{background:#9da6b5;box-shadow:none}
.delivery-eta-summary strong{max-width:62%;text-align:right;line-height:1.25;color:#e9edf3}
@keyframes deliveryPulse{0%,100%{opacity:.45;transform:scale(.86)}50%{opacity:1;transform:scale(1.08)}}


/* v79: visible product rating above the fold */
.product-rating-link{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;gap:7px;width:max-content;max-width:100%;margin:-2px 0 14px;padding:7px 11px;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:rgba(255,255,255,.035);color:#cbd1da;font:inherit;font-size:13px;font-weight:800;line-height:1;cursor:pointer;transition:.18s ease}
.product-rating-link:hover{border-color:rgba(233,185,87,.42);background:rgba(233,185,87,.07);color:#fff;transform:translateY(-1px)}
.product-rating-link:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
.product-rating-link-star{color:var(--gold-2);font-size:16px;line-height:1;text-shadow:0 0 16px rgba(233,185,87,.24)}
.product-rating-link strong{color:#fff;font-size:14px;font-weight:950}
.product-rating-link.has-reviews #topRatingCount{color:#d9dee6;text-decoration:underline;text-decoration-color:rgba(233,185,87,.35);text-underline-offset:3px}
.product-rating-link-arrow{color:var(--muted);font-size:18px;line-height:.7;margin-left:1px}
#reviews{scroll-margin-top:92px}
.rating-panel-pulse{animation:ratingPanelPulse 1.2s ease}
@keyframes ratingPanelPulse{0%{box-shadow:0 16px 44px rgba(0,0,0,.18),0 0 0 0 rgba(233,185,87,0)}35%{border-color:rgba(233,185,87,.58);box-shadow:0 16px 44px rgba(0,0,0,.18),0 0 0 5px rgba(233,185,87,.10)}100%{box-shadow:0 16px 44px rgba(0,0,0,.18),0 0 0 0 rgba(233,185,87,0)}}
@media(max-width:620px){.product-page .product-rating-link{margin:0 0 11px;padding:7px 10px;font-size:12px}.product-rating-link strong{font-size:13px}#reviews{scroll-margin-top:72px}}
