body.cart-drawer-open{overflow:hidden}.cart-drawer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;visibility:hidden;pointer-events:none}.cart-drawer.is-open{visibility:visible;pointer-events:auto}.cart-drawer__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;opacity:0;transition:opacity .3s ease;cursor:pointer}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__container{position:absolute;top:0;right:0;width:100%;max-width:450px;height:100%;background-color:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;border-left:1px solid #000000}.cart-drawer.is-open .cart-drawer__container{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:flex-start;padding:40px 40px 30px}.cart-drawer__header-content{display:flex;flex-direction:column;gap:5px}.cart-drawer__title{font-size:36px;font-weight:400;font-style:italic;line-height:1.2;margin:0;color:#000}.cart-drawer__subtitle{font-size:14px;font-weight:400;color:#666;margin:0}.cart-drawer__close{background:none;border:none;padding:0;cursor:pointer;color:#000;transition:opacity .2s ease}.cart-drawer__close:hover{opacity:.7}.cart-drawer__divider{width:100%;height:1px;background-color:#000;margin:0}.cart-drawer__items{flex:1;overflow-y:auto;padding:30px 40px}.cart-drawer__empty{display:flex;align-items:center;justify-content:center;height:100%;min-height:200px}.cart-drawer__empty p{font-size:16px;color:#666;margin:0}.cart-drawer__item{display:grid;grid-template-columns:80px 1fr auto;gap:20px;padding:20px 0;border-bottom:1px solid #e5e5e5}.cart-drawer__item:first-child{padding-top:0}.cart-drawer__item:last-child{border-bottom:none}.cart-drawer__item-image{width:80px;height:80px;background-color:#f5f5f5;overflow:hidden}.cart-drawer__item-image img{width:100%;height:100%;object-fit:cover}.cart-drawer__placeholder{width:100%;height:100%;background-color:#f5f5f5}.cart-drawer__item-content{display:flex;flex-direction:column;gap:8px}.cart-drawer__item-title{font-size:16px;font-weight:600;color:#000;text-decoration:none;line-height:1.3}.cart-drawer__item-title:hover{opacity:.7}.cart-drawer__item-variant{font-size:13px;color:#666;margin:0}.cart-drawer__item-price{font-size:14px;font-weight:400;color:#666;margin:0}.cart-drawer__item-quantity{display:inline-flex;align-items:center;border:1px solid #000000;border-radius:30px;width:fit-content}.cart-drawer__quantity-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#000;transition:opacity .2s ease}.cart-drawer__quantity-btn:hover{opacity:.6}.cart-drawer__quantity-value{font-size:14px;font-weight:500;min-width:30px;text-align:center}.cart-drawer__item-actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}.cart-drawer__remove{background:none;border:none;padding:0;cursor:pointer;color:#666;transition:color .2s ease}.cart-drawer__remove:hover{color:#000}.cart-drawer__item-total{font-size:14px;font-weight:600;color:#000;margin:0}.cart-drawer__footer{padding:0 40px 40px}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;padding:20px 0}.cart-drawer__subtotal-label{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:#000}.cart-drawer__subtotal-value{font-size:18px;font-weight:600;color:#000}.cart-drawer__shipping-note{font-size:13px;color:#666;margin:0 0 25px}.cart-drawer__shipping-note a{color:#000;text-decoration:underline}.cart-drawer__checkout{display:flex;align-items:center;justify-content:center;width:100%;padding:16px 32px;background-color:#000;color:#fff;border:1.5px solid #000000;border-radius:50px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;text-decoration:none;transition:all .3s ease;margin-bottom:15px}.cart-drawer__checkout:hover{background-color:transparent;color:#000}.cart-drawer__view-cart{display:block;text-align:center;font-size:14px;font-weight:500;color:#000;text-decoration:underline;text-underline-offset:3px;transition:opacity .2s ease}.cart-drawer__view-cart:hover{opacity:.7}@media screen and (max-width:768px){.cart-drawer__container{max-width:100%;border-left:none}.cart-drawer__header{padding:30px 25px 20px}.cart-drawer__title{font-size:28px}.cart-drawer__items{padding:20px 25px}.cart-drawer__item{grid-template-columns:70px 1fr auto;gap:15px}.cart-drawer__item-image{width:70px;height:70px}.cart-drawer__item-title{font-size:14px}.cart-drawer__footer{padding:0 25px 30px}.cart-drawer__checkout{padding:14px 24px;font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/cart-drawer.css.map */
