.category-grid[data-v-0d74815b]{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:4px 10px}.category-item[data-v-0d74815b]{appearance:none;border:none;background:transparent;cursor:pointer;text-align:center;padding:14px 10px;border-radius:12px;display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--text-main, #111827);transition:background .15s ease,color .15s ease}.category-item[data-v-0d74815b]:hover{background:var(--primary-soft, #e6f0fa)}.category-item:hover .category-item__name[data-v-0d74815b]{color:var(--primary, #0058a3)}.category-item.selected[data-v-0d74815b]{background:var(--primary-soft, #e6f0fa)}.category-item.selected .category-item__name[data-v-0d74815b]{color:var(--primary, #0058a3);font-weight:700}.category-item__name[data-v-0d74815b]{font-size:15px;font-weight:600;line-height:1.3}.category-item__meta[data-v-0d74815b]{font-size:11px;color:var(--text-muted, #6b7280)}.product-exploded-list[data-v-22338329]{margin-top:20px}.loading-state[data-v-22338329],.error-state[data-v-22338329],.empty-state[data-v-22338329]{margin:40px 0}.loading-state i[data-v-22338329],.error-state i[data-v-22338329],.empty-state i[data-v-22338329]{color:var(--text-muted, #6b7280);margin-bottom:16px}.loading-state h5[data-v-22338329],.error-state h5[data-v-22338329],.empty-state h5[data-v-22338329]{font-weight:600;margin-bottom:10px;color:var(--text-muted);font-size:18px}.loading-state p[data-v-22338329],.error-state p[data-v-22338329],.empty-state p[data-v-22338329]{font-size:14px;color:var(--text-muted);opacity:.8}.products-grid[data-v-22338329]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-top:20px}.product-card[data-v-22338329]{background:radial-gradient(circle at top left,#ffffff 0,var(--primary-soft, #e6f0fa) 120%);border-radius:22px;padding:0;border:1px solid #dde3f0;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:all .18s ease;text-decoration:none;color:inherit}.product-card[data-v-22338329]:hover{transform:translateY(-3px);box-shadow:0 18px 35px #0f172a3d;border-color:#0058a373;text-decoration:none;color:inherit}.product-image-container[data-v-22338329]{width:100%;height:200px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center;position:relative}.product-image-container .product-image[data-v-22338329]{width:100%;height:100%;object-fit:cover}.product-image-container .product-image-placeholder[data-v-22338329]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e5e7eb;color:#9ca3af}.product-image-container .product-image-placeholder i[data-v-22338329]{font-size:48px}.product-info[data-v-22338329]{padding:18px;position:relative;z-index:1}.product-title[data-v-22338329]{font-size:16px;font-weight:700;color:var(--text-main, #111827);margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-meta[data-v-22338329]{font-size:13px;color:var(--text-muted, #6b7280)}@media(min-width:768px){.products-grid[data-v-22338329]{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.product-image-container[data-v-22338329]{height:220px}}:root{--primary: #0058a3;--primary-soft: #e6f0fa;--primary-soft2: #f5f7fb;--text-main: #111827;--text-muted: #6b7280;--border: #d1d5db;--radius-xl: 22px;--shadow-soft: 0 16px 40px rgba(15, 23, 42, .15)}.product-exploded-categories-page{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f4f5f7;color:var(--text-main);line-height:1.6;min-height:100vh;padding:28px 0 70px}.product-exploded-categories-page .page-wrapper{max-width:1180px;margin:0 auto;padding:0 16px}.product-exploded-categories-page .page-breadcrumb{font-size:12px;color:var(--text-muted);margin-bottom:14px}.product-exploded-categories-page .step-heading{text-align:center;margin:30px 0 8px}.product-exploded-categories-page .step-heading__title{font-size:22px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--text-main);margin:0 0 6px}@media(min-width:768px){.product-exploded-categories-page .step-heading__title{font-size:28px}}.product-exploded-categories-page .step-heading__subtitle{font-size:14px;color:var(--text-muted);margin:0}@media(min-width:768px){.product-exploded-categories-page .step-heading__subtitle{font-size:16px}}.product-exploded-categories-page .finder-card{background:#fff;border:1px solid #e6e8ee;border-radius:18px;box-shadow:0 1px 3px #0f172a0a;padding:28px 26px}@media(min-width:768px){.product-exploded-categories-page .finder-card{padding:34px 32px}}.product-exploded-categories-page .search-section{margin:30px 0;position:relative;width:100%}.product-exploded-categories-page .search-section .parts-search{position:relative;display:flex;align-items:center;width:100%}.product-exploded-categories-page .search-section .parts-search__icon{position:absolute;left:18px;color:var(--text-muted);font-size:15px;pointer-events:none}.product-exploded-categories-page .search-section .parts-search__input{width:100%;height:50px;padding:0 46px;font-size:14px;border-radius:16px;border:1px solid var(--border);background:var(--primary-soft2);color:var(--text-main);outline:none;transition:border-color .18s ease,box-shadow .18s ease}.product-exploded-categories-page .search-section .parts-search__input::placeholder{color:var(--text-muted)}.product-exploded-categories-page .search-section .parts-search__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0058a31f;background:#fff}.product-exploded-categories-page .search-section .parts-search__clear{position:absolute;right:14px;border:none;background:transparent;color:var(--text-muted);cursor:pointer;padding:8px;line-height:1}.product-exploded-categories-page .search-section .parts-search__clear:hover{color:var(--text-main)}.product-exploded-categories-page .categories-section{margin-top:30px;position:relative;z-index:1}.product-exploded-categories-page .categories-tree{display:flex;flex-direction:column;gap:12px}.product-exploded-categories-page .empty-state{margin:60px 0;text-align:center}.product-exploded-categories-page .empty-state i{color:#dee2e6;margin-bottom:16px}.product-exploded-categories-page .empty-state h5{font-weight:600;margin-bottom:10px;color:var(--text-muted);font-size:18px}.product-exploded-categories-page .empty-state p{font-size:14px;color:var(--text-muted);opacity:.8}
