.cart-page{padding:var(--pad)}.cart-page__inner{max-width:960px;margin:0 auto}.cart-page__title{margin-bottom:32px}.cart-page__grid{display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:start}.cart-page__item{display:grid;grid-template-columns:96px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid rgba(37,90,52,.1)}.cart-page__item-img{width:96px;height:96px;border-radius:var(--r-card);background:var(--sand);display:flex;align-items:center;justify-content:center;font-size:2.5rem;overflow:hidden}.cart-page__item-img img{width:100%;height:100%;object-fit:cover}.cart-page__item-name{font-weight:700;margin-bottom:4px}.cart-page__item-variant{font-size:.85rem;color:var(--muted);margin-bottom:12px}.cart-item__remove{font-size:.75rem;color:var(--muted);cursor:pointer;transition:color var(--t);border:none;background:none;padding:0}.cart-item__remove:hover{color:#c0392b}.cart-summary{background:var(--sand);border-radius:var(--r-lg);padding:28px 24px;position:sticky;top:100px}.cart-summary__title{font-weight:700;font-size:1.1rem;margin-bottom:20px}.cart-summary__row{display:flex;justify-content:space-between;margin-bottom:10px;font-size:.9375rem}.cart-summary__total{font-weight:700;font-size:1.125rem;border-top:1px solid rgba(37,90,52,.15);padding-top:12px;margin-top:8px;display:flex;justify-content:space-between}.cart-summary__note{font-size:.8rem;color:var(--muted);margin:12px 0 20px;line-height:1.5}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:209;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s,visibility .3s}.cart-drawer__overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(420px,95vw);background:var(--white);z-index:210;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-8px 0 40px #00000024}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(37,90,52,.1);flex-shrink:0}.cart-drawer__title{font-family:var(--font-head);font-size:1.375rem;font-weight:700}.cart-drawer__close{width:44px;height:44px;border-radius:50%;border:1.5px solid rgba(37,90,52,.15);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--dark-green);transition:background var(--t)}.cart-drawer__close:hover,.cart-drawer__close:active{background:var(--light-green)}.cart-drawer__body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.cart-drawer__footer{padding:20px 24px calc(20px + env(safe-area-inset-bottom));border-top:1px solid rgba(37,90,52,.1);flex-shrink:0}.cart-drawer__total-row{display:flex;justify-content:space-between;font-weight:700;margin-bottom:10px}.cart-drawer__note{font-size:.78rem;color:var(--muted);margin-bottom:14px;line-height:1.5}.cart-item{display:grid;grid-template-columns:80px 1fr;gap:16px;padding:20px 24px;border-bottom:1px solid rgba(37,90,52,.08)}.cart-item__img{width:80px;height:80px;border-radius:var(--r-sm);background:var(--sand);display:flex;align-items:center;justify-content:center;font-size:2rem;overflow:hidden;flex-shrink:0}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__info{display:flex;flex-direction:column;gap:4px}.cart-item__vendor{font-size:.75rem;color:var(--mid-green);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.cart-item__name{font-size:.9375rem;font-weight:600;line-height:1.3}.cart-item__variant{font-size:.8125rem;color:var(--muted)}.cart-item__footer{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.cart-item__price-wrap{display:flex;flex-direction:column;gap:2px}.cart-item__price{font-weight:700}.cart-item__per-kg{font-size:.72rem;color:var(--mid-green);opacity:.8}.cart-subtotal{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;font-size:1rem;font-weight:700}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;gap:16px;color:var(--muted)}.cart-empty__icon{font-size:3rem;opacity:.5}.cart-sticky-checkout{display:none}@media(max-width:768px){.cart-sticky-checkout{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;gap:12px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:var(--white);border-top:1.5px solid rgba(37,90,52,.12);box-shadow:0 -8px 24px #255a341a;z-index:95}.cart-sticky-checkout__total{display:flex;flex-direction:column;gap:2px;flex:1}.cart-sticky-checkout__total-lbl{font-size:.6875rem;text-transform:uppercase;letter-spacing:1.5px;color:var(--muted);font-weight:600}.cart-sticky-checkout__total-val{font-family:var(--font-head);font-size:1.25rem;font-weight:700;color:var(--dark-green);line-height:1}.cart-sticky-checkout__btn{background:var(--dark-green);color:var(--white);padding:14px 22px;border:none;border-radius:999px;font-size:.9375rem;font-weight:700;cursor:pointer;min-height:48px;flex-shrink:0}.cart-sticky-checkout__btn:hover{background:#1a3d22}body.template-cart .cart-page{padding-bottom:110px}.cart-summary>button[name=checkout]{display:none}}@media(max-width:768px){.cart-page__grid{grid-template-columns:1fr;gap:24px}.cart-summary{position:static;padding:22px 20px}.cart-page__title{margin-bottom:22px}.cart-item__remove{font-size:.875rem;padding:10px 6px;min-height:44px;display:inline-flex;align-items:center}.cart-drawer{width:100vw;max-width:100vw}.cart-drawer__header{padding:16px 18px}.cart-drawer__title{font-size:1.25rem}.cart-item{padding:16px 18px;gap:12px}.cart-item__name{font-size:.9375rem}.cart-drawer__footer{padding:16px 18px calc(16px + env(safe-area-inset-bottom))}}@media(max-width:480px){.cart-page__item{grid-template-columns:72px 1fr;gap:14px;padding:18px 0}.cart-page__item-img{width:72px;height:72px}.cart-page__item-name{font-size:.9375rem}.cart-page__item .qty-btn,.cart-item .qty-btn{width:36px;height:36px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-cart.css.map */
