.cart-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#0a0908b3;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-drawer-backdrop.is-open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:100;width:100%;max-width:420px;background:var(--color-raised);border-left:1px solid rgba(255,255,255,.07);box-shadow:-24px 0 60px #0000008c;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);will-change:transform}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.75rem 1.5rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.cart-drawer__title{font-size:20px;font-weight:700;color:var(--fg-primary);letter-spacing:-.01em}.cart-drawer__subtitle{font-size:12px;color:var(--fg-minimal);margin-top:.2rem;letter-spacing:.02em}.cart-drawer__close{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:50%;color:var(--fg-mid);flex-shrink:0;transition:background .15s,color .15s}.cart-drawer__close:hover{background:#ffffff1a;color:var(--fg-high)}.cart-drawer__body{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:1rem 1.5rem;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.08) transparent}.cart-drawer__body::-webkit-scrollbar{width:4px}.cart-drawer__body::-webkit-scrollbar-track{background:transparent}.cart-drawer__body::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:2px}.cart-drawer__loading{display:flex;align-items:center;justify-content:center;padding:4rem 0}.cart-drawer__loading-icon{font-size:40px;color:var(--fg-ghost);animation:cart-pulse 1.4s ease-in-out infinite}@keyframes cart-pulse{0%,to{opacity:.3}50%{opacity:.7}}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1.5rem;gap:1rem}.cart-drawer__empty-icon{font-size:48px;color:var(--fg-ghost)}.cart-drawer__empty-title{font-size:16px;font-weight:700;color:var(--fg-mid)}.cart-drawer__empty-body{font-size:13px;color:var(--fg-low);line-height:1.5}.cart-drawer__empty-cta{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:var(--tracking-btn);color:var(--color-amber);margin-top:.5rem}.cart-line{display:grid;grid-template-columns:72px 1fr auto;gap:1rem;align-items:flex-start;padding:1.125rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.cart-line:last-child{border-bottom:none}.cart-line__image{width:72px;height:72px;border-radius:.5rem;background:var(--color-mid);border:1px solid rgba(255,255,255,.07);object-fit:contain;flex-shrink:0;padding:4px}.cart-line__image--placeholder{width:72px;height:72px;border-radius:.5rem;background:var(--color-mid);border:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-line__info{display:flex;flex-direction:column;gap:.3rem;min-width:0}.cart-line__name{font-size:14px;font-weight:600;color:var(--fg-high);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-line__variant{font-size:11px;color:var(--fg-minimal);text-transform:uppercase;letter-spacing:.05em}.cart-line__price{font-size:14px;font-weight:700;color:var(--fg-primary);margin-top:.25rem}.cart-line__qty{display:flex;align-items:center;gap:.375rem;margin-top:.625rem}.cart-line__qty-btn{width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.09);border-radius:.375rem;color:var(--fg-mid);font-size:14px;line-height:1;transition:background .15s,color .15s}.cart-line__qty-btn:hover{background:#ffffff1a;color:var(--fg-high)}.cart-line__qty-num{font-size:13px;font-weight:600;color:var(--fg-high);min-width:20px;text-align:center}.cart-line__remove{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:none;border:none;color:var(--fg-minimal);border-radius:50%;transition:background .15s,color .15s;flex-shrink:0;margin-top:4px}.cart-line__remove:hover{background:#e850501a;color:#e85050}.cart-drawer__footer{flex-shrink:0;padding:1.25rem 1.5rem 1.5rem;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:1rem;background:var(--color-raised)}.cart-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:.5rem}.cart-drawer__subtotal-label{font-size:13px;font-weight:500;color:var(--fg-mid);text-transform:uppercase;letter-spacing:.08em}.cart-drawer__subtotal-value{font-size:18px;font-weight:700;color:var(--fg-primary)}.cart-drawer__checkout-btn{width:100%;justify-content:center;font-size:13px;padding:1rem}.cart-drawer__trust{display:flex;align-items:center;justify-content:center;gap:.5rem}.cart-drawer__trust-icon{font-size:16px;color:#e8a0608c}.cart-drawer__trust-text{font-size:11px;color:var(--fg-minimal);letter-spacing:.03em}.cart-toast{position:fixed;top:1.5rem;right:1.5rem;z-index:110;display:flex;align-items:center;gap:.625rem;padding:.75rem 1.125rem;background:var(--color-hover);border:1px solid rgba(76,175,138,.3);border-radius:.625rem;box-shadow:0 8px 32px #00000073;transform:translate(calc(100% + 2rem));opacity:0;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s ease;pointer-events:none}.cart-toast.is-visible{transform:translate(0);opacity:1}.cart-toast__icon{font-size:18px;color:var(--color-success)}.cart-toast__text{font-size:13px;font-weight:600;color:var(--fg-high);white-space:nowrap}body.cart-drawer-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/2/assets/cart-drawer.css.map */
