:root {
    --eshaa-primary: #ff7e44;
    --eshaa-secondary: #00684d;
    --eshaa-accent: #00684d;
    --eshaa-dark: #333333;
    --eshaa-light: #f8f9fa;
    --eshaa-white: #ffffff;
    --eshaa-black: #000000;
}

/* ===== PRODUCT GALLERY ===== */
.eshaa-product-gallery {
    position: relative;
    margin-bottom: 40px;
}

.eshaa-product-featured-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 12px;
}

.eshaa-product-featured-image a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.eshaa-product-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.eshaa-product-featured-image:hover img {
    transform: scale(1.05);
}

.eshaa-zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    opacity: 0;
    transition: opacity 0.4s ease;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.eshaa-product-featured-image:hover .eshaa-zoom-icon {
    opacity: 0.7;
}

/* ===== THUMBNAIL GALLERY ===== */
.eshaa-gallery-thumbnails {
    position: relative;
    margin-top: 20px;
}

.eshaa-thumb-track {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-behavior: smooth;
}

.eshaa-thumb-track::-webkit-scrollbar {
    height: 6px;
}

.eshaa-thumb-track::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.eshaa-thumb-track::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.eshaa-thumb-track::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.eshaa-thumb {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    background: #f5f5f5;
}

.eshaa-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.eshaa-thumb:hover {
    border-color: #ff7e44;
    transform: scale(1.05);
}

.eshaa-thumb:hover img {
    transform: scale(1.1);
}

.eshaa-thumb.active {
    border-color: #ff7e44;
    box-shadow: 0 0 0 3px rgba(255, 126, 68, 0.2);
}

/* ===== THUMBNAIL NAVIGATION ===== */
.eshaa-thumb-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: #ff7e44;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 5;
    padding: 0;
    line-height: 1;
}

.eshaa-thumb-nav:hover {
    background: #00684d;
}

.eshaa-thumb-prev {
    left: -12px;
}

.eshaa-thumb-next {
    right: 8px;
}

@media (max-width: 767px) {
    .eshaa-thumb-nav {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }
    
    .eshaa-thumb-prev {
        left: 0;
    }
    
    .eshaa-thumb-next {
        right: 0;
    }
    
    .eshaa-thumb {
        width: 70px;
        height: 70px;
    }
}

.aux-widget-recent-products-carousel {
    position: relative;
    margin: 40px 0;
    width: 100%;
    display: block;
}

.aux-mc-wrapper {
    position: relative;
    overflow: visible;
    width: 100%;
    min-height: 500px;
    display: block;
}

.aux-product-carousel.master-carousel {
    position: relative;
    width: 100% !important;
    max-width: none !important;
    display: block;
}

.aux-mc-view {
    overflow: hidden;
    width: 100%;
    display: block;
}

.aux-mc-container {
    display: flex !important;
    transition: transform 0.5s ease;
    width: 100%;
    position: relative;
}

