/*
Theme Name: EZ Gold Theme
Theme URI: https://ezgold.fr
Author: Tourak Digital
Author URI: https://tourak-digital.com
Description: Custom WooCommerce theme for EZ Gold Kuyumculuk luxury jewelry store. Inspired by premium Turkish gold jewelry aesthetics.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
License: Proprietary
License URI: https://ezgold.fr
Text Domain: ezgold
Tags: woocommerce, jewelry, gold, e-commerce, turkish
*/

/* ========================================================================
   CSS VARIABLES
   ======================================================================== */
:root {
    /* Colors */
    --ez-navy: #0a1328;
    --ez-navy-light: #121f3d;
    --ez-navy-dark: #060d1a;
    --ez-gold: #d4a853;
    --ez-gold-light: #e8c882;
    --ez-gold-dark: #b8923f;
    --ez-gold-gradient: linear-gradient(135deg, #d4a853 0%, #f5d98a 50%, #d4a853 100%);
    --ez-white: #ffffff;
    --ez-off-white: #f8f6f3;
    --ez-light-gray: #f0ede8;
    --ez-gray: #8a8a8a;
    --ez-dark-gray: #333333;
    --ez-red: #e63946;
    --ez-green: #2d6a4f;
    --ez-text: #333333;
    --ez-text-light: #666666;
    --ez-border: #e0dcd5;
    --ez-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    --ez-shadow-hover: 0 8px 30px rgba(0, 0, 0, 0.15);

    /* Typography */
    --ez-font-primary: 'Poppins', sans-serif;
    --ez-font-heading: 'Playfair Display', serif;

    /* Spacing */
    --ez-container: 1320px;
    --ez-gap: 20px;
    --ez-radius: 4px;
    --ez-radius-lg: 8px;

    /* Transitions */
    --ez-transition: all 0.3s ease;
    --ez-transition-slow: all 0.5s ease;
}

/* ========================================================================
   RESET / NORMALIZE
   ======================================================================== */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--ez-font-primary);
    font-size: 14px;
    line-height: 1.6;
    color: var(--ez-text);
    background-color: var(--ez-white);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--ez-transition);
}

a:hover {
    color: var(--ez-gold);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--ez-font-heading);
    font-weight: 600;
    line-height: 1.3;
    color: var(--ez-navy);
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1.1rem; }
h6 { font-size: 1rem; }

button, input, select, textarea {
    font-family: var(--ez-font-primary);
    font-size: inherit;
    outline: none;
    border: none;
}

button {
    cursor: pointer;
    background: none;
}

