.elementor-597 .elementor-element.elementor-element-6f54eaf{--display:flex;}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.products-heading-show .related-products > h2, .elementor-widget-wc-archive-products.products-heading-show .upsells > h2, .elementor-widget-wc-archive-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products .elementor-products-nothing-found{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-597 .elementor-element.elementor-element-2c53bfe.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-597 .elementor-element.elementor-element-2c53bfe.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-597 .elementor-element.elementor-element-2c53bfe.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-597 .elementor-element.elementor-element-2c53bfe.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for container, class: .elementor-element-6f54eaf *//* ========================= */
/* استایل کارت محصولات صفحه آرشیو */
/* ========================= */
.custom-archive-products ul.products li.product {
    background: linear-gradient(145deg, #f5f5f5, #b0b0b0);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* افکت هاور */
.custom-archive-products ul.products li.product:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.3);
}

/* تصویر محصول */
.custom-archive-products ul.products li.product img {
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.custom-archive-products ul.products li.product:hover img {
    transform: scale(1.05);
}

/* عنوان محصول */
.custom-archive-products ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #001566;
    margin-top: 12px;
    text-align: center;
}

/* قیمت */
.custom-archive-products ul.products li.product .price {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: #2e2e2e;
    text-align: center;
    margin: 10px 0 15px;
}

/* دکمه افزودن به سبد */
.custom-archive-products ul.products li.product .button {
    display: block;
    background: linear-gradient(135deg, #001566, #2e2e2e);
    color: #fff !important;
    text-align: center;
    padding: 12px 0;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.custom-archive-products ul.products li.product .button:hover {
    background: #2e2e2e;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* برچسب تخفیف */
.custom-archive-products ul.products li.product .onsale {
    background: #001566;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.85rem;
    position: absolute;
    top: 15px;
    right: 15px;
}

/* صفحه‌بندی */
.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    background: #f5f5f5;
    color: #001566;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #001566;
    color: #fff;
}/* End custom CSS */