.cart-drawer{position:fixed;top:0;left:-9999px;opacity:0;width:100%;height:100%;background:#000000b3;z-index:99998;display:flex;flex-direction:column;padding:24px;transition:left 0s .2s,opacity .2s}.cart-drawer .cart-drawer-box{position:relative;width:100%;max-width:480px;background:var(--white);flex:1;margin-left:auto;display:flex;flex-direction:column;overflow:auto;transition:.2s opacity,.2s transform;opacity:0;transform:translate(40px);border-radius:8px;border:4px solid #333;box-shadow:0 4px #333}.cart-drawer .cart-drawer-header{position:sticky;top:0;background:var(--white);z-index:20;display:flex;align-items:center;padding:12px;border-bottom:1px solid var(--grey)}@media (min-width:768px){.cart-drawer .cart-drawer-header{padding:24px}}.cart-drawer .cart-drawer-header h2{color:var(--black);flex:1;font-weight:500;font-size:18px}.cart-drawer .cart-drawer-header .cart-drawer-header-right{color:var(--grey);display:inline-flex;align-items:center;gap:20px}.cart-drawer .cart-drawer-header .cart-drawer-header-right .cart-drawer-header-right-items{display:block;font-weight:500}.cart-drawer .cart-drawer-header .cart-drawer-header-right .cart-drawer-header-right-close{color:var(--grey);cursor:pointer;padding:0;display:flex}.cart-drawer .cart-drawer-header .cart-drawer-header-right .cart-drawer-header-right-close:hover{background:var(--light-grey);border-radius:50%;overflow:hidden;transition:background .2s;color:var(--black);background:var(--grey)}.cart-drawer.cart-drawer--active{left:0;opacity:1;transition:left 0s,opacity .2s}.cart-drawer.cart-drawer--active .cart-drawer-box{transform:none;opacity:1}.cart-drawer.loading .lds-loading-overlay{display:flex!important}.cart-drawer-form{flex:1;display:flex;flex-direction:column}.cart-drawer-form .cart-drawer-empty{margin:auto;color:var(--black)}.cart-drawer-form .cart-drawer-items{padding:12px;display:flex;flex-direction:column;gap:10px;max-height:calc(100% - 140px);height:100%}@media (min-width:768px){.cart-drawer-form .cart-drawer-items{padding:24px}}.cart-drawer-form .cart-drawer-items .cart-drawer-item{position:relative;display:flex;align-items:center;border:1px solid var(--light-grey);border-radius:12px;background:var(--white);overflow:hidden;gap:8px;flex-shrink:0}.cart-drawer-form .cart-drawer-items .cart-drawer-item .cart-drawer-item-image{width:80px;min-width:80px;max-width:80px;display:flex;height:100%}@media (min-width:768px){.cart-drawer-form .cart-drawer-items .cart-drawer-item .cart-drawer-item-image{width:120px;min-width:120px;max-width:120px}}.cart-drawer-form .cart-drawer-items .cart-drawer-item .cart-drawer-item-image img{width:80px;min-width:80px;max-width:80px;-o-object-fit:cover;object-fit:cover}@media (min-width:768px){.cart-drawer-form .cart-drawer-items .cart-drawer-item .cart-drawer-item-image img{width:120px;min-width:120px;max-width:120px}}.cart-drawer-form .cart-drawer-items .cart-drawer-item .cart-drawer-item-main{width:100%}.cart-drawer-form .cart-drawer-items .cart-drawer-item .cart-drawer-item-main .cart-drawer-item-main-flex{display:flex;flex-direction:column;justify-content:space-between;gap:8px;padding:8px 32px 8px 8px}@media (min-width:768px){.cart-drawer-form .cart-drawer-items .cart-drawer-item .cart-drawer-item-main .cart-drawer-item-main-flex{flex-direction:row;align-items:center;padding:0 8px 0 0}}.cart-drawer-form .cart-drawer-items .cart-drawer-item .cart-drawer-item-main .cart-drawer-item-main-flex .product-options{display:flex;flex-direction:column;gap:8px;margin:0}.cart-drawer-form .cart-drawer-items .cart-drawer-item .cart-drawer-item-main .cart-drawer-item-main-flex .product-options .product-option{display:flex;flex-wrap:wrap;gap:4px}.cart-drawer-form .cart-drawer-items .cart-drawer-item .cart-drawer-item-main .cart-drawer-item-main-flex .product-options .product-option>*{font-size:14px;margin:0;color:var(--black)}.cart-drawer-form .cart-drawer-items .cart-drawer-item .cart-drawer-item-main .cart-drawer-item-main-flex .product-options .product-option dt{font-weight:500}.cart-drawer-form .cart-drawer-items .cart-drawer-item .cart-drawer-item-remove{position:absolute;top:8px;right:8px;cursor:pointer;align-items:center;justify-content:center;margin:0;padding:0;display:flex}.cart-drawer-form .cart-drawer-items .cart-drawer-item .cart-drawer-item-remove svg{border-radius:50%;background:var(--light-grey);transition:background .2s;width:20px;height:20px}.cart-drawer-form .cart-drawer-items .cart-drawer-item .cart-drawer-item-remove svg path{fill:var(--black)}.cart-drawer-form .cart-drawer-items .cart-drawer-item .cart-drawer-item-remove:hover svg{background:var(--grey)}.cart-drawer-form .cart-drawer-footer{padding:24px;margin-top:auto;border-top:1px solid var(--grey);position:sticky;bottom:0;width:100%;background:#fff;border-radius:0 0 12px 12px}.cart-drawer-form .cart-drawer-footer .cart-drawer-button{width:100%}.cart-drawer-item-main-flex-left{display:flex;flex-direction:column;gap:8px;height:100%;justify-content:center;padding:0}@media (min-width:768px){.cart-drawer-item-main-flex-left{padding:8px 0}}.cart-drawer-item-main-flex-left h3{font-size:15px}.cart-drawer-item-main-flex-left h3 a{font-weight:500;color:var(--black)}.cart-drawer-item-main-flex-left span{color:var(--grey);font-size:13px;display:block}.cart-drawer-item-main-flex-left .cart-drawer-quantity-selector{display:inline-flex;border:1px solid var(--grey);border-radius:4px;width:-moz-fit-content;width:fit-content;align-items:center}.cart-drawer-item-main-flex-left .cart-drawer-quantity-selector button{width:28px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--black)}.cart-drawer-item-main-flex-left .cart-drawer-quantity-selector button svg{width:12px;transition:transform .2s;will-change:transform}.cart-drawer-item-main-flex-left .cart-drawer-quantity-selector button svg path{fill:var(--black)}.cart-drawer-item-main-flex-left .cart-drawer-quantity-selector button:hover svg{transform:scale(1.1)}.cart-drawer-item-main-flex-left .cart-drawer-quantity-selector input{width:28px;font-size:13px;text-align:center;line-height:24px;border:none;padding:0;box-shadow:none;border-radius:0}.cart-drawer-item-main-flex-right span{font-weight:500;color:var(--black);font-size:14px}.cart-drawer-footer-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.cart-drawer-footer-row h3{font-weight:400;color:#525252;font-size:14px}.cart-drawer-footer-row span{font-weight:500;color:var(--black);font-size:14px}.cart-drawer-footer-row:last-of-type{margin-bottom:16px}
/*# sourceMappingURL=/cdn/shop/t/5/assets/cart-drawer.css.map */