.container {
    width: 100%;
    max-width: var(--ez-container);
    margin: 0 auto;
    padding: 0 15px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* ========================================================================
   ANNOUNCEMENT BAR
   ======================================================================== */
.ez-announcement-bar {
    background: var(--ez-navy);
    color: var(--ez-gold);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    overflow: hidden;
    height: 36px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1000;
}

.ez-announcement-scroll {
    display: flex;
    animation: scrollAnnouncement 30s linear infinite;
    white-space: nowrap;
    gap: 60px;
    padding-left: 100%;
}

.ez-announcement-scroll span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.ez-announcement-scroll span::before {
    content: '\2726';
    color: var(--ez-gold);
    font-size: 10px;
}

@keyframes scrollAnnouncement {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

.ez-announcement-bar:hover .ez-announcement-scroll {
    animation-play-state: paused;
}

/* ========================================================================
   TOP CONTACT BAR
   ======================================================================== */
.ez-top-bar {
    background: var(--ez-navy-light);
    border-bottom: 1px solid rgba(212, 168, 83, 0.15);
    padding: 6px 0;
    font-size: 13px;
}

.ez-top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ez-top-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ez-top-left a {
    color: #ccc;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    transition: var(--ez-transition);
}

.ez-top-left a:hover {
    color: var(--ez-gold);
}

.ez-top-left a .fa-whatsapp {
    color: #25d366;
    font-size: 14px;
}

.ez-top-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ez-top-right a {
    color: #999;
    font-size: 13px;
    transition: var(--ez-transition);
}

.ez-top-right a:hover {
    color: var(--ez-gold);
}

.ez-currency-selector {
    color: #ccc;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

/* ========================================================================
   MAIN HEADER
   ======================================================================== */
.ez-header {
    background: var(--ez-navy);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.ez-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* Mobile Menu Toggle */
.ez-mobile-menu-toggle {
    display: none;
    color: var(--ez-white);
    font-size: 22px;
    padding: 5px;
    background: none;
    border: none;
}

/* Logo */
.ez-logo {
    flex-shrink: 0;
}

.ez-logo img {
    height: 55px;
    width: auto;
}

.ez-logo-text {
    font-family: var(--ez-font-heading);
    font-size: 28px;
    font-weight: 700;
    color: var(--ez-gold);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ez-logo-text span {
    color: var(--ez-white);
    font-weight: 300;
}

/* Main Navigation */
.ez-main-nav {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.ez-main-nav .menu {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ez-main-nav .menu li {
    position: relative;
}

.ez-main-nav .menu > li > a {
    color: var(--ez-white);
    font-size: 13px;
    font-weight: 500;
    padding: 10px 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: var(--ez-transition);
    position: relative;
}

.ez-main-nav .menu > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 2px;
    background: var(--ez-gold);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.ez-main-nav .menu > li:hover > a::after,
.ez-main-nav .menu > li.current-menu-item > a::after {
    transform: scaleX(1);
}

.ez-main-nav .menu > li:hover > a,
.ez-main-nav .menu > li.current-menu-item > a {
    color: var(--ez-gold);
}

/* Dropdown */
.ez-main-nav .menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: var(--ez-white);
    box-shadow: var(--ez-shadow-hover);
    border-top: 2px solid var(--ez-gold);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: var(--ez-transition);
    z-index: 100;
}

.ez-main-nav .menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ez-main-nav .menu li .sub-menu a {
    color: var(--ez-text);
    padding: 8px 20px;
    font-size: 13px;
    display: block;
    font-weight: 400;
    text-transform: none;
}

.ez-main-nav .menu li .sub-menu a:hover {
    background: var(--ez-off-white);
    color: var(--ez-gold-dark);
    padding-left: 25px;
}

/* Header Actions */
.ez-header-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
}

.ez-header-actions > a {
    color: var(--ez-white);
    font-size: 18px;
    position: relative;
    transition: var(--ez-transition);
}

.ez-header-actions > a:hover {
    color: var(--ez-gold);
}

.ez-search-toggle {
    cursor: pointer;
}

.ez-cart-icon {
    position: relative;
}

.ez-cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: var(--ez-gold);
    color: var(--ez-navy);
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Search Overlay */
.ez-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 19, 40, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: var(--ez-transition);
}

.ez-search-overlay.active {
    opacity: 1;
    visibility: visible;
}

.ez-search-overlay form {
    width: 90%;
    max-width: 600px;
}

.ez-search-overlay input[type="search"] {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid var(--ez-gold);
    color: var(--ez-white);
    font-size: 24px;
    padding: 15px 0;
    font-family: var(--ez-font-heading);
}

.ez-search-overlay input[type="search"]::placeholder {
    color: rgba(255,255,255,0.4);
}

.ez-search-close {
    position: absolute;
    top: 30px;
    right: 30px;
    color: var(--ez-white);
    font-size: 30px;
    cursor: pointer;
}

/* ========================================================================
   MOBILE MENU
   ======================================================================== */
.ez-mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: -100%;
    width: 320px;
    height: 100vh;
    background: var(--ez-navy);
    z-index: 10000;
    transition: left 0.4s ease;
    overflow-y: auto;
    padding: 20px;
}

.ez-mobile-menu-overlay.active {
    left: 0;
}

.ez-mobile-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: var(--ez-transition);
}

.ez-mobile-backdrop.active {
    opacity: 1;
    visibility: visible;
}

.ez-mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(212,168,83,0.2);
    margin-bottom: 20px;
}

.ez-mobile-menu-close {
    color: var(--ez-white);
    font-size: 24px;
    cursor: pointer;
    background: none;
    border: none;
}

.ez-mobile-menu-overlay .menu {
    list-style: none;
}

.ez-mobile-menu-overlay .menu li a {
    display: block;
    color: var(--ez-white);
    padding: 12px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ez-mobile-menu-overlay .menu li a:hover {
    color: var(--ez-gold);
    padding-left: 10px;
}

.ez-mobile-menu-overlay .sub-menu {
    padding-left: 20px;
}

.ez-mobile-menu-overlay .sub-menu a {
    font-size: 13px !important;
    text-transform: none !important;
}

.ez-mobile-menu-contact {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(212,168,83,0.2);
}

.ez-mobile-menu-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ccc;
    padding: 10px 0;
    font-size: 14px;
}

.ez-mobile-menu-contact a:hover {
    color: var(--ez-gold);
}

/* ========================================================================
   GOLD PRICE TICKER BAR
   ======================================================================== */
.ez-gold-ticker {
    background: linear-gradient(135deg, #0a1328 0%, #1a2744 100%);
    padding: 8px 0;
    border-bottom: 1px solid rgba(212,168,83,0.2);
}

.ez-gold-ticker .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.ez-gold-ticker-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #ccc;
}

.ez-gold-ticker-label {
    color: var(--ez-gold);
    font-weight: 600;
}

.ez-gold-ticker-price {
    color: var(--ez-white);
    font-weight: 600;
}

.ez-gold-ticker-change.up {
    color: #22c55e;
}

.ez-gold-ticker-change.down {
    color: var(--ez-red);
}

/* ========================================================================
   HERO SLIDER
   ======================================================================== */
.ez-hero {
    position: relative;
    overflow: hidden;
    background: var(--ez-navy);
}

.ez-hero-slider {
    display: flex;
    transition: transform 0.6s ease;
}

.ez-hero-slide {
    min-width: 100%;
    position: relative;
    height: 550px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ez-hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10,19,40,0.85) 0%, rgba(10,19,40,0.4) 60%, transparent 100%);
}

.ez-hero-content {
    position: relative;
    z-index: 2;
    max-width: 550px;
    padding: 0 60px;
    animation: fadeInUp 0.8s ease;
}

.ez-hero-badge {
    display: inline-block;
    background: var(--ez-gold);
    color: var(--ez-navy);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 15px;
    margin-bottom: 15px;
}

.ez-hero-title {
    font-family: var(--ez-font-heading);
    font-size: 48px;
    color: var(--ez-white);
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.ez-hero-title span {
    color: var(--ez-gold);
}

.ez-hero-desc {
    color: rgba(255,255,255,0.7);
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.7;
}

.ez-hero-btn {
    display: inline-block;
    background: var(--ez-gold);
    color: var(--ez-navy);
    padding: 14px 35px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--ez-transition);
}

.ez-hero-btn:hover {
    background: var(--ez-gold-light);
    color: var(--ez-navy);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(212,168,83,0.4);
}

.ez-hero-controls {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.ez-hero-dot {
    width: 12px;
    height: 12px;
    border: 2px solid var(--ez-gold);
    border-radius: 50%;
    cursor: pointer;
    transition: var(--ez-transition);
    background: transparent;
}

.ez-hero-dot.active {
    background: var(--ez-gold);
}

.ez-hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(10,19,40,0.6);
    color: var(--ez-gold);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: var(--ez-transition);
    border: 1px solid rgba(212,168,83,0.3);
}

