/**
 * Shop Page Premium Styles
 * Professional & Modern Design for WooCommerce Shop
 * @package Oemyadak
 */

/* ============================================
   CSS Variables for Shop
   ============================================ */
:root {
    --shop-primary: #00CED1;
    --shop-primary-dark: #008B8B;
    --shop-primary-light: #40E0D0;
    --shop-accent: #10B981;
    --shop-accent-dark: #059669;
    --shop-text-dark: #1F2937;
    --shop-text-medium: #4B5563;
    --shop-text-light: #9CA3AF;
    --shop-bg-light: #F9FAFB;
    --shop-bg-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --shop-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
    --shop-shadow-md: 0 8px 24px rgba(0, 0, 0, 0.12);
    --shop-shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.15);
    --shop-radius-sm: 12px;
    --shop-radius-md: 16px;
    --shop-radius-lg: 24px;
    --shop-radius-xl: 32px;
}

/* ============================================
   Shop Hero Section - Premium Design
   ============================================ */
.shop-hero-section {
    position: relative;
    padding: 80px 40px;
    background: #ffffff;
    overflow: hidden;
    text-align: center;
    direction: rtl;
    border: 1px solid rgba(0, 206, 209, 0.15);
    border-radius: 24px;
    margin: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    width: calc(100% - 40px);
    max-width: 100%;
    box-sizing: border-box;
}

.shop-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.shop-hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(0, 206, 209, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 100% 100%, 100% 100%, 60px 60px, 60px 60px;
}

.shop-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.6;
    animation: glowFloat 8s ease-in-out infinite;
}

.shop-hero-glow-1 {
    top: -20%;
    right: 10%;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(0, 206, 209, 0.4), rgba(16, 185, 129, 0.3));
    animation-delay: 0s;
}

.shop-hero-glow-2 {
    bottom: -30%;
    left: 5%;
    width: 350px;
    height: 350px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.35), rgba(0, 206, 209, 0.25));
    animation-delay: -3s;
}

.shop-hero-glow-3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 206, 209, 0.15), transparent 70%);
    animation-delay: -5s;
}

@keyframes glowFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(20px, -20px) scale(1.05); }
    50% { transform: translate(-10px, 20px) scale(0.95); }
    75% { transform: translate(-20px, -10px) scale(1.02); }
}

.shop-hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    animation: heroFadeIn 0.8s ease-out;
}

@keyframes heroFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.shop-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    background: linear-gradient(135deg, rgba(0, 206, 209, 0.2), rgba(16, 185, 129, 0.15));
    border: 1px solid rgba(0, 206, 209, 0.3);
    border-radius: 50px;
    margin-bottom: 28px;
    backdrop-filter: blur(10px);
    animation: badgePulse 3s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0, 206, 209, 0.3); }
    50% { box-shadow: 0 0 0 10px rgba(0, 206, 209, 0); }
}

.shop-hero-badge svg {
    color: var(--shop-primary);
}

.shop-hero-badge span {
    color: #1F2937;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
}

.shop-hero-title {
    font-size: 52px;
    font-weight: 900;
    color: #1F2937;
    margin: 0 0 20px;
    line-height: 1.3;
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
    text-shadow: none;
    background: linear-gradient(135deg, #1F2937 0%, #00CED1 50%, #1F2937 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 200%;
    animation: titleShimmer 5s ease-in-out infinite;
}

@keyframes titleShimmer {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.shop-hero-subtitle {
    font-size: 19px;
    color: #4B5563;
    margin: 0 0 40px;
    line-height: 1.8;
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.shop-hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.shop-hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 24px 32px;
    background: rgba(0, 206, 209, 0.05);
    border: 1px solid rgba(0, 206, 209, 0.15);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

.shop-hero-stat:hover {
    background: rgba(0, 206, 209, 0.15);
    border-color: rgba(0, 206, 209, 0.3);
    transform: translateY(-6px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 206, 209, 0.2);
}

.shop-hero-stat .stat-number {
    font-size: 32px;
    font-weight: 900;
    color: var(--shop-primary);
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
    text-shadow: 0 0 30px rgba(0, 206, 209, 0.5);
}

.shop-hero-stat .stat-label {
    font-size: 14px;
    font-weight: 500;
    color: #4B5563;
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
}

/* ============================================
   Shop Top Header - Premium Design
   ============================================ */
.shop-top-header {
    background: linear-gradient(135deg, 
        rgba(0, 206, 209, 0.08) 0%, 
        rgba(16, 185, 129, 0.05) 50%,
        rgba(0, 206, 209, 0.08) 100%);
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    border-bottom: 1px solid rgba(0, 206, 209, 0.15);
    position: relative;
    overflow: hidden;
}

.shop-top-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 206, 209, 0.15) 0%, transparent 70%);
    z-index: 0;
}

.shop-top-header::after {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -5%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.12) 0%, transparent 70%);
    z-index: 0;
}

/* Breadcrumb Styles */
.shop-breadcrumb {
    position: relative;
    z-index: 1;
    font-size: 15px;
    color: var(--shop-text-medium);
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
    background: rgba(255, 255, 255, 0.7);
    padding: 12px 24px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 206, 209, 0.2);
    box-shadow: 0 4px 16px rgba(0, 206, 209, 0.1);
    transition: all 0.3s ease;
}

