.cart-hero{padding:72px 24px 68px;text-align:center;background:radial-gradient(circle at 50% 0,#fff 0,transparent 48%),#fff8ef}.cart-kicker{color:#e75f1f;font-size:10px;font-weight:900;letter-spacing:1.1px}.cart-hero h1{margin:8px 0 6px;color:#2b170c;font:800 clamp(45px,5vw,68px)/1 'Baloo 2'}.cart-hero p{margin:0;color:#756e69;font-size:17px}.cart-page{max-width:1220px;margin:auto;padding:54px 24px 86px}.cart-supporting{display:flex;align-items:center;gap:13px;margin-bottom:22px;padding:15px 18px;border:1px solid #f0dccb;border-radius:14px;background:#fff8f0}.cart-supporting>span{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;background:#ffe4d2;color:#e75f1f}.cart-supporting small,.cart-supporting strong{display:block}.cart-supporting small{color:#8a7b70;font-size:9px;font-weight:900;letter-spacing:.8px}.cart-supporting strong{margin-top:2px;color:#2b170c;font-size:14px}.cart-supporting em{margin-left:auto;color:#887467;font-size:12px;font-style:normal}.cart-layout{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(290px,.58fr);gap:24px;align-items:start}.cart-items-card,.cart-summary-card,.cart-empty{border:1px solid #eadfd5;border-radius:20px;background:#fff;box-shadow:0 15px 38px rgba(66,38,19,.06)}.cart-items-card>header{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:26px 27px 21px;border-bottom:1px solid #eee4dc}.cart-items-card h2,.cart-summary-card h2{margin:5px 0 0;color:#2b170c;font:800 28px/1.05 'Baloo 2'}.cart-items-card>header>a{color:#e75f1f;font-size:12px;font-weight:900;text-decoration:none}.cart-items-list{padding:0 27px}.cart-item{display:grid;grid-template-columns:94px minmax(150px,1fr) auto 90px auto;gap:17px;align-items:center;padding:20px 0;border-bottom:1px solid #eee6df}.cart-item__image{display:grid;width:94px;height:94px;place-items:center;border-radius:13px;background:linear-gradient(145deg,#fff0e9,#f8dcdc);overflow:hidden}.cart-item:nth-child(even) .cart-item__image{background:linear-gradient(145deg,#eef6ff,#d8e8f8)}.cart-item__image img{width:74%;height:74%;object-fit:contain}.cart-item__details small{color:#a16d4d;font-size:8px;font-weight:900;letter-spacing:.8px}.cart-item h3{margin:4px 0;color:#2b170c;font:800 20px/1 'Baloo 2'}.cart-item__details p{margin:5px 0 0;color:#817a76;font-size:11px;line-height:1.45}.cart-item__price,.cart-item__total{color:#2b170c;font-size:14px;white-space:nowrap}.cart-item__quantity{display:grid;gap:4px}.cart-item__quantity small{color:#8d837c;font-size:8px;font-weight:900;letter-spacing:.7px}.cart-item__quantity .qty{width:70px;min-height:39px;padding:7px 10px;border:1px solid #dfd5cd;border-radius:9px;font:700 14px 'Nunito Sans'}.cart-item__quantity em{color:#978e87;font-size:8px;font-style:normal;white-space:nowrap}.cart-update-button{display:inline-flex;align-items:center;gap:8px;margin:20px 27px 26px;padding:12px 16px;border:1px solid #dfd3c9;border-radius:10px;background:#fff;color:#2b170c;font-weight:900;cursor:pointer}.cart-update-button:hover{border-color:#ff6b21;color:#e75f1f}.cart-summary-card{position:sticky;top:18px;padding:27px}.cart-summary-card h2{margin-bottom:26px}.cart-summary-row{display:flex;justify-content:space-between;gap:14px;padding:12px 0;color:#746c67;font-size:13px}.cart-summary-row strong{color:#2b170c}.cart-summary-row small{color:#897e76;font-size:11px}.cart-summary-row--total{margin-top:8px;padding:19px 0;border-top:1px solid #e9ded4;color:#2b170c;font-size:16px;font-weight:900}.cart-summary-row--total strong{font:800 28px/1 'Baloo 2';color:#e75f1f}.cart-checkout-button{display:flex;align-items:center;justify-content:center;gap:10px;min-height:49px;border-radius:11px;background:#ff6b21;color:#fff;font-size:14px;font-weight:900;text-decoration:none;box-shadow:0 11px 20px #ff6b2133}.cart-checkout-button:hover{background:#e85a18;color:#fff}.cart-summary-card>p{margin:15px 0 0;color:#827973;font-size:11px;line-height:1.5}.cart-summary-card>p i{margin-right:4px;color:#e75f1f}.cart-empty{max-width:610px;margin:auto;padding:55px 35px;text-align:center}.cart-empty>span{display:grid;width:60px;height:60px;margin:0 auto 15px;place-items:center;border-radius:18px;background:#ffe6d5;color:#e75f1f;font-size:24px}.cart-empty h2{margin:0 0 9px;color:#2b170c;font:800 32px 'Baloo 2'}.cart-empty p{max-width:440px;margin:0 auto 22px;color:#7b736d;line-height:1.6}@media(max-width:850px){.cart-layout{grid-template-columns:1fr}.cart-summary-card{position:static}.cart-item{grid-template-columns:82px 1fr auto;gap:13px}.cart-item__image{width:82px;height:82px}.cart-item__quantity{grid-column:2}.cart-item__total{grid-column:3;grid-row:2}.cart-item__price{display:none}}@media(max-width:560px){.cart-page{padding:36px 16px 65px}.cart-hero{padding:52px 18px}.cart-supporting{align-items:flex-start}.cart-supporting em{display:none}.cart-items-card>header{padding:22px 18px}.cart-items-card h2,.cart-summary-card h2{font-size:24px}.cart-items-list{padding:0 18px}.cart-item{grid-template-columns:70px 1fr;gap:11px}.cart-item__image{width:70px;height:70px}.cart-item__details p{display:none}.cart-item__total{grid-column:2;grid-row:auto}.cart-item__quantity{grid-column:2}.cart-update-button{width:calc(100% - 36px);justify-content:center;margin:18px}.cart-summary-card{padding:22px}}