.ez-hero-arrow:hover {
    background: var(--ez-gold);
    color: var(--ez-navy);
}

.ez-hero-arrow.prev { left: 20px; }
.ez-hero-arrow.next { right: 20px; }

/* ========================================================================
   SECTION COMMON STYLES
   ======================================================================== */
.ez-section {
    padding: 60px 0;
}

.ez-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.ez-section-header h2 {
    font-family: var(--ez-font-heading);
    font-size: 32px;
    color: var(--ez-navy);
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.ez-section-header h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--ez-gold);
    margin: 12px auto 0;
}

.ez-section-header p {
    color: var(--ez-text-light);
    font-size: 15px;
    max-width: 600px;
    margin: 0 auto;
}

.ez-section.ez-bg-light {
    background: var(--ez-off-white);
}

.ez-section.ez-bg-dark {
    background: var(--ez-navy);
}

.ez-section.ez-bg-dark .ez-section-header h2 {
    color: var(--ez-white);
}

.ez-section.ez-bg-dark .ez-section-header p {
    color: rgba(255,255,255,0.6);
}

/* ========================================================================
   CATEGORY TABS
   ======================================================================== */
.ez-category-tabs {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.ez-category-tab {
    padding: 10px 25px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 2px solid var(--ez-border);
    background: transparent;
    color: var(--ez-text);
    cursor: pointer;
    transition: var(--ez-transition);
}

.ez-category-tab:hover,
.ez-category-tab.active {
    background: var(--ez-navy);
    border-color: var(--ez-navy);
    color: var(--ez-gold);
}

/* ========================================================================
   PRODUCT GRID
   ======================================================================== */
.ez-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--ez-gap);
}

.ez-product-card {
    background: var(--ez-white);
    border: 1px solid var(--ez-border);
    transition: var(--ez-transition);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.ez-product-card:hover {
    box-shadow: var(--ez-shadow-hover);
    border-color: var(--ez-gold);
    transform: translateY(-3px);
}

/* Product Image */
.ez-product-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: var(--ez-light-gray);
}

.ez-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ez-product-image .ez-product-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.ez-product-card:hover .ez-product-img-hover {
    opacity: 1;
}

.ez-product-card:hover .ez-product-image img:first-child {
    transform: scale(1.08);
}

