.mgbpc{font-family:Arial,Helvetica,sans-serif;color:#172033;background:#f6f8fb;border:1px solid #e5e9f0;border-radius:16px;padding:22px;max-width:1200px;margin:20px auto}.mgbpc *{box-sizing:border-box}.mgbpc-head{display:flex;justify-content:space-between;gap:20px;align-items:center;border-bottom:1px solid #e7ebf2;padding-bottom:18px}.mgbpc-kicker{font-size:12px;font-weight:800;letter-spacing:1.5px;color:#e11d48}.mgbpc h2{margin:5px 0;font-size:28px}.mgbpc p{margin:5px 0;color:#64748b}.mgbpc-cart,.mgbpc-btn{border:0;border-radius:9px;padding:11px 16px;font-weight:700;text-decoration:none;cursor:pointer}.mgbpc-cart,.mgbpc-btn.primary{background:#e11d48;color:#fff}.mgbpc-btn.secondary{background:#e2e8f0;color:#172033}.mgbpc-toolbar{display:flex;gap:12px;align-items:center;margin:18px 0;flex-wrap:wrap}.mgbpc-toolbar input[type=search],#mgbpc-modal-search{flex:1;min-width:230px;padding:12px;border:1px solid #d7dde7;border-radius:9px;background:#fff}.mgbpc-toolbar label{font-size:13px;color:#475569}.mgbpc-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px}.mgbpc-list{background:#fff;border:1px solid #e5e9f0;border-radius:12px;overflow:hidden}.mgbpc-row{display:grid;grid-template-columns:52px 1fr auto auto;gap:14px;align-items:center;padding:18px;border-bottom:1px solid #edf0f4}.mgbpc-row:last-child{border-bottom:0}.mgbpc-icon{font-size:25px;text-align:center}.mgbpc-info h3{margin:0;font-size:17px}.mgbpc-info h3 small{font-size:10px;color:#ef4444;margin-left:8px;text-transform:uppercase}.mgbpc-selected{margin-top:5px;color:#64748b;font-size:13px}.mgbpc-price{font-weight:800}.mgbpc-summary{background:#fff;border:1px solid #e5e9f0;border-radius:12px;padding:18px;height:max-content;position:sticky;top:20px}.mgbpc-summary h3{margin-top:0}.mgbpc-summary-item{display:flex;justify-content:space-between;gap:10px;font-size:13px;padding:8px 0;border-bottom:1px solid #edf0f4}.mgbpc-total{display:flex;justify-content:space-between;font-size:20px;padding:16px 0}.mgbpc-modal{display:none;position:fixed;inset:0;background:rgb(15 23 42 / .65);z-index:99999;padding:5vh 16px}.mgbpc-modal.open{display:block}.mgbpc-modal-box{background:#fff;border-radius:14px;max-width:900px;margin:auto;padding:20px;max-height:90vh;overflow:auto;position:relative}.mgbpc-close{position:absolute;right:15px;top:10px;border:0;background:none;font-size:28px;cursor:pointer}.mgbpc-products{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:15px}.mgbpc-product{border:1px solid #e5e9f0;border-radius:10px;padding:12px}.mgbpc-product img{width:100%;height:150px;object-fit:contain}.mgbpc-product h4{font-size:14px;min-height:40px;margin:8px 0}.mgbpc-product .price{font-weight:800;margin-bottom:9px}.mgbpc-product button{width:100%}.mgbpc-loading,.mgbpc-empty{padding:25px;text-align:center;color:#64748b}.mgbpc-error{padding:18px;background:#fee2e2;color:#991b1b;border-radius:8px}@media(max-width:850px){.mgbpc-layout{grid-template-columns:1fr}.mgbpc-summary{position:static}.mgbpc-products{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.mgbpc{padding:14px}.mgbpc-head{align-items:flex-start;flex-direction:column}.mgbpc h2{font-size:22px}.mgbpc-row{grid-template-columns:40px 1fr auto}.mgbpc-price{grid-column:2}.mgbpc-row .choose{grid-column:3;grid-row:1 / span 2}.mgbpc-products{grid-template-columns:1fr}}