.product-card{will-change:transform;background:#fff;border-radius:10px;flex-direction:column;height:100%;transition:all .2s ease-out;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000f}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.product-image-wrapper{aspect-ratio:3/4;background:#f8f8f8;width:100%;position:relative;overflow:hidden}.product-image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s}.product-card:hover .product-image{transform:scale(1.05)}.product-badges{z-index:2;pointer-events:none;justify-content:space-between;align-items:flex-start;display:flex;position:absolute;top:12px;left:12px;right:12px}.badge-left{flex-direction:column;gap:6px;display:flex}.new-badge,.discount-badge{text-transform:uppercase;letter-spacing:.5px;pointer-events:auto;border-radius:4px;padding:4px 10px;font-size:.6875rem;font-weight:600}.new-badge{color:#fff;background:#1a1a1a}.discount-badge{color:#1a1a1a;background:#d4af37}.wishlist-btn{cursor:pointer;pointer-events:auto;z-index:3;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.wishlist-btn:hover{transform:scale(1.15)}.wishlist-btn svg{stroke:red;fill:none;stroke-width:2.5px;width:22px;height:22px;transition:all .2s}.wishlist-btn.active svg{fill:#d4af37;stroke:#d4af37}.product-info{flex-direction:column;flex:1;gap:6px;padding:12px 14px;display:flex}.product-category{text-transform:uppercase;letter-spacing:1px;color:#666;font-size:.6875rem;font-weight:600}.product-name{color:#1a1a1a;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:2.3em;margin:0;font-size:.875rem;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.product-price-section{align-items:baseline;gap:8px;margin-top:2px;display:flex}.product-price{color:#1a1a1a;font-size:1rem;font-weight:700}.product-previous-price{color:#999;font-size:.875rem;font-weight:500;text-decoration:line-through}.currency{margin-left:2px;font-size:.875rem;font-weight:400}.product-actions{flex-direction:column;gap:8px;padding:0 14px 12px;display:flex}.btn-order-now{color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;background:#d4af37;border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;height:48px;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.btn-order-now:hover{background:#2a2a2a;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn-order-now:active{transform:translateY(0)}.btn-add-cart{color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;background:0 0;border:1.5px solid #1a1a1a;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;height:48px;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.btn-add-cart:hover{color:#fff;background:#1a1a1a;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-add-cart:active{transform:translateY(0)}.btn-icon{width:18px;height:18px}@media (min-width:768px){.product-image-wrapper{aspect-ratio:1}.product-info{gap:10px;padding:20px}.product-name{font-size:1rem}.product-price{font-size:1.25rem}.product-actions{gap:12px;padding:0 20px 20px}.btn-order-now,.btn-add-cart{height:52px;font-size:.9375rem}}@media (min-width:1024px){.product-card{border-radius:12px}.product-badges{top:16px;left:16px;right:16px}.wishlist-btn{width:40px;height:40px}.wishlist-btn svg{width:20px;height:20px}}@media (max-width:480px){.product-card{border-radius:8px}.product-image-wrapper{aspect-ratio:4/5}.product-info{gap:3px;padding:6px 8px}.product-name{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.4em;margin-bottom:0;font-size:.8125rem;line-height:1.2;display:-webkit-box;overflow:hidden}.product-category{margin-bottom:0;font-size:.625rem}.product-price{font-size:.9375rem}.product-previous-price{font-size:.75rem}.product-actions{flex-direction:row;gap:4px;padding:0 8px 8px;display:flex}.btn-order-now,.btn-add-cart{border-radius:4px;flex:1;gap:0;height:32px;padding:0 6px;font-size:.6875rem}.btn-order-now .btn-icon,.btn-add-cart .btn-icon{display:none}.btn-order-now{color:#1a1a1a;background:#d4af37}.wishlist-btn{cursor:pointer;filter:drop-shadow(0 2px 4px #00000080)drop-shadow(0 1px 2px #fff);border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;top:10px;right:10px;pointer-events:auto!important;opacity:1!important;visibility:visible!important;z-index:30!important;background:0 0!important;display:flex!important;position:absolute!important}.wishlist-btn svg{fill:none;filter:drop-shadow(0 2px 3px #0009)drop-shadow(0 0 2px #fff);width:24px;height:24px;stroke:red!important;stroke-width:3px!important}.wishlist-btn.active svg{filter:drop-shadow(0 2px 4px #000000b3)drop-shadow(0 0 3px #fff);fill:red!important;stroke:red!important}.product-badges{top:8px;left:8px}.new-badge,.discount-badge{padding:2px 6px;font-size:.6rem}}.product-card.loading{pointer-events:none}.product-card.loading .product-image{opacity:.6}.product-card.out-of-stock{opacity:.7}.product-card.out-of-stock:after{content:"OUT OF STOCK";color:#fff;letter-spacing:1px;z-index:10;background:#1a1a1ae6;border-radius:4px;padding:6px 14px;font-size:.75rem;font-weight:600;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (prefers-reduced-motion:reduce){.product-card,.product-image,.btn-order-now,.btn-add-cart,.wishlist-btn{transition:none!important;animation:none!important}.product-card:hover{transform:none!important}}
