:root{--bg:#f5f7fb;--card:#fff;--text:#17202b;--muted:#697589;--soft:#eef2f7;--accent:#ff5a1f;--accent2:#ff7a1a;--dark:#101820;--line:#e4e9f1;--shadow:0 16px 42px rgba(20,30,45,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Inter,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:16px}a{color:inherit}.wrap{max-width:1240px;margin:0 auto;padding:0 22px}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.head{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:16px 0}.logo{font-size:32px;font-weight:900;text-decoration:none;letter-spacing:-1px;line-height:1}.logo span{color:var(--accent)}.tagline{display:block;font-size:12px;color:var(--muted);font-weight:600;margin-top:2px;letter-spacing:0}.nav{display:flex;gap:20px;align-items:center;font-weight:700;font-size:14px}.nav a{text-decoration:none;color:#1f2937;padding:10px 0;border-bottom:2px solid transparent}.nav a:hover,.nav a.active{color:var(--accent);border-color:var(--accent)}.nav .disabled{color:#9aa4b2;cursor:not-allowed}.header-right{display:flex;align-items:center;gap:16px}.search{display:flex;align-items:center;background:#fff;border:1px solid var(--line);border-radius:12px;padding:8px 12px;min-width:230px}.search input{border:0;outline:0;width:100%;font-size:14px}.phone{font-weight:800;white-space:nowrap}.phone small{display:block;color:var(--muted);font-weight:600}.hero{background:linear-gradient(90deg,#fff 0%,#fff 44%,#e8edf5 44%,#d8e0eb 100%);overflow:hidden}.hero-grid{min-height:520px;display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:center}.hero h1{font-size:56px;line-height:1.04;margin:0 0 18px;letter-spacing:-1.8px}.hero p{font-size:20px;line-height:1.45;color:#475569;margin:0 0 28px}.picker{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow);display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;max-width:720px}.picker label{display:block;font-size:13px;font-weight:800;margin:0 0 7px}.picker select,.picker button{width:100%;padding:13px 12px;border:1px solid var(--line);border-radius:12px;background:#fff;color:#1f2937}.picker button{grid-column:1/3;background:linear-gradient(135deg,var(--accent),var(--accent2));border:0;color:#fff;font-weight:900;box-shadow:0 10px 22px rgba(255,90,31,.24);cursor:pointer}.picker .hint{display:flex;align-items:center;gap:8px;color:#64748b;font-size:13px;font-weight:700}.hero-visual{height:420px;border-radius:28px;position:relative;background:radial-gradient(circle at 62% 56%,#485566 0,#222b36 46%,#0f1720 80%);box-shadow:0 24px 80px rgba(16,24,32,.28);overflow:hidden}.hero-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.12),transparent 35%),linear-gradient(0deg,rgba(0,0,0,.35),transparent 45%)}.dashboard{position:absolute;right:20px;bottom:38px;width:58%;height:42%;border-radius:70px 70px 18px 18px;background:linear-gradient(#1a222c,#0c1117);box-shadow:inset 0 8px 18px rgba(255,255,255,.05)}.wheel{position:absolute;left:50%;top:52%;width:220px;height:220px;margin:-110px;border:18px solid #141a20;border-radius:50%;box-shadow:inset 0 0 0 4px #2c3540,0 12px 28px rgba(0,0,0,.5)}.wheel:before{content:"";position:absolute;left:50%;top:50%;width:70px;height:70px;margin:-35px;border-radius:50%;background:#10161d;border:4px solid #2f3945}.hero-badge{position:absolute;left:28px;bottom:28px;background:rgba(255,255,255,.93);border-radius:18px;padding:18px 20px;max-width:270px;box-shadow:var(--shadow)}.hero-badge b{display:block;color:#111827;margin-bottom:6px}.hero-badge span{color:#64748b}.benefits{background:#fff;border-bottom:1px solid var(--line)}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:24px 0}.benefit{display:flex;align-items:center;gap:14px}.ico{display:grid;place-items:center;width:52px;height:52px;border:1px solid var(--line);border-radius:50%;color:var(--accent);font-size:24px;background:#fff}.benefit b{display:block}.benefit span{color:var(--muted);font-size:14px}.section{padding:36px 0}.section-head{display:flex;align-items:end;justify-content:space-between;margin:0 0 18px}.section h2{font-size:30px;letter-spacing:-.5px;margin:0}.section-link{color:var(--accent);font-weight:800;text-decoration:none}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}.grid.big{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:16px;text-decoration:none;box-shadow:0 7px 22px rgba(20,30,45,.05);transition:.16s transform,.16s box-shadow,.16s border-color;overflow:hidden}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#d5dce8}.thumb{width:100%;aspect-ratio:3/4;object-fit:contain;background:#f8fafc;border-radius:14px;border:1px solid #edf1f6}.cover-thumb{background:#fff}.card h3{margin:12px 0 8px;font-size:20px}.muted{color:var(--muted)}.price{font-weight:900;font-size:24px;margin:12px 0;color:#0f172a}.pill{display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:800;margin:0 6px 6px 0}.category-card{position:relative;min-height:250px;padding:24px;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#111827,#263241);color:#fff;text-decoration:none;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow)}.category-card h3{font-size:32px;line-height:1.05;margin:0}.category-card p{color:#d7dee8;max-width:230px}.category-card img{position:absolute;right:-18px;bottom:-34px;width:58%;opacity:.52;filter:drop-shadow(0 12px 24px rgba(0,0,0,.35))}.category-card.disabled{background:linear-gradient(135deg,#e8edf4,#d8dee8);color:#667085}.category-card.disabled p{color:#7a8595}.soon{display:inline-flex;align-self:flex-start;background:rgba(255,255,255,.86);color:#64748b;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:900}.brand-card{min-height:134px}.brand-card .count{color:var(--muted);line-height:1.25}.crumbs{font-size:14px;color:var(--muted);padding:18px 0}.crumbs a{color:var(--muted);text-decoration:none}.product{display:grid;grid-template-columns:minmax(310px,560px) 1fr;gap:34px;align-items:start}.product-photo{background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:var(--shadow)}.product-photo img{width:100%;border-radius:18px;display:block}.box{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;box-shadow:0 7px 22px rgba(20,30,45,.05)}.box h1{font-size:38px;line-height:1.08;margin:0 0 16px;letter-spacing:-.9px}.specs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.spec{background:#f8fafc;border:1px solid var(--line);border-radius:14px;padding:12px}.spec span{display:block;color:var(--muted);font-size:13px}.spec b{display:block;margin-top:3px}.btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff;text-decoration:none;padding:15px 22px;border-radius:14px;font-weight:900;box-shadow:0 10px 22px rgba(255,90,31,.24)}.btn.secondary{background:#fff;color:var(--accent);border:1px solid #ffd3c2;box-shadow:none}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.text-block{line-height:1.65}.footer{background:#121a24;color:#cbd5e1;margin-top:42px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:26px;padding:38px 0}.footer h4{color:#fff;margin:0 0 12px}.footer a{display:block;color:#cbd5e1;text-decoration:none;margin:8px 0}.copy{border-top:1px solid rgba(255,255,255,.1);padding:16px 0;color:#94a3b8}.empty-photo{aspect-ratio:16/9;border-radius:18px;background:linear-gradient(135deg,#e8edf4,#f8fafc);display:grid;place-items:center;color:#94a3b8;font-weight:900}@media(max-width:980px){.nav{display:none}.search{display:none}.hero{background:#fff}.hero-grid{grid-template-columns:1fr;min-height:auto;padding:32px 0}.hero h1{font-size:40px}.hero-visual{height:300px}.benefits-grid{grid-template-columns:1fr 1fr}.product{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.picker{grid-template-columns:1fr}.picker button{grid-column:auto}}@media(max-width:620px){.wrap{padding:0 14px}.head{align-items:flex-start}.logo{font-size:28px}.phone{font-size:13px}.hero h1{font-size:34px}.grid.big,.grid{grid-template-columns:1fr}.benefits-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.specs{grid-template-columns:1fr}.hero-visual{display:none}}
.hero-photo{background:#101820}.hero-photo .hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.hero-photo:not(.no-photo) .dashboard,.hero-photo:not(.no-photo) .wheel{display:none}.hero-photo:not(.no-photo):before{z-index:1;background:linear-gradient(90deg,rgba(0,0,0,.18),rgba(0,0,0,.04) 45%,rgba(0,0,0,.32))}.hero-photo .hero-badge{z-index:2}.main-product-img{width:100%;aspect-ratio:4/3;object-fit:contain;background:#f8fafc;border-radius:18px;display:block}.product-photo .main-product-img{border:1px solid #edf1f6}.gallery-box{padding:16px}.gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:14px}.gallery-thumb{border:1px solid var(--line);background:#fff;border-radius:12px;padding:6px;cursor:pointer;transition:.14s border-color,.14s transform}.gallery-thumb:hover{border-color:var(--accent);transform:translateY(-1px)}.gallery-thumb img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:9px;display:block}.product .box{border-radius:24px}.product .box h1{font-weight:900}.spec b{font-weight:800}.btn{letter-spacing:.01em}.card h3,.section h2,.hero h1,.box h1{font-weight:900}.muted{font-weight:500}@media(max-width:620px){.gallery-thumbs{grid-template-columns:repeat(4,1fr)}.main-product-img{aspect-ratio:3/4}}.price-wrap{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:12px 0}.price-wrap .price{margin:0}.old-price{font-size:15px;color:#98a2b3;text-decoration:line-through;font-weight:800}.discount-badge{display:inline-flex;align-items:center;border-radius:999px;background:#fff2e9;color:#ff5a1f;font-weight:900;font-size:13px;padding:6px 9px}.product .discount-badge{font-size:14px}.order-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.order-form label{display:block;font-size:13px;font-weight:900;color:#253244}.order-form input,.order-form textarea{width:100%;margin-top:6px;border:1px solid var(--line);border-radius:12px;padding:12px;font:inherit;background:#fff}.order-form textarea{min-height:96px;resize:vertical}.order-form .full{grid-column:1/-1}.order-note{font-size:13px;color:var(--muted);margin-top:10px}.hp-field{position:absolute;left:-9999px;opacity:0}.price .old-price{margin-left:8px}
.footer-grid{grid-template-columns:1.2fr 1fr 1fr 1fr 1fr}.static-page{max-width:980px}.static-hero{margin-bottom:18px}.static-hero h1{font-size:42px;line-height:1.08;margin:0 0 12px;letter-spacing:-.9px}.static-hero p{color:var(--muted);font-size:18px;line-height:1.5;margin:0}.static-content{line-height:1.72}.content-section{margin:0 0 28px}.content-section:last-child{margin-bottom:0}.content-section h2{font-size:25px;margin:0 0 10px;letter-spacing:-.35px}.content-section p{margin:0 0 12px}.content-section ul{margin:10px 0 0 20px;padding:0}.content-section li{margin:8px 0}.content-section.note{border-left:4px solid var(--accent);background:#fff7f1;border-radius:16px;padding:18px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:16px;margin:0 0 12px;padding:16px 18px;box-shadow:0 7px 22px rgba(20,30,45,.04)}.faq-list summary{font-weight:900;cursor:pointer}.faq-list p{color:#475569;line-height:1.65;margin:12px 0 0}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.contact-cards div{border:1px solid var(--line);border-radius:16px;background:#f8fafc;padding:16px}.contact-cards b,.contact-cards span{display:block}.contact-cards a{display:block;margin:8px 0;color:var(--accent);font-weight:900;text-decoration:none}@media(max-width:980px){.footer-grid{grid-template-columns:1fr 1fr}.contact-cards{grid-template-columns:1fr}}@media(max-width:620px){.footer-grid{grid-template-columns:1fr}.static-hero h1{font-size:32px}.static-hero p{font-size:16px}}


.cart-head{display:inline-flex;align-items:center;gap:6px;text-decoration:none;color:#17202b;font-weight:900;border:1px solid var(--line);border-radius:999px;padding:8px 11px;background:#fff;white-space:nowrap}.cart-head span{display:inline-grid;place-items:center;min-width:22px;height:22px;border-radius:999px;background:var(--accent);color:#fff;font-size:12px}.btn{border:0;cursor:pointer;font-family:inherit}.cart-page{margin-top:18px}.cart-row{display:grid;grid-template-columns:86px 1fr auto auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.cart-row:last-child{border-bottom:0}.cart-row img{width:86px;height:86px;object-fit:contain;border:1px solid var(--line);border-radius:14px;background:#f8fafc}.cart-row h3{margin:0 0 6px;font-size:17px}.cart-qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.cart-qty button{width:34px;height:34px;border:0;background:#f8fafc;font-weight:900;cursor:pointer}.cart-qty span{display:inline-block;min-width:34px;text-align:center;font-weight:900}.cart-remove{border:0;background:#fff;color:#ef4444;font-weight:900;cursor:pointer}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-top:18px;padding-top:18px;border-top:1px solid var(--line);font-size:22px;font-weight:900}.cart-actions{justify-content:flex-end}.checkout-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:start}.order-result{margin-top:16px}.order-ok{background:#ecfdf3;border:1px solid #bbf7d0;color:#166534;border-radius:14px;padding:14px}.order-error{background:#fff1f2;border:1px solid #fecdd3;color:#9f1239;border-radius:14px;padding:14px}.summary-item{display:grid;grid-template-columns:58px 1fr auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.summary-item img{width:58px;height:58px;object-fit:contain;border:1px solid var(--line);border-radius:12px}.summary-item b{font-size:14px}.summary-item small{display:block;color:var(--muted)}.empty-cart{padding:28px;text-align:center}.hp-field{position:absolute;left:-9999px;opacity:0}@media(max-width:800px){.cart-row{grid-template-columns:70px 1fr}.cart-row .cart-qty,.cart-row .cart-line{grid-column:2}.checkout-grid{grid-template-columns:1fr}.cart-head{display:none}}

/* v2.0 header dropdown + cart polish */
.nav-item{position:relative;display:flex;align-items:center}.nav-dd>a{display:inline-flex;align-items:center;gap:6px}.nav-dd>a:after{content:"⌄";font-size:12px;color:#64748b}.nav-menu{position:absolute;top:100%;left:-16px;min-width:210px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:10px;box-shadow:0 18px 45px rgba(15,23,42,.14);opacity:0;pointer-events:none;transform:translateY(8px);transition:.16s opacity,.16s transform;z-index:40}.nav-dd:hover .nav-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-menu a{display:block;padding:10px 12px;border:0;border-radius:10px;color:#17202b}.nav-menu a:hover{background:#fff3ec;color:var(--accent)}.cart-head{text-decoration:none;font-weight:900;background:#fff;border:1px solid var(--line);border-radius:12px;padding:9px 12px}.cart-head span{display:inline-grid;place-items:center;min-width:20px;height:20px;border-radius:999px;background:var(--accent);color:#fff;font-size:12px;margin-left:5px}.cart-screen>h1{font-size:36px;margin:8px 0 2px}.cart-subtitle{margin:0 0 20px}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:26px;align-items:start}.cart-list-card,.cart-summary-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.cart-list-card{overflow:hidden}.cart-available{padding:18px 22px;border-bottom:1px solid var(--line);font-weight:900;color:#0f9f6e}.cart-row{display:grid;grid-template-columns:190px minmax(0,1fr) 116px 150px;gap:22px;padding:22px;border-bottom:1px solid var(--line);align-items:center}.cart-row:last-child{border-bottom:0}.cart-img{display:block;background:#f8fafc;border:1px solid var(--line);border-radius:14px;overflow:hidden}.cart-img img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.cart-info h3{font-size:19px;line-height:1.25;margin:0 0 8px}.cart-info h3 a{text-decoration:none}.cart-tags{display:flex;gap:7px;flex-wrap:wrap;margin:10px 0}.cart-tags span{background:#f3f5f8;border:1px solid #e5eaf1;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:800;color:#4b5563}.cart-fav,.cart-remove,.cart-clear{border:0;background:transparent;color:#64748b;cursor:pointer;font-weight:800}.cart-qty{display:grid;grid-template-columns:36px 42px 36px;align-items:center;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.cart-qty button{height:38px;border:0;background:#fff;font-size:18px;cursor:pointer}.cart-qty span{text-align:center;font-weight:900}.cart-price{text-align:right;display:flex;flex-direction:column;gap:7px;align-items:flex-end}.cart-price b{font-size:23px}.cart-old{color:#98a2b3;text-decoration:line-through;font-weight:800}.cart-clear{margin:0 0 18px 22px;padding:9px 14px;border:1px solid var(--line);border-radius:10px;background:#fff}.cart-summary-card{padding:24px;position:sticky;top:92px}.cart-summary-card h2{margin:0 0 18px}.summary-line{display:flex;justify-content:space-between;align-items:center;margin:13px 0;color:#334155}.summary-line b{color:#17202b}.summary-line.discount b{color:#ff5a1f}.green{color:#0f9f6e!important}.summary-total{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);margin-top:18px;padding-top:20px;font-size:22px;font-weight:900}.summary-total b{font-size:30px}.promo-box{border-top:1px solid var(--line);margin-top:18px;padding-top:18px}.promo-box label{display:block;font-size:13px;font-weight:900;margin-bottom:8px}.promo-box>div{display:grid;grid-template-columns:1fr 112px;gap:8px}.promo-box input{border:1px solid var(--line);border-radius:10px;padding:12px}.promo-box button{border:0;border-radius:10px;background:var(--accent);color:#fff;font-weight:900}.checkout-main,.wb-btn,.continue-btn{width:100%;margin-top:12px}.summary-benefits{display:grid;gap:15px;margin-top:24px}.summary-benefits div{display:grid;grid-template-columns:30px 1fr;column-gap:10px;align-items:start}.summary-benefits b{display:block}.summary-benefits span{grid-column:2;color:#64748b;font-size:13px}.cart-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:26px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 24px rgba(20,30,45,.05);overflow:hidden}.cart-trust div{padding:20px;background:#fff}.cart-trust b{display:block;margin-bottom:5px}.cart-trust span{display:block;color:#64748b;font-size:13px}.empty-cart{padding:34px}.summary-item{display:grid;grid-template-columns:64px 1fr auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.summary-item img{width:64px;height:54px;object-fit:cover;border-radius:10px}.summary-item small{display:block;color:#64748b;margin-top:4px}.order-ok,.order-error{margin-top:16px;padding:14px 16px;border-radius:14px;font-weight:800}.order-ok{background:#ecfdf5;color:#047857}.order-error{background:#fff1f2;color:#be123c}@media(max-width:980px){.cart-layout{grid-template-columns:1fr}.cart-summary-card{position:static}.cart-row{grid-template-columns:130px 1fr;gap:14px}.cart-qty{grid-column:2}.cart-price{grid-column:2;text-align:left;align-items:flex-start}.cart-trust{grid-template-columns:1fr 1fr}}@media(max-width:620px){.cart-row{grid-template-columns:1fr}.cart-img{max-width:220px}.cart-qty,.cart-price{grid-column:auto}.cart-trust{grid-template-columns:1fr}.promo-box>div{grid-template-columns:1fr}}
/* v2.2: compact SEO description + mobile gallery/lightbox */
.car-description-card{margin:14px 0 18px;padding:0;overflow:hidden}.desc-toggle summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:20px 24px;font-weight:900;color:#17202b}.desc-toggle summary::-webkit-details-marker{display:none}.desc-toggle summary small{color:var(--accent);font-size:13px;font-weight:900}.desc-toggle summary:after{content:"↓";display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#fff3ed;color:var(--accent);font-weight:900}.desc-toggle[open] summary{border-bottom:1px solid var(--line)}.desc-toggle[open] summary:after{content:"↑"}.desc-toggle p{padding:0 24px 22px;margin:18px 0 0}.products-after-desc{padding-top:18px}.gallery-box{overflow:hidden}.gallery-thumbs{display:flex;gap:12px;overflow-x:auto;padding:14px 2px 2px;scrollbar-width:thin}.gallery-thumb{flex:0 0 86px;width:86px;height:86px;padding:4px;border:1px solid var(--line);border-radius:14px;background:#fff;cursor:pointer;box-shadow:0 6px 18px rgba(20,30,45,.06)}.gallery-thumb:hover{border-color:var(--accent)}.gallery-thumb img{width:100%;height:100%;object-fit:cover;border-radius:10px;display:block}.product-photo .main-product-img{width:100%;max-height:660px;object-fit:contain;background:#f8fafc;cursor:zoom-in}.sd-lightbox{position:fixed;inset:0;z-index:99999;background:rgba(10,15,22,.88);display:none;align-items:center;justify-content:center;padding:22px}.sd-lightbox.open{display:flex}.sd-lightbox img{max-width:min(96vw,1300px);max-height:92vh;object-fit:contain;border-radius:18px;box-shadow:0 25px 80px rgba(0,0,0,.45);background:#fff}.sd-lightbox button{position:absolute;top:18px;right:20px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#111827;font-size:24px;font-weight:900;cursor:pointer}@media(max-width:620px){.car-description-card{margin:8px 0 12px;border-radius:16px}.desc-toggle summary{padding:16px;font-size:15px}.desc-toggle p{padding:0 16px 18px;font-size:15px;line-height:1.55}.products-after-desc{padding-top:12px}.product-photo.gallery-box{padding:10px;border-radius:18px}.product-photo .main-product-img{max-height:390px;border-radius:14px}.gallery-thumbs{gap:9px;padding:10px 0 0}.gallery-thumb{flex:0 0 68px;width:68px;height:68px;border-radius:12px}.gallery-thumb img{border-radius:8px}.sd-lightbox{padding:10px}.sd-lightbox img{max-width:98vw;max-height:86vh;border-radius:12px}.sd-lightbox button{top:10px;right:10px}}

/* v2.4: Manrope polish + hard mobile fixes */
:root{--bg:#f5f7fa;--card:#fff;--text:#1f2933;--muted:#6b7280;--border:#e2e8f0;--line:#e2e8f0;--accent:#f45112;--accent2:#ff6b22;--footer:#121a22;--shadow:0 16px 42px rgba(20,30,45,.09)}
html,body{font-family:'Manrope',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-size:16px;line-height:1.55;font-weight:500;color:var(--text)}
h1,.hero h1,.box h1{font-size:48px;line-height:1.08;font-weight:800;letter-spacing:-.03em}
h2,.section h2{font-size:32px;line-height:1.15;font-weight:800;letter-spacing:-.02em}
h3,.card h3,.nav,.btn,.button,.card-title{font-weight:700}.price,.cart-price b,.summary-total b{font-weight:800;letter-spacing:-.02em}
.logo{font-family:'Manrope',system-ui,sans-serif;font-weight:800;font-size:34px;letter-spacing:-.04em;color:#1f2933}.logo span{color:var(--accent)}.tagline{font-size:11px;font-weight:500;color:#7b8794;letter-spacing:-.01em}.footer{background:var(--footer)}
.product-photo.gallery-box{display:block}.product-photo.gallery-box .main-product-img{display:block;width:100%;max-height:660px;aspect-ratio:4/3;object-fit:contain}.product-photo.gallery-box .gallery-thumbs{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:12px;overflow-x:auto;overflow-y:hidden;padding:14px 2px 2px;-webkit-overflow-scrolling:touch}.product-photo.gallery-box .gallery-thumb{display:block!important;flex:0 0 86px!important;width:86px!important;min-width:86px!important;height:86px!important;max-width:86px!important;max-height:86px!important;padding:4px!important}.product-photo.gallery-box .gallery-thumb img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;object-fit:cover!important;border-radius:10px!important}
@media(max-width:980px){h1,.hero h1,.box h1{font-size:38px}.cart-layout{display:flex!important;flex-direction:column!important}.cart-summary-card{position:static!important;width:100%!important}.cart-list-card{width:100%!important}.product-photo.gallery-box .main-product-img{max-height:520px}}
@media(max-width:700px){.wrap{padding-left:14px!important;padding-right:14px!important}.head{gap:12px}.logo{font-size:30px}.product{display:block!important}.product-photo.gallery-box{padding:10px!important;border-radius:18px!important;margin-bottom:14px}.product-photo.gallery-box .main-product-img{height:auto!important;max-height:360px!important;aspect-ratio:1/1!important;object-fit:contain!important;border-radius:14px!important}.product-photo.gallery-box .gallery-thumbs{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:8px!important;overflow-x:auto!important;padding:10px 0 2px!important}.product-photo.gallery-box .gallery-thumb{flex:0 0 64px!important;width:64px!important;min-width:64px!important;height:64px!important;max-width:64px!important;max-height:64px!important;padding:3px!important;border-radius:11px!important}.product-photo.gallery-box .gallery-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:8px!important}.box{padding:18px;border-radius:18px}.box h1{font-size:27px;line-height:1.13}.actions{display:flex;flex-direction:column}.actions .btn{width:100%}.cart-screen>h1{font-size:30px}.cart-layout{display:flex!important;flex-direction:column!important;gap:14px!important}.cart-summary-card{order:-1!important;position:static!important;padding:18px!important}.cart-list-card{overflow:visible!important}.cart-available{padding:14px 16px}.cart-row{display:grid!important;grid-template-columns:92px minmax(0,1fr)!important;gap:12px!important;align-items:start!important;padding:14px!important}.cart-img{grid-row:1/4!important;width:92px!important;max-width:92px!important;min-width:92px!important}.cart-img img{width:92px!important;height:92px!important;aspect-ratio:1/1!important;object-fit:cover!important}.cart-info h3{font-size:15px!important;line-height:1.25!important}.cart-info .muted{font-size:12px}.cart-tags{gap:5px;margin:7px 0}.cart-tags span{font-size:11px!important;padding:4px 7px!important}.cart-fav{display:none}.cart-qty{grid-column:2!important;width:max-content!important;grid-template-columns:34px 38px 34px!important}.cart-price{grid-column:2!important;text-align:left!important;align-items:flex-start!important;gap:4px!important}.cart-price b{font-size:20px!important}.cart-remove{font-size:12px!important;padding:4px 0!important}.cart-clear{margin:12px 14px 16px!important}.summary-total b{font-size:26px}.promo-box>div{grid-template-columns:1fr!important}.checkout-main,.wb-btn,.continue-btn{margin-top:10px}.summary-benefits{display:none}.cart-trust{grid-template-columns:1fr!important;margin-top:16px}.cart-trust div{padding:15px}.checkout-grid{grid-template-columns:1fr!important}}


/* v2.5: storefront polish */
.hero-storefront{background:linear-gradient(108deg,#fff 0%,#fff 48%,#eef4fb 48%,#dce7f3 100%);border-bottom:1px solid var(--line)}
.hero-storefront .hero-grid{min-height:540px;gap:36px}
.hero-copy{position:relative;z-index:2}
.hero-storefront .hero h1,.hero-storefront h1{font-size:52px;line-height:1.08;letter-spacing:-.04em;max-width:640px}
.hero-storefront p{max-width:660px}
.hero-search{border-radius:22px;padding:22px;box-shadow:0 20px 52px rgba(15,23,42,.12);border:1px solid #e5eaf0;max-width:760px}
.hero-search select,.hero-search button{height:48px;border-radius:13px}
.hero-search button{font-size:15px}
.hero-storefront .hero-visual{height:430px;border-radius:32px;box-shadow:0 28px 80px rgba(15,23,42,.18);transform:translateX(8px)}
.hero-storefront .hero-photo:not(.no-photo):before{z-index:1;background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,0) 38%,rgba(0,0,0,.18))}
.hero-storefront .hero-badge{display:none!important}
.ico-line{font-size:0;color:var(--accent)}
.ico-line svg{width:27px;height:27px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.benefit .ico{box-shadow:0 8px 22px rgba(20,30,45,.06)}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.category-tile{min-height:230px;border-radius:22px;padding:26px;text-decoration:none;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}
.category-active{background:radial-gradient(circle at 85% 80%,rgba(244,81,18,.38),transparent 36%),linear-gradient(135deg,#111827,#263241);color:#fff}
.category-soon{background:linear-gradient(135deg,#eef3f9,#dfe7f1);color:#667085}
.category-kicker{display:inline-flex;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);background:#fff3ed;border-radius:999px;padding:7px 10px;margin-bottom:16px}
.category-active .category-kicker{background:rgba(255,255,255,.14);color:#fff}
.category-tile h3{font-size:32px;line-height:1.05;margin:0 0 12px;letter-spacing:-.03em}
.category-tile p{max-width:250px;margin:0;color:inherit;opacity:.78}
.category-link{display:inline-flex;margin-top:18px;background:#fff;color:#17202b;border-radius:12px;padding:12px 14px;font-weight:900;width:max-content}
.cover-card h3{font-size:19px;line-height:1.2;margin-bottom:4px}
.article-line{display:block;color:#8a96a8;font-size:13px;font-weight:700;margin:0 0 8px}
.article-line-big{font-size:14px;margin-top:-4px;margin-bottom:14px}
.brand-card-visual{display:flex;align-items:center;gap:16px;min-height:132px}
.brand-icon{display:grid;place-items:center;width:58px;height:58px;min-width:58px;border-radius:18px;background:#f8fafc;border:1px solid var(--line);color:#7a8798}
.brand-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.why-card .ico{margin-bottom:12px}
@media(max-width:980px){.hero-storefront{background:#fff}.hero-storefront .hero-grid{grid-template-columns:1fr;padding:36px 0}.hero-storefront .hero-visual{transform:none;height:340px}.category-grid{grid-template-columns:1fr}.hero-storefront h1{font-size:40px}}
@media(max-width:700px){.hero-storefront h1{font-size:34px}.hero-search{padding:16px;border-radius:18px}.hero-storefront .hero-visual{display:block;height:250px;border-radius:22px}.category-tile{min-height:190px}.category-tile h3{font-size:27px}.brand-card-visual{align-items:flex-start}.brand-icon{width:48px;height:48px;min-width:48px;border-radius:15px}}


/* v2.6: desktop typography + mobile gallery + crossed old price */
@media (min-width: 981px){
  body{font-size:15.5px;line-height:1.55;font-weight:500}
  .logo{font-size:34px;font-weight:800;letter-spacing:-.045em}
  .tagline{font-size:11px;font-weight:500}
  .nav{font-size:14px;font-weight:800}
  .hero h1,.hero-storefront h1{font-size:50px!important;line-height:1.08!important;font-weight:800!important;letter-spacing:-.045em!important}
  .hero p{font-size:19px;line-height:1.48}
  h1,.box h1{font-weight:800!important;letter-spacing:-.035em!important}
  h2,.section h2{font-weight:800!important;letter-spacing:-.03em!important}
  h3,.card h3{font-weight:800!important;letter-spacing:-.018em!important}
  .card h3{font-size:18px}
  .price,.cart-price b,.summary-total b{font-weight:800!important;letter-spacing:-.025em!important}
}

.old-price,
.cart-old,
.price-wrap .old-price,
.cart-price .cart-old{
  display:inline-block!important;
  text-decoration-line:line-through!important;
  text-decoration-style:solid!important;
  text-decoration-thickness:2px!important;
  text-decoration-color:currentColor!important;
  color:#98a2b3!important;
}

@media (max-width: 760px){
  .product{
    display:block!important;
  }
  .product-photo.gallery-box{
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
    padding:10px!important;
    border-radius:18px!important;
    overflow:hidden!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 14px!important;
  }
  .product-photo.gallery-box > img.main-product-img,
  .product-photo.gallery-box .main-product-img{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    max-height:340px!important;
    aspect-ratio:1/1!important;
    object-fit:contain!important;
    border-radius:14px!important;
    margin:0!important;
  }
  .product-photo.gallery-box > .gallery-thumbs,
  .product-photo.gallery-box .gallery-thumbs{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    gap:8px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    width:100%!important;
    max-width:100%!important;
    padding:8px 0 2px!important;
    margin:0!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .product-photo.gallery-box > .gallery-thumbs > .gallery-thumb,
  .product-photo.gallery-box .gallery-thumb{
    display:block!important;
    flex:0 0 62px!important;
    width:62px!important;
    min-width:62px!important;
    max-width:62px!important;
    height:62px!important;
    min-height:62px!important;
    max-height:62px!important;
    padding:3px!important;
    border-radius:11px!important;
    margin:0!important;
  }
  .product-photo.gallery-box > .gallery-thumbs > .gallery-thumb img,
  .product-photo.gallery-box .gallery-thumb img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    aspect-ratio:1/1!important;
    object-fit:cover!important;
    border-radius:8px!important;
    margin:0!important;
  }
  .old-price,
  .cart-old{
    text-decoration-line:line-through!important;
    text-decoration-thickness:2px!important;
  }
}