.aux-mc-item {
    flex: 0 0 auto !important;
    padding: 0 15px;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.aux-mc-item.mc-item-active {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* ===== PRODUCT ITEMS ===== */
.aux-mc-item article,
.aux-product-item article {
    background: var(--eshaa-white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 100%;
}

.aux-mc-item article:hover,
.aux-product-item article:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.entry-media {
    position: relative;
    overflow: hidden;
}

.aux-media-frame {
    position: relative;
    overflow: hidden;
}

.aux-media-frame img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.aux-mc-item article:hover .aux-media-frame img,
.aux-product-item article:hover .aux-media-frame img {
    transform: scale(1.05);
}

.entry-main {
    padding: 25px;
}

.entry-header {
    margin-bottom: 15px;
}

.entry-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.entry-title a {
    color: var(--eshaa-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.entry-title a:hover {
    color: var(--eshaa-secondary);
}

.entry-info {
    margin: 10px 0;
}

.entry-tax a {
    color: #666;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    background: var(--eshaa-light);
    padding: 4px 12px;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.entry-tax a:hover {
    color: var(--eshaa-white);
    background: var(--eshaa-secondary);
}

.entry-content {
    color: #666;
    line-height: 1.6;
    margin: 15px 0;
}

.entry-price {
    margin: 15px 0;
}

.product-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--eshaa-secondary);
}

.entry-date {
    margin: 10px 0;
    font-size: 16px;
    color: #999;
}

.entry-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.aux-read-more {
    flex: 1;
    background: var(--eshaa-primary);
    color: var(--eshaa-white);
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    transition: all 0.3s ease;
}

.aux-read-more:hover {
    background: var(--eshaa-dark);
    transform: translateY(-2px);
}

.aux-enquiry-btn {
    background: var(--eshaa-secondary);
    color: var(--eshaa-white);
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.aux-enquiry-btn:hover {
    background: var(--eshaa-accent);
    transform: translateY(-2px);
}

/* ===== PRODUCTS GRID ===== */
.aux-products-grid,
.eshaa-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.aux-products-grid[data-columns="2"] {
    grid-template-columns: repeat(2, 1fr);
}

.aux-products-grid[data-columns="3"] {
    grid-template-columns: repeat(3, 1fr);
}

.aux-products-grid[data-columns="4"] {
    grid-template-columns: repeat(4, 1fr);
}

/* Full width products grid - more columns on larger screens */
.eshaa-products-full-width .eshaa-products-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

@media (min-width: 1200px) {
    .eshaa-products-full-width .eshaa-products-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1600px) {
    .eshaa-products-full-width .eshaa-products-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* ===== ENQUIRY POPUP ===== */
.eshaa-enquiry-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

.eshaa-enquiry-popup.active {
    display: flex;
}

.eshaa-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.eshaa-popup-content {
    position: relative;
    background: var(--eshaa-white);
    border-radius: 20px;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 1;
    animation: popupSlideIn 0.3s ease;
}

@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.eshaa-popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #999;
    transition: color 0.3s ease;
}

.eshaa-popup-close:hover {
    color: var(--eshaa-secondary);
}

.eshaa-popup-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--eshaa-dark);
    margin: 0 0 20px 0;
    text-align: center;
}

.eshaa-enquiry-product-info {
    background: var(--eshaa-light);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.eshaa-form-group {
    margin-bottom: 25px;
}

.eshaa-form-group label {
    display: block;
    font-weight: 600;
    color: var(--eshaa-dark);
    margin-bottom: 8px;
}

.eshaa-form-group input,
.eshaa-form-group textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.eshaa-form-group input:focus,
.eshaa-form-group textarea:focus {
    outline: none;
    border-color: var(--eshaa-secondary);
}

.eshaa-form-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
}

.eshaa-submit-btn {
    background: var(--eshaa-secondary);
    color: var(--eshaa-white);
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.eshaa-submit-btn:hover {
    background: var(--eshaa-primary);
    transform: translateY(-2px);
}

.eshaa-cancel-btn {
    background: #f0f0f0;
    color: var(--eshaa-dark);
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.eshaa-cancel-btn:hover {
    background: #e0e0e0;
}

.eshaa-form-message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    display: none;
}

.eshaa-form-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.eshaa-form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* ===== SINGLE PRODUCT PAGE ===== */
.eshaa-single-product {
    max-width: 1620px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* Single Product Breadcrumb (Full Width at Top) */
.eshaa-single-product > .eshaa-single-breadcrumb {
    font-size: 16px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    color: #333333;
    display: block;
    line-height: 1.5;
}

.eshaa-single-product > .eshaa-single-breadcrumb a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline;
}

.eshaa-single-product > .eshaa-single-breadcrumb a:hover {
    color: var(--eshaa-primary);
}

.eshaa-single-product > .eshaa-single-breadcrumb .separator {
    margin: 0 8px;
    color: #999999;
    display: inline;
}

.eshaa-product-header {
    text-align: left;
    margin-bottom: 30px;
}

.eshaa-product-category {
    display: inline-block;
    background: var(--eshaa-light);
    color: var(--eshaa-primary);
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.eshaa-product-header h1 {
    font-size: 48px;
    font-weight: 700;
    color: var(--eshaa-dark);
    margin: 0 0 20px 0;
    line-height: 1.2;
}

/* Removed product pricing styles */

.eshaa-product-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.eshaa-product-gallery {
    position: sticky;
    top: 100px;
}

.eshaa-product-featured-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.eshaa-product-featured-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.eshaa-product-featured-image:hover img {
    transform: scale(1.08);
}

.eshaa-product-details {
    padding: 20px 0;
}

.eshaa-product-sku {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    padding: 15px;
    background: var(--eshaa-light);
    border-radius: 10px;
}

.eshaa-product-description h3,
.eshaa-product-features h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--eshaa-dark);
    margin: 0 0 20px 0;
}

.eshaa-product-description {
    margin-bottom: 40px;
    line-height: 1.8;
    color: #666;
    font-size: 18px;
}

.eshaa-product-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.eshaa-product-features li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 25px;
    font-size: 18px;
}

.eshaa-product-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--eshaa-secondary);
    font-weight: bold;
}