.shop-breadcrumb:hover {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 6px 24px rgba(0, 206, 209, 0.15);
    transform: translateY(-2px);
}

.shop-breadcrumb a {
    color: var(--shop-primary-dark);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.shop-breadcrumb a:hover {
    color: var(--shop-accent);
}

/* Search Bar Premium Design */
.shop-search-bar {
    position: relative;
    z-index: 1;
    min-width: 400px;
    max-width: 500px;
}

.woocommerce-product-search {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 60px;
    box-shadow: 0 8px 32px rgba(0, 206, 209, 0.15), 
                0 4px 12px rgba(0, 0, 0, 0.08),
                inset 0 2px 4px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    border: 2px solid rgba(0, 206, 209, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce-product-search:hover,
.woocommerce-product-search:focus-within {
    border-color: var(--shop-primary);
    box-shadow: 0 12px 40px rgba(0, 206, 209, 0.25),
                0 6px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.shop-search-field {
    flex: 1;
    border: none;
    padding: 18px 28px;
    font-size: 16px;
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
    background: transparent;
    outline: none;
    direction: rtl;
    color: var(--shop-text-dark);
}

.shop-search-field::placeholder {
    color: var(--shop-text-light);
    transition: opacity 0.3s ease;
}

.shop-search-field:focus::placeholder {
    opacity: 0.5;
}

.shop-search-submit {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--shop-primary) 0%, var(--shop-accent) 100%);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 4px;
    border-radius: 50%;
}

.shop-search-submit:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(0, 206, 209, 0.4);
}

.shop-search-submit svg {
    color: #ffffff;
    transition: transform 0.3s ease;
}

.shop-search-submit:hover svg {
    transform: scale(1.1);
}

/* ============================================
   Shop Wrapper - Main Layout
   ============================================ */
.shop-wrapper {
    display: grid !important;
    grid-template-columns: 320px 1fr !important;
    gap: 40px !important;
    max-width: 1500px !important;
    margin: 0 auto !important;
    padding: 30px 25px !important;
    direction: rtl !important;
    align-items: start !important;
    background: linear-gradient(180deg, 
        rgba(0, 206, 209, 0.02) 0%, 
        rgba(255, 255, 255, 0) 30%,
        rgba(16, 185, 129, 0.015) 100%) !important;
}

/* ============================================
   Sidebar Premium Styles - Ultra Modern
   ============================================ */
.shop-sidebar,
#secondary.shop-sidebar,
aside.shop-sidebar,
.widget-area.shop-sidebar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 0 !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
    border: 1px solid #e5e7eb !important;
    overflow: hidden !important;
    position: sticky !important;
    top: 100px !important;
    height: fit-content !important;
    transition: all 0.4s ease !important;
    width: 100% !important;
    max-width: 320px !important;
}

.shop-sidebar:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Sidebar Header - Clean */
.sidebar-header {
    background: #f8fafc;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e7eb;
}

.sidebar-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1f2937;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
}

.sidebar-title svg {
    color: var(--shop-primary);
    width: 20px;
    height: 20px;
}

.filter-toggle {
    width: 32px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-toggle:hover {
    background: #f0f0f0;
}

.filter-toggle svg {
    color: #6b7280;
    width: 16px;
    height: 16px;
}

/* Sidebar Content */
.sidebar-content {
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

/* Widget Styles - Clean & Simple */
.shop-widget {
    margin-bottom: 20px;
    padding: 20px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
}

.shop-widget:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.shop-widget:last-child {
    margin-bottom: 0;
}

.widget-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 16px;
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.widget-title svg {
    color: var(--shop-primary);
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

/* Status Filter Options - Compact & Modern */
.status-filter-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.status-option {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 10px 14px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.8), rgba(241, 245, 249, 0.6));
    border: 1px solid rgba(0, 206, 209, 0.08);
    transition: all 0.3s ease;
}

.status-option:hover {
    background: linear-gradient(135deg, rgba(0, 206, 209, 0.08), rgba(16, 185, 129, 0.05));
    border-color: rgba(0, 206, 209, 0.2);
    transform: translateX(-3px);
}

.status-option input[type="radio"] {
    display: none;
}

.radio-custom {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(0, 206, 209, 0.35);
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
    background: #ffffff;
}

.radio-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, var(--shop-primary), var(--shop-accent));
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.status-option input[type="radio"]:checked + .radio-custom {
    border-color: var(--shop-primary);
    box-shadow: 0 0 0 3px rgba(0, 206, 209, 0.15);
}

.status-option input[type="radio"]:checked + .radio-custom::after {
    transform: translate(-50%, -50%) scale(1);
}

.option-text {
    font-size: 13px;
    color: var(--shop-text-medium);
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
    font-weight: 500;
    transition: color 0.3s ease;
}

.status-option:hover .option-text,
.status-option input[type="radio"]:checked ~ .option-text {
    color: var(--shop-text-dark);
}

/* Price Filter Styles - Compact & Modern */
.price-filter {
    margin-top: 8px;
}

