.alfrea-cart{--cart-pad: 20px;--cart-gap: 16px;--cart-gap-sm: 8px;--cart-inset: 10px;--cart-panel-radius: 15px;--cart-panel-width: 420px;--cart-overlay: rgba(0, 0, 0, .5);--cart-shadow: 0 4px 20px rgba(0, 0, 0, .2);--cart-ink: #082a1e;--cart-muted: #3f6b57;--cart-line: #c7e8d5;--cart-accent: #0c5c3d;--cart-paper: #ffffff;--cart-cream: #f7f3ec;--cart-sale: #b4462f;position:fixed;top:0;left:0;width:100vw;height:100%;z-index:1000;display:flex;justify-content:flex-end;visibility:hidden}.alfrea-cart.active{visibility:visible}.alfrea-cart__root{display:flex;justify-content:flex-end;width:100%;height:100%}div.alfrea-cart__overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--cart-overlay);opacity:0;transition:opacity .2s ease}.alfrea-cart.active .alfrea-cart__overlay{opacity:1}.alfrea-cart__panel{position:relative;display:flex;flex-direction:column;margin:var(--cart-inset);width:100%;max-width:min(var(--cart-panel-width),calc(100% - (var(--cart-inset) * 2)));height:100%;max-height:calc(100% - (var(--cart-inset) * 2));border:0;border-radius:var(--cart-panel-radius);background:var(--cart-paper);color:var(--cart-ink);box-shadow:var(--cart-shadow);transform:translate(calc(100% + (var(--cart-inset) * 2)));transition:transform .25s ease;overflow:hidden}.alfrea-cart.active .alfrea-cart__panel{transform:translate(0)}@media(prefers-reduced-motion:reduce){.alfrea-cart__panel,.alfrea-cart__overlay{transition:none}}.alfrea-cart__empty{display:none;flex-direction:column;height:100%;padding:0}.alfrea-cart__panel.is-empty .alfrea-cart__empty{display:flex}.alfrea-cart__panel.is-empty .alfrea-cart__body,.alfrea-cart__panel.is-empty .alfrea-cart__footer{display:none}.alfrea-cart__empty-body{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:var(--cart-gap);padding:var(--cart-gap) var(--cart-pad) var(--cart-pad)}.alfrea-cart__empty-foot{flex:none;padding:var(--cart-gap) var(--cart-pad);border-top:1px solid var(--cart-line);background:var(--cart-paper);border-bottom-left-radius:var(--cart-panel-radius);border-bottom-right-radius:var(--cart-panel-radius)}.alfrea-cart__empty-text{margin:0;text-align:center;font-size:16px;color:var(--cart-muted)}.alfrea-cart__head{display:flex;align-items:center;justify-content:space-between;gap:var(--cart-gap);padding:var(--cart-pad) var(--cart-pad) var(--cart-gap-sm);border-bottom:1px solid var(--cart-line)}.alfrea-cart__title{margin:0;font-size:24px;font-weight:700;letter-spacing:-.01em;line-height:1.1}.alfrea-cart__close{display:grid;place-items:center;flex:none;width:32px;height:32px;padding:0;border:0;background:none;color:var(--cart-ink);cursor:pointer}.alfrea-cart__close svg{width:18px;height:18px}.alfrea-cart__body{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;padding:var(--cart-gap) var(--cart-pad);display:flex;flex-direction:column;gap:var(--cart-gap)}.alfrea-cart__timer{margin:0;padding:10px;border-radius:6px;border:1px solid #a9e6c5;background:#dff5e7;color:var(--cart-accent);font-size:12px;font-weight:700;letter-spacing:.04em;text-align:center;text-transform:uppercase}.alfrea-cart__progress-text{margin:0 0 var(--cart-gap-sm);text-align:center;font-size:13px;color:var(--cart-ink)}.alfrea-cart__progress-text strong,.alfrea-cart__progress-text b{font-weight:700}.alfrea-cart__progress-track{position:relative;height:10px;border-radius:999px;background:var(--cart-line)}.alfrea-cart__progress-fill{display:block;height:100%;border-radius:999px;background:var(--cart-accent);transition:width .3s ease}.alfrea-cart__progress-icon{position:absolute;top:50%;right:-4px;transform:translateY(-50%);display:grid;place-items:center;width:28px;height:28px;border-radius:50%;border:2px solid var(--cart-accent);background:var(--cart-paper);color:var(--cart-accent)}.alfrea-cart__items{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:var(--cart-gap)}.alfrea-cart__item{position:relative;display:grid;grid-template-columns:90px 1fr;gap:var(--cart-gap);align-items:start}.alfrea-cart__media{min-width:0}.alfrea-cart__img{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;border-radius:8px;background:var(--cart-cream)}.alfrea-cart__details{min-width:0;display:flex;flex-direction:column;gap:6px}.alfrea-cart__row-top{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--cart-gap-sm)}.alfrea-cart__name{font-size:15px;font-weight:600;line-height:1.3;color:var(--cart-ink);text-decoration:none}.alfrea-cart__price{flex:none;text-align:right;line-height:1.2}.alfrea-cart__price-now{display:block;font-size:15px;font-weight:700;color:var(--cart-ink)}.alfrea-cart__price-was{display:block;font-size:13px;line-height:1.2;color:var(--cart-sale);text-decoration:line-through}.alfrea-cart__variant{margin:0;font-size:13px;color:var(--cart-muted)}.alfrea-cart__controls{display:flex;align-items:center;justify-content:space-between;gap:var(--cart-gap);margin-top:2px}.alfrea-cart__qty{display:inline-flex;align-items:center;border:1px solid var(--cart-line);border-radius:6px;overflow:hidden}.alfrea-cart__qty-btn{display:grid;place-items:center;width:30px;height:30px;padding:0;border:0;background:none;color:var(--cart-ink);cursor:pointer}.alfrea-cart__qty-btn:disabled{opacity:.4;cursor:default}.alfrea-cart__qty-input{width:34px;height:30px;padding:0;border:0;border-left:1px solid var(--cart-line);border-right:1px solid var(--cart-line);background:none;color:var(--cart-ink);font-size:14px;font-weight:600;text-align:center;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.alfrea-cart__qty-input::-webkit-outer-spin-button,.alfrea-cart__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.alfrea-cart__remove-btn{padding:0;border:0;background:none;color:var(--cart-muted);font-size:13px;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.alfrea-cart__remove-btn:hover{color:var(--cart-ink)}.alfrea-cart__err:empty,.alfrea-cart__errors:empty{display:none}.alfrea-cart__err .cart-item__error-text:empty{display:none}.alfrea-cart__err .cart-item__error-text{display:block;font-size:12px;color:var(--cart-sale)}.alfrea-cart__upsell-title{display:flex;align-items:center;gap:10px;margin:0 0 var(--cart-upsell-title-gap, 2px);font-size:16px;line-height:1.2;font-weight:700;text-align:center}.alfrea-cart__upsell-title:before,.alfrea-cart__upsell-title:after{content:"";flex:1 1 auto;height:1px;background:var(--cart-ink);opacity:.85}.alfrea-cart__upsell-sub{margin:0 0 var(--cart-gap);text-align:center;font-size:14px;line-height:1.2;font-weight:600;color:var(--cart-accent)}.alfrea-cart__upsell{display:grid;grid-template-columns:90px 1fr;gap:var(--cart-gap);align-items:start}.alfrea-cart__upsell+.alfrea-cart__upsell{margin-top:var(--cart-gap)}.alfrea-cart__upsell-img{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;border-radius:8px;background:var(--cart-cream)}.alfrea-cart__upsell-body{min-width:0;display:flex;flex-direction:column;gap:4px}.alfrea-cart__upsell-desc{margin:0;font-size:13px;line-height:1.35;color:var(--cart-muted)}.alfrea-cart__upsell-name{margin:0;font-size:15px;font-weight:700;line-height:1.25}.alfrea-cart__upsell-price{display:flex;align-items:baseline;gap:var(--cart-gap-sm);margin:0 0 var(--cart-gap-sm)}.alfrea-cart__upsell-price .alfrea-cart__price-now,.alfrea-cart__upsell-price .alfrea-cart__price-was{display:inline;font-size:14px}.alfrea-cart__upsell-form .form{margin:0}.alfrea-cart__footer{flex:none;border-bottom-left-radius:var(--cart-panel-radius);border-bottom-right-radius:var(--cart-panel-radius);display:flex;flex-direction:column;gap:var(--cart-gap-sm);padding:var(--cart-gap) var(--cart-pad);border-top:1px solid var(--cart-line);background:var(--cart-paper)}.alfrea-cart__total-row{display:flex;align-items:baseline;justify-content:space-between;gap:var(--cart-gap);font-size:15px}.alfrea-cart__total-row--savings{color:var(--cart-accent);font-weight:600}.alfrea-cart__total-row--subtotal{font-size:18px;font-weight:700}.alfrea-cart__ctas{display:flex;flex-direction:column;width:100%}.alfrea-cart__btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;max-width:none;box-sizing:border-box;min-height:52px;padding:14px 20px;border:1px solid transparent;border-radius:8px;font-family:inherit;font-size:15px;font-weight:700;letter-spacing:.03em;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:background-color .15s ease,color .15s ease}.alfrea-cart__btn--solid{background:var(--alfrea-cart-btn-bg, var(--cart-accent));color:var(--alfrea-cart-btn-fg, #ffffff)}.alfrea-cart__btn--solid:hover{background:var(--cart-ink)}.alfrea-cart__btn--outline{background:transparent;border-color:var(--cart-ink);color:var(--cart-ink);min-height:42px;padding:10px 18px;font-size:13px}.alfrea-cart__btn--outline:hover{background:var(--cart-cream)}.alfrea-cart__btn[disabled],.alfrea-cart__btn[aria-disabled=true]{opacity:.5;cursor:default}.alfrea-cart__btn .loading__spinner{width:18px;height:18px}.alfrea-cart__btn .loading__spinner.hidden{display:none}.alfrea-cart__badges{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px}.alfrea-cart__badges svg{display:block;width:38px;height:24px}.alfrea-cart__guarantee{display:flex;align-items:center;justify-content:center;gap:6px;margin:0;font-size:13px;color:var(--cart-muted);text-align:center}.alfrea-cart__guarantee svg{flex:none;width:16px;height:16px}@media screen and (min-width:750px){.alfrea-cart__item,.alfrea-cart__upsell{grid-template-columns:100px 1fr}}.alfrea-cart__items-wrap .cart__items--disabled,#CartDrawer-CartItems.cart__items--disabled{pointer-events:none;opacity:.6}.alfrea-cart__upsell-btn{min-height:var(--cart-upsell-btn-h, 36px);padding:0 16px;font-size:12px;letter-spacing:.04em;align-self:flex-start;width:auto;min-width:150px}.alfrea-cart__upsell-empty{margin:0;padding:12px 14px;border:1px dashed var(--cart-line);border-radius:8px;background:var(--cart-cream);color:var(--cart-muted);font-size:13px;line-height:1.4;text-align:center}
/*# sourceMappingURL=/cdn/shop/t/23/assets/alfrea-cart-drawer.css.map */
