.elementor-884 .elementor-element.elementor-element-51718ba{--display:flex;}.elementor-884 .elementor-element.elementor-element-73caaef{--display:flex;}/* Start custom CSS *//* ==========================================================================
   معماری پیشرفته CSS فروشگاه - تم شیشه‌ای متحرک و نئونی (Advanced Shop UI)
   ========================================================================== */

:root {
    --shop-glass-bg: rgba(15, 23, 42, 0.45);
    --shop-glass-border: rgba(167, 139, 250, 0.25);
    --shop-glass-border-hover: rgba(167, 139, 250, 0.7);
    --shop-glass-highlight: rgba(255, 255, 255, 0.08);
    --shop-neon-primary: #a78bfa;
    --shop-neon-secondary: #6366f1;
    --shop-text-main: #f1f5f9;
    --shop-text-muted: #94a3b8;
    --shop-blur-amount: 20px;
    --shop-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* ==========================================================================
   ۱. پس‌زمینه متحرک و فیلترشده کل صفحه فروشگاه (Animated Aurora)
   ========================================================================== */
body.post-type-archive-product, 
body.woocommerce-shop {
    background-color: #0f0c29 !important;
    background-image: 
        radial-gradient(at 0% 0%, rgba(120, 80, 255, 0.15) 0px, transparent 50%),
        radial-gradient(at 100% 0%, rgba(99, 102, 241, 0.15) 0px, transparent 50%),
        radial-gradient(at 100% 100%, rgba(167, 139, 250, 0.1) 0px, transparent 50%),
        radial-gradient(at 0% 100%, rgba(139, 92, 246, 0.1) 0px, transparent 50%) !important;
    background-attachment: fixed !important;
    background-size: 200% 200% !important;
    animation: shopAuroraMove 15s ease-in-out infinite alternate !important;
}

@keyframes shopAuroraMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* ==========================================================================
   ۲. شبکه‌بندی محصولات (Product Grid)
   ========================================================================== */
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    gap: 35px !important;
    padding: 40px 10px !important;
    max-width: 1300px;
    margin: 0 auto !important;
}

/* ==========================================================================
   ۳. کارت محصول شیشه‌ای چندلایه (Multi-layered Glass Card)
   ========================================================================== */
.woocommerce ul.products li.product {
    background: var(--shop-glass-bg) !important;
    backdrop-filter: blur(var(--shop-blur-amount)) !important;
    -webkit-backdrop-filter: blur(var(--shop-blur-amount)) !important;
    border: 1px solid var(--shop-glass-border) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 20px !important;
    padding: 25px 20px !important;
    margin: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    transition: var(--shop-transition) !important;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

/* افکت درخشش متحرک روی کارت هنگام هاور */
.woocommerce ul.products li.product::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transform: skewX(-25deg);
    transition: left 0.7s ease;
    z-index: 1;
    pointer-events: none;
}

.woocommerce ul.products li.product:hover::before {
    left: 150%;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-12px) scale(1.02) !important;
    background: rgba(30, 27, 75, 0.65) !important;
    border-color: var(--shop-glass-border-hover) !important;
    box-shadow: 
        0 20px 50px rgba(120, 80, 255, 0.25),
        0 0 0 1px rgba(167, 139, 250, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

/* ==========================================================================
   ۴. تصویر محصول با افکت زوم و قاب شیشه‌ای
   ========================================================================== */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    display: block;
    margin-bottom: 20px !important;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    object-fit: contain;
    padding: 15px;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    display: block;
}

.woocommerce ul.products li.product:hover a img {
    transform: scale(1.12) rotate(2deg) !important;
}

/* ==========================================================================
   ۵. عنوان و قیمت محصول (تایپوگرافی نئونی)
   ========================================================================== */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: var(--shop-text-main) !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin: 0 0 12px 0 !important;
    line-height: 1.4 !important;
    transition: var(--shop-transition) !important;
    position: relative;
    z-index: 2;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
    color: #ffffff !important;
    text-shadow: 0 0 15px rgba(167, 139, 250, 0.6) !important;
}

.woocommerce ul.products li.product .price {
    color: var(--shop-neon-primary) !important;
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    text-align: center !important;
    display: block !important;
    margin-bottom: 20px !important;
    position: relative;
    z-index: 2;
    text-shadow: 0 0 10px rgba(167, 139, 250, 0.3);
}

.woocommerce ul.products li.product .price del {
    color: var(--shop-text-muted) !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    opacity: 0.7;
    margin-left: 10px;
    text-shadow: none !important;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none !important;
    font-weight: 900 !important;
}

/* ==========================================================================
   ۶. دکمه افزودن به سبد خرید (3D Neon Button)
   ========================================================================== */
