@import"https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&family=Barlow+Condensed:wght@600;700;800;900&display=swap";:root{--bg: #F5F5F5;--bg-gradient: linear-gradient(180deg, #F5F5F5, #ECECEC);--bg2: #F0F0F0;--card: #F8F8F8;--card-hover: #F2F2F2;--text: #111111;--text-muted: #666666;--border: #CCCCCC;--shadow: 0 2px 10px rgba(0, 0, 0, .05);--shadow-hover: 0 12px 32px rgba(0, 0, 0, .08), 0 6px 16px rgba(0,0,0,.04);--accent: #E0E0E0;--accent-text: #111111;--input-bg: #EEEEEE}.dark{--bg: #000000;--bg-gradient: radial-gradient(120% 100% at top center, #1C1C1E 0%, #000000 70%);--bg2: #09090B;--card: rgba(28, 28, 30, .4);--card-hover: rgba(44, 44, 46, .6);--text: #F5F5F7;--text-muted: #A1A1A6;--border: rgba(255, 255, 255, .1);--shadow: 0 8px 32px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255,255,255,.05);--shadow-hover: 0 20px 56px rgba(0, 0, 0, .65), inset 0 1px 0 rgba(255,255,255,.1);--accent: #FFFFFF;--accent-text: #000000;--input-bg: #1C1C1E}*{margin:0;padding:0;box-sizing:border-box;max-width:100%}body{font-family:Barlow,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-gradient);background-color:var(--bg);background-attachment:fixed;color:var(--text);min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .4s ease,color .4s ease}#root{width:100%;overflow-x:clip}a{text-decoration:none;color:inherit}ul{list-style:none}input,select,textarea{background-color:var(--input-bg);border:1px solid var(--border);color:var(--text);transition:all .3s ease}input:focus,select:focus,textarea:focus{border-color:#888;outline:none}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.02em}h1{font-size:clamp(24px,4vw,42px)}h2{font-size:clamp(20px,3vw,32px)}h3{font-size:clamp(18px,2.5vw,24px)}.hero-title{font-size:clamp(3rem,6vw,5rem);font-weight:800;letter-spacing:-.04em;line-height:1.1;background:linear-gradient(135deg,var(--text) 30%,var(--text-muted) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.btn-primary{background-color:var(--accent);color:var(--accent-text);padding:12px 24px;border-radius:30px;font-weight:600;font-size:.95rem;border:1px solid var(--accent);cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px}.btn-primary:hover{transform:scale(1.03);box-shadow:var(--shadow-hover)}.dark .btn-primary:hover{background:#e0e0e0}:root:not(.dark) .btn-primary:hover{background:#d0d0d0}.btn-secondary{background-color:transparent;color:var(--text);padding:12px 24px;border-radius:30px;font-weight:600;font-size:.95rem;border:1px solid var(--border);cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:inline-flex;align-items:center;justify-content:center;min-height:44px}.btn-secondary:hover{background-color:var(--card);transform:scale(1.03)}.glass-panel{background:var(--card);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:16px;transition:all .3s ease}.container,.section-full{width:100%;padding-left:clamp(16px,4vw,48px);padding-right:clamp(16px,4vw,48px)}.page-shell{width:100%;padding:40px clamp(16px,4vw,48px) 60px}.container-narrow{width:100%;max-width:1200px;margin:0 auto;padding-left:24px;padding-right:24px}.responsive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;align-items:stretch}.section-stack{display:flex;flex-direction:column;gap:32px}.desktop-hidden,.mobile-only{display:none!important}.desktop-only{display:block!important}.nav-search-mobile,.mobile-track-order-link{display:none}.responsive-two-col{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px}.responsive-sidebar-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:32px}.section-heading-row{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-wrap:wrap}.card-media-frame{aspect-ratio:4 / 5;min-height:220px}.scroll-x-mobile{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-wrap{width:100%;overflow-x:auto}.animate-lift{transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s ease}.animate-lift:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover)}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.font-condensed{font-family:Barlow Condensed,sans-serif}.category-card,.moto-card{transition:all .3s ease}.category-card:hover{border-color:#888}.moto-card:hover{border-color:var(--text-muted)}.brand-link{color:var(--text-muted);transition:color .3s ease}.brand-link:hover{color:var(--text)}.brand-logo{color:#666;transition:color .3s ease;cursor:pointer}.brand-logo:hover{color:var(--text)}.footer-link{color:var(--text-muted);transition:color .3s ease}.footer-link:hover{color:var(--text)}.btn-social{padding:8px 16px;border:1px solid #333333;color:var(--text);border-radius:4px;font-size:13px;text-decoration:none;transition:all .3s ease}.btn-social:hover{background:var(--text);color:var(--bg)}.protected-image-wrap img{-webkit-user-drag:none}.ai-chat-widget{position:fixed;left:20px;bottom:20px;z-index:1200}.ai-chat-launcher{width:56px;height:56px;border-radius:50%;border:1px solid var(--border);background:var(--text);color:var(--bg);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 25px #00000040;transition:transform .25s ease,box-shadow .25s ease}.ai-chat-launcher:hover{transform:scale(1.06);box-shadow:0 12px 35px #0000004d}.ai-chat-panel{position:fixed;left:20px;bottom:88px;width:min(380px,calc(100vw - 32px));height:min(520px,calc(100vh - 120px));max-height:calc(100vh - 120px);z-index:1201;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #00000047}.ai-chat-header{padding:16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:16px}.ai-chat-avatar{width:34px;height:34px;border-radius:50%;background:var(--text);color:var(--bg);display:flex;align-items:center;justify-content:center}.ai-chat-icon-btn{width:34px;height:34px;border-radius:50%;border:1px solid var(--border);background:var(--bg2);color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer}.ai-chat-messages{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.ai-chat-bubble{max-width:86%;padding:11px 13px;border-radius:14px;font-size:13px;line-height:1.45}.ai-chat-bubble-bot{align-self:flex-start;background:var(--bg2);color:var(--text);border:1px solid var(--border)}.ai-chat-bubble-user{align-self:flex-end;background:var(--text);color:var(--bg)}.ai-chat-quick-replies{padding:0 16px 12px;display:flex;gap:8px;overflow-x:auto}.ai-chat-quick-replies button,.ai-chat-quick-replies a{flex:0 0 auto;border:1px solid var(--border);background:var(--bg2);color:var(--text);border-radius:999px;padding:8px 11px;font-size:12px;font-weight:800;cursor:pointer;text-decoration:none;white-space:nowrap}.ai-chat-input-row{padding:14px;border-top:1px solid var(--border);display:flex;gap:10px}.ai-chat-input-row input{flex:1;min-width:0;border-radius:999px;padding:12px 14px;font-size:13px}.ai-chat-input-row button{width:42px;height:42px;border-radius:50%;border:none;background:var(--text);color:var(--bg);display:flex;align-items:center;justify-content:center;cursor:pointer}@media (min-width: 768px){.page-shell{padding-top:50px;padding-bottom:70px}}@media (min-width: 1280px){.page-shell{padding-left:clamp(16px,4vw,48px);padding-right:clamp(16px,4vw,48px)}}@media (max-width: 1024px){.responsive-sidebar-layout{grid-template-columns:1fr;gap:24px}.mobile-hidden{display:none!important}.desktop-hidden{display:block!important}.mobile-track-order-link{display:flex;align-items:center;justify-content:center;color:var(--text);padding:8px;border-radius:50%;text-decoration:none}}@media (max-width: 900px){.hero-title{font-size:clamp(2.5rem,5vw,4rem)!important}.glass-panel{padding:24px!important}.responsive-two-col{grid-template-columns:1fr}}@media (max-width: 600px){.btn-primary,.btn-secondary{padding:14px 20px;font-size:1rem;width:100%;margin-bottom:8px}.glass-panel{padding:16px!important;border-radius:12px}section{padding:40px 20px!important;margin-bottom:32px}.mobile-hidden,.desktop-only{display:none!important}.mobile-only{display:block!important}.nav-search-mobile{display:block;width:100%;margin-top:12px}.ai-chat-widget{left:16px;bottom:20px}.ai-chat-launcher{width:52px;height:52px}.ai-chat-panel{position:fixed;left:12px;right:12px;bottom:88px;width:auto;height:min(520px,calc(100vh - 180px))}.mobile-stack{flex-direction:column!important;gap:32px!important}.responsive-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card-media-frame{min-height:180px}.container-narrow{padding-left:16px;padding-right:16px}.animate-lift:hover,.btn-primary:hover,.btn-secondary:hover{transform:none;box-shadow:var(--shadow)}.glass-panel,.whatsapp-fab{box-shadow:0 6px 18px #00000024!important}}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.fade-in-up{animation:fadeInUp .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.accordion-content{overflow:hidden;transition:max-height .3s cubic-bezier(.16,1,.3,1)}html{scroll-behavior:smooth}::selection{background:var(--text);color:var(--bg)}*:focus-visible{outline:2px solid var(--text-muted);outline-offset:3px;border-radius:4px}input:focus,select:focus,textarea:focus{border-color:var(--text-muted)!important;box-shadow:0 0 0 3px #8080801f;transition:all .2s ease}.dark .glass-panel{background:#1c1c1eb3;border-color:#ffffff14}.glass-panel:hover{box-shadow:var(--shadow-hover)}.animate-lift{height:100%}button,.btn-primary,.btn-secondary{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.btn-primary:active{transform:scale(.98);transition:transform .1s ease}.spin{animation:globalSpin .8s linear infinite}@keyframes globalSpin{to{transform:rotate(360deg)}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:80px 24px;color:var(--text-muted);text-align:center}.empty-state h3{font-size:20px;font-weight:700;color:var(--text)}.empty-state p{font-size:14px;max-width:320px;line-height:1.6}.main-content>*{animation:pageEnter .3s cubic-bezier(.16,1,.3,1) both}@keyframes pageEnter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.section-divider{width:100%;height:1px;background:var(--border);margin:48px 0}.tag{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border:1px solid var(--border);border-radius:20px;font-size:12px;font-weight:600;color:var(--text-muted);white-space:nowrap}.status-pending{color:#f59e0b;border-color:#f59e0b}.status-paid,.status-confirmed{color:#10b981;border-color:#10b981}.status-packed{color:#6366f1;border-color:#6366f1}.status-shipped{color:#3b82f6;border-color:#3b82f6}.status-out_for_delivery{color:#0ea5e9;border-color:#0ea5e9}.status-delivered{color:#8b5cf6;border-color:#8b5cf6}.status-cancelled{color:#ef4444;border-color:#ef4444}.status-returned{color:#f97316;border-color:#f97316}.skeleton{background:linear-gradient(90deg,var(--bg2) 25%,var(--border) 50%,var(--bg2) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:8px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.form-label{display:block;font-size:13px;font-weight:600;color:var(--text-muted);margin-bottom:6px;letter-spacing:.4px;text-transform:uppercase}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@media (max-width: 480px){.responsive-grid{grid-template-columns:1fr 1fr;gap:12px}}.product-gallery-container{position:relative;width:100%}@media (min-width: 901px){.product-gallery-container{position:sticky;top:120px}}.hero-slider-container{position:relative;width:100%;height:min(82vh,760px);min-height:460px;overflow:hidden;background:#0a0a0a}.hero-video-shell{padding:0!important;margin-bottom:0!important;isolation:isolate;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.hero-video-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.82) contrast(1.08) brightness(.82);z-index:0}.hero-video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#000000c7,#0000008a 38%,#0000002e),linear-gradient(180deg,#00000061,#0000001a 44%,#000000b8)}.hero-video-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:740px;padding-top:28px;color:#fff;animation:heroVideoEnter .65s cubic-bezier(.16,1,.3,1) both}.hero-video-kicker{margin-bottom:10px;color:#ffffffb8;font-size:12px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}.hero-video-title{max-width:650px;margin-bottom:14px!important;color:#fff;font-size:clamp(42px,6.5vw,76px)!important;letter-spacing:1px!important;line-height:.98!important;text-transform:uppercase;text-shadow:0 18px 40px rgba(0,0,0,.58)}.hero-video-subtitle{max-width:500px;margin-bottom:28px!important;color:#ffffffc7!important;font-size:clamp(14px,1.35vw,17px);line-height:1.6}.hero-video-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-video-btn{min-height:48px;border-radius:4px;padding:0 24px;border:1px solid rgba(255,255,255,.32);display:inline-flex;align-items:center;justify-content:center;gap:9px;color:#fff;cursor:pointer;font-size:13px;font-weight:800;letter-spacing:1px;text-decoration:none;text-transform:uppercase;transition:transform .22s ease,background .22s ease,border-color .22s ease}.hero-video-btn-primary{background:#fff;color:#000;border-color:#fff}.hero-video-btn-secondary{background:#ffffff14;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.hero-video-btn:hover{transform:translateY(-2px)}.hero-video-btn-secondary:hover{background:#ffffff29;border-color:#ffffff8f}.home-trust-strip{padding:0!important;margin-bottom:0!important;background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.home-trust-strip-inner{min-height:68px;display:flex;align-items:center;justify-content:center;gap:clamp(14px,3vw,34px);overflow-x:auto;-webkit-overflow-scrolling:touch}.home-trust-item{flex:0 0 auto;display:inline-flex;align-items:center;gap:9px;color:var(--text);font-size:13px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;white-space:nowrap}.home-trust-item svg{color:var(--text-muted)}.home-featured-fallback-card{min-height:280px;padding:28px;border:1px solid var(--border);border-radius:12px;background:linear-gradient(145deg,#ffffff0e,#ffffff03),var(--card);box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:space-between;gap:28px}.home-featured-fallback-eyebrow{margin-bottom:12px;color:var(--text-muted);font-size:11px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase}.home-featured-fallback-card h3{margin-bottom:12px;font-size:28px;line-height:1;font-weight:900;letter-spacing:.5px;text-transform:uppercase}.home-featured-fallback-card p:not(.home-featured-fallback-eyebrow){color:var(--text-muted);font-size:15px;line-height:1.6}.home-featured-fallback-card a{width:fit-content;min-height:42px;padding:0 16px;border:1px solid var(--border);border-radius:4px;display:inline-flex;align-items:center;gap:8px;color:var(--text);font-size:12px;font-weight:800;letter-spacing:1px;text-transform:uppercase;text-decoration:none;transition:transform .25s ease,border-color .25s ease,background .25s ease}.home-featured-fallback-card a:hover{transform:translateY(-2px);border-color:var(--text);background:var(--text);color:var(--bg)}.garage-reels-section{background:var(--bg);border-bottom:1px solid var(--border);transition:background-color .4s ease}.garage-reels-heading{margin-bottom:34px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.garage-reels-heading p{margin-bottom:8px;color:var(--text-muted);font-size:12px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;transition:color .4s ease}.garage-reels-heading h2{color:var(--text);font-size:clamp(34px,5vw,56px);font-weight:900;line-height:.95;letter-spacing:1px;text-transform:uppercase;transition:color .4s ease}.garage-reels-heading>span{max-width:320px;color:var(--text-muted);font-size:15px;line-height:1.5;text-align:right;transition:color .4s ease}.garage-reels-track{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.garage-reel-card{min-width:0;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--card);box-shadow:var(--shadow);transition:transform .28s cubic-bezier(.16,1,.3,1),border-color .28s ease,box-shadow .28s ease,background .4s ease}.garage-reel-card:hover{transform:translateY(-5px);border-color:#ffffff47;box-shadow:var(--shadow-hover)}.light .garage-reel-card:hover{border-color:#00000026}.garage-reel-media{position:relative;width:100%;aspect-ratio:9 / 15.5;border:0;display:block;overflow:hidden;background:var(--bg2);cursor:pointer;padding:0;transition:background-color .4s ease}.garage-reel-media:focus-visible{outline:2px solid rgba(255,255,255,.56);outline-offset:-3px}.light .garage-reel-media:focus-visible{outline:2px solid rgba(0,0,0,.28)}.garage-reel-media video,.garage-reel-fallback{width:100%;height:100%;display:block}.garage-reel-media video{object-fit:cover}.garage-reel-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,#00000014 46%,#0000008f);transition:background .4s ease}.light .garage-reel-media:after{background:linear-gradient(180deg,#00000005 46%,#0000003d)}.garage-reel-fallback{display:flex;align-items:center;justify-content:center;color:var(--text-muted);background:radial-gradient(circle at 50% 35%,rgba(255,255,255,.08),transparent 38%),var(--bg2);transition:background-color .4s ease,color .4s ease}.light .garage-reel-fallback{color:var(--text-muted);background:radial-gradient(circle at 50% 35%,rgba(0,0,0,.06),transparent 38%),var(--bg2)}.garage-reel-play{position:absolute;left:14px;bottom:14px;z-index:2;width:38px;height:38px;border:1px solid rgba(255,255,255,.36);border-radius:50%;background:#0000007a;color:#fff;display:inline-flex;align-items:center;justify-content:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .4s ease}.light .garage-reel-play{border:1px solid rgba(0,0,0,.2);background:#ffffffeb;color:#000}.garage-reel-sound{position:absolute;top:12px;right:12px;z-index:3;width:38px;height:38px;border:1px solid rgba(255,255,255,.34);border-radius:50%;background:#00000085;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:.86;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:opacity .2s ease,transform .2s ease,background .2s ease,border-color .2s ease,color .4s ease}.light .garage-reel-sound{border:1px solid rgba(0,0,0,.18);background:#ffffffe0;color:#000}.garage-reel-card:hover .garage-reel-sound,.garage-reel-sound:focus-visible{opacity:1}.garage-reel-sound:hover{transform:scale(1.06);background:#000000ad;border-color:#ffffff8f}.light .garage-reel-sound:hover{background:#fffffff5;border-color:#00000047}.garage-reel-sound:focus-visible{outline:2px solid rgba(255,255,255,.7);outline-offset:2px}.light .garage-reel-sound:focus-visible{outline:2px solid rgba(0,0,0,.28);outline-offset:2px}.garage-reel-copy{padding:16px}.garage-reel-copy span{margin-bottom:7px;color:var(--text-muted);display:block;font-size:10px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase;transition:color .4s ease}.garage-reel-copy h3{color:var(--text);font-size:20px;line-height:1.05;font-weight:900;letter-spacing:.5px;text-transform:uppercase;transition:color .4s ease}@keyframes heroVideoEnter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.hero-slider-container{height:58vh!important;min-height:360px!important}.hero-video-media{object-position:58% center}.hero-video-overlay{background:linear-gradient(90deg,#000000d1,#0000008f 58%,#00000047),linear-gradient(180deg,#00000047,#0000001f 45%,#000000c2)}.hero-video-content{justify-content:flex-end;padding-top:0;padding-bottom:42px}.hero-video-kicker{font-size:10px!important;letter-spacing:1.4px;margin-bottom:9px}.hero-slide-title{font-size:clamp(34px,12vw,48px)!important;margin-bottom:10px!important;letter-spacing:.5px!important}.hero-slide-subtitle{font-size:14px!important;margin-bottom:22px!important}.hero-video-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px}.hero-video-btn{min-width:0;min-height:46px;padding:0 12px!important;font-size:11px!important;letter-spacing:.6px}.home-trust-strip-inner{min-height:56px;justify-content:flex-start;gap:18px;padding-top:0;padding-bottom:0}.home-trust-item{font-size:11px;letter-spacing:.5px}.home-featured-fallback-card{min-height:210px;padding:18px;gap:18px}.home-featured-fallback-card h3{font-size:20px!important}.home-featured-fallback-card p:not(.home-featured-fallback-eyebrow){font-size:12px!important}.home-featured-fallback-card a{min-height:36px;font-size:10px;padding:0 12px}.garage-reels-section{padding-top:36px!important;padding-bottom:36px!important}.garage-reels-heading{align-items:flex-start;flex-direction:column;margin-bottom:22px}.garage-reels-heading h2{font-size:34px!important}.garage-reels-heading>span{max-width:none;font-size:12px;text-align:left}.garage-reels-track{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:6px}.garage-reel-card{flex:0 0 min(72vw,260px);scroll-snap-align:start;border-radius:10px}.garage-reel-card:hover{transform:none;box-shadow:0 14px 34px #00000052}.garage-reel-copy{padding:12px}.garage-reel-sound,.garage-reel-play{width:36px;height:36px}.garage-reel-sound{top:10px;right:10px;opacity:1}.garage-reel-copy h3{font-size:16px!important}}.product-card-image-link{position:relative;display:flex;align-items:center;justify-content:center;padding:12px 0;background:var(--bg2);overflow:hidden;height:280px}.product-card-info-div{padding:16px 20px;display:flex;flex-direction:column;flex-grow:1;gap:8px}@media (max-width: 600px){.product-card-image-link{height:140px!important;padding:8px 0!important}.product-card-info-div{padding:10px 12px!important;gap:4px!important}.product-card-info-div h3{font-size:13px!important;line-height:1.25!important}.product-card-info-div p,.product-card-info-div span{font-size:11px!important}.product-card-info-div .btn-primary{padding:6px 12px!important;min-height:32px!important;font-size:12px!important}}.category-card-premium,.performance-card-premium{position:relative;aspect-ratio:4 / 5;min-height:260px;border-radius:16px;overflow:hidden;cursor:pointer;display:flex;align-items:flex-end;text-decoration:none}.category-card-premium-content,.performance-card-premium-content{position:relative;z-index:2;padding:20px;width:100%}.category-card-premium-title{font-size:24px}.performance-card-premium-title{font-size:28px}@media (max-width: 600px){.category-card-premium,.performance-card-premium{aspect-ratio:16 / 11!important;min-height:115px!important;border-radius:10px!important}.category-card-premium-content,.performance-card-premium-content{padding:8px 10px!important}.category-card-premium-title,.performance-card-premium-title{font-size:13px!important;font-weight:750!important}.category-card-premium-content p,.performance-card-premium-content p{font-size:10px!important;margin-top:4px!important;gap:4px!important}}.home-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:80px}.home-section{padding:80px 0}@media (max-width: 600px){.home-category-grid{grid-template-columns:1fr 1fr!important;gap:10px!important;margin-bottom:24px!important}.home-section{padding:32px 0!important}.home-section h2{font-size:22px!important;margin-bottom:6px!important}.home-section p{font-size:12px!important}.home-section .section-heading-row{margin-bottom:18px!important}.home-section .btn-secondary{padding:6px 12px!important;font-size:12px!important;min-height:32px!important;margin-bottom:0!important;width:auto!important}}.home-brands-container{text-align:center;border-top:1px solid var(--border);padding-top:40px}.home-brands-list{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.brand-chip{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;min-width:110px;border-radius:999px;border:1px solid var(--border);background:var(--bg2);color:var(--text);font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);white-space:nowrap}.brand-chip:hover{transform:translateY(-2px);border-color:var(--text);background:var(--text);color:var(--bg)}.home-brands-title{font-size:12px;font-weight:600;color:#777;text-transform:uppercase;letter-spacing:2px;margin-bottom:24px}@media (max-width: 600px){.home-brands-container{padding-top:20px!important}.home-brands-list{gap:12px 16px!important;justify-content:center!important}.home-brands-title{margin-bottom:12px!important;font-size:10px!important}.brand-logo{font-size:15px!important}}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px}.footer-brand-col{flex:1.5}.footer-col-title{margin-bottom:20px;font-weight:800;letter-spacing:1px;font-size:18px}.footer-link-list{display:flex;flex-direction:column;gap:12px}.footer-help-col{position:relative}@media (max-width: 600px){footer{padding:32px 0 20px!important}.footer-grid{grid-template-columns:1fr 1fr!important;gap:20px!important}.footer-brand-col{grid-column:span 2!important;margin-bottom:12px!important;text-align:center}.footer-brand-col img{margin:0 auto 12px!important}.footer-brand-col p{font-size:13px!important;margin-bottom:16px!important;line-height:1.5!important}.footer-brand-col div{justify-content:center;gap:8px!important}.footer-col-title{font-size:14px!important;margin-bottom:10px!important}.footer-link-list{gap:8px!important}.footer-link{font-size:13px!important}.footer-help-col{grid-column:span 2!important;border-top:1px solid var(--border);padding-top:20px!important;text-align:center}.footer-help-col ul{flex-direction:row!important;flex-wrap:wrap!important;justify-content:center!important;gap:10px 14px!important;margin-bottom:16px!important}.footer-help-col ul li{display:inline-block}.footer-help-col div{display:flex;flex-direction:column;align-items:center;gap:4px}.footer-help-col div p{font-size:13px!important}.footer-bottom-bar{margin-top:24px!important;padding-top:16px!important;flex-direction:column!important;align-items:center!important;text-align:center!important;gap:6px!important}}.tyre-finder-container{padding:24px;max-width:900px;width:100%;margin:40px auto 0;text-align:left}.tyre-finder-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:16px;margin-bottom:20px}@media (max-width: 600px){.tyre-finder-container{padding:16px!important;margin-top:16px!important;border-radius:12px!important}.tyre-finder-container h3{font-size:15px!important;margin-bottom:12px!important}.tyre-finder-grid{grid-template-columns:1fr 1fr!important;gap:10px!important;margin-bottom:12px!important}.tyre-finder-container button{padding:10px!important;font-size:14px!important;min-height:40px!important;margin-bottom:0!important;width:100%!important}}.mega-dropdown-container{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;padding:24px 60px}@media (max-width: 900px){.mega-dropdown-container{grid-template-columns:repeat(2,1fr)!important;gap:20px!important;padding:16px 24px!important}}@media (max-width: 600px){.mega-dropdown-container{grid-template-columns:1fr 1fr!important;gap:16px 12px!important;padding:12px 16px!important;max-height:65vh;overflow-y:auto;border-bottom:2px solid var(--border)}.guides-dropdown-container{left:0!important;right:0!important;width:100%!important;border-radius:0!important}}.order-summary-panel{flex:1;padding:32px;position:sticky;top:100px}.order-summary-row{display:flex;justify-content:space-between;margin-bottom:16px;font-size:15px;font-weight:500}.order-summary-label{color:var(--text-muted)}.order-summary-value{color:var(--text);font-weight:600}.order-summary-total-row{display:flex;justify-content:space-between;margin-bottom:24px;font-size:24px;font-weight:800}@media (max-width: 600px){.order-summary-panel{padding:20px!important;position:relative!important;top:0!important;margin-top:16px;width:100%}.order-summary-row{font-size:14px;margin-bottom:12px}.order-summary-total-row{font-size:20px;margin-bottom:20px}}.product-detail-gallery-main{min-height:320px;height:min(500px,65vw)}.product-detail-thumbnail-item{flex:0 0 100px;height:100px}.product-details-title{font-size:42px;font-weight:900;margin-bottom:16px;letter-spacing:-1px;line-height:1.1}.product-details-brand{color:var(--text-muted);font-size:18px;text-transform:uppercase;letter-spacing:2px;font-weight:700;margin-bottom:24px}.product-details-price{font-size:36px;font-weight:800;margin-bottom:32px}.product-details-desc-box{padding:24px;background:var(--bg2);border:1px solid var(--border);border-radius:12px;margin-bottom:32px}@media (max-width: 600px){.product-detail-gallery-main{min-height:220px!important;height:55vw!important;padding:12px!important;margin-bottom:12px!important}.product-detail-thumbnail-item{flex:0 0 60px!important;height:60px!important}.product-details-title{font-size:24px!important;margin-bottom:8px!important}.product-details-brand{font-size:13px!important;letter-spacing:1px!important;margin-bottom:16px!important}.product-details-price{font-size:24px!important;margin-bottom:16px!important}.product-details-desc-box{padding:16px!important;margin-bottom:20px!important}.product-details-desc-box p{font-size:14px!important;line-height:1.5!important;margin-bottom:16px!important}}.product-card-brand{color:var(--text-muted);font-size:11px;text-transform:uppercase;letter-spacing:1px;margin-bottom:2px}.product-card-title{font-size:16px;line-height:1.3;font-weight:700;display:-webkit-box;WebkitLineClamp:2;WebkitBoxOrient:vertical;overflow:hidden;margin-bottom:4px}.product-card-rating{display:flex;align-items:center;gap:4px;flex-wrap:wrap;font-size:13px;font-weight:600}.product-card-rating-reviews{font-size:13px;color:var(--text-muted)}.product-card-size{color:var(--text-muted);font-size:13px;margin-top:2px}.product-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:8px;border-top:1px solid var(--border);gap:12px}.product-card-price{font-size:19px;font-weight:800}@media (max-width: 600px){.product-card-brand{font-size:10px!important}.product-card-title{font-size:13px!important;line-height:1.2!important;height:31px!important;margin-bottom:2px!important}.product-card-rating{font-size:11px!important;gap:2px!important}.product-card-rating svg{width:10px!important;height:10px!important}.product-card-rating-reviews{display:none!important}.product-card-size{font-size:10px!important;margin-top:0!important}.product-card-footer{padding-top:4px!important;gap:4px!important}.product-card-price{font-size:14px!important}.product-card-info-div .btn-primary{padding:4px 10px!important;min-height:28px!important;font-size:11px!important}.product-card-info-div .btn-primary svg{width:12px!important;height:12px!important}}
