/* Base "Request Bulk Order" button — sits inside a product card's action area. */
.bulk-order-btn{width:100%;height:36px;margin-top:8px;border:1px dashed #c7d2c2;border-radius:8px;background:transparent;color:#5f675f;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}
.bulk-order-btn:hover,.bulk-order-btn:focus{border-color:var(--green,#104d21);color:var(--green,#104d21);border-style:solid}
.bulk-order-btn svg{width:14px;height:14px}
.bulk-order-btn--only{margin-top:0;height:44px;border:1px solid var(--green,#104d21);border-style:solid;background:var(--green,#104d21);color:#fff;font-size:12px}
.bulk-order-btn--only:hover,.bulk-order-btn--only:focus{background:var(--green-2,#0a3f1b);color:#fff}
.sale-badge--bulk{background:var(--orange,#f59b00)}
.wsw-bulk-only-note{font-size:12px;color:#5f675f;margin:0 0 10px}

/* Modal */
body.wsw-modal-open{overflow:hidden}
.wsw-modal-overlay{position:fixed;inset:0;background:rgba(15,26,15,.55);display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000}
.wsw-modal-overlay[hidden]{display:none}
.wsw-modal{width:min(440px,100%);max-height:90vh;overflow-y:auto;background:#fff;border-radius:14px;padding:28px;position:relative;box-shadow:0 20px 50px rgba(0,0,0,.25)}
.wsw-modal h2{font:700 20px Georgia,"Times New Roman",serif;color:var(--green,#104d21);margin:0 0 16px}
.wsw-modal-close{position:absolute;top:14px;right:14px;width:32px;height:32px;border:0;border-radius:50%;background:#f2f2ee;color:#131a14;font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}
.wsw-modal-close:hover{background:#e6e6e0}

/* Modal form */
.bulk-order-product{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #e3e6de;border-radius:8px;background:#fafbf8;margin-bottom:18px}
.bulk-order-product img{width:56px;height:56px;object-fit:contain;border-radius:6px;background:#fff;border:1px solid #e3e6de}
.bulk-order-product span{font-size:13px;font-weight:700;color:#131a14}
#bulk-order-form .form-row{margin-bottom:14px}
#bulk-order-form label{font-size:12px;font-weight:600;margin-bottom:4px;display:block}
#bulk-order-form .required{color:#c0392b}
#bulk-order-form input,#bulk-order-form select,#bulk-order-form textarea{width:100%;min-height:42px;border:1px solid #e3e6de;border-radius:6px;padding:0 12px;font-size:13px;font-family:inherit;background:#fff;color:#131a14}
#bulk-order-form textarea{min-height:70px;padding:10px 12px;resize:vertical}
.bulk-order-radio-group{display:flex;gap:18px}
.bulk-order-radio{display:flex!important;align-items:center;gap:6px;font-size:13px;font-weight:500!important;margin:0!important;cursor:pointer}
.bulk-order-radio input{width:auto!important;min-height:auto!important}

/* Carton/bucket stepper */
.bulk-order-pack-hint{display:block;font-size:11px;color:#5f675f;margin:-2px 0 8px}
.bulk-order-stepper{display:inline-flex;align-items:center;border:1px solid #e3e6de;border-radius:6px;overflow:hidden}
.bulk-order-stepper-btn{width:38px;height:42px;border:0;background:#f5f6f3;color:var(--green,#104d21);font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;flex:none;min-height:auto}
.bulk-order-stepper-btn:hover,.bulk-order-stepper-btn:focus{background:#e8ede4}
#bulk-order-cartons{width:64px!important;min-height:42px!important;border:0;border-left:1px solid #e3e6de;border-right:1px solid #e3e6de;border-radius:0;text-align:center;-moz-appearance:textfield}
#bulk-order-cartons::-webkit-inner-spin-button,#bulk-order-cartons::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.bulk-order-total{display:block;margin-top:8px;font-size:12px;color:#5f675f}
.bulk-order-total strong{color:#131a14;font-weight:700}

/* Feedback + submit */
.bulk-order-feedback{font-size:12px;min-height:16px;margin-bottom:10px}
.bulk-order-feedback.success{color:var(--green,#104d21);font-weight:700}
.bulk-order-feedback.error{color:#c0392b;font-weight:700}
.bulk-order-submit{width:100%;min-height:46px;border-radius:6px;border:1px solid var(--green,#104d21);background:var(--green,#104d21);color:#fff;font-weight:700;cursor:pointer}
.bulk-order-submit:hover,.bulk-order-submit:focus{background:var(--green-2,#0a3f1b)}
.bulk-order-submit:disabled{opacity:.6;cursor:default}
