.cart-product{border:1px solid var(--color-light-gray);flex-direction:column;justify-content:space-between;height:100%;padding:1rem;display:flex}.cart-product__image{justify-content:center;align-items:center;width:100%;margin-bottom:2rem;display:flex;position:relative}.cart-product__image img{width:100%;height:100%}.cart-product__image-empty{color:var(--color-white);white-space:nowrap;background:#000000a6;border-radius:10px;padding:.7rem 1.2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cart-product__image.empty{opacity:.7}.cart-product__icon{z-index:2;position:absolute;top:.5rem;right:.5rem}.cart-product__sale{position:absolute;top:0;right:0}.cart-product__sale span{z-index:1;color:var(--color-white);font-size:1.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cart-product__bestseller{position:absolute;top:0;right:0}.cart-product__title{flex:1;height:100%;margin-bottom:1rem;font-size:1.6rem;font-weight:600}.cart-product__price{margin-bottom:1.5rem;font-size:2rem;font-weight:600}.cart-product__price .discount{color:#00000080;margin-bottom:-.5rem;font-size:1.4rem;font-weight:400;text-decoration-line:line-through}.cart-product__buttons{align-items:center;gap:1rem;display:flex}.cart-product__buttons .common-button{width:100%}.cart-product__empty{pointer-events:none;width:100%;min-height:4rem;font-size:1.4rem;font-weight:600;line-height:1.1;border-color:var(--color-gray-2)!important;padding-left:.5rem!important;padding-right:.5rem!important}@media (max-width:550px){.cart-product__buttons,.cart-product__buttons .product-action{gap:.5rem}.cart-product__buttons .common-button{padding:.8rem 1.5rem}}
