.Garage-module__BjzLTG__garageModule{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin-top:0;padding:32px}.Garage-module__BjzLTG__header{margin-bottom:24px}.Garage-module__BjzLTG__title{margin-bottom:8px;font-size:1.5rem;font-weight:700}.Garage-module__BjzLTG__subtitle{color:var(--text-secondary);font-size:.95rem}.Garage-module__BjzLTG__tabs{gap:12px;margin-bottom:24px;display:flex}.Garage-module__BjzLTG__tab{border-radius:var(--radius-sm);border:1px solid var(--border-color);background-color:var(--bg-primary);color:var(--text-secondary);padding:10px 20px;font-weight:600;transition:all .2s}.Garage-module__BjzLTG__tab.Garage-module__BjzLTG__active{background-color:var(--accent-blue);color:#fff;border-color:var(--accent-blue)}.Garage-module__BjzLTG__tabContent{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.Garage-module__BjzLTG__formGroup{flex-direction:column;gap:6px;display:flex}.Garage-module__BjzLTG__formGroup label{color:var(--text-secondary);font-size:.85rem;font-weight:600}.Garage-module__BjzLTG__select{border:1px solid var(--border-color);border-radius:var(--radius-sm);background-color:var(--bg-primary);color:var(--text-primary);cursor:pointer;outline:none;padding:12px;font-size:.95rem;transition:border-color .2s}.Garage-module__BjzLTG__select:focus{border-color:var(--accent-blue)}.Garage-module__BjzLTG__select:disabled{background-color:var(--bg-secondary);cursor:not-allowed;opacity:.6}.Garage-module__BjzLTG__vinContainer{gap:16px;max-width:600px;display:flex}.Garage-module__BjzLTG__vinInput{border:1px solid var(--border-color);border-radius:var(--radius-sm);outline:none;flex:1;padding:12px 16px;font-size:1rem}.Garage-module__BjzLTG__vinInput:focus{border-color:var(--accent-blue)}.Garage-module__BjzLTG__searchBtn{background-color:var(--accent-blue);color:#fff;border-radius:var(--radius-sm);align-items:center;gap:8px;padding:12px 24px;font-weight:600;transition:background-color .2s;display:flex}.Garage-module__BjzLTG__searchBtn:hover{background-color:var(--accent-blue-hover)}@media (max-width:768px){.Garage-module__BjzLTG__tabContent{grid-template-columns:1fr}.Garage-module__BjzLTG__vinContainer{flex-direction:column}}.Garage-module__BjzLTG__showPartsBtn{background-color:var(--accent-orange);color:#fff;border-radius:var(--radius-sm);grid-column:1/-1;justify-content:center;align-items:center;gap:12px;width:100%;margin-top:16px;padding:16px;font-size:1.1rem;font-weight:700;transition:all .2s;display:flex}.Garage-module__BjzLTG__showPartsBtn:hover{box-shadow:var(--shadow-md);background-color:#e66000;transform:translateY(-2px)}
.Categories-module__95_W3q__categoriesSection{margin:60px 0}.Categories-module__95_W3q__title{margin-bottom:24px;font-size:1.5rem;font-weight:700}.Categories-module__95_W3q__grid{grid-template-columns:repeat(6,1fr);gap:20px;display:grid}.Categories-module__95_W3q__card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-md);text-align:center;cursor:pointer;box-shadow:var(--shadow-sm);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:16px 12px;transition:all .2s;display:flex}.Categories-module__95_W3q__card:hover{border-color:var(--accent-blue);box-shadow:var(--shadow-md);transform:translateY(-4px)}.Categories-module__95_W3q__imageWrapper{background-color:var(--bg-secondary);border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin-bottom:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000000d}.Categories-module__95_W3q__image{object-fit:cover}.Categories-module__95_W3q__categoryName{color:var(--text-primary);font-size:.85rem;font-weight:600}@media (max-width:1024px){.Categories-module__95_W3q__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.Categories-module__95_W3q__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.Categories-module__95_W3q__grid{grid-template-columns:repeat(2,1fr)}}
.FeaturedProducts-module__HyGnCG__section{margin-top:60px;margin-bottom:60px}.FeaturedProducts-module__HyGnCG__sectionTitle{color:#1e293b;align-items:center;gap:12px;margin-bottom:32px;font-size:28px;font-weight:700;display:flex}.FeaturedProducts-module__HyGnCG__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;display:grid}.FeaturedProducts-module__HyGnCG__card{background:#fff;border-radius:16px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.FeaturedProducts-module__HyGnCG__card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.FeaturedProducts-module__HyGnCG__imagePlaceholder{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);height:220px}.FeaturedProducts-module__HyGnCG__imageLink{justify-content:center;align-items:center;width:100%;height:100%;padding:16px;display:flex}.FeaturedProducts-module__HyGnCG__image{object-fit:contain;mix-blend-mode:multiply;max-width:100%;max-height:100%;transition:transform .3s}.FeaturedProducts-module__HyGnCG__card:hover .FeaturedProducts-module__HyGnCG__image{transform:scale(1.05)}.FeaturedProducts-module__HyGnCG__cardBody{flex-direction:column;flex:1;padding:20px;display:flex}.FeaturedProducts-module__HyGnCG__titleLink{color:inherit;margin-bottom:8px;text-decoration:none;display:block}.FeaturedProducts-module__HyGnCG__category{color:var(--accent-blue);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:11px;font-weight:600}.FeaturedProducts-module__HyGnCG__productName{color:#1e293b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:15px;font-weight:600;transition:color .2s;display:-webkit-box;overflow:hidden}.FeaturedProducts-module__HyGnCG__productName:hover{color:var(--accent-blue)}.FeaturedProducts-module__HyGnCG__oemCode{color:#64748b;background:#f8fafc;border-radius:4px;align-self:flex-start;margin-bottom:12px;padding:2px 6px;font-size:12px;display:inline-block}.FeaturedProducts-module__HyGnCG__priceRow{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;display:flex}.FeaturedProducts-module__HyGnCG__price{color:#1e293b;font-size:18px;font-weight:700}
