.cart-drawer{position:fixed;top:0;right:calc(-100vw - 2rem);height:100dvh;background-color:var(--color-light);z-index:10;transition:right .3s ease;display:flex;flex-direction:column;width:100%;max-width:390px}.cart-drawer.open{right:0}.cart-drawer .cart-drawer-header{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;border-bottom:1px solid rgb(0 0 0 / 10%)}.cart-drawer .cart-drawer-header .title,.cart-drawer .icon-close{padding:var(--page-padding-mobile)}.cart-drawer .cart-drawer-header .title{font-size:14px;text-transform:uppercase}.cart-drawer .cart-drawer-content{display:flex;flex-direction:column;flex:1 0 0;min-height:0}.cart-drawer .cart-columns{display:flex;justify-content:space-between;flex-shrink:0;padding:16px var(--page-padding-mobile);text-transform:uppercase;letter-spacing:.05em;color:#0009}.cart-drawer .line-items{display:flex;flex-direction:column;flex:1 0 0;min-height:0;overflow-y:auto;padding:0 var(--page-padding-mobile)}.cart-drawer .line-item{display:flex;gap:var(--page-padding-mobile);padding:16px 0;border-bottom:1px solid rgb(0 0 0 / 10%);transition:opacity .2s ease-in-out}.cart-drawer .line-item button:disabled{cursor:not-allowed}.cart-drawer .line-item .image{flex-shrink:0;width:100px;align-self:stretch;background-color:#e6e6e6}.cart-drawer .line-item .image img{width:100%;height:100%;object-fit:cover}.cart-drawer .details{display:flex;flex-direction:column;justify-content:space-between;gap:4px;flex:1 0 0;min-width:0}.cart-drawer .details-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;font-size:14px}.cart-drawer .line-total{display:flex;align-items:center;gap:8px;font-size:14px}.cart-drawer del{font-weight:300;opacity:.6}.cart-drawer .variant-title{font-size:12px;color:#0009}.cart-drawer .line-item-footer{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.cart-drawer .quantity-stepper{display:flex;align-items:stretch;justify-content:space-between;width:100px;border:1px solid rgb(0 0 0 / 10%)}.cart-drawer .quantity-stepper .icon{min-width:unset;min-height:unset;padding:8px 12px}.cart-drawer .quantity-stepper .icon-plus svg{width:12px;height:12px}.cart-drawer .quantity-stepper .icon-minus svg{width:8px;height:8px}.cart-drawer .quantity-stepper span{display:flex;align-items:center;justify-content:center;flex:1 0 0;font-size:12px}.cart-drawer .remove-item{position:relative}.cart-drawer .remove-item:before{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px}.cart-drawer .remove-item svg{width:16px;height:16px}.cart-drawer .cart-drawer-footer{display:flex;flex-direction:column;gap:16px;flex-shrink:0;padding:var(--page-padding-mobile);border-top:1px solid rgb(0 0 0 / 10%)}.cart-drawer .subtotal-row{display:flex;align-items:center;justify-content:space-between;font-size:16px}.cart-drawer .cart-note{color:#0009}.cart-drawer .button-primary .icon svg path{stroke:var(--color-light)}.cart-drawer .checkout-button{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:0}.cart-drawer .checkout-button .icon{grid-column:1;justify-self:end;margin-right:8px}.cart-drawer .checkout-button .label{grid-column:2}.cart-drawer .checkout-form{display:flex;flex-direction:column;gap:8px}.cart-drawer .cart-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;flex:1 0 0;min-height:0;padding:var(--page-padding-mobile);text-align:center}.cart-drawer .cart-empty-state .button-primary{flex:unset}.cart-drawer .cart-empty{color:#0009}
/*# sourceMappingURL=/cdn/shop/t/130/assets/cart-drawer.css.map */
