.product{display:flex;flex-direction:column;width:100%;transform-origin:center center;will-change:transform,opacity}.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 .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)}