@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{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)}@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}}@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}.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{color:#10b981;border-color:#10b981}.status-shipped{color:#3b82f6;border-color:#3b82f6}.status-delivered{color:#8b5cf6;border-color:#8b5cf6}.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:80vh;min-height:420px;max-height:760px;overflow:hidden;background:#0a0a0a}@media (max-width: 600px){.hero-slider-container{height:48vh!important;min-height:290px!important}.hero-slide-title{font-size:26px!important;margin-bottom:8px!important;letter-spacing:.5px!important}.hero-slide-subtitle{font-size:13px!important;margin-bottom:18px!important}.hero-slide-btn{padding:8px 20px!important;font-size:11px!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}.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}}
