.cart-drawer__content{display:flex;flex-direction:column;height:100%;padding:2rem}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.cart-drawer__title{margin:0;font-size:2rem}.cart-drawer__close{background:none;border:none;padding:.5rem;cursor:pointer;color:currentColor}.cart-drawer__items{flex:1;overflow-y:auto;margin-bottom:2rem}.cart-drawer__item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(var(--color-base-text),.1)}.cart-drawer__item-image{width:80px;height:80px;border-radius:.4rem;overflow:hidden}.cart-drawer__item-image img{width:100%;height:100%;object-fit:cover}.cart-drawer__item-details{display:flex;flex-direction:column;justify-content:space-between}.cart-drawer__item-title{margin:0;font-size:1.4rem}.cart-drawer__item-variant{margin:0;font-size:1.2rem;color:rgba(var(--color-base-text),.6)}.cart-drawer__item-price{font-size:1.4rem;font-weight:500}.cart-drawer__item-quantity{display:flex;align-items:center}.quantity{display:flex;align-items:center;border:1px solid rgba(var(--color-base-text),.1);border-radius:.4rem}.quantity__button{background:none;border:none;padding:.5rem;cursor:pointer;color:currentColor}.quantity__input{width:4rem;text-align:center;border:none;padding:.5rem;font-size:1.4rem}.cart-drawer__item-remove{display:flex;align-items:center}.cart-drawer__remove-button{color:currentColor;opacity:.6;transition:opacity .2s ease}.cart-drawer__remove-button:hover{opacity:1}.cart-drawer__empty{text-align:center;padding:4rem 0}.cart-drawer__footer{padding-top:2rem;border-top:1px solid rgba(var(--color-base-text),.1)}.cart-drawer__subtotal{display:flex;justify-content:space-between;margin-bottom:2rem;font-size:1.6rem;font-weight:500}.cart-drawer__footer .button{width:100%;margin-bottom:1rem}.cart-drawer__footer .button:last-child{margin-bottom:0}@media screen and (max-width: 749px){.cart-drawer{max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/41/assets/cart-drawer.css.map */
