.cart-block{margin:50px auto}.cart-block>*{padding-top:50px}@media(max-width: 767px){.cart-block>*{padding-top:20px}}.cart__heading{display:flex;justify-content:space-between;align-items:center}.cart__items .cart-product{padding:25px 0}@media(max-width: 767px){.cart__items .cart-product:first-of-type{padding-top:0}}.cart__items .cart-product:not(:last-of-type){border-bottom:1px solid var(--color-indigo-deep);margin-bottom:20px}.cart__items .cart-product__wrapper{display:flex;gap:50px}@media(max-width: 767px){.cart__items .cart-product__wrapper{gap:16px}}.cart__items .cart-product .image{width:200px;height:auto;position:relative;flex-shrink:0;aspect-ratio:5/4;background-color:rgba(0,0,0,.05);line-height:0}@media(max-width: 767px){.cart__items .cart-product .image{width:72px;height:fit-content}}.cart__items .cart-product .image .product-icon{box-sizing:border-box;position:absolute;right:0;top:0;transform:translateX(50%) translateY(-50%);width:52px;height:52px;padding:10px;border:1px solid var(--color-indigo-deep);border-radius:50%;background-color:var(--color-white)}@media(max-width: 767px){.cart__items .cart-product .image .product-icon{width:37px;height:37px;bottom:0;top:unset;padding:7px;transform:translateY(30px)}}.cart__items .cart-product .image img{max-width:100%}.cart__items .cart-product .body{display:flex;flex-direction:column;gap:20px;position:relative;width:100%}@media(max-width: 767px){.cart__items .cart-product .body{gap:5px}}.cart__items .cart-product .body .product-label{position:absolute;top:0;left:0;transform:translateY(-100%);width:fit-content}@media(max-width: 767px){.cart__items .cart-product .body .product-label{position:relative;transform:unset}}.cart__items .cart-product .body__row{width:100%;display:flex;justify-content:space-between;gap:50px}.cart__items .cart-product .body__row.top{padding-top:10px}@media(max-width: 767px){.cart__items .cart-product .body__row.top{flex-direction:column;gap:5px;padding-top:0}}.cart__items .cart-product .body__row.bottom{margin-top:auto;align-items:flex-end}@media(max-width: 767px){.cart__items .cart-product .body__row.bottom{margin-top:10px}}.cart__footer{margin-top:50px;border-top:1px solid var(--color-indigo-deep)}.cart__footer .totals{display:flex;justify-content:space-between}@media(max-width: 767px){.cart__footer .totals{flex-direction:column;gap:40px}}.cart__footer .totals .subtotal{display:flex;gap:50px}@media(max-width: 767px){.cart__footer .totals .subtotal{justify-content:space-between}}.cart__footer .controls{margin-top:50px;display:flex;width:100%;justify-content:flex-end}