.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100%;background:var(--c-cream, #f5f0e8);z-index:1100;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s var(--ease, cubic-bezier(.22, 1, .36, 1));box-shadow:-4px 0 24px #0000;visibility:hidden}.cart-drawer.is-open{transform:translate(0);box-shadow:-8px 0 40px #0003;visibility:visible}.cart-drawer--loading{opacity:.6;pointer-events:none}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.5rem;border-bottom:1px solid var(--c-border, rgba(0,0,0,.08));flex-shrink:0}.cart-drawer__title{font-family:var(--font-display, "DM Serif Display", serif);font-size:1.3rem;font-weight:400;margin:0;display:flex;align-items:center;gap:.5rem}.cart-drawer__count{font-family:var(--font-ui, "Inter", sans-serif);font-size:.75rem;font-weight:700;background:var(--c-dark, #0a0a0a);color:var(--c-cream, #f5f0e8);border-radius:50%;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}.cart-drawer__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;cursor:pointer;border-radius:50%;transition:background .2s;color:var(--c-text, #0a0a0a)}.cart-drawer__close:hover{background:#0000000f}.cart-drawer__close svg{width:18px;height:18px}.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.5rem;-webkit-overflow-scrolling:touch}.cart-drawer__items{display:flex;flex-direction:column;gap:1rem}.cart-drawer-item{display:grid;grid-template-columns:64px 1fr;gap:.8rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.05)}.cart-drawer-item__image{display:block;border-radius:var(--radius-sm, 6px);overflow:hidden;background:#00000008}.cart-drawer-item__image img{width:100%;height:auto;display:block;object-fit:cover}.cart-drawer-item__info{display:flex;flex-direction:column;gap:.3rem}.cart-drawer-item__title{font-family:var(--font-body, "Space Grotesk", sans-serif);font-size:.85rem;font-weight:500;color:var(--c-text, #0a0a0a);text-decoration:none;line-height:1.3}.cart-drawer-item__title:hover{color:var(--c-green, #2d5a3d)}.cart-drawer-item__variant{font-family:var(--font-ui, "Inter", sans-serif);font-size:.75rem;color:var(--c-muted, #888)}.cart-drawer-item__price{font-family:var(--font-ui, "Inter", sans-serif);font-size:.85rem;font-weight:700}.cart-drawer-item__actions{display:flex;align-items:center;gap:.5rem;margin-top:.3rem}.cart-drawer-item__remove{display:inline-flex;align-items:center;background:none;border:none;cursor:pointer;color:var(--c-muted, #888);padding:0;transition:color .2s}.cart-drawer-item__remove:hover{color:var(--c-accent, #e85d3a);transform:scale(1.1)}.cart-drawer-item__remove svg{width:15px;height:15px}.cart-drawer__footer{padding:1.2rem 1.5rem;border-top:1.5px solid var(--c-border, rgba(0,0,0,.08));flex-shrink:0;display:flex;flex-direction:column;gap:.8rem}.cart-drawer__shipping-note{display:flex;align-items:center;gap:.4rem;font-family:var(--font-ui, "Inter", sans-serif);font-size:.78rem;font-weight:600;color:var(--c-green, #2d5a3d)}.cart-drawer__shipping-note svg{width:16px;height:16px}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center}.cart-drawer__subtotal-label{font-family:var(--font-ui, "Inter", sans-serif);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.cart-drawer__subtotal-price{font-family:var(--font-ui, "Inter", sans-serif);font-size:1.2rem;font-weight:800}.cart-drawer__checkout{width:100%}.cart-drawer__continue{display:block;text-align:center;font-family:var(--font-ui, "Inter", sans-serif);font-size:.82rem;font-weight:600;color:var(--c-muted, #888);text-decoration:underline;text-underline-offset:3px;transition:color .2s}.cart-drawer__continue:hover{color:var(--c-text, #0a0a0a)}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem;min-height:300px}.cart-drawer__empty-icon{width:56px;height:56px;color:var(--c-muted, #888);margin-bottom:1rem}.cart-drawer__empty-icon svg{width:100%;height:100%}.cart-drawer__empty-text{font-family:var(--font-body, "Space Grotesk", sans-serif);font-size:.95rem;color:var(--c-muted, #888);margin-bottom:1.5rem}.cart-header{margin-bottom:2rem}.cart-header__title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:400}.cart-header__count{font-family:var(--font-ui);font-size:1rem;font-weight:600;color:var(--c-muted)}.cart-items__header{display:none}@media(min-width:768px){.cart-items__header{display:grid;grid-template-columns:2.5fr 1fr 1fr 1fr 60px;gap:1rem;padding:.8rem 1rem;border-bottom:1.5px solid var(--c-border);font-family:var(--font-ui);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--c-muted)}}.cart-item{padding:1.5rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.cart-item__image-link{display:block}.cart-item__image{border-radius:var(--radius-sm);width:80px;height:auto}@media(max-width:767px){.cart-item{display:grid;grid-template-columns:80px 1fr;gap:1rem;align-items:start}.cart-item__details-mobile{display:flex;flex-direction:column;gap:.5rem}.cart-item__product{display:contents}.cart-item__image-wrapper,.cart-item__price--desktop,.cart-item__total--desktop{display:none}.cart-item__remove-desktop{display:none!important}.cart-item__mobile-row{display:flex;align-items:center;justify-content:space-between}}@media(min-width:768px){.cart-item{display:grid;grid-template-columns:2.5fr 1fr 1fr 1fr 60px;gap:1rem;align-items:center}.cart-item>.cart-item__image-link{display:none}.cart-item__details-mobile{display:contents}.cart-item__product{display:flex;gap:1rem;align-items:center}.cart-item__image-wrapper img{width:80px;border-radius:var(--radius-sm)}.cart-item__mobile-row{display:none}.cart-item__remove-desktop{display:flex!important;justify-content:center}}.cart-item__vendor{font-family:var(--font-ui);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--c-green);display:block;margin-bottom:2px}.cart-item__title{font-family:var(--font-body);font-size:.88rem;font-weight:500;color:var(--c-text);text-decoration:none;display:block;line-height:1.4}.cart-item__title:hover{color:var(--c-green)}.cart-item__variant{font-family:var(--font-ui);font-size:.78rem;color:var(--c-muted);display:block}.cart-item__price{font-family:var(--font-ui);font-size:.88rem;font-weight:700}.cart-item__price--original{text-decoration:line-through;color:var(--c-muted);font-weight:400;display:block}.cart-item__price--sale{color:var(--c-accent);display:block}.cart-item__total,.cart-item__mobile-price{font-family:var(--font-ui);font-size:.95rem;font-weight:800}.quantity-selector{display:inline-flex;align-items:center;border:1.5px solid var(--c-border);border-radius:var(--radius-sm);overflow:hidden}.quantity-selector__btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;font-size:1rem;color:var(--c-text);transition:background .2s}.quantity-selector__btn:hover{background:#0000000a}.quantity-selector__btn:disabled{opacity:.3;cursor:not-allowed}.quantity-selector__input{width:48px;height:36px;text-align:center;border:none;border-left:1.5px solid var(--c-border);border-right:1.5px solid var(--c-border);font-family:var(--font-ui);font-size:.85rem;font-weight:700;color:var(--c-text);background:none;outline:none;-moz-appearance:textfield}.quantity-selector__input::-webkit-outer-spin-button,.quantity-selector__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item__remove{display:inline-flex;align-items:center;gap:.3rem;background:none;border:none;cursor:pointer;font-family:var(--font-ui);font-size:.78rem;font-weight:600;color:var(--c-muted);transition:color .2s;padding:0}.cart-item__remove:hover{color:var(--c-accent)}.cart-item__remove svg{width:14px;height:14px}.cart-footer{margin-top:2rem;padding-top:2rem;border-top:1.5px solid var(--c-border)}.cart-footer__inner{max-width:400px;margin-left:auto;display:flex;flex-direction:column;gap:1rem}.cart-note__label{font-family:var(--font-ui);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--c-text);display:block;margin-bottom:.4rem}.cart-note__textarea{width:100%;padding:.7rem 1rem;background:#0000000a;border:1.5px solid var(--c-border);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.88rem;color:var(--c-text);outline:none;resize:vertical;min-height:80px;transition:all .3s}.cart-note__textarea:focus{background:#fff;border-color:var(--c-green)}.cart-shipping-note{display:flex;align-items:center;gap:.5rem;font-family:var(--font-ui);font-size:.82rem;font-weight:600;color:var(--c-green)}.cart-shipping-note svg{width:18px;height:18px}.cart-subtotal{display:flex;justify-content:space-between;align-items:center}.cart-subtotal__label{font-family:var(--font-ui);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.cart-subtotal__price{font-family:var(--font-ui);font-size:1.3rem;font-weight:800}.cart-checkout{width:100%}.cart-empty{text-align:center;padding:clamp(3rem,8vw,6rem) 1rem}.cart-empty__icon{width:64px;height:64px;margin:0 auto 1.5rem;color:var(--c-muted)}.cart-empty__icon svg{width:100%;height:100%}.cart-empty__title{font-family:var(--font-display);font-size:1.8rem;margin-bottom:.5rem}.cart-empty__text{color:var(--c-muted);margin-bottom:1.5rem}.shipping-bar{margin-bottom:1rem}.shipping-bar__text{font-family:var(--font-ui);font-size:.82rem;font-weight:600;margin-bottom:.4rem;color:var(--c-text)}.shipping-bar__text strong{color:var(--c-green)}.shipping-bar__track{width:100%;height:6px;background:var(--c-border);border-radius:var(--radius-full);overflow:hidden}.shipping-bar__fill{height:100%;background:linear-gradient(90deg,var(--c-green),var(--c-gold));border-radius:var(--radius-full);transition:width .5s var(--ease)}.shipping-bar--done .shipping-bar__text{color:var(--c-green)}.shipping-bar--done .shipping-bar__fill{background:var(--c-green);box-shadow:0 0 10px #2d5a3d4d}.cart-upsell{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--c-border)}.cart-upsell__title{font-family:var(--font-ui);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem;color:var(--c-text)}.cart-upsell__grid{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem}.cart-upsell__grid .p-card{min-width:160px;max-width:180px;flex-shrink:0}.cart-gift-wrap{display:flex;align-items:center;gap:.6rem;padding:.8rem 1rem;background:var(--c-warm, rgba(0,0,0,.03));border-radius:var(--radius-sm);cursor:pointer;transition:background .2s}.cart-gift-wrap:hover{background:#0000000f}.cart-gift-wrap__checkbox{accent-color:var(--c-green);width:18px;height:18px;cursor:pointer}.cart-gift-wrap__label{font-family:var(--font-ui);font-size:.85rem;font-weight:600;color:var(--c-text);cursor:pointer}.cart-gift-wrap__price{font-size:.82rem;color:var(--c-muted);margin-left:auto}.cart-checkout .btn--primary,.cart-drawer__checkout .btn--primary{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:1.05rem 2rem;background:var(--c-green, #2d5a3d);color:#fff;border:2px solid var(--c-green, #2d5a3d);border-radius:var(--radius-full, 999px);font-family:var(--font-ui, inherit);font-size:.95rem;font-weight:700;letter-spacing:.04em;line-height:1;cursor:pointer;transition:background .25s,border-color .25s,transform .25s,box-shadow .25s}.cart-checkout .btn--primary:hover,.cart-drawer__checkout .btn--primary:hover{background:var(--c-green-light, #3d7a52);border-color:var(--c-green-light, #3d7a52);transform:translateY(-2px);box-shadow:0 8px 24px #2d5a3d47}.cart-checkout .btn--primary:active,.cart-drawer__checkout .btn--primary:active{transform:translateY(0);box-shadow:none}.cart-checkout .btn--primary:focus-visible,.cart-drawer__checkout .btn--primary:focus-visible{outline:3px solid var(--c-gold, #c8956c);outline-offset:3px}@media(prefers-reduced-motion:reduce){.cart-checkout .btn--primary,.cart-drawer__checkout .btn--primary{transition:none}.cart-checkout .btn--primary:hover,.cart-drawer__checkout .btn--primary:hover{transform:none}}html.dark .cart-checkout .btn--primary,html.dark .cart-drawer__checkout .btn--primary{background:#3d7a52;border-color:#3d7a52;color:#fff}html.dark .cart-checkout .btn--primary:hover,html.dark .cart-drawer__checkout .btn--primary:hover{background:#4a9163;border-color:#4a9163;box-shadow:0 8px 24px #4a916359}
/*# sourceMappingURL=/cdn/shop/t/13/assets/component-cart.css.map */