/* Sale Badge */
.ez-product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ez-badge {
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ez-badge-sale {
    background: var(--ez-red);
    color: var(--ez-white);
}

.ez-badge-new {
    background: var(--ez-gold);
    color: var(--ez-navy);
}

.ez-badge-hot {
    background: var(--ez-navy);
    color: var(--ez-gold);
}

/* Product Actions (hover overlay) */
.ez-product-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 15px;
    background: linear-gradient(transparent, rgba(0,0,0,0.3));
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.ez-product-card:hover .ez-product-actions {
    transform: translateY(0);
}

.ez-product-action-btn {
    width: 40px;
    height: 40px;
    background: var(--ez-white);
    color: var(--ez-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    transition: var(--ez-transition);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border: none;
    cursor: pointer;
}

.ez-product-action-btn:hover {
    background: var(--ez-gold);
    color: var(--ez-white);
    transform: scale(1.1);
}

/* Wishlist heart */
.ez-wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    background: var(--ez-white);
    color: var(--ez-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
    z-index: 5;
    transition: var(--ez-transition);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border: none;
    opacity: 0;
}

.ez-product-card:hover .ez-wishlist-btn {
    opacity: 1;
}

.ez-wishlist-btn:hover,
.ez-wishlist-btn.active {
    color: var(--ez-red);
    transform: scale(1.1);
}

/* Product Info */
.ez-product-info {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.ez-product-category {
    font-size: 11px;
    text-transform: uppercase;
    color: var(--ez-gold-dark);
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 600;
}

.ez-product-title {
    font-family: var(--ez-font-primary);
    font-size: 14px;
    font-weight: 500;
    color: var(--ez-text);
    margin-bottom: 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ez-product-title a {
    color: inherit;
}

.ez-product-title a:hover {
    color: var(--ez-gold-dark);
}

.ez-product-meta {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 11px;
    color: var(--ez-gray);
}

.ez-product-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.ez-product-price {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.ez-product-price del,
.ez-product-price .ez-price-old {
    font-size: 13px;
    color: var(--ez-gray);
    text-decoration: line-through;
}

.ez-product-price ins,
.ez-product-price .ez-price-current {
    font-size: 18px;
    font-weight: 700;
    color: var(--ez-navy);
    text-decoration: none;
}

.ez-product-price .woocommerce-Price-amount {
    font-weight: 700;
}

.ez-product-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

.ez-product-rating .star-rating {
    font-size: 12px;
    color: var(--ez-gold);
}

/* Add to Cart Button */
.ez-product-card .ez-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 15px;
    background: var(--ez-navy);
    color: var(--ez-white);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
    transition: var(--ez-transition);
    margin-top: 10px;
}

.ez-product-card .ez-add-to-cart:hover {
    background: var(--ez-gold);
    color: var(--ez-navy);
}

.ez-product-card .ez-add-to-cart i {
    font-size: 14px;
}

/* ========================================================================
   WOOCOMMERCE PRODUCT LIST OVERRIDES
   ======================================================================== */
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--ez-gap);
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none;
}

.woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
    float: none !important;
    background: var(--ez-white);
    border: 1px solid var(--ez-border);
    transition: var(--ez-transition);
    overflow: hidden;
}

.woocommerce ul.products li.product:hover {
    box-shadow: var(--ez-shadow-hover);
    border-color: var(--ez-gold);
    transform: translateY(-3px);
}

.woocommerce ul.products li.product a img {
    margin: 0 !important;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: var(--ez-font-primary);
    font-size: 14px;
    font-weight: 500;
    padding: 12px 15px 5px;
    color: var(--ez-text);
}

.woocommerce ul.products li.product .price {
    padding: 0 15px 10px;
    color: var(--ez-navy);
    font-size: 16px;
    font-weight: 700;
}

.woocommerce ul.products li.product .price del {
    color: var(--ez-gray);
    font-weight: 400;
    font-size: 13px;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    font-weight: 700;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .ajax_add_to_cart {
    display: block !important;
    width: calc(100% - 30px);
    margin: 0 15px 15px !important;
    padding: 10px 15px;
    background: var(--ez-navy) !important;
    color: var(--ez-white) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    text-align: center;
    border-radius: 0 !important;
    transition: var(--ez-transition);
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover,
.woocommerce ul.products li.product .ajax_add_to_cart:hover {
    background: var(--ez-gold) !important;
    color: var(--ez-navy) !important;
}

.woocommerce ul.products li.product .onsale {
    background: var(--ez-red) !important;
    color: var(--ez-white);
    border-radius: 0 !important;
    font-size: 12px;
    font-weight: 700;
    min-width: auto;
    min-height: auto;
    padding: 5px 10px;
    line-height: 1.2;
    top: 10px;
    left: 10px;
    right: auto;
    margin: 0;
}

.woocommerce .star-rating {
    color: var(--ez-gold) !important;
}

/* ========================================================================
   SINGLE PRODUCT PAGE
   ======================================================================== */
.ez-single-product {
    padding: 40px 0;
}

.ez-single-product-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

/* Product Gallery */
.ez-product-gallery {
    position: sticky;
    top: 120px;
}

.ez-product-gallery-main {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: var(--ez-light-gray);
    margin-bottom: 10px;
    cursor: zoom-in;
}

.ez-product-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ez-product-gallery-main:hover img {
    transform: scale(1.5);
}

.ez-product-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}

.ez-product-gallery-thumb {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: var(--ez-transition);
    background: var(--ez-light-gray);
}

.ez-product-gallery-thumb.active,
.ez-product-gallery-thumb:hover {
    border-color: var(--ez-gold);
}

.ez-product-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* WooCommerce Gallery Override */
.woocommerce div.product div.images {
    width: 100% !important;
    float: none !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    margin-top: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100% !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 2px solid transparent;
    opacity: 1;
    transition: var(--ez-transition);
}

.woocommerce div.product div.images .flex-control-thumbs li img:hover,
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    border-color: var(--ez-gold);
}

/* Product Summary */
.ez-product-summary {
    padding: 10px 0;
}

.woocommerce div.product div.summary {
    width: 100% !important;
    float: none !important;
}

.ez-product-breadcrumb {
    font-size: 12px;
    color: var(--ez-gray);
    margin-bottom: 15px;
}

.ez-product-breadcrumb a {
    color: var(--ez-gold-dark);
}

.ez-product-summary .product_title,
.woocommerce div.product .product_title {
    font-family: var(--ez-font-heading);
    font-size: 28px;
    color: var(--ez-navy);
    margin-bottom: 15px;
    line-height: 1.3;
}

.ez-product-sku {
    font-size: 12px;
    color: var(--ez-gray);
    margin-bottom: 15px;
}

.ez-product-price-box {
    background: var(--ez-off-white);
    padding: 20px;
    margin-bottom: 20px;
    border-left: 4px solid var(--ez-gold);
}

.ez-product-price-box .price {
    font-size: 28px !important;
    font-weight: 700;
    color: var(--ez-navy);
}

.ez-product-price-box .price del {
    font-size: 18px;
    color: var(--ez-gray);
}

.ez-product-price-box .price ins {
    text-decoration: none;
}

.ez-product-price-box .ez-product-save {
    color: var(--ez-red);
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--ez-navy);
    font-size: 24px;
}

/* Product Info Table */
.ez-product-info-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.ez-product-info-table tr {
    border-bottom: 1px solid var(--ez-border);
}

.ez-product-info-table th {
    text-align: left;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ez-navy);
    background: var(--ez-off-white);
    width: 40%;
}

.ez-product-info-table td {
    padding: 10px 15px;
    font-size: 13px;
    color: var(--ez-text);
}

/* Stock Scarcity */
.ez-stock-scarcity {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 15px;
    background: #fff3cd;
    border: 1px solid #ffc107;
    margin: 15px 0;
    font-size: 13px;
    font-weight: 600;
    color: #856404;
}

.ez-stock-scarcity i {
    color: #dc3545;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

/* Quantity + Add to Cart */
.woocommerce div.product form.cart {
    display: flex;
    gap: 10px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.woocommerce div.product form.cart .quantity {
    width: auto;
}

.woocommerce .quantity .qty {
    width: 70px;
    height: 48px;
    text-align: center;
    border: 2px solid var(--ez-border);
    font-size: 16px;
    font-weight: 600;
}

.woocommerce div.product form.cart .button,
.single_add_to_cart_button {
    flex-grow: 1;
    padding: 12px 30px !important;
    background: var(--ez-gold) !important;
    color: var(--ez-navy) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    border: none !important;
    border-radius: 0 !important;
    transition: var(--ez-transition);
    height: 48px;
}

.woocommerce div.product form.cart .button:hover,
.single_add_to_cart_button:hover {
    background: var(--ez-gold-dark) !important;
    box-shadow: 0 5px 20px rgba(212,168,83,0.3);
}

/* WhatsApp Order Button */
.ez-whatsapp-order {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 30px;
    background: #25d366;
    color: var(--ez-white);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
    transition: var(--ez-transition);
    margin-bottom: 15px;
}

.ez-whatsapp-order:hover {
    background: #128c7e;
    color: var(--ez-white);
    transform: translateY(-2px);
}

/* Trust Features on Product */
.ez-product-trust {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid var(--ez-border);
    border-bottom: 1px solid var(--ez-border);
}

.ez-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: var(--ez-text-light);
}

.ez-trust-item i {
    font-size: 18px;
    color: var(--ez-gold);
}

/* Product Tabs */
.woocommerce div.product .woocommerce-tabs {
    margin-top: 50px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    gap: 0;
    border-bottom: 2px solid var(--ez-border);
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ez-text-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    display: block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--ez-navy);
    border-bottom-color: var(--ez-gold);
}