.woocommerce ul.products li.product .button {
    background: linear-gradient(135deg, var(--shop-neon-secondary), var(--shop-neon-primary)) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 14px 20px !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-shadow: 
        0 6px 0 #4338ca,
        0 10px 20px rgba(99, 102, 241, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    transition: var(--shop-transition) !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woocommerce ul.products li.product .button:hover {
    transform: translateY(-4px) !important;
    background: linear-gradient(135deg, #818cf8, #a78bfa) !important;
    box-shadow: 
        0 10px 0 #4338ca,
        0 15px 30px rgba(167, 139, 250, 0.5),
        0 0 20px rgba(167, 139, 250, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
}

.woocommerce ul.products li.product .button:active {
    transform: translateY(4px) !important;
    box-shadow: 
        0 2px 0 #4338ca,
        0 4px 10px rgba(99, 102, 241, 0.4),
        inset 0 2px 5px rgba(0, 0, 0, 0.2) !important;
}

/* ==========================================================================
   ۷. برچسب حراج (Floating Neon Badge)
   ========================================================================== */
.woocommerce ul.products li.product .onsale {
    background: linear-gradient(135deg, #ef4444, #dc2626) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    padding: 8px 16px !important;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
    top: 15px !important;
    left: 15px !important;
    right: auto !important;
    bottom: auto !important;
    box-shadow: 0 5px 20px rgba(239, 68, 68, 0.5), 0 0 15px rgba(239, 68, 68, 0.3) !important;
    z-index: 10 !important;
    animation: badgeFloat 3s ease-in-out infinite;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@keyframes badgeFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

/* ==========================================================================
   ۸. مرتب‌سازی و شمارش نتایج (Glass Filter Bar)
   ========================================================================== */
.woocommerce-ordering, 
.woocommerce-result-count {
    background: var(--shop-glass-bg) !important;
    backdrop-filter: blur(15px) !important;
    border: 1px solid var(--shop-glass-border) !important;
    border-radius: 12px !important;
    padding: 12px 20px !important;
    color: var(--shop-text-main) !important;
    font-weight: 600 !important;
    margin-bottom: 30px !important;
}

.woocommerce-ordering select {
    background: rgba(0, 0, 0, 0.3) !important;
    color: var(--shop-text-main) !important;
    border: 1px solid var(--shop-glass-border) !important;
    border-radius: 8px !important;
    padding: 8px 15px !important;
    outline: none !important;
    cursor: pointer;
    transition: var(--shop-transition);
}

.woocommerce-ordering select:focus {
    border-color: var(--shop-neon-primary) !important;
    box-shadow: 0 0 15px rgba(167, 139, 250, 0.3) !important;
}

/* ==========================================================================
   ۹. صفحه‌بندی شیشه‌ای (Glass Pagination)
   ========================================================================== */
.woocommerce nav.woocommerce-pagination {
    margin-top: 60px !important;
    margin-bottom: 40px !important;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none !important;
    display: flex !important;
    justify-content: center !important;
    gap: 12px !important;
    flex-wrap: wrap;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none !important;
    margin: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 48px !important;
    height: 48px !important;
    border-radius: 12px !important;
    background: var(--shop-glass-bg) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid var(--shop-glass-border) !important;
    color: var(--shop-text-main) !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    transition: var(--shop-transition) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: rgba(167, 139, 250, 0.2) !important;
    border-color: var(--shop-neon-primary) !important;
    color: #ffffff !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 25px rgba(167, 139, 250, 0.3) !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: linear-gradient(135deg, var(--shop-neon-secondary), var(--shop-neon-primary)) !important;
    border-color: transparent !important;
    color: #ffffff !important;
    box-shadow: 0 8px 25px rgba(124, 58, 237, 0.5), 0 0 15px rgba(167, 139, 250, 0.4) !important;
    transform: scale(1.1);
}

/* ==========================================================================
   ۱۰. ریسپانسیو پیشرفته (Advanced Responsive)
   ========================================================================== */
@media (max-width: 1024px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
        gap: 25px !important;
    }
}

@media (max-width: 768px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        padding: 20px 10px !important;
    }
    
    .woocommerce ul.products li.product {
        padding: 15px 12px !important;
        border-radius: 16px !important;
    }
    
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 0.95rem !important;
    }
    
    .woocommerce ul.products li.product .price {
        font-size: 1.05rem !important;
    }
    
    .woocommerce ul.products li.product .button {
        padding: 10px 15px !important;
        font-size: 0.85rem !important;
        box-shadow: 0 4px 0 #4338ca, 0 6px 15px rgba(99, 102, 241, 0.3) !important;
    }
}

@media (max-width: 480px) {
    .woocommerce ul.products {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .woocommerce ul.products li.product a img {
        padding: 10px;
    }
}/* End custom CSS */