.pakmega-wrap{max-width:1100px;margin:18px auto;font-family:Arial,Helvetica,sans-serif}
.pm-cat{border-bottom:1px solid #eee;padding:0;margin:0}
.pm-cat-toggle{width:100%;background:#fff;border:0;padding:14px 18px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}
.pm-cat-title{color:#D32F2F;font-weight:700} /* category red */
.pm-cat-icon{font-weight:700;color:#333}
.pm-products{padding:10px 18px;background:#fff;display:none}
.pm-product-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px dashed #eee}
.pm-product-name{color:#000;font-weight:600} /* product black */
.pm-product-price{color:#b87f00;margin-right:12px} /* gold-ish */
.pm-open-product{background:#b52d2b;color:#fff;border:0;border-radius:4px;padding:6px 10px;cursor:pointer}

/* Modal themed to site: red header, gold price */
.pm-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:9999;pointer-events:auto}
.pm-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:9998}
.pm-modal-inner{position:relative;background:#fff;border-radius:8px;width:92%;max-width:680px;z-index:9999;max-height:92vh;overflow:auto;box-shadow:0 10px 30px rgba(0,0,0,0.2)}
.pm-modal-header{background:#b52d2b;color:#fff;padding:12px 16px;border-radius:8px 8px 0 0;display:flex;justify-content:space-between;align-items:center}
.pm-modal-title{margin:0;font-size:18px;font-weight:700}
.pm-modal-close{background:transparent;border:0;color:#fff;font-size:22px;cursor:pointer}
.pm-modal-body{padding:18px;color:#000}
.pm-quick-price{font-weight:700;margin-bottom:8px;color:#b87f00}
.pm-wpc-fields{margin:8px 0}
.pm-quick-qty input{width:80px;padding:6px;margin-top:6px}
.pm-add-to-cart-button{background:#b52d2b;color:#fff;border:0;padding:10px 16px;border-radius:6px;cursor:pointer}
.pm-quick-msg{margin-left:12px;color:green;font-weight:600}
@media(max-width:600px){ .pm-modal-inner{position:relative;background:#fff;border-radius:8px;width:92%;max-width:680px;z-index:9999;max-height:92vh;overflow:auto;box-shadow:0 10px 30px rgba(0,0,0,0.2)} }