.eshaa-product-actions {
    margin-top: 40px;
    text-align: center;
}

/* Single Product Page Enquiry Button (Separate from archive hover buttons) */
.eshaa-single-product-actions {
    margin-top: 30px;
}

.eshaa-single-enquiry-btn {
    background: var(--eshaa-primary);
    color: var(--eshaa-white);
    border: none;
    padding: 16px 40px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255, 126, 68, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}

.eshaa-single-enquiry-btn:hover {
    background: var(--eshaa-secondary);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 104, 77, 0.4);
}

/* Archive page enquiry buttons (hover-triggered) */
.eshaa-enquiry-btn,
.eshaa-product-enquiry-btn {
    background: var(--eshaa-primary);
    color: var(--eshaa-white);
    border: none;
    padding: 16px 40px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255, 126, 68, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.eshaa-enquiry-btn:hover,
.eshaa-product-enquiry-btn:hover {
    background: var(--eshaa-secondary);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 104, 77, 0.4);
}

/* ===== MODERN ARCHIVE DESIGN ===== */
.eshaa-modern-archive {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Archive Hero Section */
.eshaa-archive-hero {
    background: linear-gradient(135deg, var(--eshaa-primary) 0%, var(--eshaa-secondary) 100%);
    color: var(--eshaa-white);
    padding: 60px 40px;
    border-radius: 20px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;

    display: none;
}

.eshaa-archive-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.eshaa-hero-content {
    position: relative;
    z-index: 1;
}

.eshaa-product-header .eshaa-breadcrumb {
    font-size: 13px;
    margin-bottom: 10px;
    color: #666666;
}

.eshaa-product-header .eshaa-breadcrumb a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.eshaa-product-header .eshaa-breadcrumb a:hover {
    color: var(--eshaa-primary);
}

.eshaa-product-header .eshaa-breadcrumb .separator {
    margin: 0 6px;
    color: #999999;
}

.eshaa-product-header .eshaa-breadcrumb .current {
    color: var(--eshaa-dark);
    font-weight: 600;
}


.eshaa-hero-title {
    font-size: 48px;
    font-weight: 800;
    margin: 0 0 15px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.eshaa-hero-description {
    font-size: 18px;
    margin: 0;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

/* Archive Controls */
.eshaa-archive-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--eshaa-white);
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
    margin-top: 30px;
}

.eshaa-controls-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.eshaa-filter-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--eshaa-light);
    border: none;
    padding: 12px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    color: var(--eshaa-dark);
    transition: all 0.3s ease;
}

.eshaa-filter-toggle:hover,
.eshaa-filter-toggle.active {
    background: var(--eshaa-secondary);
    color: var(--eshaa-white);
}

.eshaa-view-options {
    display: flex;
    gap: 5px;
    background: var(--eshaa-light);
    padding: 5px;
    border-radius: 10px;
}

.eshaa-grid-btn {
    background: none;
    border: none;
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
    color: #666;
    transition: all 0.3s ease;
}

