.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none}.cart-drawer.active{display:block}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .3s ease}.cart-drawer.active .cart-drawer__overlay{opacity:1}.cart-drawer__content{position:absolute;right:0;top:0;height:100%;width:555px;max-width:100%;background:#f4f3ed;padding:2rem 1.5rem;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;justify-content:space-between}.cart-drawer__content h2{font-family:var(--font-secondary--family);font-size:16px;font-weight:var(--font-secondary--weight);font-style:var(--font-secondary--style);text-transform:lowercase;line-height:18px}.cart-drawer__content .cart-item__title{font-family:var(--font-secondary--family);font-size:16px;font-weight:var(--font-secondary--weight);font-style:var(--font-secondary--style);text-transform:lowercase;line-height:18px;padding-bottom:4px}.cart-drawer.active .cart-drawer__content{transform:translate(0)}.cart-drawer__close{color:#000;font-family:var(--font-primary--family);background:none;border:none;position:absolute;top:1rem;right:1rem;cursor:pointer}.cart-drawer__items{display:flex;flex-direction:column;gap:1rem;flex-grow:1;overflow-y:auto;margin-top:2rem;scrollbar-width:none;-ms-overflow-style:none}.cart-drawer__items::-webkit-scrollbar{display:none}.cart-drawer__checkout{display:block;background:#000;color:#fff;text-align:center;padding:.75rem;margin-top:0;text-decoration:none;line-height:24px}.cart-item{display:flex;justify-content:space-between}.cart-item__quantity{display:flex;flex-direction:row;gap:8px;padding:12px 0}.cart-item__quantity label{text-transform:lowercase}.cart-item__quantity button{color:#000;border:none;background:none;cursor:pointer;padding:0;line-height:1;font-weight:400;font-size:12px}.cart-item__quantity-input{border:none;background:none;text-align:center;width:2ch;font-size:12px;padding:0;-moz-appearance:textfield}.cart-item__remove{color:#000;background:transparent;border:none;font-family:var(--font-family-primary);text-transform:lowercase;padding:0}.cart-item__remove:hover{cursor:pointer}.cart-drawer__footer{padding-top:20px;display:flex;flex-direction:column;gap:20px}.cart-item__quantity-input::-webkit-inner-spin-button,.cart-item__quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-item__variant{text-transform:lowercase}.cart-drawer__total{width:100%;display:flex;justify-content:space-between;align-items:center}.cart-drawer__checkout-wrapper{display:flex;flex-direction:row;justify-content:space-between;gap:.5rem}.cart-drawer__shipping-text{width:auto;font-size:10px}.cart-drawer__checkout{width:auto;background:transparent;border:1px solid black;text-align:center;color:#000;padding:7px 23px}@media screen and (width >= 750px){.cart-drawer__shipping-text{width:50%}.cart-drawer__checkout{margin-top:1rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/cart-drawer.css.map */