/* Related Products */
.woocommerce div.product .related.products {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid var(--ez-border);
}

.woocommerce div.product .related.products h2 {
    font-family: var(--ez-font-heading);
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

/* ========================================================================
   TRUST BADGES SECTION
   ======================================================================== */
.ez-trust-badges {
    padding: 40px 0;
    background: var(--ez-off-white);
    border-top: 1px solid var(--ez-border);
    border-bottom: 1px solid var(--ez-border);
}

.ez-trust-badges-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.ez-trust-badge {
    text-align: center;
    padding: 20px;
}

.ez-trust-badge i {
    font-size: 36px;
    color: var(--ez-gold);
    margin-bottom: 12px;
    display: block;
}

.ez-trust-badge h4 {
    font-family: var(--ez-font-primary);
    font-size: 14px;
    font-weight: 700;
    color: var(--ez-navy);
    margin-bottom: 5px;
    text-transform: uppercase;
}

.ez-trust-badge p {
    font-size: 12px;
    color: var(--ez-text-light);
}

/* ========================================================================
   CATEGORIES SHOWCASE
   ======================================================================== */
.ez-categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--ez-gap);
}

.ez-category-card {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: var(--ez-navy);
}

.ez-category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    opacity: 0.7;
}

.ez-category-card:hover img {
    transform: scale(1.1);
    opacity: 0.5;
}

.ez-category-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    z-index: 2;
}

.ez-category-card-content h3 {
    color: var(--ez-white);
    font-size: 22px;
    margin-bottom: 10px;
}

.ez-category-card-content .ez-category-count {
    color: var(--ez-gold);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ez-category-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--ez-gold);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
}

/* ========================================================================
   CART PAGE
   ======================================================================== */
.woocommerce-cart .woocommerce {
    padding: 40px 0;
}

.woocommerce table.shop_table {
    border: 1px solid var(--ez-border) !important;
    border-radius: 0 !important;
}

.woocommerce table.shop_table th {
    background: var(--ez-navy);
    color: var(--ez-white);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 15px;
}

.woocommerce table.shop_table td {
    padding: 15px;
    vertical-align: middle;
    border-color: var(--ez-border);
}

.woocommerce table.shop_table td.product-name a {
    color: var(--ez-navy);
    font-weight: 500;
}

.woocommerce table.shop_table td.product-name a:hover {
    color: var(--ez-gold);
}

.woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    max-width: 450px;
    float: right;
}

.woocommerce .cart-collaterals .cart_totals h2 {
    font-family: var(--ez-font-heading);
    font-size: 24px;
    margin-bottom: 20px;
}

/* Coupon */
.woocommerce .coupon {
    display: flex;
    gap: 10px;
}

.woocommerce .coupon .input-text {
    border: 2px solid var(--ez-border);
    padding: 10px 15px;
    font-size: 14px;
}

/* Buttons */
.woocommerce .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: var(--ez-navy) !important;
    color: var(--ez-white) !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 25px !important;
    font-size: 13px !important;
    transition: var(--ez-transition);
    border: none !important;
}

.woocommerce .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: var(--ez-gold) !important;
    color: var(--ez-navy) !important;
}

.woocommerce .button.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: var(--ez-gold) !important;
    color: var(--ez-navy) !important;
}

.woocommerce .button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: var(--ez-gold-dark) !important;
}

/* ========================================================================
   CHECKOUT PAGE
   ======================================================================== */
.woocommerce-checkout .woocommerce {
    padding: 40px 0;
}

.woocommerce form .form-row {
    margin-bottom: 15px;
}

.woocommerce form .form-row label {
    font-weight: 600;
    font-size: 13px;
    color: var(--ez-navy);
    margin-bottom: 5px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    border: 2px solid var(--ez-border) !important;
    border-radius: 0 !important;
    padding: 10px 15px !important;
    font-size: 14px;
    transition: var(--ez-transition);
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    border-color: var(--ez-gold) !important;
}

.woocommerce-checkout #payment {
    background: var(--ez-off-white) !important;
    border-radius: 0 !important;
}

#place_order {
    width: 100%;
    padding: 16px !important;
    font-size: 16px !important;
    background: var(--ez-gold) !important;
    color: var(--ez-navy) !important;
    font-weight: 700 !important;
}

/* ========================================================================
   MY ACCOUNT
   ======================================================================== */
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
    float: left;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    background: var(--ez-off-white);
    border: 1px solid var(--ez-border);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid var(--ez-border);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--ez-text);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: var(--ez-navy);
    color: var(--ez-gold);
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 72%;
    float: right;
}

/* ========================================================================
   BREADCRUMBS
   ======================================================================== */
.woocommerce .woocommerce-breadcrumb {
    font-size: 12px;
    color: var(--ez-gray);
    padding: 15px 0;
    margin-bottom: 0;
}

.woocommerce .woocommerce-breadcrumb a {
    color: var(--ez-gold-dark);
}

.woocommerce .woocommerce-breadcrumb a:hover {
    color: var(--ez-gold);
}

/* ========================================================================
   PAGINATION
   ======================================================================== */
