.elementor-143 .elementor-element.elementor-element-b6f2b77{--display:flex;}.elementor-143 .elementor-element.elementor-element-ee7b08d{--display:flex;}.elementor-143 .elementor-element.elementor-element-a2ed9f6{--display:flex;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.products-heading-show .related-products > h2, .elementor-widget-woocommerce-products.products-heading-show .upsells > h2, .elementor-widget-woocommerce-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-143 .elementor-element.elementor-element-78ce061.elementor-wc-products ul.products li.product{text-align:center;}.elementor-143 .elementor-element.elementor-element-78ce061.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-143 .elementor-element.elementor-element-78ce061.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-143 .elementor-element.elementor-element-78ce061.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-143 .elementor-element.elementor-element-78ce061.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-78ce061 *//* حذف کامل برچسب تخفیف (Sale) در کل سایت */
.woocommerce span.onsale,
span.onsale,
.onsale,
.elementor-widget-woocommerce-products .onsale,
.elementor-product-sale,
.elementor-products-grid .onsale,
.product .onsale {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
/* حذف کامل لیبل حراج در کل سایت */
.woocommerce span.onsale,
span.onsale,
.onsale,
.elementor-widget-woocommerce-products .onsale,
.elementor-product-sale,
.elementor-products-grid .onsale,
.product .onsale {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
/* حذف دکمه افزودن به سبد خرید فقط در ویجت محصولات المنتور */
.elementor-widget-woocommerce-products .add_to_cart_button,
.elementor-widget-woocommerce-products .product .button,
.elementor-widget-woocommerce-products .product .added_to_cart {
    display: none !important;
}
/* --- افقی کردن لیست محصولات --- */
.woocommerce ul.products,
.products,
.elementor-widget-woocommerce-products .products,
.elementor-widget-woocommerce-products ul.products {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  gap: 1rem;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.5rem;
}

/* کوچکتر کردن کارت محصول */
.woocommerce ul.products li.product,
.products .product,
.elementor-widget-woocommerce-products ul.products li.product {
  min-width: 170px;          /* قبلاً 220px بود — کارت کوچک‌تر شد */
  flex: 0 0 auto;
  scroll-snap-align: start;
  box-sizing: border-box;
}

/* کوچک‌تر کردن تصویر داخل کارت */
.woocommerce ul.products li.product img,
.products .product img {
  width: 100%;
  max-height: 150px;         /* کنترل ارتفاع تصویر */
  object-fit: contain;       /* تصویر بدون برش */
}

/* دسکتاپ — کمی بزرگ‌تر از موبایل */
@media (min-width: 1024px) {
  .woocommerce ul.products li.product,
  .products .product {
    min-width: 200px;        /* قبلاً 260px بود */
  }

  .woocommerce ul.products li.product img,
  .products .product img {
    max-height: 180px;
  }
}

/* پنهان کردن اسکرول بار */
.woocommerce ul.products::-webkit-scrollbar,
.products::-webkit-scrollbar { height: 8px; }
.woocommerce ul.products::-webkit-scrollbar-track,
.products::-webkit-scrollbar-track { background: transparent; }
.woocommerce ul.products::-webkit-scrollbar-thumb,
.products::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.15); border-radius: 6px; }

.products { scrollbar-width: thin; -ms-overflow-style: -ms-autohiding-scrollbar; }

/* دکمه‌های ناوبری */
.products-scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  cursor: pointer;
  border: 1px solid rgba(0,0,0,0.06);
}
.products-scroll-prev { left: 8px; }
.products-scroll-next { right: 8px; }

/* موبایل */
@media (max-width: 767px) {
  .products-scroll-btn { width: 32px; height: 32px; display: none; }
}/* End custom CSS */