.price-range-display {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 16px;
    padding: 12px 14px;
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.9), rgba(241, 245, 249, 0.7));
    border-radius: 12px;
    border: 1px solid rgba(0, 206, 209, 0.12);
}

.price-min,
.price-max {
    font-size: 12px;
    font-weight: 700;
    color: var(--shop-primary-dark);
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
}

.price-separator {
    color: var(--shop-text-light);
    font-weight: 300;
    font-size: 12px;
}

.price-slider-wrapper {
    position: relative;
    height: 6px;
    margin: 0 8px;
    background: linear-gradient(90deg, rgba(0, 206, 209, 0.15), rgba(16, 185, 129, 0.1));
    border-radius: 3px;
}

.price-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, var(--shop-primary), var(--shop-accent));
    border-radius: 3px;
    outline: none;
    position: absolute;
    top: 0;
    pointer-events: none;
}

.price-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border: 2px solid var(--shop-primary);
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 3px 10px rgba(0, 206, 209, 0.3);
    transition: all 0.3s ease;
}

.price-slider::-webkit-slider-thumb:hover {
    transform: scale(1.15);
    box-shadow: 0 5px 15px rgba(0, 206, 209, 0.5);
    border-color: var(--shop-accent);
}

/* Categories List - Simple & Clean */
.categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-item {
    border-bottom: 1px solid #f0f0f0;
}

.category-item:last-child {
    border-bottom: none;
}

.category-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 12px;
    text-decoration: none;
    transition: all 0.2s ease;
    border-right: 3px solid transparent;
}

.category-link:hover {
    background: #f8fafb;
    border-right-color: var(--shop-primary);
}

.category-item.active > .category-link {
    background: rgba(0, 206, 209, 0.08);
    border-right-color: var(--shop-primary);
}

.category-name {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
    transition: color 0.2s ease;
    text-decoration: none !important;
    border-bottom: none !important;
}

.category-link:hover .category-name {
    color: var(--shop-primary-dark);
}

.category-item.active > .category-link .category-name {
    color: var(--shop-primary-dark);
    font-weight: 600;
}

.category-count {
    font-size: 12px;
    color: #9CA3AF;
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
}

.category-arrow {
    font-size: 14px;
    color: #9CA3AF;
    transition: all 0.2s ease;
    margin-right: auto;
}

.category-link:hover .category-arrow {
    color: var(--shop-primary);
    transform: translateX(-3px);
}

.category-item.expanded > .category-link .category-arrow {
    transform: rotate(-90deg);
    color: var(--shop-primary);
}

/* Subcategories - Hidden by default */
.subcategories-list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-right: 20px;
    background: #fafbfc;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.category-item.expanded > .subcategories-list {
    max-height: 500px;
}

.subcategories-list .category-link {
    padding: 10px 12px;
    border-right: none;
    border-bottom: none;
}

.subcategories-list .category-link:hover {
    background: rgba(0, 206, 209, 0.06);
}

.subcategories-list .category-name {
    font-size: 13px;
    font-weight: 400;
    color: #6B7280;
    text-decoration: none !important;
    border-bottom: none !important;
}

.subcategories-list .category-link:hover .category-name {
    color: var(--shop-primary);
}

.subcategories-list .category-item.active > .category-link .category-name {
    color: var(--shop-primary);
    font-weight: 500;
}

.subcategories-list .category-count {
    font-size: 11px;
}

/* ============================================
   Shop Content Area - Fully Responsive
   ============================================ */
.shop-content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

/* Shop Controls - Sorting - Fully Responsive */
.shop-controls {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 28px;
    margin-bottom: 32px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06),
                0 4px 12px rgba(0, 206, 209, 0.08);
    border: 1px solid rgba(0, 206, 209, 0.1);
    width: 100%;
    box-sizing: border-box;
}

.shop-sorting-tabs {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%;
}

.sorting-tab {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    color: var(--shop-text-medium);
    text-decoration: none;
    border-radius: 50px;
    background: rgba(0, 206, 209, 0.06);
    border: 2px solid transparent;
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    flex: 1 1 auto;
    min-width: fit-content;
}

.sorting-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--shop-primary), var(--shop-accent));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.sorting-tab:hover {
    color: var(--shop-primary-dark);
    background: rgba(0, 206, 209, 0.12);
    border-color: rgba(0, 206, 209, 0.3);
    transform: translateY(-2px);
}

.sorting-tab.active {
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 8px 24px rgba(0, 206, 209, 0.35);
}

.sorting-tab.active::before {
    opacity: 1;
}

/* ============================================
   Products Grid Premium Styles - Fully Responsive
   ============================================ */
.products-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    gap: 30px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

@media (max-width: 1200px) {
    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
        gap: 25px !important;
    }
}

@media (max-width: 992px) {
    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
        gap: 20px !important;
    }
}

/* Product Card - Clean & Simple */
.product-card {
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.98) 100%);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 206, 209, 0.1), 0 2px 6px rgba(0, 0, 0, 0.04);
    border: 2px solid rgba(0, 206, 209, 0.1);
    transition: all 0.5s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #00CED1 0%, #10B981 50%, #00CED1 100%);
    background-size: 200% 100%;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease;
    z-index: 2;
}

