.product-card{position:relative;display:flex;flex-direction:column;height:100%;background-color:#ffffff;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:box-shadow .2s,transform .2s,border-color .2s}@media (min-width:768px){.product-card{border-radius:12px}}.product-card:hover{box-shadow:0 8px 25px rgba(0,0,0,.1);border-color:#d1d5db;transform:translateY(-2px)}.product-badge{position:absolute;top:6px;left:6px;padding:2px 6px;background-color:#dc2626;color:#ffffff;font-size:10px;font-weight:600;border-radius:4px;z-index:10}@media (min-width:768px){.product-badge{top:12px;left:12px;padding:4px 10px;font-size:12px}}.product-image-link{display:block}.product-image{position:relative;aspect-ratio:4/3;background-color:#f9fafb;overflow:hidden}@media (min-width:768px){.product-image{aspect-ratio:4/3}}@media (min-width:1024px){.product-image{aspect-ratio:1}}.product-image img{transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-content{display:flex;flex-direction:column;flex:1;padding:6px;gap:1px}@media (min-width:768px){.product-content{padding:10px;gap:2px}}@media (min-width:1024px){.product-content{padding:12px;gap:4px}}.product-brand-row{display:flex;align-items:center;justify-content:space-between;gap:4px}.product-brand{font-size:9px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}@media (min-width:768px){.product-brand{font-size:11px}}.product-dimension-tags{display:flex;flex-wrap:wrap;gap:2px}@media (min-width:768px){.product-dimension-tags{gap:3px}}.product-dimension-tag{display:inline-flex;align-items:center;padding:1px 4px;background-color:#dbeafe;color:#1e40af;font-size:8px;font-weight:600;border-radius:3px;white-space:nowrap}@media (min-width:768px){.product-dimension-tag{padding:2px 6px;font-size:10px;border-radius:4px}}.dark .product-dimension-tag{background-color:#1e3a5f;color:#93c5fd}.product-name{font-size:11px;font-weight:500;color:#111827;text-decoration:none;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:0}@media (min-width:768px){.product-name{font-size:12px;line-height:1.3;min-height:0}}@media (min-width:1024px){.product-name{font-size:13px;line-height:1.4}}.product-name:hover{color:var(--color-primary,#0066cc)}.product-sku{font-size:10px;color:#9ca3af;display:none}@media (min-width:768px){.product-sku{display:block;font-size:11px}}.product-price{display:flex;align-items:baseline;gap:4px;margin-top:4px;flex-wrap:wrap}@media (min-width:768px){.product-price{gap:8px;margin-top:8px}}.product-price-current{font-size:13px;font-weight:700;color:#111827}@media (min-width:768px){.product-price-current{font-size:14px}}@media (min-width:1024px){.product-price-current{font-size:16px}}.product-price-sale{font-size:13px;font-weight:700;color:#dc2626}@media (min-width:768px){.product-price-sale{font-size:14px}}@media (min-width:1024px){.product-price-sale{font-size:16px}}.product-price-original{font-size:10px;color:#9ca3af;text-decoration:line-through}@media (min-width:768px){.product-price-original{font-size:11px}}@media (min-width:1024px){.product-price-original{font-size:12px}}.product-stock{font-size:10px;font-weight:500;margin-top:2px}@media (min-width:768px){.product-stock{font-size:12px;margin-top:4px}}.product-stock.in-stock{color:#059669}.product-stock.out-of-stock{color:#dc2626}.product-add-btn{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:6px;margin-top:4px;background-color:var(--color-primary,#1e3a5f);color:#ffffff;border:none;border-radius:4px;font-size:10px;font-weight:600;cursor:pointer;transition:background-color .15s}.product-add-btn span{display:none}@media (min-width:768px){.product-add-btn{padding:8px 12px;margin-top:6px;border-radius:6px;font-size:11px;gap:6px}.product-add-btn span{display:inline}}@media (min-width:1024px){.product-add-btn{padding:10px 16px;margin-top:auto;border-radius:8px;font-size:12px;gap:8px}}.product-add-btn:hover{background-color:var(--color-primary-hover,#15293f)}.dark .product-card{background-color:#1f2937;border-color:#374151}.dark .product-card:hover{border-color:#4b5563}.dark .product-image{background-color:#374151}.dark .product-name,.dark .product-price-current{color:#f9fafb}.dark .product-brand,.dark .product-sku{color:#9ca3af}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (min-width:640px){.product-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr);gap:24px}}@media (min-width:1280px){.product-grid{grid-template-columns:repeat(5,1fr)}}.product-card--compact{border-radius:8px}.product-card--compact .product-badge{top:6px;left:6px;padding:2px 6px;font-size:10px}.product-card--compact .product-image{height:180px;aspect-ratio:auto}.product-card--compact .product-content{padding:10px;gap:0}.product-card--compact .product-brand-row{height:20px;margin-bottom:4px}.product-card--compact .product-brand{font-size:10px}.product-card--compact .product-dimension-tag{padding:2px 6px;font-size:9px}.product-card--compact .product-name{font-size:12px;line-height:1.3;height:32px;min-height:unset;-webkit-line-clamp:2;margin-bottom:8px}.product-card--compact .product-sku{display:none}.product-card--compact .product-price{height:22px;margin-top:0;gap:6px}.product-card--compact .product-price-current,.product-card--compact .product-price-sale{font-size:15px}.product-card--compact .product-price-original{font-size:11px}.product-card--compact .product-stock{height:16px;font-size:10px;margin-top:4px}.product-card--compact .product-add-btn{padding:10px 14px;margin-top:8px;font-size:11px;border-radius:6px}.product-card--compact .product-add-btn span{display:inline}@media (min-width:768px){.product-card--compact .product-image{height:200px}.product-card--compact .product-content{padding:12px}.product-card--compact .product-brand-row{height:22px}.product-card--compact .product-brand{font-size:11px}.product-card--compact .product-dimension-tag{padding:2px 8px;font-size:10px}.product-card--compact .product-name{font-size:13px;height:34px}.product-card--compact .product-price{height:24px}.product-card--compact .product-price-current,.product-card--compact .product-price-sale{font-size:16px}.product-card--compact .product-price-original{font-size:12px}.product-card--compact .product-stock{height:18px;font-size:11px}.product-card--compact .product-add-btn{padding:10px 16px;font-size:12px}}