/* === PROFALAT ELEMENTOR MINI CART QUANTITY (kompakt, 1 soros) === */

/* Az ár wrapper-t flex-be tesszük hogy minden egy sorba kerüljön */
.elementor-menu-cart__product-price .quantity {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
}

.profalat-em-qty {
    display: inline-flex !important;
    align-items: center !important;
    gap: 3px !important;
    vertical-align: middle !important;
    color: #02293a !important;
    transition: opacity 0.2s !important;
    flex-shrink: 0 !important;
}

.profalat-em-qty.is-loading {
    opacity: 0.4 !important;
    pointer-events: none !important;
}

.profalat-em-qty-btn,
button.profalat-em-qty-btn {
    background: transparent !important;
    border: 1.5px solid #02293a !important;
    color: #02293a !important;
    cursor: pointer !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    padding: 0 !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    transition: all 0.15s !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    flex-shrink: 0 !important;
}

.profalat-em-qty-btn:hover,
button.profalat-em-qty-btn:hover {
    background: #f03142 !important;
    border-color: #f03142 !important;
    color: #ffffff !important;
}

.profalat-em-qty-num {
    display: inline-block !important;
    min-width: 14px !important;
    text-align: center !important;
    font-weight: 700 !important;
    color: #02293a !important;
    font-size: 14px !important;
    line-height: 1 !important;
    padding: 0 1px !important;
}

/* === EGYSÉG ÁR === */
.profalat-em-price-info {
    display: inline-flex !important;
    align-items: baseline !important;
    gap: 2px !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
}

.profalat-em-unit-price {
    color: #02293a !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    white-space: nowrap !important;
}

.profalat-em-unit-price .woocommerce-Price-amount {
    font-size: inherit !important;
    color: inherit !important;
    font-weight: inherit !important;
}

.profalat-em-unit-suffix {
    color: #02293a !important;
    opacity: 0.5 !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
}
