/*
Theme Name: Elite Fashion
Theme URI: https://profahim.com
Author: Elite Fashion
Author URI: https://profahim.com
Description: Premium WooCommerce fashion theme for luxury e-commerce. Fully functional with One Click Demo Import, WooCommerce integration, and elegant editorial design.
Version: 2.6.1
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elite-fashion
Tags: e-commerce, woocommerce, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, translation-ready, block-styles, wide-blocks

Elite Fashion - Premium fashion ecommerce theme for Envato.
*/

/* ==========================================================================
   Base Variables - Override via Customizer
   ========================================================================== */
:root {
    --ef-primary: #cf17b0;
    --ef-primary-rgb: 207, 23, 176;
    --ef-bg-light: #f8f6f8;
    --ef-bg-dark: #21111e;
    --ef-text-main: #181117;
    --ef-text-muted: #886382;
    --ef-font-display: 'Newsreader', Georgia, serif;
    --ef-font-body: 'Newsreader', Georgia, serif;
}

/* ==========================================================================
   Reset & Base
   ========================================================================== */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--ef-font-body);
    background-color: var(--ef-bg-light);
    color: var(--ef-text-main);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

/* Selection */
::selection {
    background-color: rgba(var(--ef-primary-rgb), 0.3);
}

/* ==========================================================================
   WordPress & WooCommerce Utility Classes
   ========================================================================== */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* WooCommerce message styling */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    border-left: 4px solid var(--ef-primary);
}

.woocommerce-error {
    border-left-color: #e74c3c;
}