.product-card:hover::before {
    transform: scaleX(1);
}

.product-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 48px rgba(0, 206, 209, 0.25), 0 12px 32px rgba(16, 185, 129, 0.2), 0 8px 16px rgba(0, 0, 0, 0.1);
    border-color: #00CED1;
}

/* ============================================
   Modern Product Card - Dynamic Design
   ============================================ */
.product-card-modern {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 206, 209, 0.1);
	transition: all 0.3s ease;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	cursor: pointer;
}

.product-card-modern:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 206, 209, 0.15), 0 0 0 1px rgba(0, 206, 209, 0.2);
}

.product-image-modern {
	position: relative;
	width: 100%;
	height: 220px;
	background: #f5f5f5;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-image-link-modern {
	display: block;
	width: 100%;
	height: 100%;
}

.product-img-modern {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.product-card-modern:hover .product-img-modern {
	transform: scale(1.05);
}

.product-placeholder-modern {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #f5f5f5 0%, #e5e5e5 100%);
	color: #999;
	font-size: 14px;
	font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
}

.product-icon-corner {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 28px;
	height: 28px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	z-index: 2;
	backdrop-filter: blur(10px);
}

.product-info-modern {
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.product-name-modern {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	line-height: 1.4;
	font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
}

.product-name-modern a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s;
}

.product-name-modern a:hover {
	color: #00CED1;
}

.product-price-modern {
	display: flex;
	align-items: baseline;
	gap: 8px;
	flex-wrap: wrap;
}

.product-price-modern.has-sale .price-old-modern {
	font-size: 14px;
	color: #999;
	text-decoration: line-through;
	font-weight: 400;
	font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
}

.product-price-modern .price-current-modern {
	font-size: 18px;
	font-weight: 600;
	color: #6366f1;
	line-height: 1.2;
	font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
}

.product-date-modern {
	font-size: 13px;
	color: #666;
	font-weight: 400;
	margin-top: auto;
	font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
}

/* Product Image Wrapper - Smaller */
.product-image-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    background: linear-gradient(145deg, #f8fafc, #e2e8f0);
}

.product-image-wrapper img,
.product-image-wrapper .product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.3s ease;
    display: block;
}

.product-card:hover .product-image-wrapper img,
.product-card:hover .product-image-wrapper .product-img {
    transform: scale(1.1);
    filter: brightness(1.05);
}

.product-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #f8fafc, #e2e8f0);
    color: #6B46C1;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
}

/* Product Logo - Smaller */
.product-logo-area {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    z-index: 5;
    transition: all 0.3s ease;
}

.product-card:hover .product-logo-area {
    transform: scale(1.1) rotate(5deg);
}

.product-logo-area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Sale Badge - Corner Style */
.sale-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Vazir', 'Vazir FD', 'Vazir FD NL', Tahoma, Arial, sans-serif;
    box-shadow: 0 8px 24px rgba(239, 68, 68, 0.6), 0 4px 16px rgba(239, 68, 68, 0.5), 0 0 20px rgba(239, 68, 68, 0.3);
    z-index: 3;
    border: 2px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
}

@keyframes pulse-badge {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}

/* Wishlist Button */
.product-wishlist-btn {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 4;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
}

.product-wishlist-btn svg {
    width: 20px;
    height: 20px;
    color: #9ca3af;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-wishlist-btn:hover {
    background: rgba(255, 255, 255, 1);
    border-color: #EF4444;
    transform: scale(1.15) rotate(8deg);
    box-shadow: 0 8px 24px rgba(239, 68, 68, 0.3), 0 4px 12px rgba(239, 68, 68, 0.2);
}

.product-wishlist-btn:hover svg {
    color: #EF4444;
    transform: scale(1.1);
}

.product-wishlist-btn.active {
    background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
    border-color: #EF4444;
    box-shadow: 0 8px 24px rgba(239, 68, 68, 0.5), 0 4px 12px rgba(239, 68, 68, 0.4);
}

.product-wishlist-btn.active svg {
    color: #ffffff;
    fill: #ffffff;
}

/* Product Info Section - Clean */
.product-info {
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
    background: linear-gradient(180deg, transparent 0%, rgba(249, 250, 251, 0.5) 100%);
}

.product-title {
    font-size: 16.5px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #1F2937;
    line-height: 1.6;
    min-height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
    text-decoration: none !important;
    border-bottom: none !important;
}

.product-title a {
    color: inherit;
    text-decoration: none !important;
    border-bottom: none !important;
    transition: color 0.2s ease;
}

.product-title a:hover {
    color: #00CED1;
}

.product-card:hover .product-title {
    color: #00CED1;
    transform: translateX(-3px);
}

.product-excerpt {
    font-size: 13.5px;
    color: #6B7280;
    line-height: 1.7;
    font-weight: 400;
    margin: 0 0 8px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
}

/* Price Section */
.product-price-section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding: 10px 0;
}

.product-price-section.has-sale {
    justify-content: center;
}

.product-price-section.no-sale {
    justify-content: center;
}