.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    justify-content: center;
    gap: 5px;
    border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none !important;
    overflow: visible !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 8px 14px !important;
    background: var(--ez-off-white) !important;
    color: var(--ez-text) !important;
    font-weight: 600;
    border: 1px solid var(--ez-border);
    min-width: 40px;
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--ez-navy) !important;
    color: var(--ez-gold) !important;
    border-color: var(--ez-navy);
}

/* ========================================================================
   ORDERING / RESULTS
   ======================================================================== */
.woocommerce .woocommerce-ordering {
    margin-bottom: 20px;
}

.woocommerce .woocommerce-ordering select {
    border: 2px solid var(--ez-border);
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 500;
    background: var(--ez-white);
}

.woocommerce .woocommerce-result-count {
    font-size: 13px;
    color: var(--ez-gray);
}

/* ========================================================================
   FOOTER
   ======================================================================== */
.ez-footer {
    background: var(--ez-navy);
    color: #ccc;
}

.ez-footer-main {
    padding: 60px 0 40px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.ez-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
}

.ez-footer-col h4 {
    color: var(--ez-gold);
    font-family: var(--ez-font-heading);
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(212,168,83,0.2);
}

.ez-footer-about p {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.ez-footer-social {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.ez-footer-social a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.15);
    color: #999;
    font-size: 14px;
    transition: var(--ez-transition);
}

.ez-footer-social a:hover {
    background: var(--ez-gold);
    border-color: var(--ez-gold);
    color: var(--ez-navy);
}

.ez-footer-col ul li {
    margin-bottom: 10px;
}

.ez-footer-col ul li a {
    color: #aaa;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: var(--ez-transition);
}

.ez-footer-col ul li a::before {
    content: '\203A';
    color: var(--ez-gold);
    font-size: 16px;
    font-weight: bold;
}

.ez-footer-col ul li a:hover {
    color: var(--ez-gold);
    padding-left: 5px;
}

.ez-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 13px;
}

.ez-footer-contact li i {
    color: var(--ez-gold);
    font-size: 14px;
    margin-top: 3px;
}

.ez-footer-newsletter {
    margin-top: 15px;
}

.ez-footer-newsletter p {
    font-size: 12px;
    margin-bottom: 10px;
}

.ez-footer-newsletter form {
    display: flex;
}

.ez-footer-newsletter input[type="email"] {
    flex-grow: 1;
    padding: 10px 15px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: var(--ez-white);
    font-size: 13px;
}

.ez-footer-newsletter input[type="email"]::placeholder {
    color: #666;
}

.ez-footer-newsletter button {
    padding: 10px 18px;
    background: var(--ez-gold);
    color: var(--ez-navy);
    border: none;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: var(--ez-transition);
}

.ez-footer-newsletter button:hover {
    background: var(--ez-gold-light);
}

/* Footer Bottom */
.ez-footer-bottom {
    padding: 20px 0;
}

.ez-footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.ez-footer-copyright {
    font-size: 12px;
    color: #666;
}

.ez-footer-copyright a {
    color: var(--ez-gold);
}

.ez-footer-payment {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ez-footer-payment img {
    height: 28px;
    opacity: 0.6;
    transition: var(--ez-transition);
}

.ez-footer-payment img:hover {
    opacity: 1;
}

.ez-footer-payment i {
    font-size: 28px;
    color: #666;
}

/* ========================================================================
   PAGE TEMPLATES
   ======================================================================== */
.ez-page-header {
    background: var(--ez-navy);
    padding: 40px 0;
    text-align: center;
}

.ez-page-header h1 {
    color: var(--ez-white);
    font-family: var(--ez-font-heading);
    font-size: 36px;
    margin-bottom: 10px;
}

.ez-page-header .ez-page-breadcrumb {
    font-size: 13px;
    color: #999;
}

.ez-page-header .ez-page-breadcrumb a {
    color: var(--ez-gold);
}

.ez-page-content {
    padding: 50px 0;
}

/* ========================================================================
   404 PAGE
   ======================================================================== */
.ez-404 {
    text-align: center;
    padding: 80px 20px;
}

.ez-404 h1 {
    font-size: 120px;
    color: var(--ez-gold);
    font-family: var(--ez-font-heading);
    line-height: 1;
    margin-bottom: 10px;
}

.ez-404 h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.ez-404 p {
    color: var(--ez-text-light);
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.ez-404 .ez-btn-primary {
    display: inline-block;
    background: var(--ez-gold);
    color: var(--ez-navy);
    padding: 14px 35px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: var(--ez-transition);
}

.ez-404 .ez-btn-primary:hover {
    background: var(--ez-gold-dark);
}

/* ========================================================================
   SIDEBAR / WIDGETS
   ======================================================================== */
.ez-sidebar .widget {
    margin-bottom: 30px;
    padding: 20px;
    background: var(--ez-white);
    border: 1px solid var(--ez-border);
}

.ez-sidebar .widget-title,
.ez-sidebar .widgettitle {
    font-family: var(--ez-font-heading);
    font-size: 18px;
    color: var(--ez-navy);
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--ez-gold);
}

.ez-sidebar .widget ul li {
    padding: 8px 0;
    border-bottom: 1px solid var(--ez-border);
    font-size: 13px;
}

.ez-sidebar .widget ul li:last-child {
    border-bottom: none;
}

.ez-sidebar .widget ul li a {
    display: flex;
    justify-content: space-between;
    color: var(--ez-text);
}

.ez-sidebar .widget ul li a:hover {
    color: var(--ez-gold-dark);
}

/* Price Filter */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: var(--ez-border);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: var(--ez-gold);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: var(--ez-navy);
    border: none;
    border-radius: 50%;
}

