/* Checkout sheet styles shared by the mobile live room. */
.product-img img,.detail-visual img{width:100%;height:100%;object-fit:cover}.checkout-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}.checkout-head .detail-visual{width:82px;height:82px;flex:0 0 82px;font-size:32px}.checkout-head h2{margin:0 0 5px;font-size:18px}.detail-desc{margin:0 0 16px;color:#66788a;line-height:1.55}.checkout-section{padding:13px 0;border-top:1px solid #edf0f4}.checkout-section h3{margin:0 0 10px;font-size:14px;color:#24364a}.quantity{display:flex;align-items:center;gap:14px}.quantity button{display:grid;place-items:center;width:44px;height:44px;border:1px solid #dce3ea;border-radius:50%;background:#fff;color:#24364a;font-size:22px}.quantity strong{min-width:28px;text-align:center;font-size:18px}.address-card{padding:14px;border:1px solid #e4ebf2;border-radius:8px;background:#f8fbfe}.address-card h3{display:flex;align-items:center;justify-content:space-between}.address-card h3 button{min-height:40px;padding:7px 10px;border:0;border-radius:5px;background:#eaf4ff;color:#2876c7}.address-card strong{display:block;overflow-wrap:anywhere}.address-card p{margin:6px 0 0;color:#66788a;line-height:1.5;overflow-wrap:anywhere}.checkout-total{display:flex;justify-content:flex-end;align-items:baseline;gap:5px;padding:16px 0 2px;color:#566d82}.checkout-total strong{color:#f0444e;font-size:22px}.detail-actions{position:sticky;bottom:0;padding:12px 0 max(12px,env(safe-area-inset-bottom));background:#fff}.detail-actions button{min-height:46px;font-weight:700}.sku button{min-height:44px;min-width:44px;padding:9px 13px}.checkout-open .sheet{max-height:92svh}.checkout-open .detail{padding-bottom:0}@media(max-width:390px){.checkout-head .detail-visual{width:68px;height:68px;flex-basis:68px;font-size:28px}.detail{padding:13px}.checkout-section{padding:11px 0}.checkout-total strong{font-size:20px}}