.product-price-section .price-current {
    font-size: 20px;
    font-weight: 700;
    color: #00CED1;
    background: linear-gradient(135deg, rgba(0, 206, 209, 0.1) 0%, rgba(16, 185, 129, 0.1) 100%);
    padding: 10px 18px;
    border-radius: 12px;
    border-right: 3px solid #10B981;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
}

.product-card:hover .product-price-section .price-current {
    background: linear-gradient(135deg, rgba(0, 206, 209, 0.15) 0%, rgba(16, 185, 129, 0.15) 100%);
    transform: scale(1.03);
    box-shadow: 0 4px 12px rgba(0, 206, 209, 0.2);
}

.product-price-section .price-old {
    font-size: 15px;
    font-weight: 500;
    color: #9CA3AF;
    text-decoration: line-through;
    opacity: 0.8;
    position: relative;
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
}

.product-price-section .price-old::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 2px;
    background: #EF4444;
    transform: translateY(-50%);
}

/* Product Button */
.product-btn {
    display: block;
    width: 100%;
    padding: 16px 24px;
    background: linear-gradient(135deg, #00CED1 0%, #10B981 100%);
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
    border-radius: 14px;
    border: none;
    transition: all 0.4s ease;
    box-shadow: 0 6px 20px rgba(0, 206, 209, 0.4), 0 4px 12px rgba(16, 185, 129, 0.3);
}

.product-btn:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 32px rgba(0, 206, 209, 0.5), 0 8px 24px rgba(16, 185, 129, 0.4);
    background: linear-gradient(135deg, #008B8B 0%, #059669 100%);
}

/* Legacy styles */
.product-info .woocommerce-loop-product__title {
    font-size: 14px;
    font-weight: 600;
    color: var(--shop-text-dark);
    margin: 0;
    line-height: 1.5;
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
}

.product-card:hover .woocommerce-loop-product__title {
    color: var(--shop-primary-dark);
}

.product-excerpt {
    font-size: 12px;
    color: var(--shop-text-light);
    line-height: 1.6;
    margin: 0;
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Product Price - Compact */
.product-price-wrapper {
    margin: 4px 0;
}

.product-price {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

/* Legacy price styles - kept for compatibility */
.product-price .price-current {
    font-size: 15px;
    font-weight: 700;
    color: var(--shop-primary-dark);
}

.product-price .price-old {
    font-size: 12px;
    color: #9ca3af;
    text-decoration: line-through;
}

/* Product Actions - Compact */
.product-actions {
    display: flex;
    gap: 8px;
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 206, 209, 0.1);
}

.product-info-button {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 14px;
    background: linear-gradient(135deg, var(--shop-primary), var(--shop-accent));
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 206, 209, 0.25);
    border: none;
}

.product-info-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 206, 209, 0.4);
    background: linear-gradient(135deg, var(--shop-primary-dark), var(--shop-accent-dark));
}

.product-details-btn {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 206, 209, 0.1);
    color: var(--shop-primary) !important;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.product-details-btn:hover {
    background: var(--shop-primary);
    color: #ffffff !important;
    transform: scale(1.1);
}

.product-details-btn span {
    display: none;
}

/* WooCommerce Rating Stars */
.star-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px;
}

.star-rating span::before {
    color: #fbbf24;
}

/* ============================================
   Floating Contact Buttons Premium
   ============================================ */
.floating-contact-buttons {
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 1000;
}

.floating-contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.contact-main-btn {
    width: auto;
    padding: 16px 28px;
    background: linear-gradient(135deg, var(--shop-primary), var(--shop-accent));
    color: #ffffff;
    border-radius: 60px;
    gap: 10px;
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.contact-main-btn:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 16px 48px rgba(0, 206, 209, 0.4);
}

.btn-text {
    white-space: nowrap;
}

.contact-phone-btn,
.contact-whatsapp-btn {
    width: 56px;
    height: 56px;
}

.contact-phone-btn {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.contact-phone-btn:hover {
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 12px 40px rgba(59, 130, 246, 0.5);
}

.contact-whatsapp-btn {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

.contact-whatsapp-btn:hover {
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 12px 40px rgba(34, 197, 94, 0.5);
}

.contact-phone-btn svg,
.contact-whatsapp-btn svg {
    color: #ffffff;
}

/* ============================================
   WooCommerce Pagination Premium
   ============================================ */
.woocommerce-pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.woocommerce-pagination ul {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-pagination ul li {
    margin: 0;
}

.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    padding: 0 16px;
    background: #ffffff;
    color: var(--shop-text-medium);
    text-decoration: none;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
    border: 2px solid rgba(0, 206, 209, 0.15);
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.woocommerce-pagination ul li a:hover {
    background: rgba(0, 206, 209, 0.1);
    border-color: var(--shop-primary);
    color: var(--shop-primary-dark);
    transform: translateY(-2px);
}

.woocommerce-pagination ul li span.current {
    background: linear-gradient(135deg, var(--shop-primary), var(--shop-accent));
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 8px 24px rgba(0, 206, 209, 0.35);
}

/* ============================================
   WooCommerce Notices
   ============================================ */
.woocommerce-notices-wrapper {
    margin-bottom: 30px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    padding: 20px 28px;
    border-radius: var(--shop-radius-md);
    font-family: 'Vazir', 'Vazir FD', Tahoma, sans-serif;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.woocommerce-message {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(16, 185, 129, 0.08));
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #166534;
}

.woocommerce-info {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(37, 99, 235, 0.08));
    border: 1px solid rgba(59, 130, 246, 0.3);
    color: #1e40af;
}

.woocommerce-error {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.1), rgba(220, 38, 38, 0.08));
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #991b1b;
}

