.wbu-qty-button {
    display: inline;
    text-decoration: none !important;
    font-weight: bold;
    width: 30px;
    color: #808b94;
    border: 1px solid lightgray;
    box-sizing: border-box;
    padding: 5px;
}

.wbu-qty-button a {
    border-bottom: none;
}

.wbu-quantity {
    width: 100%;
}

/* Quantity announcements for screen readers. WooCommerce and most themes already
   ship .screen-reader-text; this is a safety net for the ones that do not, so the
   live region can never become visible. */
.wbu-qty-live {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
    padding: 0;
    margin: -1px;
}

.wbu-hide {
    display: none !important;
}

.product-name .qty {
    width: 4em;
    display: inline;
}

.product-name .quantity {
    display: inline;
    float: right;
}

.product_price {
    font-weight: bold;
}

.product_price::before {
    content: ' × ';
}


.checkout-qty-title {
    float: right;
}

.woocommerce-checkout-review-order-table .qty {
    max-width: 85px;
}

.shop_table .quantity {
    min-width: 120px;
}

.col-inner .qty {
    margin-top: 1em;
}

.added_to_cart {
    margin-left: 5px;
}

/* Free-shipping progress bar ("Add $X more to get FREE shipping!") */
.wbu-fsb {
    margin: 0 0 1.5em;
    padding: 12px 16px;
    background: #f7f7f7;
    border-radius: 4px;
    text-align: center;
}

.wbu-fsb-message {
    margin: 0 0 8px;
    font-size: 0.95em;
    line-height: 1.4;
}

.wbu-fsb-track {
    height: 10px;
    background: #e0e0e0;
    border-radius: 999px;
    overflow: hidden;
}

.wbu-fsb-fill {
    height: 100%;
    width: 0;
    background: #4caf50;
    border-radius: 999px;
    transition: width 0.4s ease;
}

.wbu-fsb-reached .wbu-fsb-fill {
    background: #2e7d32;
}

/* Low-stock urgency badge ("Only 3 left in stock!") */
.wbu-low-stock {
    display: inline-block;
    margin: 0 0 1em;
    padding: 6px 12px;
    background: #fff4e5;
    border-radius: 4px;
    color: #b23c17;
    font-size: 0.95em;
    font-weight: 700;
}