/* ═══════════════════════════════════════════════
   ADH Mini Cart - Quantity Selector
   Carrito flotante - Angeles del Hogar
   ═══════════════════════════════════════════════ */

/* Quantity selector inside mini-cart */
.elementor-menu-cart__product-price .quantity,
.elementor-menu-cart__product-price .quantity.buttons_added,
.widget_shopping_cart .quantity,
.widget_shopping_cart .quantity.buttons_added {
    all: unset;
    display: inline-flex !important;
    align-items: center !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background: #fff !important;
    height: 32px !important;
    vertical-align: middle !important;
    margin-right: 8px !important;
}

.elementor-menu-cart__product-price .quantity .minus,
.elementor-menu-cart__product-price .quantity .plus,
.widget_shopping_cart .quantity .minus,
.widget_shopping_cart .quantity .plus {
    all: unset;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 100% !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #64748b !important;
    background: #f8fafc !important;
    cursor: pointer !important;
    transition: background 0.15s ease, color 0.15s ease !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    text-decoration: none !important;
    line-height: 1 !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.elementor-menu-cart__product-price .quantity .minus:hover,
.elementor-menu-cart__product-price .quantity .plus:hover,
.widget_shopping_cart .quantity .minus:hover,
.widget_shopping_cart .quantity .plus:hover {
    background: #046bd2 !important;
    color: #fff !important;
}

.elementor-menu-cart__product-price .quantity .minus:active,
.elementor-menu-cart__product-price .quantity .plus:active,
.widget_shopping_cart .quantity .minus:active,
.widget_shopping_cart .quantity .plus:active {
    background: #045cb4 !important;
    color: #fff !important;
}

.elementor-menu-cart__product-price .quantity .qty,
.widget_shopping_cart .quantity .qty {
    all: unset;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 100% !important;
    text-align: center !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    background: #fff !important;
    border: none !important;
    border-left: 1px solid #e2e8f0 !important;
    border-right: 1px solid #e2e8f0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    font-family: inherit !important;
    box-sizing: border-box !important;
}

.elementor-menu-cart__product-price .quantity .qty::-webkit-inner-spin-button,
.elementor-menu-cart__product-price .quantity .qty::-webkit-outer-spin-button,
.widget_shopping_cart .quantity .qty::-webkit-inner-spin-button,
.widget_shopping_cart .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.elementor-menu-cart__product-price .quantity .qty:focus,
.widget_shopping_cart .quantity .qty:focus {
    outline: none !important;
    background: #f0f7ff !important;
    box-shadow: none !important;
}

.elementor-menu-cart__product-price .quantity .screen-reader-text,
.widget_shopping_cart .quantity .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
