/*
Theme Name: Luxury Glow Spa V3
Template: hello-elementor
Version: 1.0.3
*/

/* ===== WooCommerce Variant Select — Dark Theme Fix ===== */
.woocommerce .variations select,
.woocommerce-page .variations select,
.woocommerce div.product form.cart .variations select,
table.variations select {
    background-color: #0a0a0a !important;
    color: #ffffff !important;
    border: 1px solid rgba(212, 175, 55, 0.4) !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 14px !important;
    letter-spacing: 0.05em !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23D4AF37' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 12px !important;
    padding-right: 40px !important;
    cursor: pointer !important;
    width: 100% !important;
    min-width: 200px !important;
    transition: border-color 0.2s !important;
}
.woocommerce .variations select:focus,
.woocommerce div.product form.cart .variations select:focus {
    border-color: #D4AF37 !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.15) !important;
}
.woocommerce .variations select option,
.woocommerce div.product form.cart .variations select option {
    background-color: #0a0a0a !important;
    color: #ffffff !important;
}

/* Label column */
.woocommerce div.product form.cart table.variations td.label label {
    color: rgba(255,255,255,0.7) !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: 600 !important;
}