/* ========================================================================
   NOTICES / MESSAGES
   ======================================================================== */
.woocommerce .woocommerce-message {
    border-top-color: var(--ez-gold) !important;
    background: #f8f6f0;
}

.woocommerce .woocommerce-message::before {
    color: var(--ez-gold) !important;
}

.woocommerce .woocommerce-info {
    border-top-color: var(--ez-navy) !important;
}

.woocommerce .woocommerce-error {
    border-top-color: var(--ez-red) !important;
}

/* ========================================================================
   COUNTDOWN TIMER
   ======================================================================== */
.ez-countdown {
    display: flex;
    gap: 10px;
    margin: 15px 0;
}

.ez-countdown-item {
    text-align: center;
    background: var(--ez-navy);
    padding: 10px 15px;
    min-width: 65px;
}

.ez-countdown-number {
    font-size: 24px;
    font-weight: 700;
    color: var(--ez-gold);
    display: block;
    line-height: 1;
}

.ez-countdown-label {
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
    display: block;
}

/* ========================================================================
   ANIMATIONS
   ======================================================================== */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes shimmer {
    0% { background-position: -200px 0; }
    100% { background-position: calc(200px + 100%) 0; }
}

.ez-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.ez-animate.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ========================================================================
   LOADING / SPINNER
   ======================================================================== */
.ez-loading {
    display: flex;
    justify-content: center;
    padding: 40px;
}

.ez-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid var(--ez-border);
    border-top-color: var(--ez-gold);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* ========================================================================
   BACK TO TOP
   ======================================================================== */
.ez-back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: var(--ez-navy);
    color: var(--ez-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: var(--ez-transition);
    border: 1px solid var(--ez-gold);
}

.ez-back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.ez-back-to-top:hover {
    background: var(--ez-gold);
    color: var(--ez-navy);
}

/* WhatsApp Fixed Button */
.ez-whatsapp-float {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 55px;
    height: 55px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ez-white);
    font-size: 28px;
    z-index: 999;
    box-shadow: 0 4px 15px rgba(37,211,102,0.4);
    transition: var(--ez-transition);
}

.ez-whatsapp-float:hover {
    transform: scale(1.1);
    color: var(--ez-white);
    box-shadow: 0 6px 20px rgba(37,211,102,0.5);
}

/* ========================================================================
   RESPONSIVE: 1200px
   ======================================================================== */
@media (max-width: 1200px) {
    .ez-hero-slide {
        height: 450px;
    }

    .ez-hero-title {
        font-size: 38px;
    }

    .ez-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ========================================================================
   RESPONSIVE: 992px
   ======================================================================== */
@media (max-width: 992px) {
    .ez-mobile-menu-toggle {
        display: block;
    }

    .ez-main-nav {
        display: none;
    }

    .ez-products-grid,
    .woocommerce ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .ez-single-product-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ez-product-gallery {
        position: static;
    }

    .ez-trust-badges-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ez-categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ez-hero-slide {
        height: 400px;
    }

    .ez-hero-content {
        padding: 0 30px;
    }

    .ez-hero-title {
        font-size: 32px;
    }
}

/* ========================================================================
   RESPONSIVE: 768px
   ======================================================================== */
@media (max-width: 768px) {
    .ez-top-bar {
        display: none;
    }

    .ez-header {
        padding: 10px 0;
    }

    .ez-logo img {
        height: 40px;
    }

    .ez-products-grid,
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px;
    }

    .ez-hero-slide {
        height: 350px;
    }

    .ez-hero-title {
        font-size: 26px;
    }

    .ez-hero-desc {
        font-size: 14px;
    }

    .ez-hero-arrow {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .ez-section {
        padding: 40px 0;
    }

    .ez-section-header h2 {
        font-size: 24px;
    }

    .ez-footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ez-footer-bottom .container {
        flex-direction: column;
        text-align: center;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        float: none;
    }

    .woocommerce div.product form.cart {
        flex-direction: column;
    }

    .woocommerce div.product form.cart .button,
    .single_add_to_cart_button {
        width: 100%;
    }

    .ez-product-trust {
        grid-template-columns: 1fr;
    }

    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.5rem; }
}

/* ========================================================================
   RESPONSIVE: 480px
   ======================================================================== */
@media (max-width: 480px) {
    .ez-announcement-bar {
        font-size: 11px;
        height: 32px;
    }

    .ez-products-grid,
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px;
    }

    .ez-product-info {
        padding: 10px;
    }

    .ez-product-title {
        font-size: 12px;
    }

    .ez-product-price ins,
    .ez-product-price .ez-price-current {
        font-size: 14px;
    }

    .ez-hero-slide {
        height: 280px;
    }

    .ez-hero-content {
        padding: 0 20px;
    }

    .ez-hero-title {
        font-size: 22px;
    }

    .ez-hero-btn {
        padding: 10px 25px;
        font-size: 12px;
    }

    .ez-category-tabs {
        gap: 3px;
    }

    .ez-category-tab {
        padding: 8px 15px;
        font-size: 11px;
    }

    .ez-trust-badges-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .ez-trust-badge i {
        font-size: 28px;
    }

    .ez-404 h1 {
        font-size: 80px;
    }

    .woocommerce table.shop_table {
        font-size: 12px;
    }
}

/* ========================================================================
   WOOCOMMERCE MINI CART
   ======================================================================== */
.ez-mini-cart {
    position: fixed;
    top: 0;
    right: -400px;
    width: 380px;
    height: 100vh;
    background: var(--ez-white);
    z-index: 10001;
    transition: right 0.4s ease;
    box-shadow: -5px 0 30px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
}

.ez-mini-cart.active {
    right: 0;
}

.ez-mini-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: var(--ez-navy);
    color: var(--ez-white);
}

