/*
	Theme Name: North Child Theme
	Theme URI: https://themeforest.net/item/north-responsive-woocommerce-theme/9117256
	Description: <strong>A Premium theme for magazine, editor, community and more! WordPress Theme by <a href="http://www.themeforest.net/user/fuelthemes">fuelthemes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 1.0.0
	Author: fuelthemes
	Author URI: http://themeforest.net/user/fuelthemes
	Template: north-wp
	Text Domain: north
	License: Themeforest Split Licence
	License URI: -
*/

/* Halloween Sale text glow */
.halloween-sale {
    color: #FF6F00; /* Orange text */
    font-weight: bold;
	    font-size: larger !important;
    text-shadow: 
        0 0 5px #FF6F00,   /* small glow */
        0 0 10px #FF6F00,  /* medium glow */
        0 0 15px #FFA500,  /* outer glow */
        0 0 20px #FFA500;  /* soft halo */
    transition: transform 0.3s, text-shadow 0.3s;
}

.halloween-sale:hover {
    text-shadow: 
        0 0 8px #FF6F00,
        0 0 16px #FF8C00,
        0 0 24px #FFA500,
        0 0 32px #FFB84D; /* stronger glow on hover */
    transform: scale(1.05); /* optional slight zoom */
    cursor: pointer;
}


/* Hide categories on single product page */
.woocommerce div.product .product_meta .posted_in {
    display: none !important;
}

/* Center align the lost password form */
.woocommerce.lost_reset_password {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh; /* adjust height so it centers vertically */
    text-align: center;
}

.woocommerce.lost_reset_password form {
    max-width: 400px; /* limit width */
    width: 100%;
}

.woocommerce-notices-wrapper + h1 {
    color: #000000 !important;
    padding-top: 5% !important;
}