.eshaa-grid-btn.active,
.eshaa-grid-btn:hover {
    background: var(--eshaa-white);
    color: var(--eshaa-secondary);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.eshaa-sort-options select {
    background: var(--eshaa-light);
    border: none;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 600;
    color: var(--eshaa-dark);
    cursor: pointer;
    min-width: 150px;
}

/* Filter Panel */
.eshaa-filter-panel {
    background: var(--eshaa-white);
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease;
}

.eshaa-filter-panel.active {
    max-height: 420px;
    border: 1px solid #f0f0f0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.eshaa-filter-content {
    padding: 30px;
}

.eshaa-filter-section h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--eshaa-dark);
    margin: 0 0 20px 0;
}

.eshaa-category-filters {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.eshaa-category-filters > .eshaa-filter-link,
.eshaa-filter-group {
    background: var(--eshaa-light);
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.eshaa-filter-group {
    border: 1px solid #f0f0f0;
}

.eshaa-filter-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--eshaa-dark);
    transition: all 0.2s ease;
}

.eshaa-filter-link:hover {
    transform: translateX(4px);
}

.eshaa-filter-link .checkmark.radio {
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.eshaa-filter-link .label {
    flex: 1;
    font-weight: 600;
}

.eshaa-filter-link .count {
    background: var(--eshaa-white);
    color: #666;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
}

.eshaa-filter-link.active .checkmark.radio {
    border-color: var(--eshaa-secondary);
    background: var(--eshaa-secondary);
}

.eshaa-filter-link.active .checkmark.radio::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: var(--eshaa-white);
    border-radius: 50%;
}

.eshaa-filter-link.active .label {
    color: var(--eshaa-secondary);
}

.eshaa-child-filters {
    margin-top: 8px;
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.eshaa-child-filters .eshaa-filter-link.child-category {
    background: var(--eshaa-white);
    border-radius: 999px;
    padding: 6px 10px;
    border: 1px solid #e0e0e0;
}

.eshaa-child-filters .eshaa-filter-link.child-category .label {
    font-weight: 500;
}

.eshaa-filter-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: var(--eshaa-light);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.eshaa-filter-item:hover {
    background: #e8f4fd;
    transform: translateX(5px);
}

.eshaa-filter-item input[type="radio"] {
    display: none;
}

.eshaa-filter-item .checkmark {
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}

.eshaa-filter-item input[type="radio"]:checked + .checkmark {
    border-color: var(--eshaa-secondary);
    background: var(--eshaa-secondary);
}

.eshaa-filter-item input[type="radio"]:checked + .checkmark::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: var(--eshaa-white);
    border-radius: 50%;
}

.eshaa-filter-item .label {
    flex: 1;
    font-weight: 600;
    color: var(--eshaa-dark);
}

.eshaa-filter-item .count {
    background: var(--eshaa-white);
    color: #666;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
}

.eshaa-filter-item.child-category {
    margin-left: 20px;
    background: #f8f9fa;
}

.eshaa-filter-item.child-category .label {
    font-weight: 500;
}

/* Subcategories Showcase */
.eshaa-subcategories-showcase {
    margin-bottom: 50px;
}

.eshaa-section-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--eshaa-dark);
    text-align: center;
    margin: 0 0 40px 0;
    position: relative;

    display: none;
}

.eshaa-section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--eshaa-primary), var(--eshaa-secondary));
    border-radius: 2px;
}

.eshaa-subcategories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.eshaa-subcategory-card {
    background: var(--eshaa-white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
}

.eshaa-subcategory-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.eshaa-subcategory-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.eshaa-subcategory-image {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.eshaa-subcategory-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.eshaa-subcategory-card:hover .eshaa-subcategory-image img {
    transform: scale(1.1);
}

.eshaa-subcategory-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--eshaa-light), #f8f9fa);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

.eshaa-subcategory-placeholder i {
    font-size: 48px;
}

.eshaa-subcategory-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--eshaa-primary), var(--eshaa-secondary));
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.eshaa-subcategory-card:hover .eshaa-subcategory-overlay {
    opacity: 0.9;
}

