.product-card[data-v-1afc4734]{background:#fff;border:1px solid rgba(212,175,55,.25);border-radius:16px;box-shadow:0 4px 20px #2c1e5a0d;cursor:pointer;overflow:hidden;transition:all .3s ease}.product-card[data-v-1afc4734]:hover{border-color:var(--tea-gold);box-shadow:var(--shadow-purple);transform:translateY(-8px)}.product-card .product-image[data-v-1afc4734]{background:var(--tea-cream-warm);height:240px;overflow:hidden;position:relative;width:100%}.product-card .product-image img[data-v-1afc4734]{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .3s;width:100%}.product-card .product-image:hover img[data-v-1afc4734]{transform:scale(1.05)}.product-card .product-image .top-badge[data-v-1afc4734]{background:var(--purple-gradient);color:var(--tea-gold-light);left:10px}.product-card .product-image .limited-badge[data-v-1afc4734],.product-card .product-image .top-badge[data-v-1afc4734]{border-radius:20px;font-size:12px;font-weight:600;letter-spacing:1px;padding:4px 12px;position:absolute;top:10px}.product-card .product-image .limited-badge[data-v-1afc4734]{background:var(--gold-gradient);color:var(--tea-purple-deep);right:10px}.product-card .product-info[data-v-1afc4734]{padding:16px}.product-card .product-info .product-title[data-v-1afc4734]{color:var(--tea-purple);display:-webkit-box;font-family:var(--font-serif);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-1afc4734]{color:var(--text-secondary);font-size:14px;font-weight:500;line-height:1.6;margin:0 0 8px}.product-card .product-info .product-model[data-v-1afc4734]{color:var(--text-muted);font-size:14px;margin:0 0 8px}.product-card .product-info .product-specs[data-v-1afc4734]{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 8px}.product-card .product-info .product-specs .spec-item[data-v-1afc4734]{background:#2c1e5a0f;border-radius:4px;color:var(--text-secondary);font-size:12px;padding:2px 8px}.product-card .product-info .product-specs .spec-item.grade[data-v-1afc4734]{background:#d4af371f;color:var(--tea-gold-dark)}.product-card .product-info .product-price[data-v-1afc4734]{color:var(--tea-gold-dark);font-size:20px;font-weight:700;margin:0 0 8px}.product-card .product-info .product-desc[data-v-1afc4734]{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-1afc4734]{height:200px}.product-card .product-info .product-title[data-v-1afc4734]{font-size:16px}.product-card .product-info .product-price[data-v-1afc4734]{font-size:18px}}.product-list-page[data-v-20d33385]{background:var(--bg-cream);color:var(--text-primary);min-height:100vh;padding-bottom:20px;padding-top:40px}.product-list-page .container[data-v-20d33385]{margin:0 auto;max-width:1200px;padding:0 24px}.product-list-page .gradient-text[data-v-20d33385]{background:var(--orange-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-list-page .page-title[data-v-20d33385]{color:var(--text-primary);font-size:40px;font-weight:700;margin-bottom:50px;text-align:center}.product-list-page .category-tabs[data-v-20d33385]{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-bottom:40px}.product-list-page .category-tabs .category-tab[data-v-20d33385]{align-items:center;background:#fff;border:1px solid rgba(44,30,90,.2);border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:4px;padding:14px 30px;transition:all .3s ease}.product-list-page .category-tabs .category-tab .category-tab-name[data-v-20d33385]{color:var(--tea-purple);font-family:var(--font-serif);font-size:17px;font-weight:700;letter-spacing:2px}.product-list-page .category-tabs .category-tab .category-tab-sub[data-v-20d33385]{color:var(--text-muted);font-size:12px;letter-spacing:2px}.product-list-page .category-tabs .category-tab[data-v-20d33385]:hover{border-color:var(--tea-gold);transform:translateY(-2px)}.product-list-page .category-tabs .category-tab.active[data-v-20d33385]{background:var(--purple-gradient);border-color:var(--tea-gold);box-shadow:var(--shadow-purple)}.product-list-page .category-tabs .category-tab.active .category-tab-name[data-v-20d33385]{color:var(--tea-gold-light)}.product-list-page .category-tabs .category-tab.active .category-tab-sub[data-v-20d33385]{color:#e8ce8cbf}.product-list-page .products-grid[data-v-20d33385]{display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:40px}.product-list-page .error[data-v-20d33385],.product-list-page .loading[data-v-20d33385]{color:var(--text-secondary);padding:60px 20px;text-align:center}.product-list-page .error[data-v-20d33385]{color:#ff4d4f}.product-list-page .empty-state[data-v-20d33385]{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-20d33385]{color:var(--orange-primary);font-size:64px;margin-bottom:20px;opacity:.3}.product-list-page .empty-state h3[data-v-20d33385]{color:var(--text-primary);font-size:20px;font-weight:600;margin-bottom:12px}.product-list-page .empty-state p[data-v-20d33385]{color:var(--text-muted);font-size:16px;line-height:1.6}.product-list-page[data-v-20d33385] .el-pagination{justify-content:center;margin-top:60px;padding-bottom:40px}.product-list-page[data-v-20d33385] .el-pagination .el-pager li{background:#fff;border:1px solid rgba(44,30,90,.15);border-radius:8px;color:var(--tea-purple);margin:0 4px;transition:all .3s}.product-list-page[data-v-20d33385] .el-pagination .el-pager li:hover{border-color:var(--tea-gold);color:var(--tea-gold-dark)}.product-list-page[data-v-20d33385] .el-pagination .el-pager li.is-active{background:var(--purple-gradient);border-color:var(--tea-gold);color:var(--tea-gold-light)}.product-list-page[data-v-20d33385] .el-pagination button{background:#fff;border:1px solid rgba(44,30,90,.15);border-radius:8px;color:var(--tea-purple);margin:0 4px;transition:all .3s}.product-list-page[data-v-20d33385] .el-pagination button:hover{border-color:var(--tea-gold);color:var(--tea-gold-dark)}.product-list-page[data-v-20d33385] .el-pagination button:disabled{opacity:.5}@media (max-width:768px){.product-list-page .page-title[data-v-20d33385]{font-size:28px}.product-list-page .products-grid[data-v-20d33385]{grid-template-columns:1fr}.product-list-page .category-tabs[data-v-20d33385]{flex-wrap:wrap;gap:12px;margin-bottom:30px}.product-list-page .category-tabs .category-tab[data-v-20d33385]{padding:10px 24px}.product-list-page .category-tabs .category-tab .category-tab-name[data-v-20d33385]{font-size:14px}.product-list-page .category-tabs .category-tab .category-tab-sub[data-v-20d33385]{font-size:11px}}
