.product-card-cart{display:flex;position:relative;gap:16px;align-items:flex-start;width:100%}.product-card-cart__link{position:absolute;z-index:1;inset:0}.product-card-cart__img{flex:0 0 90px;height:90px;margin:0}.product-card-cart__inner{display:flex;flex:1;gap:16px;align-items:flex-start}@media screen and (max-width:767px){.product-card-cart__inner{flex-direction:column;gap:4px}}.product-card-cart__info{flex:1}.product-card-cart__name{margin:0;font-size:18px;font-weight:500;line-height:1.1}.product-card-cart__deposit{margin:4px 0 0;color:#477e84;font-size:14px;font-weight:400}.product-card-cart__price{margin:0;color:#004042;font-weight:600;line-height:1.1}.product-card-cart__price--promo{color:#e4290c}.product-card-cart__price--promo del{display:block;color:#363636;font-size:16px;font-weight:300}.product-card-cart__price-detail{display:block;color:#477e84;font-size:12px;font-weight:300;letter-spacing:0;margin-top:2px}.product-card-cart__remove{position:relative;z-index:2;margin-top:2px;padding:0;border:0;background-color:rgba(0,0,0,0);cursor:pointer}.product-card-cart__remove svg{width:18px;height:18px;transition:stroke .2s;stroke:#004042}.product-card-cart__remove:hover svg{stroke:#f67b68}