.ez-mini-cart-header h3 {
    color: var(--ez-gold);
    font-size: 18px;
}

.ez-mini-cart-close {
    color: var(--ez-white);
    font-size: 20px;
    cursor: pointer;
    background: none;
    border: none;
}

.ez-mini-cart-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 15px;
}

.ez-mini-cart-footer {
    padding: 20px;
    border-top: 2px solid var(--ez-border);
    background: var(--ez-off-white);
}

.ez-mini-cart-total {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    color: var(--ez-navy);
    margin-bottom: 15px;
}

.ez-mini-cart-checkout {
    display: block;
    width: 100%;
    padding: 14px;
    background: var(--ez-gold);
    color: var(--ez-navy);
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: var(--ez-transition);
}

.ez-mini-cart-checkout:hover {
    background: var(--ez-gold-dark);
    color: var(--ez-navy);
}

/* ========================================================================
   UTILITY CLASSES
   ======================================================================== */
.ez-text-center { text-align: center; }
.ez-text-gold { color: var(--ez-gold); }
.ez-text-navy { color: var(--ez-navy); }
.ez-bg-navy { background: var(--ez-navy); }
.ez-bg-gold { background: var(--ez-gold); }
.ez-mt-1 { margin-top: 10px; }
.ez-mt-2 { margin-top: 20px; }
.ez-mt-3 { margin-top: 30px; }
.ez-mb-1 { margin-bottom: 10px; }
.ez-mb-2 { margin-bottom: 20px; }
.ez-mb-3 { margin-bottom: 30px; }
.ez-py-1 { padding-top: 10px; padding-bottom: 10px; }
.ez-py-2 { padding-top: 20px; padding-bottom: 20px; }
.ez-py-3 { padding-top: 30px; padding-bottom: 30px; }

/* Clearfix */
.clearfix::after {
    content: '';
    display: table;
    clear: both;
}


/* ========================================================================
   HERO SLIDE CSS-ONLY ENHANCEMENTS
   ======================================================================== */

/* Hero ornament - decorative gold border frame */
.ez-hero-slide-css .ez-hero-ornament {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    border: 1px solid rgba(212, 168, 83, 0.2);
    pointer-events: none;
    z-index: 1;
}

.ez-hero-slide-css .ez-hero-ornament::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid rgba(212, 168, 83, 0.1);
    margin: 10px;
}

/* Corner ornaments */
.ez-hero-slide-css .ez-hero-ornament::after {
    content: '\2666'; /* diamond suit */
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--ez-gold);
    font-size: 20px;
    background: transparent;
    padding: 0 10px;
}

/* Subtle sparkle effect on hero */
.ez-hero-slide-css::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(2px 2px at 20% 30%, rgba(212, 168, 83, 0.3), transparent),
        radial-gradient(2px 2px at 40% 70%, rgba(212, 168, 83, 0.2), transparent),
        radial-gradient(2px 2px at 60% 20%, rgba(212, 168, 83, 0.25), transparent),
        radial-gradient(2px 2px at 80% 60%, rgba(212, 168, 83, 0.15), transparent),
        radial-gradient(2px 2px at 10% 80%, rgba(212, 168, 83, 0.2), transparent),
        radial-gradient(2px 2px at 90% 40%, rgba(212, 168, 83, 0.15), transparent);
    pointer-events: none;
    z-index: 0;
    animation: ez-sparkle 4s ease-in-out infinite alternate;
}

@keyframes ez-sparkle {
    0% { opacity: 0.6; }
    100% { opacity: 1; }
}

/* Ring rotation animation */
@keyframes ez-ring-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* ========================================================================
   GOLD PRICE TICKER (bottom bar) - better styling
   ======================================================================== */
.ez-gold-ticker {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, var(--ez-navy-dark), var(--ez-navy), var(--ez-navy-dark));
    border-top: 1px solid rgba(212, 168, 83, 0.3);
    z-index: 9990;
    overflow: hidden;
    height: 38px;
}

.ez-gold-ticker-inner {
    display: flex;
    animation: tickerScroll 30s linear infinite;
    white-space: nowrap;
    align-items: center;
    height: 100%;
}

.ez-ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 25px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-family: var(--ez-font-primary);
    border-right: 1px solid rgba(212, 168, 83, 0.15);
}

.ez-ticker-item strong {
    color: var(--ez-gold);
    font-weight: 600;
}

@keyframes tickerScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ========================================================================
   CTA SECTION RESPONSIVE
   ======================================================================== */
@media (max-width: 768px) {
    .ez-cta-section .container > div {
        grid-template-columns: 1fr !important;
    }

    .ez-cta-section .container > div > div:last-child {
        display: none;
    }
}

/* ========================================================================
   PRODUCT CARD IMPROVEMENTS
   ======================================================================== */

/* Better product image placeholder styling */
.ez-product-card .ez-product-img img[src*="placeholder"],
.ez-product-card .ez-product-img img[alt="Placeholder"],
.woocommerce-product-gallery img[src*="placeholder"] {
    background: linear-gradient(135deg, #f0ede8, #e8e4dd);
    object-fit: contain;
}

/* Gold price board table styling */
.ez-gold-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--ez-navy);
    border: 1px solid rgba(212, 168, 83, 0.2);
}

.ez-gold-table thead th {
    background: rgba(212, 168, 83, 0.1);
    color: var(--ez-gold);
    padding: 12px 16px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid rgba(212, 168, 83, 0.3);
}

.ez-gold-table tbody td {
    padding: 10px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 14px;
}

.ez-gold-table tbody tr:hover {
    background: rgba(212, 168, 83, 0.05);
}

/* ========================================================================
   EMERALD COLOR VARIABLE
   ======================================================================== */
:root {
    --ez-emerald: #2ecc71;
}
