.product-card[data-v-cd659fde]{background:#fff;border:1px solid var(--border-color-light);border-radius:16px;box-shadow:0 4px 20px #e85d040d;cursor:pointer;overflow:hidden;transition:all .3s ease}.product-card[data-v-cd659fde]:hover{border-color:#e85d044d;box-shadow:var(--shadow-orange);transform:translateY(-8px)}.product-card .product-image[data-v-cd659fde]{height:200px;overflow:hidden;position:relative;width:100%}.product-card .product-image img[data-v-cd659fde]{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s;width:100%}.product-card .product-image:hover img[data-v-cd659fde]{transform:scale(1.1)}.product-card .product-image .top-badge[data-v-cd659fde]{background:linear-gradient(135deg,#e85d04,#ff9f1c);border-radius:20px;color:#fff;font-size:12px;font-weight:600;padding:4px 12px;position:absolute;right:10px;top:10px}.product-card .product-info[data-v-cd659fde]{padding:16px}.product-card .product-info .product-title[data-v-cd659fde]{color:var(--text-primary);display:-webkit-box;font-size:18px;-webkit-line-clamp:2;margin:0 0 8px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}.product-card .product-info .product-subtitle[data-v-cd659fde]{color:var(--orange-secondary);font-size:14px;font-weight:500;line-height:1.6;margin:0 0 8px}.product-card .product-info .product-model[data-v-cd659fde]{color:var(--text-muted);font-size:14px;margin:0 0 8px}.product-card .product-info .product-price[data-v-cd659fde]{color:var(--orange-primary);font-size:20px;font-weight:700;margin:0 0 8px}.product-card .product-info .product-desc[data-v-cd659fde]{color:var(--text-secondary);display:-webkit-box;font-size:14px;-webkit-line-clamp:2;line-height:1.6;margin:0;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}@media (max-width:768px){.product-card .product-image[data-v-cd659fde]{height:180px}.product-card .product-info .product-title[data-v-cd659fde]{font-size:16px}.product-card .product-info .product-price[data-v-cd659fde]{font-size:18px}}.product-list-page[data-v-bcbc0d68]{background:var(--bg-cream);color:var(--text-primary);min-height:100vh;padding-bottom:20px;padding-top:40px}.product-list-page .container[data-v-bcbc0d68]{margin:0 auto;max-width:1200px;padding:0 24px}.product-list-page .gradient-text[data-v-bcbc0d68]{background:var(--orange-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-list-page .page-title[data-v-bcbc0d68]{color:var(--text-primary);font-size:40px;font-weight:700;margin-bottom:50px;text-align:center}.product-list-page .category-tabs[data-v-bcbc0d68]{display:flex;gap:20px;justify-content:center;margin-bottom:40px}.product-list-page .category-tabs button[data-v-bcbc0d68]{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#e85d040f;border:1px solid rgba(232,93,4,.2);border-radius:50px;color:var(--orange-primary);cursor:pointer;font-size:15px;font-weight:500;padding:12px 32px;transition:all .3s}.product-list-page .category-tabs button.active[data-v-bcbc0d68],.product-list-page .category-tabs button[data-v-bcbc0d68]:hover{background:linear-gradient(135deg,#e85d0426,#ff9f1c26);border-color:#e85d0480;box-shadow:0 0 20px #e85d0433;color:var(--orange-primary);transform:translateY(-2px)}.product-list-page .products-grid[data-v-bcbc0d68]{display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:40px}.product-list-page .error[data-v-bcbc0d68],.product-list-page .loading[data-v-bcbc0d68]{color:var(--text-secondary);padding:60px 20px;text-align:center}.product-list-page .error[data-v-bcbc0d68]{color:#ff4d4f}.product-list-page .empty-state[data-v-bcbc0d68]{background:#fff;border:1px solid var(--border-color-light);border-radius:12px;box-shadow:0 4px 20px #e85d040d;padding:80px 20px;text-align:center}.product-list-page .empty-state i[data-v-bcbc0d68]{color:var(--orange-primary);font-size:64px;margin-bottom:20px;opacity:.3}.product-list-page .empty-state h3[data-v-bcbc0d68]{color:var(--text-primary);font-size:20px;font-weight:600;margin-bottom:12px}.product-list-page .empty-state p[data-v-bcbc0d68]{color:var(--text-muted);font-size:16px;line-height:1.6}.product-list-page[data-v-bcbc0d68] .el-pagination{justify-content:center;margin-top:60px;padding-bottom:40px}.product-list-page[data-v-bcbc0d68] .el-pagination .el-pager li{background:#fff;border:1px solid var(--border-color-light);border-radius:8px;color:var(--text-secondary);margin:0 4px;transition:all .3s}.product-list-page[data-v-bcbc0d68] .el-pagination .el-pager li:hover{border-color:#e85d044d;color:var(--orange-primary)}.product-list-page[data-v-bcbc0d68] .el-pagination .el-pager li.is-active{background:linear-gradient(135deg,#e85d0426,#ff9f1c26);border-color:#e85d0480;color:var(--orange-primary)}.product-list-page[data-v-bcbc0d68] .el-pagination button{background:#fff;border:1px solid var(--border-color-light);border-radius:8px;color:var(--text-secondary);margin:0 4px;transition:all .3s}.product-list-page[data-v-bcbc0d68] .el-pagination button:hover{border-color:#e85d044d;color:var(--orange-primary)}.product-list-page[data-v-bcbc0d68] .el-pagination button:disabled{opacity:.5}@media (max-width:768px){.product-list-page .page-title[data-v-bcbc0d68]{font-size:28px}.product-list-page .products-grid[data-v-bcbc0d68]{grid-template-columns:1fr}.product-list-page .category-tabs[data-v-bcbc0d68]{flex-wrap:wrap;gap:12px;margin-bottom:30px}.product-list-page .category-tabs button[data-v-bcbc0d68]{font-size:14px;padding:10px 24px}}
