.cart-product-card{width:100%;justify-content:space-between;align-items:flex-end;padding:20px 0}.cart-product-card .cart-product-info{gap:15px;align-items:center}.cart-product-card .cart-product-info p{margin:0}.cart-product-card .cart-product-info .cart-product-img{width:100px;height:100px;background-position:center;background-size:cover;background-repeat:no-repeat;border-radius:20px;background-color:#e9e9e9;cursor:pointer}.cart-product-card .cart-product-info .cart-product-details .cart-product-tile-zone{gap:5px;align-items:flex-end;margin-bottom:5px}.cart-product-card .cart-product-info .cart-product-details .cart-product-tile-zone .cart-product-title{font-weight:700;font-size:1.2rem;line-height:1}.cart-product-card .cart-product-info .cart-product-details .cart-product-tile-zone .save-me-product{font-size:.8rem;font-weight:700;color:var(--primary-color);line-height:1}.cart-product-card .cart-product-info .cart-product-details .cart-product-actions{align-items:center;gap:15px}.cart-product-card .cart-product-info .cart-product-details .cart-product-actions .increase-input{border-radius:6px;overflow:hidden;margin-top:5px}.cart-product-card .cart-product-info .cart-product-details .cart-product-actions .increase-input .quantity-button{border:none;background-color:var(--primary-color);color:white;padding:3px 12px;font-size:.8rem;font-weight:200;cursor:pointer;user-select:none}.cart-product-card .cart-product-info .cart-product-details .cart-product-actions .increase-input .quantity-button.disabled{background-color:#d4d4d4;cursor:not-allowed}.cart-product-card .cart-product-info .cart-product-details .cart-product-actions .increase-input .quantity-input{background-color:white;border:1px solid #a5a5a5;padding:3px 20px;font-size:.8rem}.cart-product-card .cart-product-info .cart-product-details .cart-product-actions .icon{width:20px;height:20px;color:var(--primary-color)}.cart-product-card .cart-product-info .cart-product-details .cart-product-actions .icon:hover{cursor:pointer}.cart-product-card .cart-product-info .cart-product-details .cart-product-actions .favorite-icon{width:20px;height:20px}.cart-product-card .cart-product-info .cart-product-details .cart-product-actions .remove-product{width:20px;height:20px}.cart-product-card .cart-product-info .cart-product-details .cart-product-actions .remove-product .loader-container{height:20px!important}.cart-product-card .cart-product-info .cart-product-details .cart-product-actions .remove-product .loader-container .loader{width:20px!important;height:20px!important}.cart-product-card .product-price{font-size:1.2rem;font-weight:700}.cart-product-card .product-price .loader-container{height:20px!important}.cart-product-card .product-price .loader-container .loader{width:20px!important;height:20px!important}.cart-product-card .stock-overpassed{display:none;align-items:center;gap:5px;margin-top:5px;color:var(--error-color)}.cart-product-card .stock-overpassed svg{width:20px;height:20px}.cart-product-card.overpassed .stock-overpassed{display:flex}@media screen and (max-width:500px){.cart-product-card .cart-product-info .cart-product-img{width:20vw;height:20vw}}@media screen and (max-width:420px){.cart-product-card{flex-direction:column!important;gap:10px}.cart-product-card .cart-product-info{width:100%}}