/**
 * Centro Italia — Product Display Styles
 *
 * Sections:
 * 1. Star Rating (empty reviews)
 * 2. Quantity Dropdown (plugin override)
 * 3. Grundpreis
 * 4. Checkout Title
 * 5. Disabled Checkout Button
 * 6. Wine Hotline
 */

/* ==========================================================================
   1. Star Rating — empty reviews show 0% filled
   ========================================================================== */

.custom-reviews-count.emptyReviews .star-rating span {
    width: 1%;
}

/* ==========================================================================
   2. Quantity Dropdown — hide on single product page (use +/- buttons there)
   ========================================================================== */

.woocommerce.single-product .quantity_drop_down {
    display: none !important;
}

.woocommerce ul.products li.product {
    position: relative !important;
}

.woocommerce ul.products li.product .quantity_drop_down {
    position: absolute !important;
    bottom: 12px !important;
    left: 15px !important;
    z-index: 12 !important;
}

.woocommerce ul.products li.product .quantity {
    position: absolute !important;
    top: 12px !important;
    left: 83px !important;
}

/* ==========================================================================
   3. Grundpreis in category listing
   ========================================================================== */

.wc-gzd-additional-info.info {
    height: 30px;
}

/* ==========================================================================
   4. Checkout page title
   ========================================================================== */

.citalia-checkout-title {
    text-align: center;
}

/* ==========================================================================
   5. Disabled checkout button (below minimum order)
   ========================================================================== */

.checkout-button.citalia-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* ==========================================================================
   6. Wine hotline section
   ========================================================================== */

.citalia-wine-hotline {
    text-align: center;
}
