.cart-drawer{position:fixed;top:0;right:0;height:100%;width:min(420px,95vw);background:var(--color-white, #fff);transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);z-index:1000;display:flex;flex-direction:column;box-shadow:-4px 0 40px #0000001f}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border, #e2e2e9);display:flex;justify-content:space-between;align-items:center;flex-shrink:0;background:var(--color-white, #fff)}.cart-drawer__title{font-family:"DM Serif Display",serif;font-size:1.375rem;color:var(--color-text, #171A2B);letter-spacing:-.01em;margin:0;line-height:1.2}.cart-drawer__title-count{font-family:DM Sans,system-ui,sans-serif;font-size:.875rem;font-weight:400;color:#888898;margin-left:.375rem}.cart-drawer__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--color-surface, #F5F5FA);border:none;cursor:pointer;color:var(--color-text, #171A2B);transition:background .2s ease,color .2s ease,transform .15s ease;flex-shrink:0}.cart-drawer__close:hover{background:var(--color-border, #e2e2e9)}.cart-drawer__close:active{transform:scale(.92)}.cart-drawer__close svg{width:18px;height:18px;pointer-events:none}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.5rem;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.cart-drawer__body::-webkit-scrollbar{width:4px}.cart-drawer__body::-webkit-scrollbar-track{background:transparent}.cart-drawer__body::-webkit-scrollbar-thumb{background:var(--color-border, #e2e2e9);border-radius:2px}.shipping-progress-wrap{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-border, #e2e2e9)}.shipping-progress__text{font-size:.875rem;color:#888898;margin-bottom:.625rem;line-height:1.5}.shipping-progress__text strong{color:var(--color-primary, #4967FF);font-weight:700}.cart-items-list{display:flex;flex-direction:column}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1rem 0;border-bottom:1px solid #f0f0f5;align-items:start}.cart-item:last-child{border-bottom:none}.cart-item__image{border-radius:var(--radius-sm, 8px);aspect-ratio:1 / 1;object-fit:cover;width:80px;height:80px;display:block;background:var(--color-surface, #F5F5FA);flex-shrink:0;transition:opacity .2s ease}.cart-item__image:hover{opacity:.85}.cart-item__info{display:flex;flex-direction:column;gap:.25rem;min-width:0}.cart-item__title{font-weight:600;font-size:.9375rem;color:var(--color-text, #171A2B);line-height:1.3;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.cart-item__title:hover{color:var(--color-primary, #4967FF)}.cart-item__variant{font-size:.8125rem;color:#888898;line-height:1.4}.cart-item__property{font-size:.75rem;color:#888898;line-height:1.4}.cart-item__discount{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.125rem}.cart-item__discount span{font-size:.6875rem;font-weight:600;background:#4967ff14;color:var(--color-primary, #4967FF);padding:.125rem .5rem;border-radius:9999px;display:inline-block}.cart-item__qty-row{margin-top:.625rem}.cart-item__price-col{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:.5rem;min-width:64px}.cart-item__remove{background:none;border:none;cursor:pointer;color:#888898;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease,color .2s ease;width:28px;height:28px;flex-shrink:0}.cart-item__remove:hover{background:#fff0ef;color:#e03131}.cart-item__remove svg{pointer-events:none}.cart-item .qty-selector{border:2px solid var(--color-border, #e2e2e9);border-radius:9999px;overflow:hidden;display:inline-flex;align-items:center;background:#fff}.cart-item .qty-btn{width:32px;height:36px;font-size:1.1rem;font-weight:600;background:transparent;border:none;cursor:pointer;color:var(--color-text, #171A2B);display:flex;align-items:center;justify-content:center;transition:background .15s ease;flex-shrink:0}.cart-item .qty-btn:hover{background:var(--color-surface, #F5F5FA)}.cart-item .qty-input{width:36px;text-align:center;border:none;border-left:1.5px solid var(--color-border, #e2e2e9);border-right:1.5px solid var(--color-border, #e2e2e9);border-radius:0;height:36px;font-weight:600;font-size:.875rem;color:var(--color-text, #171A2B);background:#fff;padding:0;box-shadow:none;-moz-appearance:textfield}.cart-item .qty-input::-webkit-inner-spin-button,.cart-item .qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-item .qty-input:focus{outline:none;box-shadow:none}.cart-item .price{font-weight:700;font-size:.9375rem;color:var(--color-text, #171A2B);white-space:nowrap}.cart-item .price--compare{font-size:.8125rem;text-decoration:line-through;color:#888898;font-weight:400}.cart-item .price--sale{color:#e53e3e}.cart-item .price-wrap{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:.125rem}.cart-empty{text-align:center;padding:3rem 1.5rem;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.cart-empty__icon{font-size:4rem;margin-bottom:1rem;line-height:1}.cart-empty__title{font-family:"DM Serif Display",serif;font-size:1.5rem;color:var(--color-text, #171A2B);margin-bottom:.625rem}.cart-empty__text{font-size:.9375rem;color:#888898;line-height:1.6;max-width:260px;margin:0 auto 1.75rem}.cart-drawer__footer{padding:1.5rem;border-top:1px solid var(--color-border, #e2e2e9);background:var(--color-white, #fff);flex-shrink:0}.cart-discounts{margin-bottom:.875rem}.cart-discount-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--color-primary, #4967FF);font-weight:600;padding:.25rem 0}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;font-size:1.125rem;font-weight:700;color:var(--color-text, #171A2B);margin:1rem 0}.cart-subtotal__label{font-weight:700}.cart-subtotal__amount{font-weight:800;font-size:1.25rem}.cart-footer__note{font-size:.75rem;color:#888898;margin-bottom:1rem;line-height:1.5;text-align:center}.cart-checkout-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;background:var(--color-primary, #4967FF);color:#fff;font-family:DM Sans,system-ui,sans-serif;font-size:1rem;font-weight:700;border-radius:9999px;text-decoration:none;border:none;cursor:pointer;transition:background .2s ease,box-shadow .2s ease,transform .15s ease;line-height:1}.cart-checkout-btn:hover{background:#3650e8;box-shadow:0 4px 16px #4967ff59}.cart-checkout-btn:active{transform:scale(.98)}.cart-view-cart-link{display:flex;align-items:center;justify-content:center;margin-top:.75rem;font-size:.875rem;font-weight:600;color:var(--color-text, #171A2B);text-decoration:none;padding:.5rem;border-radius:9999px;transition:background .2s ease}.cart-view-cart-link:hover{background:var(--color-surface, #F5F5FA)}.cart-upsell{background:linear-gradient(135deg,#f0f4ff,#f8f0ff);border-radius:16px;padding:1rem 1.125rem;margin-top:1rem;margin-bottom:1.25rem}.cart-upsell__title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-primary, #4967FF);margin-bottom:.75rem;opacity:.85}.cart-upsell__products{display:flex;flex-direction:column;gap:.75rem}.cart-upsell-item{display:flex;align-items:center;gap:.75rem}.cart-upsell-item__image{width:52px;height:52px;border-radius:10px;object-fit:cover;background:#fff;flex-shrink:0}.cart-upsell-item__info{flex:1;min-width:0}.cart-upsell-item__title{font-size:.8125rem;font-weight:600;color:var(--color-text, #171A2B);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-upsell-item__price{font-size:.75rem;color:#888898}.cart-upsell-item__add{padding:.375rem .875rem;background:var(--color-primary, #4967FF);color:#fff;border:none;border-radius:9999px;font-size:.75rem;font-weight:700;cursor:pointer;transition:background .2s ease;white-space:nowrap;flex-shrink:0}.cart-upsell-item__add:hover{background:#3650e8}.cart-gift-banner{background:linear-gradient(135deg,var(--color-mint, #BDEFD8) 0%,var(--color-sky, #8ED8FF) 100%);border-radius:14px;padding:1rem 1.125rem;display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.cart-gift-banner__icon{font-size:1.75rem;flex-shrink:0;line-height:1}.cart-gift-banner__text{flex:1;min-width:0}.cart-gift-banner__title{font-weight:700;font-size:.9375rem;color:var(--color-text, #171A2B);margin-bottom:.125rem}.cart-gift-banner__desc{font-size:.8125rem;color:#171a2ba6}.cart-trust{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border, #e2e2e9);flex-wrap:wrap}.cart-trust__item{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:#888898;font-weight:500}.cart-trust__item svg{width:16px;height:16px;color:var(--color-primary, #4967FF);flex-shrink:0}.cart-drawer.is-loading .cart-drawer__body{position:relative;pointer-events:none}.cart-drawer.is-loading .cart-drawer__body:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff9;display:flex;align-items:center;justify-content:center}@keyframes cart-item-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.cart-item{animation:cart-item-in .25s ease both}.cart-item:nth-child(2){animation-delay:40ms}.cart-item:nth-child(3){animation-delay:80ms}.cart-item:nth-child(4){animation-delay:.12s}.cart-item:nth-child(5){animation-delay:.16s}@media(prefers-reduced-motion:reduce){.cart-item{animation:none}.cart-drawer{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/component-cart-drawer.css.map */
