.product{display:flex;flex-direction:column;width:100%;transform-origin:center center;will-change:transform,opacity}.product-img-wrapper{position:relative;width:100%}.product .product-img{display:block;width:100%;height:auto;overflow:hidden;background-color:var(--base-200);padding:2rem;border-radius:.75rem .75rem 0 0;text-decoration:none}.product-wishlist-btn{position:absolute;top:1rem;right:1rem;background-color:rgba(15,15,15,.7);border:none;color:var(--base-100);font-size:1.5rem;width:2.5rem;height:2.5rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.product-wishlist-btn:hover{background-color:rgba(15,15,15,.9);transform:scale(1.1)}.product-wishlist-btn.active{color:#ef4444}.product .product-img img{width:100%;height:auto;object-fit:cover}.product .product-info{padding:0 1rem 1rem;background-color:var(--base-200);border-radius:0 0 .75rem .75rem}.product .product-info-wrapper{width:100%;display:flex;justify-content:space-between;padding:.5rem}.product .product-info .add-to-cart-btn{width:100%;margin-top:.5rem;background-color:var(--base-700);color:var(--base-100);padding:.75rem;font-size:clamp(.75rem,.9vw,.8rem);border:none;cursor:pointer;font-family:var(--font-dm-mono),monospace;font-weight:500;text-transform:uppercase;border-radius:.5rem;transition:transform .2s ease}.product .product-info .add-to-cart-btn:active{transform:scale(.95)}@media (max-width:768px){.product .product-img{padding:1.5rem}.product .product-info{padding:0 .75rem .75rem}.product .product-info-wrapper{padding:.25rem}.product-wishlist-btn{top:.75rem;right:.75rem;width:2rem;height:2rem;font-size:1.25rem}}@media (max-width:480px){.product .product-img{padding:1rem}.product .product-info{padding:0 .5rem .5rem}.product .product-info .add-to-cart-btn{padding:.625rem;font-size:.75rem}}