/**
* Theme Name:        avanam-glownis
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-glownis
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/


/* ---- LOGIN PAGE STYLING ---- */

/* Make "Login" Heading Black Before Logging In */
.woocommerce-form-login h2 {
    color: #000000 !important; /* Pure Black */
    font-weight: 800; /* Extra Bold */
}

/* Login Button Text Black */
.woocommerce-form-login button {
    background-color: #0056b3 !important; /* Beautiful Blue */
    color: #ffffff !important; /* White Text */
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    border: none;
}

/* Login Button Hover Effect */
.woocommerce-form-login button:hover {
    background-color: #003d80 !important; /* Darker Blue */
}

/* Email & Password Label Black */
.woocommerce-form-login label {
    color: #000000 !important; /* Pure Black */
    font-weight: 600; /* Semi-Bold */
}

/* Forgot Password Link Black */
.woocommerce-LostPassword a {
    color: #000000 !important; /* Pure Black */
    font-weight: 600; /* Semi-Bold */
    text-decoration: underline;
}

/* WooCommerce Login Input Field (User Typed Text Black) */
.woocommerce-form-login input {
    color: #000000 !important;  /* Pure Black Text */
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #ccc;  /* Light Gray Border */
    background-color: #ffffff; /* White Background */
    padding: 10px;
    border-radius: 5px;
}

/* Placeholder Text White */
.woocommerce-form-login input::placeholder {
    color: #ffffff !important;  /* White Placeholder */
    font-style: italic;
    opacity: 1 !important;
}

/* Login Form Background Fix (So Text is Visible) */
.woocommerce-form-login {
    background-color: #ffffff !important; /* White Background */
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* ---- AFTER LOGIN (MY ACCOUNT PAGE) ---- */

/* Make My Account Heading Dark Black */
.woocommerce-MyAccount-content h2, 
.woocommerce-MyAccount-navigation ul li a {
    color: #000000 !important; /* Pure Black */
    font-weight: 800; /* Extra Bold */
}

/* My Account Page Normal Text Black */
.woocommerce-MyAccount-content, 
.woocommerce-MyAccount-content p, 
.woocommerce-MyAccount-content td, 
.woocommerce-MyAccount-content th {
    color: #333333 !important; /* Slightly Dark Black */
    font-weight: 400; /* Normal */
}


/* Placeholder Text White */
.woocommerce-form-login input::placeholder {
    color: #ffffff !important;  /* White Placeholder */
    font-style: italic;
    opacity: 1 !important;
}
