.cart{width:100%;margin:6rem auto 8rem;max-width:var(--page-width-small)}.cart__title{margin-bottom:5rem;text-align:center}.cart__item{padding:1.5rem 0;border-bottom:1px solid var(--color-tertiary);background-color:var(--color-background)}.cart__item-mobile{display:block}.cart__item-desktop{display:none}@media screen and (min-width:768px){.cart__item-mobile{display:none}.cart__item-desktop{display:block}}.cart-item-mobile{display:flex;gap:1.35rem}.cart-item-mobile__image{width:100px;flex-shrink:0}.cart-item-mobile__content{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.cart-item-mobile__row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.cart-item-mobile__row:last-child{margin-top:auto;margin-bottom:0}.cart-item-mobile__quantity{display:flex;align-items:center}.cart-item-mobile__quantity-button{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background-color:transparent;cursor:pointer;border:1px solid var(--color-tertiary);-webkit-user-select:none;user-select:none;border-radius:5px}.cart-item-mobile__quantity-input{width:2.5rem;height:30px;text-align:center;border:none;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.cart-item-mobile__quantity-input::-webkit-outer-spin-button,.cart-item-mobile__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item-mobile__remove{width:2rem;height:2rem;border:none;background-color:transparent;cursor:pointer;position:relative}.cart-item-mobile__remove:before,.cart-item-mobile__remove:after,.cart-item-desktop__remove:before,.cart-item-desktop__remove:after{content:"";position:absolute;width:100%;height:1px;top:50%;left:0;background-color:var(--color-foreground)}.cart-item-mobile__remove:before,.cart-item-desktop__remove:before{transform:rotate(45deg)}.cart-item-mobile__remove:after,.cart-item-desktop__remove:after{transform:rotate(-45deg)}.cart-item-desktop{display:flex;align-items:center;gap:2rem}.cart-item-desktop__actions{display:flex;align-items:center;gap:4rem}.cart-item-desktop__image{width:150px;flex-shrink:0}.cart-item-desktop__content{display:flex;align-items:center;justify-content:space-between;width:100%}.cart-item-desktop__details{flex-grow:1;max-width:250px}.cart-item-desktop__quantity{display:flex;align-items:center}.cart-item-desktop__quantity-button{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background-color:transparent;cursor:pointer;border:1px solid var(--color-tertiary);-webkit-user-select:none;user-select:none;border-radius:5px}.cart-item-desktop__quantity-input{width:2.5rem;height:30px;text-align:center;border:none;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.cart-item-desktop__quantity-input::-webkit-outer-spin-button,.cart-item-desktop__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item-desktop__remove{width:2rem;height:2rem;border:none;background-color:transparent;cursor:pointer;position:relative}.cart__footer{margin-top:2rem;display:flex;flex-direction:column;align-items:flex-end}.cart__subtotal{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding-top:3rem}.cart__disclaimer{margin:.5rem 0 2.5rem;color:var(--color-secondary);text-align:right}.cart__checkout{padding:14px 36px}.cart__checkout svg{margin-left:1rem;width:12px;height:12px}.cart__empty{text-align:center;padding:3rem 0}.cart__empty-title{margin-bottom:2rem}
/*# sourceMappingURL=/cdn/shop/t/12/assets/cart.module.css.map */
