/* EO/ER oversized "Contact for Quote" treatment */
.eo-oversized .eo-oversized-note,
.eo-card-oversized .eo-oversized-note {
    margin: 0 0 10px;
    padding: 9px 12px;
    border: 1px solid #f0c36d;
    background: #fff8e8;
    border-radius: 8px;
    color: #8a5a00;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}
a.eo-contact-quote {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
a.eo-contact-quote:hover { text-decoration: none; }
/* product card variant: compact note + full-width button */
.eo-card-oversized .eo-oversized-note { font-size: 11.5px; padding: 7px 9px; margin-bottom: 8px; }
.eo-card-oversized a.eo-contact-quote { width: 100%; }

/* Cart "bulk order" over-150lb interrupt */
.eo-cart-overweight.message.info {
    margin: 0 0 18px;
    padding: 14px 16px;
    border: 1px solid #f0c36d;
    background: #fff8e8;
    border-radius: 10px;
    color: #8a5a00;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

/* 2026-06-26: PDP — stack the Over-Sized note ABOVE the Contact-for-Quote button.
   The server-rendered PDP uses .box-tocart.eo-oversized (the JS card uses .eo-card-oversized);
   the theme flexes .box-tocart .fieldset into a row, so force a column here. */
.catalog-product-view .box-tocart.eo-oversized .fieldset{ display:flex !important; flex-direction:column !important; align-items:stretch !important; }
.catalog-product-view .box-tocart.eo-oversized .eo-oversized-note{ margin:0 0 12px !important; }
.catalog-product-view .box-tocart.eo-oversized .actions{ display:block; width:100%; margin:0; }
.catalog-product-view .box-tocart.eo-oversized a.eo-contact-quote{ width:100%; }

/* "Contact for Quote" modal */
.eo-quote-overlay {
    position: fixed; inset: 0; z-index: 100000;
    background: rgba(10,16,34,.55);
    display: flex; align-items: center; justify-content: center; padding: 18px;
}
.eo-quote-modal {
    position: relative; width: 100%; max-width: 460px;
    background: #fff; border-radius: 14px; padding: 26px 24px 22px;
    box-shadow: 0 24px 60px rgba(10,16,34,.35);
}
.eo-quote-close {
    position: absolute; top: 10px; right: 12px;
    border: 0; background: transparent; font-size: 26px; line-height: 1;
    color: #8a93a6; cursor: pointer;
}
.eo-quote-close:hover { color: #1344b1; }
.eo-quote-title { margin: 0 0 6px; font-size: 20px; font-weight: 800; color: #0a1326; }
.eo-quote-sub { margin: 0 0 14px; font-size: 13px; color: #5a6273; line-height: 1.5; }
.eo-quote-product {
    margin: 0 0 14px; padding: 9px 12px; border-radius: 8px;
    background: #f4f7fc; border: 1px solid #e2e8f4;
    font-size: 13.5px; font-weight: 700; color: #1344b1;
}
.eo-quote-label { display: block; margin: 0 0 12px; font-size: 13px; font-weight: 600; color: #2a3447; }
.eo-quote-label .req { color: #b00020; }
.eo-quote-label input, .eo-quote-label textarea {
    width: 100%; margin-top: 5px; padding: 10px 12px;
    border: 1px solid #cfd6e4; border-radius: 8px; font-size: 14px; box-sizing: border-box;
}
.eo-quote-label input:focus, .eo-quote-label textarea:focus { border-color: #1344b1; outline: none; }
.eo-quote-send { width: 100%; margin-top: 4px; }
.eo-quote-result { margin: 12px 0 0; font-size: 13.5px; font-weight: 600; }
