.backdrop{position:fixed;top:0;right:0;width:100vw;height:100dvh;background-color:#000000b3;z-index:9;pointer-events:none;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}.backdrop.active{pointer-events:auto;visibility:visible;opacity:1}.cart-drawer{position:fixed;top:calc(var(--header-height) + 12px);right:12px;background-color:var(--white);z-index:10;transition:right .3s ease;display:flex;flex-direction:column;max-width:300px;width:calc(100vw - 24px);visibility:hidden;opacity:0}.cart-drawer.open{visibility:visible;opacity:1}.cart-drawer .cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 15px}.cart-drawer .cart-checkout-container{background-color:var(--off-white-primary-100);padding:15px 20px}.cart-drawer .cart-checkout-container .button-primary{width:100%}.cart-drawer .cart-drawer-header .cart-items-qty,.cart-drawer .cart-drawer-header .cart-subtotal{font-size:13px}.cart-drawer .cart-drawer-content{display:flex;flex-direction:column;padding:15px 20px;max-height:350px;overflow-y:auto}.cart-drawer .line-item{display:flex;gap:8px;height:100px;padding:15px 0}.cart-drawer .line-item:not(:first-of-type){border-top:1px solid #ebe9e7}.cart-drawer .line-item:first-of-type{padding-top:0}.cart-drawer .line-item .details{display:flex;flex-direction:column;gap:2px;width:100%}.cart-drawer .remove-btn{cursor:pointer;width:100%;max-width:14px}.cart-drawer .line-item .title-container{display:flex;justify-content:space-between;width:100%}.cart-drawer .line-item .product-title{text-transform:uppercase;font-size:12px;font-weight:lighter}.cart-drawer .line-item .variant-title{font-size:11px;font-weight:lighter}.cart-drawer .line-item .title:hover{text-decoration:underline}.cart-drawer .line-item .price{font-size:12px;font-weight:lighter}.cart-drawer .line-item img{height:100%;width:78px;object-fit:cover}.cart-drawer .cart-add-wrapping-container{padding:35px 20px;border-top:1px solid #ebe9e7}.cart-drawer .cart-empty-text{font-size:13px;padding:40px;font-weight:300;text-align:center}@media screen and (min-width:1000px){.cart-drawer{right:max(var(--page-padding-desktop),calc((100vw - var(--page-max-width)) / 2 + var(--page-padding-desktop)));top:85px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/cart-drawer.css.map */
