.elementor-609 .elementor-element.elementor-element-b615500 > .elementor-widget-container{margin:19px 0px 0px 0px;}.elementor-609 .elementor-element.elementor-element-b615500{text-align:right;}.elementor-609 .elementor-element.elementor-element-b615500 .gs-heading{width:1300px;}.elementor-609 .elementor-element.elementor-element-b615500 .elementor-widget-container{display:flex;justify-content:flex-end;}.elementor-609 .elementor-element.elementor-element-b615500 .gs-heading__description-wrap{margin-top:0px;}.elementor-609 .elementor-element.elementor-element-aadb5e3{padding:20px 0px 40px 0px;}.elementor-609 .elementor-element.elementor-element-c5d115b.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-609 .elementor-element.elementor-element-942a2e5{padding:0px 0px 25px 0px;}.elementor-609 .elementor-element.elementor-element-96c4153{text-align:right;}.elementor-609 .elementor-element.elementor-element-96c4153 .gs-heading{width:1300px;}.elementor-609 .elementor-element.elementor-element-96c4153 .elementor-widget-container{display:flex;justify-content:flex-end;}.elementor-609 .elementor-element.elementor-element-96c4153 .gs-heading__description-wrap{margin-top:0px;}.elementor-609 .elementor-element.elementor-element-424b9da{--spacer-size:28px;}@media(max-width:991px){.elementor-609 .elementor-element.elementor-element-942a2e5{padding:0px 0px 15px 0px;}}@media(max-width:767px){.elementor-609 .elementor-element.elementor-element-b615500 .gs-heading__primary{font-size:28px;}.elementor-609 .elementor-element.elementor-element-942a2e5{padding:0px 0px 0px 0px;}.elementor-609 .elementor-element.elementor-element-96c4153 .gs-heading__primary{font-size:28px;}}/* Start custom CSS for wc-categories, class: .elementor-element-c5d115b *//* حذف تعداد محصولات */
.woocommerce-loop-category__title .count {
    display: none !important;
}

/* بی‌اثر کردن سیستم ستون‌بندی ووکامرس + ردیف واحد دسکتاپ */
.woocommerce ul.products[class*="columns-"] {
    display: flex !important;
    flex-wrap: nowrap !important; /* همه در یک ردیف */
    gap: 20px;
    padding: 0;
    margin: 0;
}

/* آیتم‌ها — پنج ستونه دسکتاپ */
.woocommerce ul.products li.product-category {
    width: calc(20% - 20px) !important; /* 5 ستون */
    height: 280px;
    list-style: none;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

/* تصویر پس‌زمینه */
.woocommerce ul.products li.product-category .gs-subcategory-image {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    transition: transform 0.3s ease;
    z-index: 1;
}

/* لینک */
.woocommerce ul.products li.product-category a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

/* عنوان — وسط‌چین */
.woocommerce ul.products li.product-category h2.woocommerce-loop-category__title {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-bottom: 4px;
    z-index: 3;
    white-space: nowrap;
}

/* خط زیر عنوان */
.woocommerce ul.products li.product-category h2.woocommerce-loop-category__title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

/* افکت هاور */
.woocommerce ul.products li.product-category a:hover h2.woocommerce-loop-category__title::after {
    width: 100%;
}
.woocommerce ul.products li.product-category a:hover .gs-subcategory-image {
    transform: scale(1.05);
}

/* ---------------------- */
/*       موبایل ۲ ستونه    */
/* ---------------------- */
@media (max-width: 768px) {

    /* فعال کردن چند ردیف در موبایل */
    .woocommerce ul.products[class*="columns-"] {
        flex-wrap: wrap !important;
        gap: 15px;
    }

    /* دو ستونه */
    .woocommerce ul.products li.product-category {
        width: calc(50% - 15px) !important;
        height: 300px !important;
    }

    /* تصویر مناسب موبایل */
    .woocommerce ul.products li.product-category .gs-subcategory-image {
        position: relative !important;
        height: 100% !important;
    }

    /* آیتم پنجم وسط‌چین شود */
    .woocommerce ul.products li.product-category:nth-child(5) {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4640f15 */.promo-marquee {
    width: 100%;
    overflow: hidden;
    padding: 12px 0;
    direction: ltr;
}

.promo-track {
    display: inline-block;
    white-space: nowrap;
    color: #f3f3f;
    font-size: 17px;
    font-weight: 500;
    animation: promoScroll 25s linear infinite;
    padding-left: 100%;
}

@keyframes promoScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}/* End custom CSS */
/* Start custom CSS for gs-product, class: .elementor-element-1c2e295 */.gs-product-cats {
    color: #757575 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8fe6781 */.promo-marquee {
    width: 100%;
    overflow: hidden;
    padding: 12px 0;
    direction: ltr;
}

.promo-track {
    display: inline-block;
    white-space: nowrap;
    color: #333;
    font-size: 17px;
    font-weight: 500;
    animation: promoScroll 25s linear infinite;
    padding-left: 100%;
}

@keyframes promoScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}/* End custom CSS */