:root{--red:#d71920;--red2:#b30f16;--black:#111;--ink:#171717;--muted:#6d6d6d;--line:#e6e6e6;--grey:#f6f6f6;--white:#fff;--max:1480px;--green:#10b981;--amber:#f59e0b;--blue:#2563eb}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Arial,sans-serif;color:var(--ink);background:#fff}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.container{max-width:var(--max);margin:auto;padding:0 24px}

/* Branded, lightweight first-load experience */
.site-loader{position:fixed;inset:0;z-index:9999;display:grid;place-content:center;gap:18px;background:radial-gradient(circle at 50% 40%,#202124 0,#0d0e0f 68%);color:#fff;text-align:center;opacity:1;visibility:visible;transition:opacity .38s ease,visibility .38s ease}.site-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.site-loader strong{font-size:13px;letter-spacing:.12em;text-transform:uppercase}.loader-road{width:min(390px,82vw);height:116px;position:relative;overflow:hidden;border-bottom:4px solid #47494c}.road-lines{position:absolute;bottom:13px;left:0;width:200%;height:4px;background:repeating-linear-gradient(90deg,#fff 0 34px,transparent 34px 62px);animation:roadMove .55s linear infinite}.loader-truck{position:absolute;left:50%;bottom:18px;width:144px;height:80px;transform:translateX(-50%);animation:truckBounce .55s ease-in-out infinite alternate}.truck-cargo{position:absolute;left:0;top:2px;width:88px;height:58px;border:3px solid #17c9c4;border-radius:7px 7px 3px 3px;background:#080a0b;display:grid;place-items:center;box-shadow:0 0 22px #18d8d244}.truck-cargo img{width:52px;height:52px;object-fit:contain}.truck-cab{position:absolute;left:88px;top:22px;width:47px;height:38px;border-radius:7px 12px 4px 3px;background:var(--red);border:3px solid #ff3b42}.truck-cab:before{content:"";position:absolute;left:7px;top:5px;width:20px;height:13px;border-radius:3px;background:#bff8ff}.truck-cab span{position:absolute;right:-9px;bottom:3px;width:10px;height:8px;border-radius:2px;background:#ffd34e}.truck-wheel{position:absolute;bottom:0;width:21px;height:21px;border:5px solid #2e3033;border-radius:50%;background:#9da1a6;animation:wheelSpin .55s linear infinite}.wheel-one{left:18px}.wheel-two{left:104px}@keyframes roadMove{to{transform:translateX(-62px)}}@keyframes wheelSpin{to{transform:rotate(360deg)}}@keyframes truckBounce{to{transform:translateX(-50%) translateY(-3px)}}
@media(prefers-reduced-motion:reduce){.loader-truck,.truck-wheel,.road-lines{animation:none}.site-loader{transition:none}}

.announcement{background:#111;color:#fff;height:34px;display:flex;align-items:center;overflow:hidden;font-size:11px;font-weight:800;letter-spacing:.12em}.announce-track{display:flex;gap:80px;min-width:max-content;animation:marquee 24s linear infinite}@keyframes marquee{to{transform:translateX(-45%)}}

.site-header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 2px 16px #00000012}.top-head{height:86px;display:flex;align-items:center;gap:24px}.brand{font-weight:950;font-size:27px;white-space:nowrap;letter-spacing:-1.5px}.brand-all{color:#111}.brand-stuff{color:var(--red);margin-left:7px}
.search-wrap{height:46px;display:flex;flex:1;max-width:680px;margin:auto;border:1px solid #d8d8d8;border-radius:7px;overflow:hidden}.search-wrap input{border:0;outline:0;padding:0 15px;flex:1;background:#fafafa}.search-wrap button{width:52px;border:0;background:var(--red);color:#fff;font-size:20px}
.head-actions{display:flex;gap:8px;align-items:center}.head-actions button{border:0;background:#fff;padding:9px 12px;font-weight:700;color:#333;border-radius:6px;display:inline-flex;align-items:center;gap:6px;transition:.15s}.head-actions button:hover{background:#f3f4f6}
.user-badge{font-size:12px;background:#f3f4f6;border:1px solid #e5e7eb;padding:6px 12px;border-radius:6px;display:inline-flex;align-items:center;gap:6px;font-weight:700}
.user-status-dot{width:8px;height:8px;border-radius:50%;background:var(--green)}
.counter{background:var(--red);color:#fff;border-radius:99px;padding:2px 7px;font-size:11px;font-weight:800}.mobile-menu-btn{display:none}

.nav-bar{background:#111;color:#fff}.nav-inner{display:flex;align-items:center;min-height:50px}.allcats{font-weight:900;padding:16px 20px;background:var(--red);margin-left:0;cursor:pointer}.allcats span{margin-left:12px}.nav-links{display:flex;align-items:center;gap:28px;padding:0 20px;font-size:13px;font-weight:800;text-transform:uppercase}.nav-links a{opacity:.92}.nav-links a:hover,.nav-links .clearance{color:#ff4a50}

.mega{position:absolute;left:0;right:0;top:170px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 18px 35px #0002;display:none}.mega.open{display:block}.mega-inner{display:grid;grid-template-columns:280px 1fr;min-height:330px}.mega aside{border-right:1px solid var(--line);padding:18px 0}.mega-cat{padding:12px 18px;font-weight:800;cursor:pointer;display:flex;justify-content:space-between}.mega-cat:hover,.mega-cat.active{background:#f5f5f5;color:var(--red)}.mega-panel{padding:35px}.mega-panel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.mega-panel-grid a{padding:12px;border:1px solid var(--line);border-radius:8px;font-weight:700}.mega-panel-grid a:hover{border-color:var(--red);color:var(--red)}

.hero{background:linear-gradient(110deg,#111 0%,#181818 58%,#2b1012 100%);color:#fff;padding:72px 0}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:60px}.eyebrow{font-size:11px;letter-spacing:.16em;font-weight:900;color:var(--red);margin-bottom:12px}.hero .eyebrow{color:#ff6a6f}.hero h1{font-size:clamp(44px,5.4vw,82px);line-height:.98;margin:0 0 22px;letter-spacing:-3px}.hero h1 span{color:#ff3c43}.hero p{font-size:18px;color:#d4d4d4;max-width:650px;line-height:1.6}.hero-actions{display:flex;gap:12px;margin:28px 0;flex-wrap:wrap}.btn{border:0;border-radius:7px;padding:14px 20px;font-weight:900;letter-spacing:.02em;display:inline-flex;align-items:center;justify-content:center;text-align:center;cursor:pointer}.btn.red{background:var(--red);color:#fff}.btn.red:hover{background:var(--red2)}.btn.dark{background:#fff;color:#111}.btn.dark:hover{background:#eee}.btn.outline{background:transparent;color:#111;border:1px solid #111}.btn.outline:hover{background:#f5f5f5}.hero-points{display:flex;gap:22px;font-size:12px;color:#ddd;font-weight:800}.hero-art{display:flex;justify-content:center}.hero-card{width:min(470px,100%);aspect-ratio:1.25;background:linear-gradient(145deg,#fff,#e9e9e9);color:#111;border-radius:20px;padding:45px;box-shadow:0 25px 60px #0007;transform:rotate(1.5deg)}.hero-logo{font-size:130px;line-height:1;font-weight:1000;letter-spacing:-14px;color:var(--red)}.hero-word{font-size:30px;font-weight:1000}.hero-word b{color:var(--red)}.hero-tag{margin-top:20px;font-size:12px;font-weight:900;letter-spacing:.2em;border-top:3px solid #111;padding-top:15px}

.section{padding:70px 0}.section.grey{background:#f6f6f6}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-head h2{margin:0;font-size:34px;letter-spacing:-1px}.section-head>a{font-weight:900;color:var(--red)}.section-head.light{color:#fff}.section-head.light .eyebrow{color:#ff656b}
.cat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.cat-card{min-height:170px;border:1px solid var(--line);border-radius:12px;background:#171717;display:flex;align-items:flex-end;overflow:hidden;position:relative;isolation:isolate;box-shadow:0 7px 20px #00000016;transition:.25s}.cat-picture{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.58;z-index:-2;transition:transform .35s ease,opacity .35s ease}.cat-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.82) 100%);z-index:-1}.cat-copy{width:100%;padding:20px;color:#fff;display:flex;flex-direction:column;gap:5px}.cat-copy strong{font-size:17px;line-height:1.2;text-shadow:0 2px 10px #000}.cat-copy small{font-size:9px;font-weight:900;letter-spacing:.14em;color:#f0f0f0}.cat-card:hover{transform:translateY(-4px);box-shadow:0 15px 30px #0003;border-color:#bbb}.cat-card:hover .cat-picture{transform:scale(1.06);opacity:.7}

.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.product-card{background:#fff;border:1px solid #e4e4e4;border-radius:11px;overflow:hidden;position:relative;display:flex;flex-direction:column;min-width:0;box-shadow:0 8px 24px #0000000b;transition:.2s}.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 35px #00000018}
.pimg{height:220px;background:#fff;display:flex;align-items:center;justify-content:center;padding:12px;position:relative;cursor:pointer}.pimg img{width:100%;height:100%;object-fit:contain}.pimg img.hover-img{position:absolute;opacity:0;transition:.2s}.product-card:hover .pimg img.hover-img{opacity:1}
.badge{position:absolute;top:12px;left:12px;background:#111;color:#fff;padding:5px 8px;border-radius:5px;font-size:9px;font-weight:900;z-index:2}.badge.red{background:var(--red)}
.wish{position:absolute;right:10px;top:10px;width:34px;height:34px;border:1px solid #ddd;border-radius:50%;background:#fff;z-index:3;display:grid;place-items:center;color:#666}.wish.active{color:var(--red)}
.pbody{padding:14px 15px 16px;display:flex;flex-direction:column;flex:1}.brandline{font-size:10px;color:#888;font-weight:800;text-transform:uppercase}.pbody h3{font-size:15px;line-height:1.35;margin:5px 0 8px;min-height:40px;cursor:pointer}.sku{font-size:10px;color:#999}.pack{font-size:11px;margin:8px 0;color:#555;font-weight:600}.stock{font-size:11px;font-weight:800;margin-bottom:10px}.stock.high{color:#16833b}.stock.low{color:#b87900}.prices{margin-top:auto}.ex{font-size:17px;font-weight:950}.inc{font-size:11px;color:#777;margin-top:2px}
.tier-tag{display:inline-block;background:#eff6ff;color:#1e40af;padding:3px 6px;border-radius:4px;font-size:10px;font-weight:700;margin-top:4px}
.card-actions{display:grid;grid-template-columns:68px 1fr;gap:8px;margin-top:12px}.qty{border:1px solid #ddd;border-radius:6px;padding:9px;width:100%;text-align:center}.add{border:0;background:var(--red);color:#fff;border-radius:6px;font-weight:900}

.active-chips{min-height:40px;display:flex;flex-wrap:wrap;gap:7px;margin-bottom:15px}.chip{border:1px solid #ddd;border-radius:99px;padding:7px 11px;background:#fff;font-size:11px;font-weight:800}.chip button{border:0;background:none;margin-left:5px}
.catalogue-layout{display:grid;grid-template-columns:250px 1fr;gap:28px}.filters{align-self:start;position:sticky;top:190px;border:1px solid var(--line);background:#fff;border-radius:10px;padding:18px}.filter-title{font-size:12px;font-weight:950;display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:12px}.filter-title button{border:0;background:none;color:var(--red);font-size:10px;font-weight:900}.filter-group{padding:16px 0;border-bottom:1px solid var(--line)}.filter-group:last-child{border-bottom:0}.filter-group h4{margin:0 0 10px;font-size:12px}.filter-group label{display:block;font-size:11px;margin:8px 0;color:#555}.filter-group input[type=text],.filter-group input[type=search],.filter-group input[type=number]{width:100%;padding:9px;border:1px solid #ddd;border-radius:6px}.price-inputs{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:10px}.brand-option,.cat-option{display:block;margin:7px 0;font-size:11px}.catalogue-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:12px}.catalogue-toolbar select{padding:9px 12px;border:1px solid #ddd;border-radius:6px;background:#fff}.pagination{display:flex;justify-content:center;gap:6px;margin-top:28px}.pagination button{border:1px solid #ddd;background:#fff;padding:8px 12px;border-radius:5px}.pagination button.active{background:#111;color:#fff}

.brands-strip{background:#111;color:#fff;padding:55px 0}.brand-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.brand-grid div{border:1px solid #333;border-radius:99px;padding:18px;text-align:center;font-weight:900;color:#fff;background:#171717;cursor:pointer}.brand-carousel{overflow:hidden;padding:4px 0}.brand-track{display:flex;gap:16px;width:max-content;animation:brandMarquee 28s linear infinite}.brand-carousel:hover .brand-track{animation-play-state:paused}@keyframes brandMarquee{to{transform:translateX(calc(-50% - 8px))}}.brand-tile{width:170px;flex:0 0 170px;border:1px solid #ddd;border-radius:12px;background:#fff;color:#171717;padding:12px;box-shadow:0 6px 20px #0002;cursor:pointer}.brand-picture{height:100px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;margin-bottom:9px}.brand-picture img{max-width:100%;max-height:100%;object-fit:contain}.brand-tile strong{display:block;text-align:center;font-size:13px}.brand-directory{margin-top:6px}.alphabet-filter{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:24px}.alphabet-filter button{min-width:34px;height:34px;border:1px solid #ddd;background:#fff;border-radius:6px;font-weight:800}.alphabet-filter button.active,.alphabet-filter button:hover{background:var(--red);color:#fff;border-color:var(--red)}.brand-directory-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.brand-directory-grid .brand-tile{width:100%}.no-brands{grid-column:1/-1;color:#777;padding:30px;text-align:center}@media(max-width:1100px){.brand-directory-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:800px){.brand-directory-grid{grid-template-columns:repeat(2,1fr)}.brand-tile{width:145px;flex-basis:145px}}
.trade-cta{padding:55px 0;background:#fff}.trade-box{border-radius:16px;background:#f3f3f3;padding:42px;display:flex;justify-content:space-between;align-items:center;gap:30px}.trade-box h2{margin:0 0 8px;font-size:34px}.trade-box p{margin:0;color:#666}.trade-actions{display:flex;gap:10px;white-space:nowrap}.benefits{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr)}.benefits-grid div{padding:24px;border-right:1px solid var(--line);font-size:12px}.benefits-grid div:last-child{border-right:0}.benefits-grid div:first-letter{color:var(--red)}

footer{background:#111;color:#fff;padding:55px 0 0}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.1fr;gap:42px;padding-bottom:42px}.footer-grid h4{font-size:12px;letter-spacing:.1em;margin:0 0 15px}.footer-grid>a,.footer-grid>div>a{display:block;color:#bbb;margin:9px 0;font-size:12px}.footer-logo{font-size:30px;font-weight:950}.footer-logo b{color:#ff4c53}.footer-grid p{color:#aaa;line-height:1.6;font-size:12px;max-width:360px}.newsletter{display:flex;max-width:390px}.newsletter input{flex:1;padding:11px;border:0;border-radius:6px 0 0 6px}.newsletter button{border:0;background:var(--red);color:#fff;font-weight:900;border-radius:0 6px 6px 0;padding:0 14px}.contact{margin-top:18px;border-top:1px solid #333;padding-top:12px}.contact a,.contact span{color:#bbb;display:block;margin:8px 0;font-size:12px}.footer-bottom{border-top:1px solid #333;padding:18px 24px;display:flex;justify-content:space-between;color:#999;font-size:10px}

.overlay{display:none;position:fixed;inset:0;background:#0008;z-index:80}.mobile-drawer,.cart-drawer{position:fixed;top:0;bottom:0;width:min(420px,94vw);background:#fff;z-index:90;box-shadow:20px 0 50px #0003;transform:translateX(-105%);transition:.25s;padding:22px;overflow:auto}.mobile-drawer.open{transform:none}.cart-drawer{right:0;left:auto;transform:translateX(105%);box-shadow:-20px 0 50px #0003}.cart-drawer.open{transform:none}.drawer-close{border:0;background:none;font-size:30px;float:right}.drawer-search{clear:both;padding:25px 0}.drawer-search input{width:100%;padding:13px;border:1px solid #ddd;border-radius:7px}.drawer-links>a,.drawer-links>button{display:flex;width:100%;padding:15px 5px;border:0;background:#fff;border-bottom:1px solid #eee;font-weight:800;justify-content:space-between}.drawer-links .redlink{color:var(--red)}.mobile-cats{display:none;padding-left:10px}.mobile-cats.open{display:block}.mobile-cats a{display:block;padding:10px;color:#555;font-size:13px}

.cart-mov-banner{background:#fef3c7;border:1px solid #fde68a;color:#92400e;padding:10px 14px;border-radius:6px;font-size:12px;margin-bottom:14px;font-weight:600}
.cart-mov-banner.pass{background:#d1fae5;border-color:#a7f3d0;color:#065f46}

.modal-wrap{position:fixed;inset:0;background:#0009;z-index:100;display:none;align-items:center;justify-content:center;padding:20px}.modal-wrap.open{display:flex}.modal{background:#fff;width:min(680px,100%);border-radius:14px;padding:32px;position:relative;max-height:90vh;overflow:auto}.modal-x{position:absolute;right:15px;top:12px;border:0;background:none;font-size:26px;color:#888}.modal-x:hover{color:#111}.modal h2{margin-top:0}.modal input,.modal textarea,.modal select{width:100%;padding:11px;border:1px solid #ddd;border-radius:6px;margin:6px 0 12px}.modal .form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.full{width:100%}
.footer-info-modal{max-width:560px}.footer-info-modal h2{font-size:30px;margin:5px 0 12px}.footer-info-modal p{color:#666;line-height:1.7}.footer-info-links{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}.footer-info-links a{display:flex;align-items:center;gap:12px;border:1px solid #ddd;border-radius:10px;padding:16px;font-size:22px;color:#111}.footer-info-links span{display:flex;flex-direction:column;font-size:14px;font-weight:800}.footer-info-links small{font-size:9px;color:#888;letter-spacing:.12em;margin-bottom:3px}@media(max-width:600px){.footer-info-links{grid-template-columns:1fr}}

/* B2B Table and Badges inside modals */
.b2b-tabs{display:flex;gap:8px;border-bottom:2px solid #e5e7eb;margin-bottom:20px}
.b2b-tab-btn{background:none;border:none;padding:10px 16px;font-weight:700;color:#6b7280;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px}
.b2b-tab-btn.active{color:var(--red);border-bottom-color:var(--red)}
.b2b-table{width:100%;border-collapse:collapse;margin:15px 0;font-size:13px}
.b2b-table th{background:#f9fafb;padding:10px;text-align:left;border-bottom:1px solid #e5e7eb;font-size:11px;text-transform:uppercase}
.b2b-table td{padding:10px;border-bottom:1px solid #e5e7eb}
.b2b-badge{display:inline-block;padding:3px 8px;border-radius:99px;font-size:10px;font-weight:800;text-transform:uppercase}
.b2b-badge.green{background:#d1fae5;color:#065f46}
.b2b-badge.amber{background:#fef3c7;color:#92400e}
.b2b-badge.red{background:#fee2e2;color:#991b1b}

.cart-item{display:grid;grid-template-columns:55px 1fr auto;gap:10px;padding:12px 0;border-bottom:1px solid #eee}.cart-item img{width:55px;height:55px;object-fit:contain}
.cart-summary-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin:15px 0;font-size:13px;line-height:1.7}
.cart-summary-row{display:flex;justify-content:space-between}
.cart-summary-row.total{font-size:16px;font-weight:900;border-top:1px solid #ddd;padding-top:8px;margin-top:6px;color:var(--red)}

@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr)}.cat-grid{grid-template-columns:repeat(3,1fr)}.brand-grid{grid-template-columns:repeat(3,1fr)}.nav-links{gap:16px}.head-actions{display:none}.hero-grid{grid-template-columns:1fr}.hero-art{display:none}}
@media(max-width:800px){.top-head{height:72px;gap:10px}.mobile-menu-btn{display:block;border:0;background:none;font-size:24px}.brand{font-size:20px}.search-wrap{position:absolute;top:72px;left:0;right:0;max-width:none;height:48px;background:#fff;border-top:1px solid #eee}.top-head{padding-bottom:0}.nav-bar{display:none}.site-header{height:122px}.hero{padding-top:55px}.hero h1{font-size:48px}.section{padding:50px 0}.catalogue-layout{grid-template-columns:1fr}.filters{position:static}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.pimg{height:165px}.pbody{padding:11px}.pbody h3{font-size:12px}.card-actions{grid-template-columns:55px 1fr}.cat-grid{grid-template-columns:repeat(2,1fr)}.brand-grid{grid-template-columns:repeat(2,1fr)}.trade-box{display:block;padding:28px}.trade-actions{margin-top:20px;flex-wrap:wrap}.benefits-grid{grid-template-columns:repeat(2,1fr)}.benefits-grid div{border-bottom:1px solid var(--line)}.footer-grid{grid-template-columns:1fr;gap:25px}.footer-bottom{display:block;line-height:2}.footer-bottom span{display:block}.head-actions{display:flex;margin-left:auto}.head-actions button{font-size:0;padding:7px}.head-actions button:first-child{display:none}.head-actions button::first-letter{font-size:18px}.mega{display:none!important}}

/* Strict logo and banner boundaries: prevents intrinsic image dimensions from expanding the layout. */
.site-header .top-head>.brand{display:flex;align-items:center;justify-content:center;flex:0 0 112px;width:112px;max-width:112px;height:84px;font-size:0;overflow:hidden}.site-header .top-head>.brand>img{display:block;width:112px!important;max-width:112px!important;height:82px!important;max-height:82px!important;object-fit:contain}.hero-art{min-width:0;overflow:visible}.hero-card{width:min(430px,100%);height:344px;aspect-ratio:auto;padding:0;position:relative;overflow:visible;background:transparent;box-shadow:none;perspective:1000px}.hero-brand-logo{display:block;width:100%!important;max-width:100%!important;height:100%!important;max-height:344px!important;object-fit:cover}.hero-slide{position:absolute;inset:0;border-radius:18px;border:4px solid #fff;box-shadow:0 24px 55px #0009;opacity:0;animation:heroCard3d 12s infinite ease-in-out;transform-origin:center bottom}.hero-slide:nth-child(2){animation-delay:4s}.hero-slide:nth-child(3){animation-delay:8s}@keyframes heroCard3d{0%{opacity:0;transform:translateX(45px) translateZ(-100px) rotateY(-18deg) scale(.86)}8%,28%{opacity:1;transform:translateX(0) translateZ(0) rotateY(0) scale(1)}35%,100%{opacity:0;transform:translateX(-55px) translateZ(-120px) rotateY(18deg) scale(.84)}}.cart-head-btn{min-width:48px;justify-content:center!important;position:relative}.cart-icon{font-size:22px;line-height:1}.cart-head-btn .counter{position:absolute;right:1px;top:0}.footer-logo{width:96px;height:80px;overflow:hidden}.footer-logo>img{display:block;width:96px!important;max-width:96px!important;height:80px!important;max-height:80px!important;object-fit:contain}@media(max-width:800px){.site-header .top-head>.brand{flex-basis:58px;width:58px;max-width:58px;height:70px}.site-header .top-head>.brand>img{width:58px!important;max-width:58px!important;height:66px!important;max-height:66px!important}.footer-logo{width:82px;height:68px}.footer-logo>img{width:82px!important;max-width:82px!important;height:68px!important;max-height:68px!important}}

/* Compact single-row mobile header */
@media(max-width:800px){.top-head{height:76px;display:grid;grid-template-columns:34px 58px minmax(0,1fr) 42px;gap:7px;padding:0 10px}.mobile-menu-btn{grid-column:1;margin:0;padding:4px;font-size:25px}.brand{grid-column:2;width:58px;height:72px}.brand img{height:66px;max-width:58px}.search-wrap{grid-column:3;position:static;top:auto;left:auto;right:auto;width:100%;height:40px;min-width:0;margin:0;border:1px solid #d8d8d8;border-radius:7px}.search-wrap input{min-width:0;width:100%;padding:0 9px;font-size:12px}.search-wrap button{width:38px;flex:0 0 38px}.head-actions{grid-column:4;display:flex!important;margin:0;justify-content:flex-end}.head-actions button:not(:last-child){display:none!important}.head-actions button:last-child{display:flex!important;width:40px;height:40px;padding:0;justify-content:center;background:#f4f4f4;font-size:0}.head-actions .cart-icon{font-size:18px}.head-actions .counter{font-size:10px;position:absolute;margin:0 0 25px 25px}.site-header{height:76px}.hero{padding-top:42px}}@media(max-width:420px){.top-head{grid-template-columns:30px 50px minmax(0,1fr) 38px;gap:5px;padding:0 6px}.brand{width:50px}.brand img{height:60px;max-width:50px}.search-wrap input{font-size:11px;padding:0 7px}.search-wrap button{width:34px;flex-basis:34px}.head-actions button:last-child{width:36px}}

/* Header-specific trimmed asset gives a larger mark inside the unchanged white header. */
.site-header .top-head>.brand>img{transform:none;transition:transform .2s ease}

/* Responsive footer order: brand, shop, company centre, customer right. */
.footer-grid{grid-template-columns:minmax(260px,1.55fr) minmax(110px,.75fr) minmax(160px,1fr) minmax(180px,1.05fr);align-items:start}.footer-logo{width:138px!important;height:110px!important;overflow:hidden}.footer-logo>img{display:block;width:138px!important;max-width:138px!important;height:110px!important;max-height:110px!important;object-fit:contain}.footer-company-column{justify-self:center}.footer-customer-column{justify-self:end;min-width:180px}
@media(max-width:1024px){.footer-grid{grid-template-columns:1.45fr .75fr 1fr 1fr;gap:26px}.footer-logo{width:118px!important;height:94px!important}.footer-logo>img{width:118px!important;max-width:118px!important;height:94px!important;max-height:94px!important}.footer-company-column{justify-self:start}.footer-customer-column{justify-self:start;min-width:0}}
@media(max-width:760px){footer{padding-top:38px}.footer-grid{grid-template-columns:1.25fr 1fr;gap:30px 24px}.footer-brand-column{grid-column:1/-1}.footer-logo{width:110px!important;height:88px!important}.footer-logo>img{width:110px!important;max-width:110px!important;height:88px!important;max-height:88px!important}.footer-shop-column{grid-column:1}.footer-company-column{grid-column:2}.footer-customer-column{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}.footer-customer-column h4,.footer-customer-column .contact{grid-column:1/-1}.footer-bottom{padding-left:20px;padding-right:20px}}
@media(max-width:480px){.footer-grid{grid-template-columns:1fr;gap:25px}.footer-brand-column,.footer-shop-column,.footer-company-column,.footer-customer-column{grid-column:1;justify-self:stretch}.footer-customer-column{display:block}.footer-logo{width:104px!important;height:84px!important}.footer-logo>img{width:104px!important;max-width:104px!important;height:84px!important;max-height:84px!important}.newsletter{width:100%}.newsletter input{min-width:0}.footer-bottom{padding-left:16px;padding-right:16px}}
.footer-value-logo{width:min(310px,100%)!important;height:auto!important;aspect-ratio:3/2;overflow:hidden}.footer-value-logo>img{width:100%!important;max-width:100%!important;height:100%!important;max-height:none!important;object-fit:contain;object-position:left center}.footer-brand-column{min-width:0}@media(max-width:1024px){.footer-value-logo{width:min(260px,100%)!important;height:auto!important}}@media(max-width:760px){.footer-value-logo{width:min(300px,100%)!important;height:auto!important}}@media(max-width:480px){.footer-value-logo{width:min(280px,100%)!important;height:auto!important}}
.footer-brand-lockup{display:flex;align-items:center;gap:8px;width:max-content;max-width:100%}.footer-brand-lockup .footer-logo{flex:0 0 138px}.footer-brand-name{display:flex;flex-direction:column;justify-content:center;line-height:.88;letter-spacing:-.035em;font-weight:950;white-space:nowrap}.footer-brand-name span{color:#fff;font-size:25px}.footer-brand-name strong{color:#00b8c4;font-size:35px;margin-top:8px}@media(max-width:1024px){.footer-brand-lockup .footer-logo{flex-basis:118px}.footer-brand-name span{font-size:21px}.footer-brand-name strong{font-size:30px}}@media(max-width:760px){.footer-brand-lockup{gap:7px}.footer-brand-lockup .footer-logo{flex-basis:110px}.footer-brand-name span{font-size:21px}.footer-brand-name strong{font-size:29px}}@media(max-width:480px){.footer-brand-lockup .footer-logo{flex-basis:104px}.footer-brand-name span{font-size:19px}.footer-brand-name strong{font-size:27px}}
.footer-bottom a{color:#ddd;text-decoration:underline}.policy-modal{width:min(900px,100%);padding:0;overflow:hidden}.policy-head{padding:26px 64px 20px 28px;background:#111;color:#fff}.policy-head h2{margin:0 0 5px;font-size:27px}.policy-head p{margin:0;color:#bbb;font-size:12px}.policy-tabs{display:flex;gap:7px;padding:14px 22px;border-bottom:1px solid #eee;overflow:auto;background:#fafafa}.policy-tabs button{white-space:nowrap;border:1px solid #ddd;background:#fff;border-radius:999px;padding:8px 12px;font-weight:800;font-size:11px;cursor:pointer}.policy-tabs button.active{background:var(--red);border-color:var(--red);color:#fff}.policy-body{padding:22px 28px 32px;max-height:62vh;overflow:auto}.policy-body h3{font-size:18px;margin:24px 0 8px}.policy-body h3:first-child{margin-top:0}.policy-body p,.policy-body li{font-size:13px;line-height:1.7;color:#444}.policy-body ul{padding-left:20px}.policy-note{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;padding:12px 14px;margin-bottom:18px}.consent-box{background:#f8fafc;border:1px solid #dbe2ea;border-radius:9px;padding:13px 14px;margin:14px 0}.consent-box label{display:flex;align-items:flex-start;gap:9px;margin:9px 0!important;line-height:1.45}.consent-box input{width:16px!important;min-width:16px;margin:2px 0 0!important}.consent-box a{color:var(--red);font-weight:800;text-decoration:underline}@media(max-width:600px){.policy-body{padding:18px}.policy-head{padding-left:20px}.policy-tabs{padding:10px}.policy-modal{border-radius:10px}}

.brand-track{animation-duration:var(--brand-duration,90s)!important;will-change:transform}.footer-brand-lockup{gap:12px}.footer-brand-lockup .footer-logo{flex:0 0 138px;width:138px!important;height:110px!important}.footer-brand-lockup .footer-logo>img{width:138px!important;max-width:138px!important;height:110px!important;max-height:110px!important}.footer-brand-name{width:142px;align-items:stretch;line-height:.92}.footer-brand-name span,.footer-brand-name strong{display:block;width:100%;text-align:justify;text-align-last:justify}.footer-brand-name span{font-size:23px}.footer-brand-name strong{font-size:35px;color:#12bdc8;margin-top:7px}.password-field{position:relative}.password-field input{padding-right:44px!important}.password-eye{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#555;font-size:18px;cursor:pointer;padding:6px;line-height:1}@media(max-width:1024px){.footer-grid{grid-template-columns:1.35fr .7fr 1fr .9fr}.footer-brand-lockup{gap:9px}.footer-brand-lockup .footer-logo{flex-basis:122px;width:122px!important;height:98px!important}.footer-brand-lockup .footer-logo>img{width:122px!important;max-width:122px!important;height:98px!important;max-height:98px!important}.footer-brand-name{width:122px}.footer-brand-name span{font-size:20px}.footer-brand-name strong{font-size:30px}}@media(max-width:760px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand-column{grid-column:1/-1}.footer-brand-lockup{margin:0 auto}.footer-company-column{grid-column:1}.footer-customer-column{grid-column:2;display:block}.footer-shop-column{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 12px}.footer-shop-column h4{grid-column:1/-1}.footer-company-column,.footer-customer-column{justify-self:stretch}.footer-brand-lockup .footer-logo{flex-basis:118px;width:118px!important;height:94px!important}.footer-brand-lockup .footer-logo>img{width:118px!important;max-width:118px!important;height:94px!important;max-height:94px!important}.footer-brand-name{width:118px}.footer-brand-name span{font-size:19px}.footer-brand-name strong{font-size:29px}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr;gap:28px}.footer-brand-column,.footer-shop-column,.footer-company-column,.footer-customer-column{grid-column:1}.footer-brand-lockup{gap:7px;margin:0}.footer-brand-lockup .footer-logo{flex-basis:106px;width:106px!important;height:86px!important}.footer-brand-lockup .footer-logo>img{width:106px!important;max-width:106px!important;height:86px!important;max-height:86px!important}.footer-brand-name{width:108px}.footer-brand-name span{font-size:17px}.footer-brand-name strong{font-size:27px}.footer-shop-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.footer-company-column,.footer-customer-column{display:block}}
