.cart-drawer{position:fixed;top:0;right:-100%;width:100%;max-width:450px;height:100vh;z-index:1000;transition:right .3s ease;display:flex;flex-direction:column}.cart-drawer.active{right:0}.cart-drawer__overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000004d;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:999}.cart-drawer.active .cart-drawer__overlay{opacity:1;visibility:visible}.cart-drawer__content{background:#fff;height:100%;display:flex;flex-direction:column;overflow:hidden;position:relative;z-index:1001}.cart-drawer__header{padding:20px;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center}.cart-drawer__title{display:flex!important;align-items:center!important;gap:10px;flex-direction:row!important}.cart-drawer__title-text{font-family:Denton,serif;font-size:32px;font-weight:300;margin:0!important;line-height:1!important;display:inline-block;vertical-align:middle}.cart-drawer__count{background:#000!important;color:#fff!important;width:32px!important;height:32px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:16px;font-weight:700;line-height:1!important;margin:0!important;padding:0!important;flex-shrink:0}.cart-drawer__close{background:#000;color:#fff;width:40px;height:40px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease}.cart-drawer__close:hover{transform:scale(1.05)}.cart-drawer__close svg{width:14px!important;height:14px!important}.cart-drawer__items{flex:1;overflow-y:auto;padding:20px;background:#f8f8f8}.cart-drawer__item{display:flex;gap:15px;padding:8px 0;border-bottom:1px solid #e5e5e5;position:relative}.cart-drawer__item:last-child{border-bottom:none}.cart-drawer__item-image{width:80px;height:80px;object-fit:cover;border-radius:8px;flex-shrink:0}.cart-drawer__item-details{flex:1;display:flex;flex-direction:column;gap:8px}.cart-drawer__item-title{font-family:Satoshi,sans-serif;font-weight:500;font-size:16px;color:#000;margin:0;line-height:1.3}.cart-drawer__item-variant{font-family:Satoshi,sans-serif;font-weight:400;font-size:14px;color:#666;margin:0}.cart-drawer__item-bottom{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto}.cart-drawer__item-remove{position:absolute;top:-8px;right:-8px;background:#d9d9d9;color:#000;width:24px;height:24px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease;padding:0}.cart-drawer__item-remove img{width:14px!important;height:18px!important;object-fit:contain;max-width:none!important;max-height:none!important}.cart-drawer__item-remove:hover{transform:scale(1.1)}.cart-drawer__item-quantity{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;border:1px solid #ddd;border-radius:4px;padding:10px 12px;background:#fff;align-self:flex-start}.cart-drawer__quantity-label{font-family:Hellix,sans-serif;font-weight:400;font-size:11px;color:#000;white-space:nowrap;margin:0;line-height:1}.cart-drawer__quantity-select{border:none!important;background:transparent!important;font-family:Hellix,sans-serif;font-weight:400;font-size:14px;cursor:pointer;padding:0 18px 0 0!important;margin:0!important;outline:none!important;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right center!important;box-shadow:none!important;line-height:1}.cart-drawer__quantity-select:focus{border:none!important;outline:none!important;box-shadow:none!important}.cart-drawer__item-link{color:inherit;text-decoration:none;cursor:pointer}.cart-drawer__item-link:hover{color:inherit;text-decoration:none}.cart-drawer__item-price{display:flex;align-items:baseline;gap:8px;margin-top:5px}.cart-drawer__item-price-current{font-family:Hellix,sans-serif;font-weight:400;font-size:18px;color:#000}.cart-drawer__item-price-original{font-family:Hellix,sans-serif;font-weight:400;font-size:16px;color:#999;text-decoration:line-through}.cart-drawer__footer{background:#1a1a1a;padding:20px;margin-top:auto;border-top:1px solid #333}.cart-drawer__summary{display:flex!important;flex-direction:column!important;gap:0!important}.cart-drawer__subtotal{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;font-size:16px!important;margin-bottom:0!important}.cart-drawer__subtotal-left{display:flex!important;flex-direction:column!important;gap:0!important}.cart-drawer__subtotal-label{font-family:Satoshi,sans-serif!important;font-weight:500!important;font-size:18px!important;color:#fff!important;margin-bottom:0!important;line-height:1!important}.cart-drawer__toggle-btn{background:none!important;border:none!important;padding:0!important;cursor:pointer!important;text-align:left!important;margin-top:20px!important;margin-bottom:0!important}.cart-drawer__toggle-text{font-family:Satoshi,sans-serif!important;font-weight:400!important;font-size:14px!important;color:#fff!important;text-decoration:underline!important;margin-bottom:0!important;line-height:1!important}.cart-drawer__subtotal-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;justify-content:flex-start}.cart-drawer__prices{display:flex;flex-direction:row;align-items:center;gap:10px}.cart-drawer__price-original{text-decoration:line-through!important;color:#999!important;font-family:Satoshi,sans-serif!important;font-weight:400!important;font-size:16px!important;margin:0!important}.cart-drawer__price-current{font-family:Satoshi,sans-serif!important;font-weight:500!important;font-size:20px!important;color:#fff!important;line-height:1!important;margin:0!important}.cart-drawer__savings{font-family:Satoshi,sans-serif;font-weight:500;font-size:12px;color:#000;background:#fff;padding:4px 8px;border-radius:12px;display:inline-block!important;white-space:nowrap;margin:0!important;visibility:visible!important;opacity:1!important}.cart-drawer__shipment{font-family:Satoshi,sans-serif!important;font-weight:400!important;font-size:14px!important;color:#fff!important;text-align:left!important;margin-top:20px!important;margin-bottom:20px!important}.cart-drawer__shipment span{margin-bottom:0!important;line-height:1!important}.cart-drawer__details{display:none;flex-direction:column;gap:0;margin-top:0;margin-bottom:15px;padding:8px 15px;background:#ffffff0d;border-radius:8px;border-top:1px solid #333}.cart-drawer__detail-row{display:flex;justify-content:space-between;font-family:Satoshi,sans-serif;font-weight:400;font-size:14px;color:#fff;margin:0;padding:0}.cart-drawer__detail-row span{margin:0;padding:0;line-height:1.2}.cart-drawer__discount-info{display:flex;align-items:center;gap:8px}.cart-drawer__discount-code{background:#fff;color:#000;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:700}.cart-drawer__checkout{width:100%;background:#fff;color:#000;border:none;padding:15px 20px;border-radius:8px;font-family:Satoshi,sans-serif;font-weight:500;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:transform .2s ease}.cart-drawer__checkout:hover{transform:scale(1.02)}.cart-drawer__checkout .btn-arrow{width:16px;height:16px}.cart-drawer__disclaimer{font-family:Satoshi,sans-serif;font-weight:400;font-size:12px;color:#ccc;text-align:center;margin:10px 0 0}@media screen and (max-width: 768px){.cart-drawer{max-width:100%}.cart-drawer__footer{padding:15px}.cart-drawer__subtotal-label{font-size:16px}.cart-drawer__subtotal-right{flex-direction:column;align-items:flex-end;gap:0!important}.cart-drawer__price-current{font-size:18px!important}.cart-drawer__price-original{font-size:14px!important}.cart-drawer__savings{font-size:11px;padding:4px 8px;margin-left:0!important}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/cart-drawer.css.map */
