:root{--cart-green:#00b968;--cart-red:#ef3444;--cart-ink:#09251b;--cart-muted:#61756d;--cart-line:#cfe0d8;--cart-soft:#f2f9f6}*,*::before,*::after{box-sizing:border-box}html,body{max-width:100%;overflow-x:hidden}.commerce-cart{width:min(100%,760px);min-height:70vh;margin:0 auto;padding:12px 9px 174px;color:var(--cart-ink);background:linear-gradient(180deg,#f2faf6,#edf4f1)}.commerce-cart a{color:inherit;text-decoration:none}.commerce-cart__back{padding:5px 4px 12px}.commerce-cart__back a{color:#008c4f;font-weight:850}.commerce-cart__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:20px 17px;border:1px solid var(--cart-line);border-radius:20px;background:#fff;box-shadow:0 10px 28px #173e2f0b}.commerce-cart__hero p{margin:0;color:#e22937;font-size:11px;font-weight:900;letter-spacing:.045em}.commerce-cart__hero h1{margin:7px 0 6px;font-size:clamp(27px,8vw,40px);line-height:1.08}.commerce-cart__hero span{display:block;color:var(--cart-muted);font-size:13px;line-height:1.5}.commerce-cart__hero>strong{display:grid;flex:0 0 42px;height:42px;place-items:center;border-radius:50%;background:#ddf8e9;color:#087542;font-size:16px}.commerce-cart__feedback{min-height:20px;margin:12px 4px;color:#39805f;font-size:12px}.commerce-cart__feedback.is-error{color:#c62836}.commerce-cart__items{display:grid;gap:10px}.cart-item{position:relative;display:grid;grid-template-columns:54px minmax(0,1fr);gap:12px;padding:14px;border:1px solid var(--cart-line);border-radius:17px;background:#fff;box-shadow:0 7px 20px #173e2f09}.cart-item__icon{display:grid;width:54px;height:54px;place-items:center;border-radius:14px;background:#eaf7f0;font-size:26px}.cart-item__body{min-width:0}.cart-item__body h2{margin:0;padding-right:30px;overflow:hidden;font-size:15px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.cart-item__meta{margin:4px 0 8px;color:var(--cart-muted);font-size:10px}.cart-item__price{display:flex;align-items:baseline;gap:7px}.cart-item__price strong{color:var(--cart-red);font-size:16px}.cart-item__price del{color:#8d9893;font-size:10px}.cart-item__line{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:11px}.cart-item__quantity{display:grid;grid-template-columns:34px 44px 34px;height:34px;overflow:hidden;border:1px solid #bcd4c8;border-radius:10px}.cart-item__quantity button,.cart-item__quantity output{display:grid;place-items:center;border:0;background:#f2faf6;color:#087542;font:inherit;font-weight:900}.cart-item__quantity output{background:#fff;color:var(--cart-ink);font-size:12px}.cart-item__quantity button:disabled{opacity:.4}.cart-item__total{font-size:13px}.cart-item__remove{position:absolute;top:11px;right:11px;width:30px;height:30px;border:0;border-radius:9px;background:#fff0f2;color:#c62836;font-size:14px}.cart-item.is-unavailable{border-color:#e6b7bd}.cart-item__warning{grid-column:1/-1;margin:0;padding:8px 10px;border-radius:10px;background:#fff0f2;color:#ac2637;font-size:10px}.commerce-cart__empty{padding:38px 20px;border:1px solid var(--cart-line);border-radius:20px;background:#fff;text-align:center}.commerce-cart__empty>span{font-size:52px}.commerce-cart__empty h2{margin:12px 0 6px}.commerce-cart__empty p{margin:0;color:var(--cart-muted);font-size:13px}.commerce-cart__empty a{display:inline-block;margin-top:17px;padding:12px 17px;border-radius:12px;background:var(--cart-green);color:#fff;font-weight:900}.commerce-cart__summary{position:fixed;z-index:55;left:50%;bottom:88px;display:grid;grid-template-columns:minmax(0,1fr) minmax(145px,42%);gap:9px;width:min(calc(100% - 14px),720px);padding:8px 9px;border:1px solid #9edbbc;border-radius:15px;background:#fffffff5;box-shadow:0 8px 25px #0c52391f;transform:translateX(-50%);backdrop-filter:blur(10px)}.commerce-cart__summary>div{min-width:0;padding-left:3px}.commerce-cart__summary small,.commerce-cart__summary strong{display:block}.commerce-cart__summary small{color:var(--cart-muted);font-size:9px}.commerce-cart__summary strong{color:var(--cart-red);font-size:19px}.commerce-cart__summary>a{display:grid;place-items:center;border-radius:11px;background:var(--cart-green);color:#fff;font-size:12px;font-weight:900;text-align:center}.commerce-cart__bottom-nav{position:fixed;z-index:50;left:50%;bottom:8px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;width:min(calc(100% - 14px),720px);height:73px;padding:8px 4px;border:1px solid #65dca3;border-radius:18px;background:#fffe;box-shadow:0 10px 34px #0b5b3d22;transform:translateX(-50%);backdrop-filter:blur(12px)}.commerce-cart__bottom-nav a{display:grid;min-width:0;place-items:center;gap:3px;color:#5e6a65;font-weight:800}.commerce-cart__bottom-nav a>span{font-size:17px}.commerce-cart__bottom-nav small{font-size:9px;white-space:nowrap}.commerce-cart__bottom-nav a.is-active{color:#00a75d}.commerce-cart__bottom-home>span{display:grid!important;width:58px;height:58px;margin-top:-31px;place-items:center;border:3px solid #00cf72;border-radius:50%;background:#fff;box-shadow:0 7px 18px #006b3c24;font-size:24px!important}.commerce-cart.is-busy .cart-item button{pointer-events:none;opacity:.55}@media(min-width:650px){.commerce-cart{padding-inline:16px}.commerce-cart__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:360px){.commerce-cart{padding-inline:6px}.commerce-cart__summary{grid-template-columns:minmax(0,1fr) 135px}.commerce-cart__bottom-nav small{font-size:8px}}
