/* === BASE === */*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:#fafafa;color:#111}

/* === HEADER === */.cart-header{height:72px;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:50}.cart-header-inner{width:100%;max-width:1280px;height:72px;margin:0 auto;padding:0 18px;display:flex;align-items:center;justify-content:space-between}.cart-header h1{margin:0;font-size:22px;font-weight:900}.cart-back,.cart-clear-top{width:44px;height:44px;border:1px solid #e5e7eb;background:#fff;border-radius:14px;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center}

/* === PAGE === */.cart-page{width:100%;max-width:1280px;margin:0 auto;padding:20px}

/* === SECTION === */.cart-section{background:#fff;border:1px solid #eee;border-radius:24px;overflow:hidden;margin-bottom:24px}.cart-section-title{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid #f1f1f1}.cart-section-title h2{margin:0;font-size:26px;font-weight:900}.cart-section-title small{font-size:15px;font-weight:800}.cart-section-title.wholesale h2{color:#e00012}.cart-section-title.retail h2{color:#138a38}

/* === TABLE === */.cart-head,.cart-row{display:grid;grid-template-columns:280px 210px 160px 170px 180px 120px 42px;gap:16px;align-items:center}.cart-head{padding:14px 24px;background:#fafafa;border-bottom:1px solid #eee;font-size:13px;font-weight:900;color:#777}.cart-row{padding:20px 24px;border-bottom:1px solid #f1f1f1;min-height:128px}.cart-row:last-child{border-bottom:0}

/* === PRODUCT === */.cart-product{display:grid;grid-template-columns:96px 1fr;gap:14px;align-items:center}.cart-img{width:96px!important;height:76px!important;border-radius:14px;object-fit:cover;background:#f5f5f5}.cart-name{font-size:19px;font-weight:900;line-height:1.18}.cart-sku{font-size:11px;color:#888;margin-top:6px}

/* === CATEGORY === */.cart-cat{display:flex;flex-direction:column;gap:4px}.cart-cat b{font-size:13px;color:#d71920}.cart-cat span{font-size:12px;color:#666}

/* === WEIGHT === */.box-weight{font-size:15px;font-weight:800;color:#444}

/* === PRICE === */.cart-price{display:flex;flex-direction:column;gap:4px}.price-note{font-size:11px;color:#777;font-weight:700}.price-main{font-size:18px;font-weight:900}.price-main.red{color:#d71920}.price-main.green{color:#0a9b43}.price-old{font-size:14px;color:#999;text-decoration:line-through}

/* === QTY === */.cart-qty{display:flex;flex-direction:column;align-items:center;gap:6px}.qty-box{display:flex;align-items:center;border:1px solid #ddd;border-radius:14px;overflow:hidden;background:#fff;height:40px}.qty-box button{width:38px;height:40px;border:0;background:#fff;font-size:20px;font-weight:900;cursor:pointer}.qty-box input{width:58px;height:40px;border:0;border-left:1px solid #eee;border-right:1px solid #eee;text-align:center;font-size:16px;font-weight:900}.qty-small{font-size:11px;color:#888}

/* === SUM === */.row-sum{font-size:22px;font-weight:900;text-align:right}

/* === DELETE === */.delete-btn{width:34px;height:34px;border:1px solid #eee;background:#fff;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#999}

/* === SUMMARY === */.cart-summary{max-width:430px;margin:24px 24px 24px auto;background:#fff;border:1px solid #eee;border-radius:22px;padding:24px}.sum-line{display:flex;justify-content:space-between;gap:14px;margin-bottom:12px;font-size:15px}.sum-line b{font-weight:900}.sum-total{margin-top:16px;padding-top:16px;border-top:1px solid #eee;font-size:26px;color:#d71920;font-weight:900}.cart-note{font-size:13px;color:#666;line-height:1.5;margin:14px 0 0}

/* === BUTTONS === */.checkout-btn{width:100%;height:54px;border:0;border-radius:16px;background:#d71920;color:#fff;font-size:17px;font-weight:900;cursor:pointer;margin-top:22px}.checkout-btn:disabled{opacity:.7;cursor:not-allowed}.checkout-btn.loading{position:relative;overflow:hidden}.checkout-btn.loading:after{content:'';position:absolute;left:-40%;top:0;width:40%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);animation:cartLoading 1s infinite}.clear-btn{height:42px;padding:0 18px;border:1px solid #e5e7eb;background:#fff;border-radius:14px;font-size:14px;font-weight:800;cursor:pointer}

/* === EMPTY === */.cart-empty{width:100%;min-height:420px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #eee;border-radius:24px;font-size:32px;font-weight:900;color:#777}

/* === TOAST SUCCESS === */.cart-toast{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%) scale(.92);background:#111;color:#fff;padding:18px 24px;border-radius:18px;font-size:18px;font-weight:900;z-index:100;opacity:0;pointer-events:none;transition:.25s}.cart-toast.show{opacity:1;transform:translate(-50%,-50%) scale(1)}.cart-success{position:fixed;inset:0;background:rgba(0,0,0,.35);display:none;align-items:center;justify-content:center;z-index:9999}.cart-success.show{display:flex}.cart-success div{background:#fff;border-radius:24px;padding:34px 46px;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.25);animation:successPop .35s ease}.cart-success b{display:block;font-size:28px;color:#e00012;margin-bottom:10px}.cart-success span{color:#555}

/* === FLY === */.fly-cart-img{position:fixed;width:70px;height:70px;border-radius:16px;object-fit:cover;z-index:300;pointer-events:none;transition:.75s cubic-bezier(.2,.8,.2,1);will-change:transform,left,top,opacity}

/* === ANIM === */@keyframes cartLoading{to{left:140%}}@keyframes successPop{from{transform:scale(.86);opacity:0}to{transform:scale(1);opacity:1}}

/* === DESKTOP FIX === */@media(min-width:981px){.row-sum{font-size:18px!important;line-height:1.2}.row-sum span,.row-sum b{font-size:18px!important}.cart-head,.cart-row{grid-template-columns:360px 210px 160px 170px 180px 42px!important}.cart-product{grid-template-columns:96px 1fr!important}.cart-name{font-size:20px!important;line-height:1.15!important}}@media(min-width:1600px){.cart-page,.cart-header-inner{max-width:1200px}}

/* === MOBILE === */@media(max-width:980px){.cart-header{height:62px}.cart-header-inner{height:62px;padding:0 12px}.cart-header h1{font-size:20px}.cart-page{padding:12px 12px 90px}.cart-head{display:none}.cart-section{border-radius:18px}.cart-section-title{padding:16px}.cart-section-title h2{font-size:21px}.cart-row{grid-template-columns:82px 1fr 34px;gap:10px;padding:14px;min-height:auto}.cart-product{grid-column:1/3;grid-template-columns:82px 1fr}.cart-img{width:82px!important;height:68px!important;border-radius:12px}.cart-name{font-size:16px!important}.cart-cat,.box-weight,.cart-price,.cart-qty,.row-sum{grid-column:2/3}.delete-btn{grid-column:3/4;grid-row:1/2}.row-sum{text-align:left;font-size:18px!important}.cart-summary{margin:12px;max-width:none}.sum-total{font-size:22px}.checkout-btn{height:56px;position:sticky;bottom:12px}.qty-box button{width:34px}.qty-box input{width:46px}.cart-topbar{padding:14px 0 4px}.cart-topbar-inner{align-items:flex-start;flex-direction:column}.cart-top-left{width:100%;justify-content:flex-start}.cart-page-title{font-size:26px}.cart-back-btn,.cart-clear-top{height:44px;font-size:13px}}

.cart-topbar{padding:18px 0 8px}.cart-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.cart-top-left{display:flex;align-items:center;gap:18px}.cart-page-title{font-size:34px;font-weight:900;color:#111;line-height:1;margin:0}.cart-back-btn{height:48px;padding:0 18px;border:none;border-radius:14px;background:#111;color:#fff;display:flex;align-items:center;gap:10px;font-size:15px;font-weight:800;cursor:pointer;transition:.2s}.cart-back-btn:hover{transform:translateY(-1px);background:#000}.cart-back-btn span{font-size:18px;line-height:1}.cart-clear-top{height:48px;padding:0 18px;border:1px solid #ececec;border-radius:14px;background:#fff;font-size:14px;font-weight:800;cursor:pointer}.cart-clear-top:hover{background:#f7f7f7}

html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}body.cart-page-body{width:100%!important;max-width:100%!important;margin:0!important;overflow-x:hidden!important}.site-header,.cart-topbar,.page-main,.cart-main,.site-footer,.shell{max-width:100%!important;overflow-x:hidden!important}.cart-row,.cart-section,.cart-summary{max-width:100%!important}.mobile-bottom-nav{position:fixed!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;max-width:100vw!important;transform:none!important}