.categories-section{background-color:#1a1a1a;padding:5rem 2rem}.categories-container{max-width:1280px;margin:0 auto}.categories-header{text-align:center;margin-bottom:3rem}.categories-label{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:silver;margin-bottom:1rem}.categories-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.categories-description{color:#999}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.category-card{background-color:#2d2d2d;border:1px solid #333;border-radius:8px;padding:2rem;text-align:center;transition:all .3s ease}.category-card:hover{border-color:silver;transform:translateY(-5px)}.category-title{color:#fff;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.category-text{color:#999;line-height:1.6}@media(max-width:768px){.categories-grid{grid-template-columns:1fr}.categories-title{font-size:1.8rem}}.brand-carousel{position:relative;background:#0d0d0d;padding:4rem 0;overflow:hidden;border-top:1px solid #222;border-bottom:1px solid #222}.brand-carousel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#0a0a0aeb,#0a0a0aeb),url("{{ 'brand-banner.png' | asset_url }}");background-size:cover;background-position:center;opacity:.4;pointer-events:none}.brand-carousel-inner{position:relative;z-index:2}.brand-carousel-title{text-align:center;color:#fff;font-size:1.9rem;font-weight:800;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.brand-carousel-sub{text-align:center;color:#999;font-size:.9rem;margin-bottom:2.5rem}.brand-track-wrap{overflow:hidden}.brand-track{display:flex;gap:2.75rem;align-items:center;width:max-content;animation:brandScroll 34s linear infinite}.brand-logo{height:46px;width:auto;object-fit:contain;filter:grayscale(1) brightness(1.6);opacity:.85;transition:.3s;flex-shrink:0}.brand-logo:hover{filter:none;opacity:1}.brand-badge{display:flex;align-items:center;justify-content:center;height:46px;padding:0 22px;border:1px solid #333;border-radius:6px;color:#ddd;font-weight:800;font-size:.9rem;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;opacity:.85;transition:.3s;flex-shrink:0}.brand-badge:hover{opacity:1;border-color:#c1121f;color:#fff}.brand-divider{width:1px;height:30px;background:#333;flex-shrink:0}@keyframes brandScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.contact-section{background-color:#1a1a1a;padding:4rem 2rem}.contact-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-info{display:flex;flex-direction:column;justify-content:center}.contact-label{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:silver;margin-bottom:1rem}.contact-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}.contact-item{margin-bottom:2rem;display:flex;align-items:flex-start;gap:1rem}.contact-icon{font-size:1.5rem;color:silver;margin-top:.25rem}.contact-details{display:flex;flex-direction:column;gap:.25rem}.contact-label-small{color:#999;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.contact-value{color:silver;font-size:1rem;text-decoration:none;transition:color .3s}.contact-value:hover{color:#fff}.contact-note{background-color:#2d2d2d;padding:1.5rem;border-left:3px solid #c0c0c0;margin-top:2rem;border-radius:.25rem}.contact-note-title{color:#fff;font-weight:700;margin-bottom:.5rem}.contact-note-text{color:#999;font-size:.95rem}.contact-form{background-color:#2d2d2d;padding:2rem;border:1px solid #333;border-radius:.5rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;color:silver;font-size:.9rem;margin-bottom:.5rem;font-weight:500}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;background-color:#1a1a1a;border:2px solid #333;border-radius:.25rem;color:#fff;font-family:inherit;font-size:.95rem;transition:border-color .3s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:silver}.form-input::placeholder,.form-textarea::placeholder{color:#666}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-textarea{resize:vertical;min-height:120px}.form-submit{width:100%;padding:.75rem;background-color:silver;color:#1a1a1a;border:none;border-radius:.25rem;font-weight:700;text-transform:uppercase;cursor:pointer;transition:all .3s;font-size:.95rem}.form-submit:hover{background-color:#999}@media(max-width:768px){.contact-section{padding:2rem 1rem}.contact-container{grid-template-columns:1fr;gap:2rem}.contact-title{font-size:1.75rem}.form-row{grid-template-columns:1fr}}.cta-banner{position:relative;padding:6rem 2rem;overflow:hidden}.cta-banner img.cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.cta-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#050505ed,#0a0a0a99 60%,#0a0a0a4d);z-index:2}.cta-content{position:relative;z-index:3;max-width:1400px;margin:0 auto}.cta-label{color:#c1121f;text-transform:uppercase;letter-spacing:2px;font-size:.8rem;font-weight:700;margin-bottom:1rem}.cta-title{color:#fff;font-size:2.6rem;font-weight:800;max-width:650px;line-height:1.15;margin-bottom:1rem}.cta-text{color:#ccc;max-width:550px;margin-bottom:2rem;font-size:1.05rem}.cta-buttons{display:flex;gap:18px;flex-wrap:wrap}.cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;border-radius:8px;font-weight:700;text-transform:uppercase;text-decoration:none;font-size:.95rem;transition:.3s}.cta-btn-primary{background:#c1121f;color:#fff;border:2px solid #C1121F}.cta-btn-primary:hover{background:#a60e19;border-color:#a60e19}.cta-btn-secondary{background:transparent;color:#fff;border:2px solid #fff}.cta-btn-secondary:hover{background:#fff;color:#111}@media(max-width:768px){.cta-title{font-size:1.9rem}.cta-buttons{flex-direction:column}.cta-btn{width:100%}}.faq-section{background-color:#1a1a1a;padding:4rem 2rem}.faq-container{max-width:900px;margin:0 auto}.section-label{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:silver;margin-bottom:1rem}.section-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background-color:#2d2d2d;border:2px dashed #c0c0c0;border-radius:.5rem;overflow:hidden}.faq-question{padding:1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background-color:#2d2d2d;border:none;width:100%;color:#fff;font-weight:700;font-size:1rem;transition:all .3s}.faq-question:hover{background-color:#3d3d3d}.faq-toggle{color:silver;font-size:1.5rem;transition:transform .3s}.faq-item.active .faq-toggle{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;background-color:#1a1a1a}.faq-item.active .faq-answer{max-height:500px}.faq-answer-content{padding:1.5rem;color:#999;line-height:1.6}@media(max-width:768px){.faq-section{padding:2rem 1rem}.section-title{font-size:1.75rem}.faq-question{padding:1rem;font-size:.95rem}}.featured-products{background:#1a1a1a;padding:60px 20px}.featured-products-container{max-width:1280px;margin:0 auto}.featured-header{text-align:center;margin-bottom:50px}.featured-label{color:silver;text-transform:uppercase;letter-spacing:2px;font-size:12px;margin-bottom:10px}.featured-title{color:#fff;font-size:52px;font-weight:700;margin-bottom:15px}.featured-description{color:#999;max-width:700px;margin:0 auto}.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.product-card{background:#222;border:1px solid #333;border-radius:8px;overflow:hidden;transition:all .3s ease}.product-card:hover{transform:translateY(-4px);border-color:silver}.product-image{height:190px;background:#111;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;display:block}.product-content{padding:16px}.product-title{color:#fff;font-size:15px;line-height:1.4;margin-bottom:12px;min-height:42px}.product-text{color:#fff;margin-bottom:16px;font-size:18px;font-weight:700}.compare-price{color:#888;text-decoration:line-through;margin-right:8px;font-size:14px;font-weight:400}.product-button{display:inline-block;background:silver;color:#111;text-decoration:none;padding:10px 18px;font-weight:700;font-size:13px;border-radius:3px}.view-all-wrapper{text-align:center;margin-top:50px}.view-all-btn{display:inline-block;border:1px solid #c0c0c0;color:silver;text-decoration:none;padding:14px 30px;transition:all .3s ease}.view-all-btn:hover{background:silver;color:#111}@media(max-width:1024px){.featured-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.featured-grid{grid-template-columns:1fr}.featured-title{font-size:38px}.product-image{height:220px}}.footer{background-color:#0a0a0a;color:#999;padding:4rem 2rem 1.5rem;border-top:1px solid #262626}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1.2fr;gap:40px;margin-bottom:2.5rem}.footer-logo{display:flex;flex-direction:column;line-height:1.05;font-weight:800;letter-spacing:.5px;margin-bottom:16px}.footer-logo .l1{color:#fff;font-size:1.1rem}.footer-logo .l2{color:#c1121f;font-size:1.1rem}.footer-section h3{color:#fff;font-size:14px;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px}.footer-section p{line-height:1.8;color:#999;font-size:.9rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:12px}.footer-section a{color:#999;text-decoration:none;transition:color .3s ease;font-size:.9rem}.footer-section a:hover{color:#c1121f}.contact-info{display:flex;align-items:center;gap:10px;margin-bottom:15px;font-size:.9rem}.footer-social{display:flex;gap:12px;margin-top:1rem}.footer-social a{width:34px;height:34px;border:1px solid #333;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ccc;transition:.3s}.footer-social a:hover{border-color:#c1121f;color:#c1121f}.footer-social svg{width:16px;height:16px}.footer-bottom{border-top:1px solid #222;padding-top:2rem;text-align:center;color:#666;font-size:13px}.footer-bottom p{margin:0}@media(max-width:1000px){.footer-content{grid-template-columns:1fr 1fr}}@media(max-width:600px){.footer{padding:2.5rem 1.25rem}.footer-content{grid-template-columns:1fr;gap:30px}}:root{--tsg-red:#e2231a;--tsg-black:#0d0d0d}.header{background-color:var(--tsg-black);border-bottom:1px solid #262626;padding:.9rem 0;position:sticky;top:0;z-index:1000}.header-content{max-width:1500px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.logo{display:flex;flex-direction:column;line-height:1.05;text-decoration:none;white-space:nowrap;font-weight:800;letter-spacing:.5px}.logo .logo-top{color:#fff;font-size:1.15rem}.logo .logo-bottom{color:var(--tsg-red);font-size:1.15rem}.nav{display:flex;align-items:center;gap:1.9rem;list-style:none;margin:0;padding:0;flex-wrap:wrap}.nav>li{position:relative}.nav a{color:#c9c9c9;text-decoration:none;font-weight:600;font-size:.85rem;letter-spacing:.5px;text-transform:uppercase;transition:.25s}.nav a:hover,.nav a.active{color:#fff}.nav a.active{border-bottom:2px solid var(--tsg-red);padding-bottom:6px}.dropdown-menu{position:absolute;top:100%;left:0;min-width:240px;background:#181818;border:1px solid #2a2a2a;border-radius:8px;padding:.6rem 0;margin-top:.75rem;display:none;z-index:999;box-shadow:0 15px 40px #00000080}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu a{display:block;padding:.7rem 1.1rem;color:#ddd;font-size:.8rem;text-transform:none}.dropdown-menu a:hover{background:#242424;color:#fff}.header-icons{display:flex;align-items:center;gap:1.25rem}.header-icons a{color:#e8e8e8;display:flex;align-items:center;text-decoration:none;position:relative}.header-icons svg{width:20px;height:20px}.cart-count{position:absolute;top:-8px;right:-10px;background:var(--tsg-red);color:#fff;font-size:.65rem;font-weight:700;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.nav-toggle{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}@media(max-width:1100px){.nav{display:none;width:100%;order:3;flex-direction:column;align-items:flex-start;gap:1rem;padding-top:1rem}.nav.open{display:flex}.header-content{flex-wrap:wrap}.nav-toggle{display:block}.dropdown-menu{position:static;display:block;margin-top:.5rem;border:none;background:transparent;padding-left:1rem;box-shadow:none}}.hero{position:relative;min-height:100vh;min-height:900px;display:flex;align-items:center;overflow:hidden;background:#0b0b0b}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:1;transform:scale(1);transition:transform 8s ease}.hero:hover .hero-background{transform:scale(1.03)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#050505eb,#0a0a0ad1 35%,#0f0f0f8c 65%,#0f0f0f40);z-index:2}.hero-content{position:relative;z-index:3;width:100%;max-width:1400px;margin:0 auto;padding:0 80px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;color:#fff}.hero-subtitle{font-size:1.05rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#d0d0d0;margin-bottom:18px}.hero-title{font-size:72px;line-height:1.05;font-weight:800;max-width:700px;margin:0 0 25px;text-transform:none}.hero-description{font-size:1.25rem;color:#ddd;line-height:1.7;max-width:700px;margin-bottom:40px}.hero-buttons{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:18px 36px;border-radius:8px;font-size:1rem;font-weight:700;text-transform:uppercase;text-decoration:none;transition:all .3s ease;cursor:pointer}.btn-primary{background:#c1121f;color:#fff;border:2px solid #C1121F}.btn-primary:hover{background:#a60e19;border-color:#a60e19;transform:translateY(-3px)}.btn-secondary{background:transparent;color:#fff;border:2px solid #ffffff}.btn-secondary:hover{background:#fff;color:#111;transform:translateY(-3px)}.hero-features{display:flex;gap:30px;flex-wrap:wrap;margin-top:50px}.hero-features span{display:flex;align-items:center;gap:8px;color:#d6d6d6;font-size:.95rem;font-weight:500}.hero-features svg{color:#c1121f}@media(max-width:1200px){.hero-content{padding:0 60px}.hero-title{font-size:60px}}@media(max-width:991px){.hero{min-height:800px}.hero-content{padding:0 40px}.hero-title{font-size:52px}.hero-description{font-size:1.1rem}}@media(max-width:768px){.hero{min-height:700px}.hero-background{object-position:center}.hero-overlay{background:#080808b3}.hero-content{padding:40px 25px;align-items:center;text-align:center}.hero-subtitle{font-size:.95rem}.hero-title{font-size:42px;max-width:100%}.hero-description{font-size:1rem;max-width:100%}.hero-buttons{width:100%;flex-direction:column}.btn{width:100%}.hero-features{justify-content:center;gap:15px;margin-top:35px}.hero-features span{font-size:.85rem}}.platforms-section{background:#1a1a1a;padding:5rem 2rem}.platforms-container{max-width:1280px;margin:0 auto}.platforms-header{text-align:center;margin-bottom:3rem}.platforms-label{color:silver;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem}.platforms-title{color:#fff;font-size:2.5rem;margin-bottom:1rem}.platforms-description{color:#999}.platform-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.platform-card{background:#2d2d2d;border:1px solid #333;border-radius:8px;padding:2rem;text-align:center;transition:all .3s ease}.platform-card:hover{border-color:silver;transform:translateY(-5px)}.platform-name{color:#fff;font-size:1.4rem;font-weight:700}.platform-text{color:#999;margin-top:1rem}@media(max-width:768px){.platform-grid{grid-template-columns:1fr}.platforms-title{font-size:1.8rem}}.instagram-section{background:#111;padding:5rem 2rem}.instagram-container{max-width:1400px;margin:0 auto}.instagram-header-row{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:20px;margin-bottom:2rem}.instagram-title{color:#fff;font-size:2.2rem;font-weight:800;margin:0}.instagram-handle{color:#c1121f;font-weight:700;text-decoration:none;font-size:.95rem}.instagram-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.instagram-item{position:relative;aspect-ratio:1/1;border-radius:8px;overflow:hidden;text-decoration:none;display:block}.instagram-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.instagram-item:hover img{transform:scale(1.08)}.instagram-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 55%,#000000e6)}.instagram-caption{position:absolute;left:0;right:0;bottom:0;padding:10px;z-index:2;color:#fff;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.4px}.instagram-more-wrap{text-align:center;margin-top:2.5rem}.instagram-more-btn{display:inline-block;border:1px solid #444;color:#fff;text-decoration:none;padding:12px 26px;border-radius:4px;font-size:.85rem;font-weight:700;text-transform:uppercase;transition:.3s}.instagram-more-btn:hover{background:#fff;color:#111}@media(max-width:900px){.instagram-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:500px){.instagram-grid{grid-template-columns:repeat(2,1fr)}}.collection-page{background:#1a1a1a;min-height:100vh;color:#fff}.collection-hero{position:relative;height:420px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;border-bottom:1px solid #2d2d2d}.collection-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;filter:brightness(.28)}.collection-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000026,#1a1a1aeb)}.collection-hero-content{position:relative;z-index:2;max-width:900px;padding:0 20px}.collection-label{color:silver;text-transform:uppercase;letter-spacing:4px;font-size:.85rem;margin-bottom:18px}.collection-title{font-size:4rem;line-height:1.1;font-weight:800;margin-bottom:20px}.collection-description{max-width:720px;margin:auto;color:#d0d0d0;font-size:1.15rem;line-height:1.8}.collection-toolbar{max-width:1400px;margin:auto;padding:40px 30px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.product-count{color:#999;font-size:1rem}.sort-select{background:#2d2d2d;color:#fff;border:1px solid #444;padding:12px 18px;border-radius:8px;cursor:pointer;font-size:.95rem}.collection-container{max-width:1400px;margin:auto;padding:0 30px 80px}@media(max-width:991px){.collection-title{font-size:3rem}.collection-hero{height:340px}}@media(max-width:768px){.collection-title{font-size:2.2rem}.collection-description{font-size:1rem}.collection-toolbar{padding:30px 20px}.collection-container{padding:0 20px 50px}}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.product-card{background:#252525;border:1px solid #333;border-radius:14px;overflow:hidden;transition:.35s;display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-8px);border-color:silver;box-shadow:0 18px 40px #00000073}.product-image-wrapper{position:relative;background:#2d2d2d;aspect-ratio:1/1;overflow:hidden}.product-image{width:100%;height:100%;object-fit:contain;padding:20px;transition:.4s}.product-card:hover .product-image{transform:scale(1.05)}.sale-badge{position:absolute;top:15px;left:15px;background:#d62828;color:#fff;padding:6px 10px;font-size:.75rem;font-weight:700;border-radius:6px;text-transform:uppercase;letter-spacing:1px}.product-content{padding:22px;display:flex;flex-direction:column;flex-grow:1}.product-vendor{font-size:.8rem;color:#999;text-transform:uppercase;letter-spacing:2px;margin-bottom:10px}.product-title-card{font-size:1.05rem;font-weight:700;color:#fff;line-height:1.5;margin-bottom:15px;min-height:55px}.product-price{margin-top:auto;font-size:1.35rem;font-weight:700;color:#fff;margin-bottom:20px}.compare-price{font-size:1rem;color:#777;text-decoration:line-through;margin-right:10px}.view-product-btn{display:block;text-align:center;padding:14px;background:silver;color:#1a1a1a;font-weight:700;text-decoration:none;border-radius:8px;transition:.3s}.view-product-btn:hover{background:#fff}.empty-products{text-align:center;padding:80px 20px;color:#999;font-size:1.1rem}@media(max-width:1200px){.collection-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.collection-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.collection-grid{grid-template-columns:1fr}.product-title-card{min-height:auto}}.collection-pagination{display:flex;justify-content:center;align-items:center;gap:25px;margin-top:70px;flex-wrap:wrap}.pagination-numbers{display:flex;gap:10px}.page-number{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#252525;border:1px solid #333;border-radius:8px;color:#fff;text-decoration:none;transition:.3s}.page-number:hover{background:silver;color:#1a1a1a}.page-number.active{background:silver;color:#1a1a1a;font-weight:700}.pagination-btn{background:#2d2d2d;padding:12px 22px;border-radius:8px;text-decoration:none;color:#fff;border:1px solid #333;transition:.3s}.pagination-btn:hover{background:silver;color:#1a1a1a}.product-section{background-color:#1a1a1a;padding:3rem 2rem}.product-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem}.product-gallery{display:flex;flex-direction:column;gap:1rem}.product-main-image{width:100%;aspect-ratio:1;background-color:#2d2d2d;border:1px solid #333;border-radius:.5rem;overflow:hidden}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.product-thumbnail{aspect-ratio:1;background-color:#2d2d2d;border:2px solid #333;border-radius:.25rem;overflow:hidden;cursor:pointer;transition:all .3s}.product-thumbnail:hover{border-color:silver}.product-thumbnail img{width:100%;height:100%;object-fit:cover}.product-details{display:flex;flex-direction:column}.product-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}.product-rating{color:#ffc107;margin-bottom:1rem;font-size:.9rem}.product-price-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #333}.product-price{font-size:1.75rem;font-weight:700;color:silver}.product-compare-price{text-decoration:line-through;color:#666;margin-right:.5rem}.product-description{color:#999;line-height:1.6;margin-bottom:1.5rem}.product-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{color:silver;font-weight:500;font-size:.9rem}.quantity-selector{display:flex;gap:.5rem;align-items:center}.quantity-btn{background-color:#2d2d2d;color:#fff;border:1px solid #333;padding:.5rem 1rem;cursor:pointer;border-radius:.25rem;transition:all .3s}.quantity-btn:hover{background-color:#3d3d3d;border-color:silver}.quantity-input{width:60px;background-color:#2d2d2d;color:#fff;border:1px solid #333;padding:.5rem;text-align:center;border-radius:.25rem}.add-to-cart-btn{background-color:silver;color:#1a1a1a;border:none;padding:1rem;font-weight:700;text-transform:uppercase;cursor:pointer;border-radius:.25rem;font-size:1rem;transition:all .3s}.add-to-cart-btn:hover{background-color:#999}.product-meta{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #333;font-size:.9rem;color:#999}.meta-item{display:flex;justify-content:space-between}@media(max-width:768px){.product-section{padding:1.5rem 1rem}.product-container{grid-template-columns:1fr;gap:1.5rem}.product-title,.product-price{font-size:1.5rem}.product-thumbnails{grid-template-columns:repeat(3,1fr)}}.results{background:#000;padding:5rem 2rem;border-top:1px solid #222;border-bottom:1px solid #222}.results-container{max-width:1400px;margin:0 auto}.results-header-row{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:20px;margin-bottom:2.5rem}.results-label{color:#c1121f;text-transform:uppercase;letter-spacing:3px;font-size:12px;font-weight:700;margin-bottom:10px}.results-title{color:#fff;font-size:2rem;font-weight:800;margin:0;max-width:600px}.results-viewall{color:#c1121f;text-decoration:none;font-weight:700;font-size:.85rem;text-transform:uppercase;white-space:nowrap}.results-body{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;background:#111;border:1px solid #262626;border-radius:14px;padding:2.5rem}.results-vehicle-select{display:inline-block;background:#1c1c1c;border:1px solid #333;color:#fff;padding:.6rem 1.1rem;border-radius:6px;font-size:.85rem;margin-bottom:.75rem}.results-disclaimer{color:#777;font-size:.72rem;margin-bottom:1rem}.results-images{display:flex;gap:12px}.results-image-wrap{position:relative;flex:1;border-radius:10px;overflow:hidden;aspect-ratio:4/3;background:#000}.results-image-wrap img{width:100%;height:100%;object-fit:cover;filter:grayscale(.3) brightness(.85)}.results-image-wrap.after img{filter:none}.results-tag{position:absolute;top:10px;left:10px;background:#000000bf;color:#fff;font-size:.7rem;font-weight:800;text-transform:uppercase;padding:5px 10px;border-radius:4px;letter-spacing:.5px}.results-image-wrap.after .results-tag{background:#c1121f}.stat-row{margin-bottom:1.5rem}.stat-row:last-child{margin-bottom:0}.stat-row-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.4rem}.stat-name{color:#fff;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.stat-values{color:#999;font-size:.85rem}.stat-values b{color:#c1121f}.stat-track{position:relative;height:8px;background:#2a2a2a;border-radius:4px;overflow:hidden}.stat-fill{position:absolute;left:0;top:0;bottom:0;background:#555;border-radius:4px}.stat-fill.after{background:#c1121f}.stat-badge{color:#c1121f;font-size:.75rem;font-weight:700;margin-top:.3rem}@media(max-width:900px){.results-body{grid-template-columns:1fr;gap:2rem;padding:1.5rem}}.services{background-color:#1a1a1a;padding:5rem 2rem}.services-container{max-width:1450px;margin:0 auto}.services-header-row{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:20px;margin-bottom:2.5rem}.section-label{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:#c1121f;margin-bottom:.75rem;font-weight:700}.section-title{font-size:2.4rem;font-weight:800;color:#fff;margin-bottom:.5rem}.services-viewall{color:#c1121f;text-decoration:none;font-weight:700;font-size:.85rem;text-transform:uppercase;white-space:nowrap}.services-viewall:hover{text-decoration:underline}.services-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.service-card{position:relative;border-radius:10px;overflow:hidden;text-decoration:none;display:block;aspect-ratio:3/4;background:#000}.service-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.service-card:hover img{transform:scale(1.08)}.service-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 40%,#000000e6)}.service-label{position:absolute;left:0;right:0;bottom:0;padding:14px 10px;z-index:2;color:#fff;font-weight:800;font-size:.78rem;text-transform:uppercase;letter-spacing:.5px;text-align:center}@media(max-width:1100px){.services-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.services-grid{grid-template-columns:repeat(2,1fr)}.section-title{font-size:1.8rem}}.shop-category{background:#111;padding:60px 20px}.shop-category-container{max-width:1400px;margin:0 auto}.shop-category-header{text-align:center;margin-bottom:40px}.shop-category-label{color:silver;text-transform:uppercase;letter-spacing:3px;font-size:12px;margin-bottom:10px}.shop-category-title{color:#fff;font-size:52px;font-weight:700;margin-bottom:15px}.shop-category-description{color:#999;max-width:800px;margin:0 auto;font-size:18px}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.category-card{background:#181818;border:1px solid #333;border-radius:8px;overflow:hidden;text-decoration:none;transition:all .3s ease}.category-card:hover{border-color:silver;transform:translateY(-4px)}.category-image{width:100%;height:180px;object-fit:cover;display:block}.category-content{padding:16px;text-align:center}.category-card h3{color:#fff;font-size:16px;line-height:1.3;margin-bottom:15px;text-transform:uppercase}.category-btn{display:inline-block;color:#111;background:#d9d9d9;text-decoration:none;padding:10px 18px;font-weight:700;font-size:13px;border-radius:3px}@media(max-width:1200px){.category-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.category-grid{grid-template-columns:repeat(2,1fr)}.shop-category-title{font-size:38px}.category-image{height:140px}}@media(max-width:480px){.category-grid{grid-template-columns:1fr}}.stats-bar{background:#141414;padding:3.5rem 2rem;border-bottom:1px solid #222}.stats-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);text-align:center;gap:2rem}.stat-number{color:#c1121f;font-size:2.75rem;font-weight:800;line-height:1}.stat-label{color:#ccc;text-transform:uppercase;font-size:.78rem;letter-spacing:1px;margin-top:.6rem}.stat-sub{color:#777;font-size:.75rem;margin-top:.2rem}@media(max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem 1rem}.stat-number{font-size:2.1rem}}.testimonials-section{position:relative;background-color:#1a1a1a;padding:4rem 2rem;overflow:hidden}.testimonials-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#141414f0,#141414f7),url("{{ 'reviews-bg.png' | asset_url }}");background-size:cover;background-position:center;opacity:.5;pointer-events:none}.testimonials-container{position:relative;z-index:2;max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-label{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:#c1121f;margin-bottom:1rem;font-weight:700}.section-title{font-size:2.3rem;font-weight:800;color:#fff;margin-bottom:1rem}.section-description{color:#999;font-size:1rem}.testimonials-row{display:flex;gap:1.25rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory}.testimonial-card{flex:0 0 280px;scroll-snap-align:start;background-color:#2d2d2d;padding:1.75rem;border:1px solid #333;border-radius:.5rem;transition:all .3s}.testimonial-card:hover{border-color:#c1121f}.stars{color:#ffc107;font-size:1.1rem;margin-bottom:1rem;letter-spacing:.2rem}.testimonial-text{color:#ccc;font-style:italic;margin-bottom:1rem;line-height:1.5;font-size:.9rem}.testimonial-author{color:#fff;font-weight:700;font-size:.9rem}.testimonials-dots{display:flex;justify-content:center;gap:8px;margin-top:1.5rem}.testimonials-dots span{width:7px;height:7px;border-radius:50%;background:#444}.testimonials-dots span:first-child{background:#c1121f;width:20px;border-radius:4px}@media(max-width:768px){.testimonials-section{padding:2rem 1rem}.section-title{font-size:1.6rem}}.trust-bar{background:#0f0f0f;border-top:1px solid #222;border-bottom:1px solid #222;padding:18px 0}.trust-bar-container{max-width:1400px;margin:0 auto;padding:0 20px}.trust-bar-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.trust-item{display:flex;align-items:center;gap:10px;padding:10px 28px;color:#fff;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.trust-item:not(:last-child){border-right:1px solid #262626}.trust-item svg{width:18px;height:18px;stroke:#c1121f;fill:none;stroke-width:2;flex-shrink:0}@media(max-width:900px){.trust-item{border-right:none!important;padding:8px 16px;font-size:.72rem}}.vehicle-brands{background:#111;padding:70px 30px}.vehicle-container{max-width:1450px;margin:auto}.vehicle-header-row{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:20px;margin-bottom:35px}.vehicle-label{color:#c1121f;text-transform:uppercase;letter-spacing:3px;font-size:12px;font-weight:700;margin-bottom:10px}.vehicle-title{color:#fff;font-size:32px;font-weight:800;margin:0;line-height:1.1}.vehicle-viewall{color:#c1121f;text-decoration:none;font-weight:700;font-size:.85rem;text-transform:uppercase;white-space:nowrap}.vehicle-viewall:hover{text-decoration:underline}.vehicle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.vehicle-card{position:relative;border-radius:12px;overflow:hidden;text-decoration:none;display:block;aspect-ratio:16/10;background:#000}.vehicle-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.vehicle-card:hover img{transform:scale(1.06)}.vehicle-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 35%,#000000e0)}.vehicle-card-label{position:absolute;left:0;right:0;bottom:0;padding:20px;z-index:2}.vehicle-card-label h3{color:#fff;font-size:1.4rem;font-weight:800;margin:0 0 4px;text-transform:uppercase;letter-spacing:.5px}.vehicle-card-label p{color:#ccc;font-size:.82rem;margin:0}@media(max-width:900px){.vehicle-grid{grid-template-columns:1fr}.vehicle-title{font-size:24px}}.why-buy-section{position:relative;background-color:#1a1a1a;padding:70px 20px;overflow:hidden}.why-buy-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#141414ed,#141414f5),url("{{ 'why-choose-bg.png' | asset_url }}");background-size:cover;background-position:center;opacity:.5;pointer-events:none}.why-buy-container{position:relative;z-index:2;max-width:1400px;margin:0 auto}.why-buy-header{text-align:center;margin-bottom:40px}.why-buy-label{font-size:12px;letter-spacing:3px;text-transform:uppercase;color:#c1121f;margin-bottom:10px;font-weight:700}.why-buy-title{font-size:2.6rem;font-weight:800;color:#fff;margin-bottom:12px}.why-buy-description{color:#999;font-size:1.05rem}.why-buy-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.why-buy-card{background:#161616;border:1px solid #303030;border-radius:8px;padding:24px 16px;text-align:center;transition:all .3s ease}.why-buy-card:hover{border-color:#c1121f;transform:translateY(-4px)}.why-buy-icon{width:38px;height:38px;margin:0 auto 14px}.why-buy-icon svg{width:100%;height:100%;stroke:#c1121f;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.why-buy-card-title{color:#fff;font-size:1rem;font-weight:700;margin-bottom:6px}.why-buy-card-text{color:#9a9a9a;line-height:1.4;font-size:.82rem}@media(max-width:1100px){.why-buy-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.why-buy-title{font-size:1.9rem}}
/*# sourceMappingURL=/cdn/shop/t/20/compiled_assets/styles.css.map */
