.cart-items-trigger{cursor:pointer;-webkit-tap-highlight-color:transparent}.cart-items-trigger:hover{opacity:.92}#cartItemsModal.cart-items-modal{align-items:center;justify-content:center;padding:16px;box-sizing:border-box}#cartItemsModal .cart-items-panel{width:min(920px,96vw);max-height:85vh;overflow:hidden;display:flex;flex-direction:column;text-align:left;padding:0}.cart-items-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 24px 12px;border-bottom:1px solid rgba(0,0,0,.06);flex-shrink:0}.cart-items-header h2{margin:0;font-size:20px;font-weight:700;color:#1d1d1f}.cart-items-close{background:#e8e8ed;color:#1d1d1f;border:none;border-radius:50%;width:34px;height:34px;font-size:20px;line-height:1;cursor:pointer;flex-shrink:0}.cart-items-body{overflow-y:auto;padding:0 16px 16px;flex:1;min-height:0}.cart-items-empty{text-align:center;padding:48px 24px 32px}.cart-items-empty p{margin:0 0 20px;color:#86868b;font-size:16px}.cart-items-empty .btn{min-width:160px}.cart-items-table-wrap{overflow-x:auto;margin-top:8px}.cart-items-table{width:100%;border-collapse:collapse;font-size:13px}.cart-items-table th,.cart-items-table td{padding:10px 8px;border-bottom:1px solid #e5e5ea;vertical-align:middle}.cart-items-table th{font-size:12px;font-weight:600;color:#86868b;white-space:nowrap;background:#fbfbfd;position:sticky;top:0;z-index:1}.cart-items-table .cim-img img{width:48px;height:48px;object-fit:cover;border-radius:8px;background:#f5f5f7;display:block}.cart-items-table .cim-code{white-space:nowrap;color:#555;font-size:12px}.cart-items-table .cim-name{min-width:120px;max-width:200px;line-height:1.35}.cart-items-table .cim-qty-ctrl{display:inline-flex;align-items:center;gap:6px;background:#f5f5f7;border-radius:8px;padding:2px 4px}.cart-items-table .cim-qty-btn{width:28px;height:28px;border:none;border-radius:6px;background:#fff;color:#1d1d1f;font-size:16px;line-height:1;cursor:pointer;box-shadow:0 1px 3px #00000014}.cart-items-table .cim-qty-btn:active{transform:scale(.95)}.cart-items-table .cim-qty-num{min-width:24px;text-align:center;font-weight:700}.cart-items-table .cim-price,.cart-items-table .cim-amt{white-space:nowrap;font-weight:600}.cart-items-table .cim-cbm{white-space:nowrap;color:#555}.cart-items-table .cim-del-btn{border:none;background:transparent;cursor:pointer;font-size:16px;opacity:.65;padding:4px}.cart-items-table .cim-del-btn:hover{opacity:1}.cart-items-stats{flex-shrink:0;border-top:1px solid #e5e5ea;padding:16px 24px 20px;background:#fbfbfd;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px}.cart-items-stat{font-size:13px;color:#555}.cart-items-stat strong{display:block;margin-top:2px;font-size:15px;color:#1d1d1f}.cart-items-stat.cim-stat-cost strong{color:var(--accent, #0071e3);font-size:18px}@media(max-width:800px){#cartItemsModal.cart-items-modal{align-items:flex-end;justify-content:center;padding:0}#cartItemsModal .cart-items-panel{width:100%;max-width:100%;max-height:78dvh;border-radius:20px 20px 0 0;animation:cartItemsSlideUp .28s ease}@keyframes cartItemsSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cart-items-header{padding:16px 16px 10px}.cart-items-header h2{font-size:17px}.cart-items-body{padding:0 12px 12px}.cart-items-stats{grid-template-columns:1fr 1fr;padding:12px 16px 16px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px))}.cart-items-table .cim-name{max-width:120px}.cart-items-table th.cim-hide-mobile,.cart-items-table td.cim-hide-mobile{display:none}}
