/* SHARNIR-BACKORDER-1. Compact supply labels; existing buttons and layout are preserved. */
.shop-supply { display:block; color:#164b3b; font-size:13px; line-height:1.45; font-weight:500; }
.shop-supply--backorder { border-left:3px solid #f96900; padding-left:9px; }
.shop-supply--note { margin:16px 0; padding:12px 14px; border-left:3px solid #f96900; background:#f3f5f3; }
.shop-supply--note ul { margin:8px 0; padding-left:18px; }
.shop-supply--note p { margin:8px 0 0; font:inherit; }

/* SHARNIR-MENU-SUPPLY-UI-1: quantity feedback on the product page. */
.shop-product [data-supply-stock] {
    box-sizing: border-box;
    padding: 8px 10px;
    border-left: 3px solid transparent;
    background: transparent;
}
.shop-product [data-supply-stock].is-over-stock {
    border-left-color: #f96900;
    background: rgba(249, 105, 0, 0.10);
    color: #164b3b;
    font-weight: 700;
}
.shop-product .shop-supply__quantity-note {
    display: block;
    margin-top: 4px;
    font-weight: 600;
}
.shop-product .shop-supply__quantity-note[hidden] {
    display: none !important;
}
