.product-card{background-color:#fafafa;padding:2rem 1rem 1rem;border:none;border-radius:0;text-align:center;height:100%;transition:transform .2s ease}.product-card:hover{transform:translateY(-5px)}.sale-badge{color:#fff;z-index:2;background-color:#ff6b00;padding:.1rem 1.2rem;font-size:.6rem;font-weight:600;position:absolute;top:9px;right:-11px;transform:rotate(45deg);box-shadow:0 2px 5px #0000001a}.product-image{margin-bottom:1.5rem;height:180px;margin-left:auto;margin-right:auto}.product-title{font-size:1.5rem;font-weight:600;color:#111;margin-bottom:.5rem}.product-price{font-size:.9rem;color:#ff6b00;font-weight:700;margin-bottom:0;display:inline-block}.old-price{font-size:.85rem;color:#999;text-decoration:line-through;margin-left:.5rem;font-weight:400;display:inline-block}@media (max-width:991.98px){.product-image{max-width:160px;height:160px}.product-title{font-size:.9rem}.product-price{font-size:.85rem}.old-price{font-size:.8rem}.sale-badge{font-size:.65rem;padding:.25rem 1.8rem;top:10px;right:-25px}}@media (max-width:767.98px){.product-image{max-width:140px;height:140px}.product-title{font-size:.85rem}.product-price{font-size:.8rem}.old-price{font-size:.75rem}.sale-badge{font-size:.6rem;padding:.2rem 1.5rem;top:8px;right:-20px}}@media (max-width:575.98px){.product-card{padding:1rem .5rem}.product-image{max-width:350px;height:200px}.sale-badge{padding:.2rem 1.2rem;font-size:.5rem;top:7px;right:-7px}.product-title{font-size:.8rem}.product-price{font-size:.75rem}.old-price{font-size:.7rem}}.product-card{position:relative;transition:transform .3s ease}.product-card:hover .product-actions{opacity:1;visibility:visible;transform:translateY(0)}.product-actions{position:absolute;top:63%;left:27%;transform:translate(-50%,-10%);transition:all .3s ease;opacity:0;visibility:hidden;z-index:10}.product-actions .btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center}