.container{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-padding)}.cart-page{padding:48px 0 var(--space-3xl);min-height:70vh}.cart-loading{display:flex;justify-content:center;padding:100px 0}.cart-spinner{width:32px;height:32px;border:2.5px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.cart-empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:80px 24px}.cart-empty__bag{width:96px;height:96px;border-radius:50%;background:var(--color-bg-alt);display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);opacity:.5;margin-bottom:8px}.cart-empty__title{font-size:1.4rem;font-weight:700;letter-spacing:-.02em;margin:0}.cart-empty__desc{font-size:.9rem;color:var(--color-text-muted);max-width:36ch;line-height:1.6;margin:0}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:48px;align-items:start}.cart-col{display:flex;flex-direction:column;gap:0}.cart-header{display:flex;align-items:baseline;gap:12px;margin-bottom:28px}.cart-title{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;letter-spacing:-.03em;margin:0}.cart-count-label{font-size:.85rem;color:var(--color-text-muted);font-weight:500}.cart-items{display:flex;flex-direction:column}.cart-item{display:flex;align-items:flex-start;gap:16px;padding:20px 0;border-bottom:1px solid var(--color-border-light)}.cart-item:first-child{border-top:1px solid var(--color-border-light)}.cart-item__img-wrap{width:140px;height:106px;flex-shrink:0;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:8px;overflow:hidden}.cart-item__img{width:100%!important;height:100%!important;object-fit:contain;display:block}.cart-item__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.cart-item__name{font-size:.92rem;font-weight:700;color:var(--color-text);margin:0;line-height:1.3}.cart-item__meta{font-size:.78rem;color:var(--color-text-muted);margin:0}.cart-item__options{font-size:.75rem;color:var(--color-text-muted);margin:3px 0 0;line-height:1.5}.cart-item__controls{display:flex;align-items:center;gap:8px;margin-top:10px}.cart-item__right{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex-shrink:0}.cart-item__price{font-size:.95rem;font-weight:700;color:var(--color-text);white-space:nowrap}.cart-item__unit{font-size:.7rem;color:var(--color-text-muted);display:block;text-align:right;margin-top:1px}.qty-stepper{display:flex;align-items:center;gap:0;border:1.5px solid var(--color-border);border-radius:var(--radius-pill);overflow:hidden;background:#fff}.qty-btn{width:32px;height:32px;background:transparent;border:none;cursor:pointer;font-size:1.1rem;font-weight:500;color:var(--color-text);display:flex;align-items:center;justify-content:center;transition:background .12s;font-family:var(--font-body);line-height:1}.qty-btn:hover{background:var(--color-bg-alt)}.qty-value{font-size:.85rem;font-weight:600;min-width:28px;text-align:center;pointer-events:none}.cart-item__remove{background:transparent;border:none;cursor:pointer;color:var(--color-text-muted);width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .12s,color .12s}.cart-item__remove:hover{background:#fee2e2;color:#dc2626}.back-link{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;color:var(--color-text-muted);text-decoration:none;margin-top:28px;transition:color .15s}.back-link:hover{color:var(--color-accent)}.cart-summary{background:#fff;border-radius:18px;padding:28px 24px;box-shadow:0 2px 24px #00000012;border:1px solid var(--color-border-light);position:sticky;top:90px;display:flex;flex-direction:column;gap:18px}.summary-title{font-size:1.05rem;font-weight:700;letter-spacing:-.01em;margin:0}.summary-rows{display:flex;flex-direction:column;gap:0}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-bottom:1px solid var(--color-border-light)}.summary-row:last-child{border-bottom:none;padding-bottom:0}.summary-label{font-size:.875rem;color:var(--color-text-muted)}.summary-value{font-size:.875rem;font-weight:600;color:var(--color-text)}.summary-threshold-wrap{display:flex;flex-direction:column;gap:8px}.summary-threshold-bar{height:4px;background:var(--color-border-light);border-radius:2px;overflow:hidden}.summary-threshold-fill{height:100%;background:var(--color-accent);border-radius:2px;transition:width .4s ease;width:0%}.summary-threshold-text{font-size:.78rem;color:var(--color-text-muted);margin:0}.summary-free-badge{display:flex;align-items:center;gap:7px;font-size:.82rem;font-weight:600;color:#16a34a;background:#f0fdf4;border-radius:8px;padding:10px 12px}.summary-total-row{display:flex;justify-content:space-between;align-items:center;padding-top:4px}.summary-total-label{font-size:1rem;font-weight:700}.summary-total-value{font-size:1.3rem;font-weight:800;letter-spacing:-.02em}.cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 24px;border-radius:var(--radius-pill);background:var(--color-accent);color:#fff;font-size:.88rem;font-weight:700;text-decoration:none;border:2px solid var(--color-accent);transition:background .15s,box-shadow .15s,transform .15s}.cta-btn:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);box-shadow:0 4px 16px #1d4ed847;transform:translateY(-1px)}.cta-btn--full{width:100%}.wa-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--radius-pill);background:#fff;color:#1a1a1a;font-size:.85rem;font-weight:600;text-decoration:none;border:1.5px solid var(--color-border);transition:border-color .15s,background .15s}.wa-btn:hover{border-color:#25d366;background:#f0fdf4;color:#15803d}.summary-cod{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.73rem;color:var(--color-text-muted);background:var(--color-bg-alt);border-radius:8px;padding:9px 12px}@media(max-width:900px){.cart-layout{grid-template-columns:1fr;gap:32px}.cart-summary{position:static}}@media(max-width:600px){.cart-page{padding-top:20px}.cart-layout{display:flex;flex-direction:column;gap:20px}.cart-summary{width:100%;box-sizing:border-box;border-radius:14px}.cart-header{margin-bottom:14px}.cart-title{font-size:1.4rem}.cart-item__unit{display:none}}@media(max-width:480px){.cart-item{display:grid;grid-template-columns:90px 1fr;grid-template-rows:auto auto;column-gap:12px;row-gap:0;padding:14px 0;align-items:start}.cart-item__img-wrap{grid-column:1;grid-row:1 / 3;width:90px;height:100%;min-height:90px;align-self:stretch;padding:6px}.cart-item__body{grid-column:2;grid-row:1;gap:2px}.cart-item__name{font-size:.88rem}.cart-item__meta{font-size:.72rem}.cart-item__options{font-size:.68rem}.cart-item__controls{margin-top:6px;gap:6px}.cart-item__right{grid-column:2;grid-row:2;flex-direction:row;justify-content:space-between;align-items:center;padding-top:10px;margin-top:4px;border-top:1px solid #f0f0f0}.cart-item__price{font-size:1rem;font-weight:800;color:var(--color-accent)}.qty-btn{width:36px;height:36px;font-size:1rem}.qty-value{font-size:.82rem;min-width:22px}.cart-summary{padding:18px 16px;border-radius:14px}.summary-title{font-size:.95rem}.summary-label,.summary-value{font-size:.82rem}.summary-total-value{font-size:1.15rem}.cta-btn{height:50px;font-size:.9rem}}@media(max-width:360px){.cart-item__img-wrap{width:78px}.cart-item{grid-template-columns:78px 1fr;column-gap:10px}.cart-empty{padding:60px 16px}}