.eshaa-view-products {
    color: var(--eshaa-white);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.eshaa-subcategory-info {
    padding: 25px;
    text-align: center;
}

.eshaa-subcategory-info h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--eshaa-dark);
    margin: 0 0 10px 0;
}

.eshaa-product-count {
    color: var(--eshaa-primary);
    font-weight: 600;
    margin: 0;
}

.eshaa-products-section {
    margin-top: 50px;
}

.eshaa-products-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--eshaa-dark);
    margin-bottom: 30px;
    text-align: center;
}

.eshaa-no-products {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

.eshaa-no-products p {
    font-size: 18px;
}

/* ===== FULL WIDTH LAYOUT ===== */
.eshaa-products-full-width .aux-container,
.eshaa-products-full-width .container {
    max-width: 100%;
    padding: 0 20px;
}

.eshaa-products-full-width .aux-primary,
.eshaa-products-full-width .aux-content,
.eshaa-products-full-width #primary,
.eshaa-products-full-width #content {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
}

.eshaa-products-full-width .aux-sidebar,
.eshaa-products-full-width .sidebar,
.eshaa-products-full-width #secondary {
    display: none !important;
}

.eshaa-products-full-width .aux-wrapper {
    display: block !important;
}

/* ===== ARCHIVE LAYOUT ===== */
.eshaa-products-archive {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== ARCHIVE HEADER ===== */
.eshaa-archive-header {
    text-align: center;
    margin-bottom: 50px;
    padding: 40px 20px;
}

.eshaa-archive-header h1 {
    font-size: 42px;
    font-weight: 700;
    color: var(--eshaa-dark);
    margin: 0 0 15px 0;
}

.eshaa-archive-header p {
    font-size: 18px;
    color: #666;
    margin: 0;
}

/* ===== MODERN PRODUCTS GRID ===== */
.eshaa-products-container {
    position: relative;
}

.eshaa-products-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: none;
}

.eshaa-products-loading.active {
    display: block;
}

.eshaa-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid var(--eshaa-light);
    border-top: 4px solid var(--eshaa-primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.eshaa-modern-products-grid {
    display: grid;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    gap: var(--grid-gap);
    margin-bottom: 50px;
}

.eshaa-modern-product-card {
    background: var(--eshaa-white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    border: 1px solid #f5f5f5;
}

.eshaa-modern-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--eshaa-primary);
}

/* Product Image Container */
.eshaa-product-image-container {
    position: relative;
    height: 280px;
    overflow: hidden;
    background: #f8f9fa;
}

.eshaa-product-image {
    width: 100%;
    height: 100%;
    position: relative;
}

.eshaa-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.eshaa-modern-product-card:hover .eshaa-product-image img {
    transform: scale(1.1);
}

.eshaa-no-image .eshaa-placeholder-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--eshaa-light), #f0f0f0);
    color: #999;
}

.eshaa-placeholder-image i {
    font-size: 48px;
}

/* Product Actions */
.eshaa-product-actions {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
}

.eshaa-modern-product-card:hover .eshaa-product-actions {
    opacity: 1;
    transform: translateX(0);
}

.eshaa-product-actions button {
    width: 45px;
    height: 45px;
    aspect-ratio: 1 / 1;
    border: none;
    border-radius: 50%;
    background: var(--eshaa-white);
    color: var(--eshaa-primary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 10px;
}

.eshaa-product-actions button:hover {
    background: var(--eshaa-primary);
    color: var(--eshaa-white);
    transform: scale(1.1);
}

/* Product Badge */
.eshaa-product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--eshaa-secondary);
    color: var(--eshaa-white);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Product Info */
.eshaa-product-info {
    padding: 25px;
}

