.products-listing-container{max-width:1200px;margin:0 auto;padding:2rem 1rem;background:var(--bg-primary,#fff)}.products-page-header{text-align:center;margin-bottom:2rem}.hero-section{margin-bottom:2.5rem;background:var(--bg-tertiary,#f1f5f9);border-radius:1rem;padding:2rem 1rem;box-shadow:var(--shadow-sm,0 1px 2px 0 rgba(0,0,0,.05))}.hero-copy{margin-bottom:1.5rem;text-align:center}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}.category-card{background:#fff;border-radius:.75rem;box-shadow:var(--shadow-md,0 4px 6px -1px rgba(0,0,0,.1));overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s;text-decoration:none;color:inherit}.category-card:hover{box-shadow:var(--shadow-lg,0 10px 15px -3px rgba(0,0,0,.1));transform:translateY(-2px) scale(1.02)}.category-card-image{width:100%;height:180px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center}.category-card-image img{width:100%;height:100%;object-fit:cover;border-bottom:1px solid var(--border-color,#e2e8f0)}.vehicle-hero-image{width:100%;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center}.vehicle-hero-image img{display:block;width:100%;height:auto;max-height:520px;object-fit:contain;object-position:center}.category-card-body{padding:1rem 1.25rem;flex:1 1}.category-card-header{margin-bottom:.5rem}.category-card-label{font-size:.75rem;color:var(--text-secondary,#64748b);font-weight:600;text-transform:uppercase}.category-card-description{font-size:.95rem;color:var(--text-secondary,#64748b);margin-top:.5rem}.category-card-footer{padding:.75rem 1.25rem;background:var(--bg-secondary,#f8fafc);border-top:1px solid var(--border-color,#e2e8f0);text-align:right}.category-card-cta{color:var(--primary,#4f46e5);font-weight:600;font-size:.95rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.product-card{background:#fff;border-radius:.75rem;box-shadow:var(--shadow-md,0 4px 6px -1px rgba(0,0,0,.1));overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:var(--shadow-lg,0 10px 15px -3px rgba(0,0,0,.1));transform:translateY(-2px) scale(1.02)}.product-card-image{width:100%;height:180px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center;position:relative}.product-card-image img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;margin:auto;object-fit:contain}.in-stock-badge{position:absolute;top:10px;right:10px;background:var(--success,#10b981);color:#fff;font-size:.8rem;padding:.3rem .7rem;border-radius:.5rem;font-weight:600}.product-card-info{padding:1rem 1.25rem;flex:1 1}.product-name{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.product-card-category{font-size:.9rem}.product-card-category,.product-description{color:var(--text-secondary,#64748b);margin-bottom:.5rem}.product-description{font-size:.95rem}.product-variants-count{font-size:.85rem;color:var(--text-tertiary,#94a3b8)}.section-heading{font-size:1.5rem;font-weight:700;margin:2rem 0 1rem;color:var(--primary,#4f46e5)}@media (max-width:900px){.category-grid,.products-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.hero-section{padding:1rem}}@media (max-width:600px){.products-listing-container{padding:1rem .5rem}.category-card-body,.product-card-info{padding:.75rem}.category-card-footer,.product-card-footer{padding:.5rem .75rem}.section-heading{font-size:1.1rem}}