/* ============================================
   Responsive Styles
   ============================================ */
@media (max-width: 1200px) {
    .shop-hero-section {
        padding: 60px 30px !important;
        margin: 15px !important;
        border-radius: 20px !important;
        width: calc(100% - 30px) !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .shop-hero-title {
        font-size: 44px !important;
    }
    
    .shop-hero-stats {
        gap: 30px;
    }
    
    .shop-top-header {
        padding: 25px 30px;
    }
    
    .shop-search-bar {
        min-width: 300px;
        max-width: 400px;
    }
    
    .shop-wrapper {
        grid-template-columns: 240px 1fr;
        gap: 24px;
        padding: 25px 20px;
    }
    
    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
        gap: 18px !important;
    }
    
    .shop-controls {
        padding: 18px 24px;
    }
    
    .sorting-tab {
        padding: 10px 20px;
        font-size: 13px;
    }
}

@media (max-width: 1024px) {
    .shop-wrapper {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        padding: 25px 20px !important;
    }
    
    .shop-sidebar {
        position: relative !important;
        top: 0 !important;
        order: -1 !important;
        margin-bottom: 20px !important;
        max-width: 100% !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .sidebar-content {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
        padding: 20px !important;
    }
    
    .shop-widget {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        border-bottom: none !important;
    }
    
    .shop-hero-section {
        padding: 50px 25px;
        margin: 12px;
        border-radius: 18px;
    }
    
    .shop-hero-title {
        font-size: 38px;
    }
    
    .shop-hero-subtitle {
        font-size: 17px;
    }
    
    .shop-hero-stats {
        gap: 20px;
    }
    
    .shop-hero-stat {
        padding: 18px 24px;
    }
    
    .shop-hero-stat .stat-number {
        font-size: 26px;
    }
    
    .shop-top-header {
        padding: 22px 25px;
        flex-direction: column;
        gap: 20px;
    }
    
    .shop-breadcrumb {
        font-size: 14px;
        padding: 10px 20px;
    }
    
    .shop-search-bar {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
    
    .shop-search-field {
        padding: 16px 24px;
        font-size: 15px;
    }
    
    .shop-search-submit {
        width: 52px;
        height: 52px;
    }
    
    .shop-wrapper {
        padding: 20px 15px !important;
    }
    
    .shop-content {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .shop-controls {
        padding: 16px 20px !important;
        margin-bottom: 24px !important;
    }
    
    .shop-sorting-tabs {
        flex-wrap: wrap !important;
        gap: 10px !important;
        justify-content: center !important;
    }
    
    .sorting-tab {
        padding: 10px 18px !important;
        font-size: 13px !important;
        flex: 1 1 auto !important;
        min-width: calc(50% - 5px) !important;
        text-align: center !important;
    }
    
    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
        gap: 18px !important;
    }
    
    .product-card {
        border-radius: 14px;
    }
    
    .product-info {
        padding: 18px;
    }
    
    .woocommerce-pagination {
        margin-top: 40px;
    }
    
    .woocommerce-pagination ul li a,
    .woocommerce-pagination ul li span {
        min-width: 44px;
        height: 44px;
        font-size: 14px;
        padding: 0 14px;
    }
}

@media (max-width: 768px) {
    .shop-wrapper {
        padding: 20px 15px !important;
        gap: 20px !important;
    }
    
    .shop-sidebar {
        order: -1 !important;
        margin-bottom: 15px !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .sidebar-content {
        grid-template-columns: 1fr !important;
        padding: 18px !important;
        gap: 15px !important;
    }
    
    .shop-widget {
        margin-bottom: 0 !important;
    }
    
    .shop-hero-section {
        padding: 40px 20px !important;
        margin: 10px !important;
        border-radius: 16px !important;
        width: calc(100% - 20px) !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .shop-hero-badge {
        padding: 10px 20px !important;
        margin-bottom: 20px !important;
    }
    
    .shop-hero-badge span {
        font-size: 13px !important;
    }
    
    .shop-hero-title {
        font-size: 30px !important;
        line-height: 1.4 !important;
    }
    
    .shop-hero-subtitle {
        font-size: 15px !important;
        margin-bottom: 30px !important;
        line-height: 1.7 !important;
    }
    
    .shop-hero-stats {
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }
    
    .shop-hero-stat {
        width: 100%;
        max-width: 100%;
        padding: 16px 24px;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .shop-hero-stat .stat-number {
        font-size: 24px;
    }
    
    .shop-hero-stat .stat-label {
        font-size: 13px;
    }
    
    .shop-hero-glow {
        display: none;
    }
    
    .shop-top-header {
        padding: 20px 15px;
        flex-direction: column;
        text-align: center;
        gap: 15px;
        border-radius: 20px;
        margin: 0 auto 30px;
    }
    
    .shop-breadcrumb {
        font-size: 13px;
        padding: 10px 18px;
        width: 100%;
    }
    
    .shop-search-bar {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
    
    .woocommerce-product-search {
        border-radius: 50px;
    }
    
    .shop-search-field {
        padding: 16px 20px;
        font-size: 15px;
    }
    
    .shop-search-submit {
        width: 48px;
        height: 48px;
        margin: 3px;
    }
    
    .shop-wrapper {
        padding: 15px 10px !important;
    }
    
    .shop-content {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .shop-controls {
        padding: 16px 12px !important;
        margin-bottom: 20px !important;
        border-radius: 14px !important;
    }
    
    .shop-sorting-tabs {
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        width: 100% !important;
    }
    
    .sorting-tab {
        padding: 10px 16px !important;
        font-size: 12px !important;
        flex: 1 1 auto !important;
        min-width: calc(50% - 4px) !important;
        text-align: center !important;
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
    
    .product-card,
    .product-card-modern {
        border-radius: 16px;
    }
    
    .product-image-modern {
        height: 180px;
    }
    
    .product-info-modern {
        padding: 16px;
        gap: 10px;
    }
    
    .product-name-modern {
        font-size: 15px;
    }
    
    .product-price-modern .price-current-modern {
        font-size: 16px;
    }
    
    .product-date-modern {
        font-size: 12px;
    }
    
    .product-image-wrapper {
        aspect-ratio: 1;
    }
    
    .product-wishlist-btn {
        width: 36px;
        height: 36px;
        top: 12px;
        right: 12px;
    }
    
    .product-wishlist-btn svg {
        width: 16px;
        height: 16px;
    }
    
    .product-info {
        padding: 16px;
        gap: 12px;
    }
    
    .product-info .woocommerce-loop-product__title,
    .product-card .product-title {
        font-size: 14px;
        min-height: auto;
        margin-bottom: 8px;
    }
    
    .product-excerpt {
        font-size: 12px;
        margin-bottom: 6px;
    }
    
    .price-current {
        font-size: 17px;
        padding: 8px 14px;
    }
    
    .price-old {
        font-size: 14px;
    }
    
    .product-actions {
        flex-direction: column;
        gap: 8px;
    }
    
    .product-btn,
    .woocommerce .product-card .button,
    .woocommerce .product-card .add_to_cart_button {
        padding: 12px 18px;
        font-size: 13px;
        border-radius: 12px;
    }
    
    .product-details-btn {
        width: 100%;
        height: auto;
        padding: 12px;
    }
    
    .product-details-btn span {
        display: inline;
    }
    
    .woocommerce-pagination {
        margin-top: 30px;
    }
    
    .woocommerce-pagination ul {
        gap: 8px;
        flex-wrap: wrap;
    }
    
    .woocommerce-pagination ul li a,
    .woocommerce-pagination ul li span {
        min-width: 44px;
        height: 44px;
        font-size: 14px;
        padding: 0 12px;
    }
    
    .floating-contact-buttons {
        bottom: 20px;
        left: 20px;
        gap: 12px;
    }
    
    .contact-main-btn {
        padding: 12px 20px;
        font-size: 13px;
    }
    
    .contact-phone-btn,
    .contact-whatsapp-btn {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 480px) {
    .shop-hero-section {
        padding: 30px 15px;
        margin: 5px;
        border-radius: 12px;
    }
    
    .shop-hero-badge {
        padding: 8px 16px;
        margin-bottom: 16px;
    }
    
    .shop-hero-badge span {
        font-size: 12px;
    }
    
    .shop-hero-title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 16px;
    }
    
    .shop-hero-subtitle {
        font-size: 14px;
        margin-bottom: 24px;
        line-height: 1.6;
    }
    
    .shop-hero-stats {
        gap: 12px;
    }
    
    .shop-hero-stat {
        padding: 12px 16px;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .shop-hero-stat .stat-number {
        font-size: 20px;
    }
    
    .shop-hero-stat .stat-label {
        font-size: 11px;
    }
    
    .shop-top-header {
        padding: 15px 10px;
        border-radius: 16px;
        margin: 0 auto 20px;
    }
    
    .shop-breadcrumb {
        font-size: 12px;
        padding: 8px 14px;
        border-radius: 12px;
    }
    
    .shop-search-bar {
        width: 100%;
    }
    
    .woocommerce-product-search {
        border-radius: 50px;
    }
    
    .shop-search-field {
        padding: 14px 16px;
        font-size: 14px;
    }
    
    .shop-search-submit {
        width: 44px;
        height: 44px;
        margin: 3px;
    }
    
    .shop-wrapper {
        padding: 10px 5px;
        gap: 15px;
    }
    
    .shop-sidebar {
        border-radius: 12px;
        margin-bottom: 15px;
    }
    
    .sidebar-header {
        padding: 15px;
    }
    
    .sidebar-title {
        font-size: 15px;
    }
    
    .sidebar-content {
        padding: 15px;
        gap: 12px;
    }
    
    .shop-widget {
        padding: 16px 14px;
        border-radius: 12px;
    }
    
    .widget-title {
        font-size: 14px;
        margin-bottom: 16px;
        padding-bottom: 12px;
    }
    
    .shop-wrapper {
        padding: 12px 8px !important;
    }
    
    .shop-content {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .shop-controls {
        padding: 12px 10px !important;
        border-radius: 12px !important;
        margin-bottom: 16px !important;
    }
    
    .shop-sorting-tabs {
        gap: 6px !important;
        flex-wrap: wrap !important;
    }
    
    .sorting-tab {
        padding: 8px 12px !important;
        font-size: 11px !important;
        border-radius: 10px !important;
        min-width: calc(50% - 3px) !important;
        flex: 1 1 auto !important;
        text-align: center !important;
    }
    
    .products-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
    
    .product-card,
    .product-card-modern {
        border-radius: 16px;
    }
    
    .product-image-modern {
        height: 200px;
    }
    
    .product-info-modern {
        padding: 14px;
        gap: 10px;
    }
    
    .product-name-modern {
        font-size: 14px;
    }
    
    .product-price-modern .price-current-modern {
        font-size: 16px;
    }
    
    .product-date-modern {
        font-size: 12px;
    }
    
    .product-image-wrapper {
        height: 200px;
        aspect-ratio: 1;
    }
    
    .product-wishlist-btn {
        width: 32px;
        height: 32px;
        top: 10px;
        right: 10px;
    }
    
    .product-wishlist-btn svg {
        width: 16px;
        height: 16px;
    }
    
    .product-info {
        padding: 14px;
        gap: 10px;
    }
    
    .product-info .woocommerce-loop-product__title,
    .product-card .product-title {
        font-size: 13px;
        margin-bottom: 8px;
        min-height: auto;
    }
    
    .product-excerpt {
        font-size: 12px;
        margin-bottom: 6px;
    }
    
    .price-current {
        font-size: 16px;
        padding: 8px 12px;
    }
    
    .price-old {
        font-size: 13px;
    }
    
    .product-btn,
    .woocommerce .product-card .button,
    .woocommerce .product-card .add_to_cart_button {
        padding: 12px 18px;
        font-size: 13px;
        border-radius: 12px;
    }
    
    .product-details-btn {
        width: 100%;
        height: auto;
        padding: 10px;
    }
    
    .woocommerce-pagination {
        margin-top: 30px;
    }
    
    .woocommerce-pagination ul {
        gap: 6px;
    }
    
    .woocommerce-pagination ul li a,
    .woocommerce-pagination ul li span {
        min-width: 36px;
        height: 36px;
        font-size: 13px;
        border-radius: 8px;
        padding: 0 12px;
    }
    
    .floating-contact-buttons {
        bottom: 15px;
        left: 15px;
        gap: 10px;
    }
    
    .contact-main-btn {
        padding: 10px 16px;
        font-size: 12px;
    }
    
    .contact-phone-btn,
    .contact-whatsapp-btn {
        width: 44px;
        height: 44px;
    }
}

/* ============================================
   Animations & Effects
   ============================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes shimmer {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: 200px 0;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes heartBeat {
    0%, 100% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.05);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.product-card {
    animation: fadeInUp 0.6s ease-out both;
}

.product-card:nth-child(1) { animation-delay: 0.1s; }
.product-card:nth-child(2) { animation-delay: 0.15s; }
.product-card:nth-child(3) { animation-delay: 0.2s; }
.product-card:nth-child(4) { animation-delay: 0.25s; }
.product-card:nth-child(5) { animation-delay: 0.3s; }
.product-card:nth-child(6) { animation-delay: 0.35s; }
.product-card:nth-child(7) { animation-delay: 0.4s; }
.product-card:nth-child(8) { animation-delay: 0.45s; }
.product-card:nth-child(9) { animation-delay: 0.5s; }

/* Hover shimmer effect on product image */
.product-image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: 0.5s;
    z-index: 2;
}

.product-card:hover .product-image-wrapper::after {
    left: 100%;
}

/* Wishlist button heart animation */
.product-wishlist-btn.active svg {
    animation: heartBeat 0.6s ease-in-out;
}

/* Sale badge - no animation */

/* Loading skeleton effect */
.loading-skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200px 100%;
    animation: shimmer 1.5s infinite;
}

/* Shop sidebar slide animation */
.shop-sidebar {
    animation: slideInRight 0.5s ease-out;
}

/* Button hover ripple effect */
.product-info-button {
    position: relative;
    overflow: hidden;
}

.product-info-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.product-info-button:hover::after {
    width: 300px;
    height: 300px;
}

/* Gradient border animation on product card hover */
.product-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(135deg, var(--shop-primary), var(--shop-accent), var(--shop-primary));
    background-size: 200% 200%;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: xor;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.product-card:hover::after {
    opacity: 1;
    animation: gradientMove 3s linear infinite;
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Focus states for accessibility */
.sorting-tab:focus,
.category-link:focus,
.product-info-button:focus,
.product-wishlist-btn:focus,
.shop-search-field:focus {
    outline: 3px solid rgba(0, 206, 209, 0.5);
    outline-offset: 2px;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .shop-hero-glow {
        display: none;
    }
}