.eshaa-product-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.eshaa-product-title a {
    color: var(--eshaa-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.eshaa-product-title a:hover {
    color: var(--eshaa-secondary);
}

.eshaa-product-sku {
    font-size: 12px;
    color: #999;
    margin: 0 0 12px 0;
    font-weight: 500;
}

.eshaa-product-excerpt {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.eshaa-product-footer {
    display: flex;
    gap: 10px;
    margin-top: auto;
}

.eshaa-product-footer .eshaa-view-details,
.eshaa-product-footer .eshaa-enquiry-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.eshaa-view-details {
    flex: 1;
    color: var(--eshaa-white);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 25px;
    background: var(--eshaa-secondary);
    transition: all 0.3s ease;
    text-align: center;
    display: block;
    height: 38px;
    text-transform: uppercase;
}

.eshaa-view-details:hover {
    background: var(--eshaa-dark);
    color: var(--eshaa-white);
    transform: translateY(-2px);
}

.eshaa-product-footer .eshaa-enquiry-btn {
    background: var(--eshaa-primary);
    color: var(--eshaa-white);
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
}

.eshaa-product-footer .eshaa-enquiry-btn:hover {
    background: var(--eshaa-dark);
    transform: translateY(-2px);
}

/* No Products Found */
.eshaa-no-products-found {
    text-align: center;
    padding: 80px 20px;
    background: var(--eshaa-white);
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.eshaa-no-products-icon {
    font-size: 64px;
    color: #ddd;
    margin-bottom: 20px;
}

.eshaa-no-products-found h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--eshaa-dark);
    margin: 0 0 10px 0;
}

.eshaa-no-products-found p {
    color: #666;
    margin: 0 0 30px 0;
}

.eshaa-btn-primary {
    display: inline-block;
    background: var(--eshaa-primary);
    color: var(--eshaa-white);
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.eshaa-btn-primary:hover {
    background: var(--eshaa-secondary);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 104, 77, 0.3);
}

/* Pagination */
.eshaa-pagination {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.eshaa-pagination .page-numbers {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
}

.eshaa-pagination .page-numbers li {
    margin: 0;
}

.eshaa-pagination .page-numbers a,
.eshaa-pagination .page-numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    padding: 0 15px;
    background: var(--eshaa-white);
    color: var(--eshaa-dark);
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}

.eshaa-pagination .page-numbers a:hover,
.eshaa-pagination .page-numbers .current {
    background: var(--eshaa-secondary);
    color: var(--eshaa-white);
    border-color: var(--eshaa-secondary);
}

.eshaa-product-info {
    margin-top: 20px!important;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.eshaa-modern-product-card.animate-in {
    animation: fadeInUp 0.6s ease forwards;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1200px) {
    .eshaa-modern-products-grid {
        --grid-columns: 3;
    }
    
    .eshaa-subcategories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .eshaa-hero-title {
        font-size: 40px;
    }
}

@media (max-width: 992px) {
    .aux-products-grid[data-columns="4"],
    .aux-products-grid[data-columns="3"] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .eshaa-modern-products-grid {
        --grid-columns: 2;
    }
    
    .eshaa-product-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .eshaa-product-gallery {
        position: static;
    }
    
    .eshaa-subcategories-grid {
        grid-template-columns: 1fr;
    }
    
    .eshaa-archive-controls {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }
    
    .eshaa-controls-left,
    .eshaa-controls-right {
        justify-content: center;
    }
    
    .eshaa-category-filters {
        grid-template-columns: 1fr;
    }
    
    .eshaa-hero-title {
        font-size: 32px;
    }
    
    .eshaa-archive-hero {
        padding: 40px 20px;
    }
}

@media (max-width: 768px) {
    .aux-products-grid,
    .aux-products-grid[data-columns="2"],
    .aux-products-grid[data-columns="3"],
    .aux-products-grid[data-columns="4"] {
        grid-template-columns: 1fr;
    }
    
    .eshaa-categories-list {
        grid-template-columns: 1fr;
    }
    
    .eshaa-archive-header h1 {
        font-size: 32px;
    }
    
    .eshaa-categories-grid h2,
    .eshaa-products-section h2 {
        font-size: 24px;
    }
    
    .eshaa-product-header h1 {
        font-size: 36px;
    }
    
    .eshaa-product-price {
        font-size: 24px;
    }
    
    .eshaa-popup-content {
        padding: 30px 20px;
    }
    
    .eshaa-form-actions {
        flex-direction: column;
    }
    
    .entry-actions {
        flex-direction: column;
    }
    
    .eshaa-product-card-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}