.cart-drawer--overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:999;opacity:0;transition:opacity .3s ease}.cart-drawer--overlay.is-visible{display:block}.cart-drawer--overlay.is-open{opacity:1}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:420px;background:#fff;color:#1a1a1a;z-index:1000;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 32px #0000001a}.cart-drawer.is-open{transform:translate(0)}.cart-drawer--header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #e5e5e5;flex-shrink:0}.cart-drawer--title{font-size:1rem;font-weight:700;margin:0;display:flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.06em}.cart-drawer--count{display:inline-flex;align-items:center;justify-content:center;background:#e8472a;color:#fff;border-radius:50%;width:20px;height:20px;font-size:.7rem;font-weight:700}.cart-drawer--count:empty{display:none}.cart-drawer--close{background:none;border:none;cursor:pointer;padding:4px;color:#1a1a1a;line-height:0;transition:opacity .2s}.cart-drawer--close:hover{opacity:.5}.cart-drawer--close svg{width:18px;height:18px}.cart-drawer--body{flex:1;overflow-y:auto;padding:0 20px;-webkit-overflow-scrolling:touch}.cart-drawer--empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:14px;padding:40px 20px;text-align:center}.cart-drawer--empty p{font-size:.95rem;color:#888;margin:0}.cart-drawer--empty-actions{display:flex;flex-direction:column;gap:10px;width:100%}.cart-drawer--empty-btn{display:flex;align-items:center;justify-content:center;padding:13px 20px;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;text-decoration:none;transition:background .2s,color .2s,opacity .2s}.cart-drawer--empty-btn--primary{background:#e8472a;color:#fff;border-radius:10px;border:1px solid #e8472a}.cart-drawer--empty-btn--primary:hover{opacity:.88;cursor:pointer}.cart-drawer--empty-btn--secondary{background:transparent;color:#141733;border:2px solid #141733;border-radius:10px}.cart-drawer--empty-btn--secondary:hover{background:#141733;color:#fff}.cart-drawer--items{list-style:none;margin:0;padding:0}.cart-drawer--item{display:grid;grid-template-columns:80px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid #e5e5e5}.cart-drawer--item:last-child{border-bottom:none}.cart-drawer--item-image{width:80px;height:80px;object-fit:contain;border:1px solid #e5e5e5;border-radius:2px;background:#fafafa}.cart-drawer--item-image.placeholder{display:block}.cart-drawer--item-details{display:flex;flex-direction:column;justify-content:space-between;gap:4px;min-width:0;flex:1}.cart-drawer--item-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.cart-drawer--item-title{font-size:.82rem;font-weight:600;color:#141733;text-decoration:none;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.cart-drawer--item-title:hover{color:#e8472a}.cart-drawer--item-variant{font-size:.78rem;color:#888;margin:0}.cart-drawer--item-remove{background:none;border:none;cursor:pointer;padding:2px;color:#aaa;line-height:0;transition:color .15s;display:flex;align-items:center;flex-shrink:0}.cart-drawer--item-remove:hover{color:#141733}.cart-drawer--item-remove svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}.cart-drawer--item-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.cart-drawer--item-price{font-size:.9rem;font-weight:700;color:#141733}.cart-drawer--item-qty{display:flex;align-items:center;border:1px solid #e5e5e5;border-radius:2px;width:fit-content}.cart-drawer--qty-btn{background:none;border:none;width:28px;height:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#141733;transition:background .15s}.cart-drawer--qty-btn:hover{background:#f5f5f5}.cart-drawer--qty-value{font-size:.82rem;font-weight:600;min-width:26px;text-align:center;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;height:28px;display:flex;align-items:center;justify-content:center}.cart-drawer--footer{border-top:1px solid #e5e5e5;padding:16px 20px 20px;flex-shrink:0;display:flex;flex-direction:column;gap:10px}.cart-drawer--subtotal{display:flex;justify-content:space-between;align-items:baseline}.cart-drawer--subtotal-label{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.cart-drawer--subtotal-price{font-size:1rem;font-weight:700}.cart-drawer--taxes-note{font-size:.75rem;color:#888;margin:0;text-align:center}.cart-drawer--taxes-note a{color:#888}.cart-drawer--actions{display:flex;flex-direction:column;gap:8px}.cart-drawer--view-cart{display:flex;align-items:center;justify-content:center;padding:12px 20px;border:2px solid #141733;color:#141733;background:transparent;font-size:.82rem;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:.06em;transition:background .2s,color .2s;border-radius:10px}.cart-drawer--view-cart:hover{background:#141733;color:#fff}.cart-drawer--checkout{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;background:#e8472a;color:#fff;border:none;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;transition:opacity .2s;border-radius:10px}.cart-drawer--checkout:hover{opacity:.88}.cart-drawer--checkout svg{width:14px;height:14px}body.cart-drawer-open{overflow:hidden}@media(max-width:480px){.cart-drawer{max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/cart-drawer.css.map */
