.product-card{background:linear-gradient(145deg,#fff,#f9fafb);border:1px solid #94a3b866;border-radius:14px;flex-direction:column;height:100%;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;overflow:hidden;box-shadow:0 14px 36px #0f172a1f}.product-card:hover{border-color:var(--theme-primary,#f97316);transform:translateY(-3px);box-shadow:0 20px 50px #0f172a2e}.product-card .card-image{background:radial-gradient(circle at top,#efefef,#fff);height:170px;position:relative;overflow:hidden}.product-card .product-image{object-fit:contain;width:100%;height:100%;padding:12px;position:absolute;inset:0}.product-card .no-image{color:#ccc;justify-content:center;align-items:center;width:100%;height:100%;font-size:40px;display:flex}.product-card .badges{z-index:2;flex-direction:column;gap:4px;display:flex;position:absolute;top:10px;left:10px}.product-card .badge{text-transform:uppercase;letter-spacing:.06em;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:600;box-shadow:0 6px 16px #0f172a33}.product-card .badge.campaign{color:#fff;background:linear-gradient(135deg,#fb923c,#f97316)}.product-card .badge.new{color:#fff;background:linear-gradient(135deg,#0f172a,#111827)}.product-card .discount-tag{color:#fff;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:10px;right:10px;box-shadow:0 8px 18px #b91c1c4d}.product-card .card-content{flex-direction:column;flex:1;padding:14px 14px 12px;display:flex}.product-card .brand{color:var(--theme-primary,#f97316);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:11px;font-weight:600}.product-card .title{color:var(--theme-text-primary,#111827);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:34px;margin:0 0 6px;font-size:13px;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.product-card .code{color:var(--theme-text-secondary,#6b7280);margin-bottom:12px;font-size:11px}.product-card .price-row{justify-content:flex-start;align-items:baseline;gap:8px;margin-top:auto;margin-bottom:12px;display:flex}.product-card .old-price{color:var(--theme-text-secondary,#9ca3af);font-size:12px;text-decoration:line-through}.product-card .current-price{color:var(--theme-primary,#f97316);font-size:16px;font-weight:700}.product-card .cart-controls{z-index:10;pointer-events:auto;justify-content:space-between;align-items:center;gap:8px;display:flex;position:relative}.product-card .quantity-wrapper{background:var(--theme-input-bg,#f9fafb);border:1px solid var(--theme-input-border,#e5e7eb);z-index:10;pointer-events:auto;border-radius:999px;justify-content:space-between;align-items:center;height:30px;padding-inline:2px;display:inline-flex;position:relative}.product-card .qty-btn{width:28px;height:26px;color:var(--theme-primary,#f97316);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:background-color .18s,color .18s,transform .18s;display:flex}.product-card .qty-btn:hover:not(:disabled){color:var(--theme-primary,#f97316);background:#f8717114;transform:translateY(-1px)}.product-card .qty-btn:disabled{color:#d1d5db;cursor:not-allowed}.product-card .qty-input{text-align:center;-moz-appearance:textfield;z-index:10;pointer-events:auto;cursor:text;font-size:13px;font-weight:600;position:relative;background:0 0!important;border:none!important;width:40px!important;height:26px!important;padding:0!important}.product-card .qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-card .qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-card .qty-input:focus{box-shadow:none!important;outline:none!important}.product-card .cart-icon-btn{color:#9ca3af;cursor:not-allowed;z-index:10;pointer-events:auto;background:#e5e7eb;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:28px;font-size:16px;transition:background-color .18s,color .18s,transform .18s,box-shadow .18s;display:flex;position:relative}.product-card .cart-icon-btn.active{color:#fff;cursor:pointer;background:linear-gradient(135deg,#fb923c,#f97316);box-shadow:0 10px 24px #f8717159}.product-card .cart-icon-btn.active:hover:not(:disabled){background:#111827;transform:translateY(-1px)}.product-card .success-message{color:#155724;background:#d4edda;border-radius:4px;justify-content:center;align-items:center;gap:4px;width:100%;height:28px;font-size:12px;font-weight:600;display:flex}@media (max-width:576px){.product-card .card-image{height:150px}.product-card .card-content{padding:12px 12px 10px}.product-card .title{min-height:32px;font-size:12px}.product-card .quantity-wrapper{height:26px}.product-card .qty-btn{width:26px;height:24px;font-size:12px}.product-card .qty-input{font-size:12px;width:34px!important;height:24px!important}.product-card .cart-icon-btn{width:30px;height:26px;font-size:14px}}.product-card.product-card-compact{border-radius:10px;box-shadow:0 6px 18px #0f172a14}.product-card.product-card-compact:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0f172a24}.product-card.product-card-compact .card-image{height:88px}.product-card.product-card-compact .product-image{padding:6px}.product-card.product-card-compact .no-image{font-size:24px}.product-card.product-card-compact .badges{top:4px;left:4px}.product-card.product-card-compact .badge{padding:2px 6px;font-size:8px}.product-card.product-card-compact .discount-tag{padding:2px 6px;font-size:9px;top:4px;right:4px}.product-card.product-card-compact .card-content{padding:8px 8px 6px}.product-card.product-card-compact .brand{margin-bottom:2px;font-size:9px}.product-card.product-card-compact .title{min-height:28px;margin-bottom:4px;font-size:11px;line-height:1.28}.product-card.product-card-compact .code{margin-bottom:6px;font-size:10px}.product-card.product-card-compact .price-row{gap:6px;margin-bottom:6px}.product-card.product-card-compact .old-price{font-size:10px}.product-card.product-card-compact .current-price{font-size:12px}.product-card.product-card-compact .cart-controls{flex-wrap:wrap;gap:6px}.product-card.product-card-compact .quantity-wrapper{flex:1;min-width:0;height:26px}.product-card.product-card-compact .qty-btn{width:24px;height:22px;font-size:12px}.product-card.product-card-compact .qty-input{font-size:11px;width:34px!important;height:22px!important}.product-card.product-card-compact .cart-icon-btn{width:28px;height:24px;font-size:13px}.product-card.product-card-compact .success-message{height:24px;font-size:10px}
