.bbs-cart{max-width:1100px;margin:0 auto;padding:24px 16px 60px;color:#1a2233}
.bbs-cart__crumb{font-size:.85em;color:#888;margin-bottom:10px}
.bbs-cart__crumb a{color:#888;text-decoration:none}
.bbs-cart__crumb a:hover{text-decoration:underline}
.bbs-cart__title{font-size:2em;font-weight:800;margin:0 0 18px;color:#1a2233}
.bbs-cart__empty{padding:50px 0;text-align:center;color:#555}
.bbs-cart__empty p{margin-bottom:18px}
.bbs-cart__alert{background:#fff8e6;border:1px solid #f3d98a;border-radius:8px;padding:12px 16px;font-size:.9em;color:#7a5c1e;margin-bottom:12px}
.bbs-cart__trust{display:flex;gap:18px;flex-wrap:wrap;font-size:.85em;color:#666;margin-bottom:22px}
.bbs-cart__grid{display:grid;grid-template-columns:1fr 360px;gap:24px;align-items:start}
.bbs-cart__h2,.bbs-summary__title{font-size:1.15em;font-weight:700;margin:0 0 14px;color:#1a2233}
.bbs-line{display:flex;gap:16px;padding:18px;border:1px solid #e8e8e8;border-radius:12px;margin-bottom:14px;background:#fff}
.bbs-line__img{flex-shrink:0;width:84px;height:84px;border-radius:8px;overflow:hidden;background:#f3f3f3}
.bbs-line__img img{width:100%;height:100%;object-fit:cover}
.bbs-line__body{flex:1;min-width:0}
.bbs-line__head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}
.bbs-line__title{font-weight:700;color:#1a2233;text-decoration:none;font-size:1.02em}
.bbs-line__title:hover{text-decoration:underline}
.bbs-line__remove{background:none;border:none;cursor:pointer;color:#bbb;font-size:1.05em;line-height:1;padding:2px}
.bbs-line__remove:hover{color:#e44}
.bbs-line__sku{font-size:.82em;color:#999;margin:2px 0 12px}
.bbs-line__cols{display:flex;flex-wrap:wrap;gap:16px 26px;align-items:flex-end}
.bbs-col{display:flex;flex-direction:column;gap:5px}
.bbs-col__lbl{font-size:.72em;color:#999;text-transform:uppercase;letter-spacing:.03em}
.bbs-col__val{font-weight:600;color:#1a2233}
.bbs-col--total .bbs-col__val{font-weight:800}
.bbs-qty{display:inline-flex;align-items:center;border:1px solid #d9d9d9;border-radius:8px;overflow:hidden;width:max-content}
.bbs-qty__btn{width:30px;height:34px;border:none;background:#f6f6f6;cursor:pointer;font-size:1.1em;color:#333}
.bbs-qty__btn:hover{background:#ececec}
.bbs-qty__inp{width:50px;height:34px;border:none;text-align:center;font-size:.95em;-moz-appearance:textfield}
.bbs-qty__inp::-webkit-outer-spin-button,.bbs-qty__inp::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.bbs-line__ppsf{font-size:.8em;color:#999;margin-top:10px}
.bbs-summary{border:1px solid #e8e8e8;border-radius:12px;padding:20px;background:#fff;position:sticky;top:20px}
.bbs-summary__hl{background:#fff8e6;border-radius:8px;padding:10px 14px;margin-bottom:14px}
.bbs-summary__row{display:flex;justify-content:space-between;padding:7px 0;font-size:.92em;color:#444}
.bbs-summary__hl .bbs-summary__row{padding:4px 0;color:#7a5c1e;font-weight:600}
.bbs-summary__row--total{border-top:2px solid #1a2233;margin-top:8px;padding-top:12px;font-size:1.15em;font-weight:800;color:#1a2233}
.bbs-promo{display:flex;gap:8px;margin:12px 0}
.bbs-promo input{flex:1;min-width:0;border:1px solid #d9d9d9;border-radius:8px;padding:9px 12px;font-size:.9em}
.bbs-promo button{border:1px solid #d9d9d9;background:#f6f6f6;border-radius:8px;padding:0 16px;cursor:pointer;font-weight:600}
.bbs-promo button:hover{background:#ececec}
.bbs-finance{background:#1a2233;color:#fff;border-radius:10px;padding:14px 16px;margin:16px 0}
.bbs-finance__tag{font-size:.7em;letter-spacing:.05em;color:#f5a623;font-weight:700;margin-bottom:4px}
.bbs-finance__amt{font-size:1.05em}
.bbs-finance__amt strong{color:#f5a623;font-size:1.15em}
.bbs-finance__sub{font-size:.75em;color:#9aa3b2;margin-top:3px}
.bbs-btn{display:inline-block;text-align:center;border:none;border-radius:8px;cursor:pointer;font-weight:700;text-decoration:none}
.bbs-btn--primary{background:#f5a623;color:#1a2233}
.bbs-btn--primary:hover{background:#e8960f;color:#1a2233}
.bbs-checkout{width:100%;padding:14px;font-size:1.02em;margin-top:4px}
.bbs-summary__note{font-size:.74em;color:#999;margin:10px 0 0;line-height:1.5}
@media(max-width:820px){.bbs-cart__grid{grid-template-columns:1fr}.bbs-summary{position:static}}
