.elementor-1717 .elementor-element.elementor-element-5db7b7e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body:not(.rtl) .elementor-1717 .elementor-element.elementor-element-08ee75b{left:0px;}body.rtl .elementor-1717 .elementor-element.elementor-element-08ee75b{right:0px;}.elementor-1717 .elementor-element.elementor-element-08ee75b{top:0px;}.elementor-1717 .elementor-element.elementor-element-08ee75b img{width:100%;}.elementor-1717 .elementor-element.elementor-element-1f165fe{--display:flex;}.elementor-1717 .elementor-element.elementor-element-c9e479d.elementor-wc-products ul.products li.product{--button-align-display:flex;--button-align-direction:column;--button-align-justify:space-between;border-style:solid;border-width:0px 0px 0px 0px;border-radius:16px;padding:40px 40px 40px 40px;background-color:#F5F5F5;}.elementor-1717 .elementor-element.elementor-element-c9e479d.elementor-wc-products  ul.products{grid-column-gap:45px;grid-row-gap:44px;}.elementor-1717 .elementor-element.elementor-element-c9e479d.elementor-wc-products .attachment-woocommerce_thumbnail{border-radius:10px 10px 10px 10px;}.elementor-1717 .elementor-element.elementor-element-c9e479d.elementor-wc-products ul.products li.product .price{font-family:"IRANYekan", Sans-serif;font-size:25px;}.elementor-1717 .elementor-element.elementor-element-c9e479d nav.woocommerce-pagination{margin-top:20px;font-family:"IRANYekanX", Sans-serif;}.elementor-1717 .elementor-element.elementor-element-c9e479d nav.woocommerce-pagination ul li a, .elementor-1717 .elementor-element.elementor-element-c9e479d nav.woocommerce-pagination ul li span{padding:20px;}.elementor-1717 .elementor-element.elementor-element-c9e479d.elementor-wc-products ul.products li.product span.onsale{display:block;}.elementor-1717 .elementor-element.elementor-element-60eae82{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1717 .elementor-element.elementor-element-8ee580e.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-1717 .elementor-element.elementor-element-8ee580e.elementor-wc-products ul.products li.product span.onsale{display:block;}.elementor-1717 .elementor-element.elementor-element-0c473f9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1717 .elementor-element.elementor-element-46e419d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-1717 .elementor-element.elementor-element-c9e479d.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-1717 .elementor-element.elementor-element-8ee580e.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-1717 .elementor-element.elementor-element-c9e479d.elementor-wc-products  ul.products{grid-column-gap:0px;grid-row-gap:46px;}.elementor-1717 .elementor-element.elementor-element-8ee580e > .elementor-widget-container{margin:10px 10px 10px 10px;padding:20px 20px 20px 20px;}.elementor-1717 .elementor-element.elementor-element-8ee580e.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}body.elementor-page-1717{max-height:0px;flex-grow:0;}}/* Start custom CSS for container, class: .elementor-element-5db7b7e */.product-category-title {
  font-family: " sans-serif;
  font-size:50px;
  font-weight: 700;
  color: #111827;
  text-align: center;
  margin: 30px 0 20px;
  letter-spacing: -0.5px;
  position: relative;
  padding-bottom: 10px;
}

.product-category-title::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background: linear-gradient(90deg, #2563eb, #0ea5a4);
  margin: 8px auto 0;
  border-radius: 2px;
}/* End custom CSS */
/* Start custom CSS for wc-archive-products, class: .elementor-element-8ee580e *//* 🎨 کارت محصولات ووکامرس */
.woocommerce ul.products li.product {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 18px;
  margin: 14px;
  text-align: center;
  transition: all 0.35s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

/* افکت هاور کارت */
.woocommerce ul.products li.product:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-color: #c62828;
}

/* تصویر محصول */
.woocommerce ul.products li.product img {
  border-radius: 14px;
  max-height: 240px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* بزرگنمایی تصویر در حالت هاور */
.woocommerce ul.products li.product:hover img {
  transform: scale(1.08);
}

/* نام محصول */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 17px;
  font-weight: 600;
  color: #222;
  margin: 14px 0 10px;
  line-height: 1.7;
  min-height: 55px;
  transition: color 0.3s ease;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
  color: #c62828;
}

/* قیمت */
.woocommerce ul.products li.product .price {
  font-size: 16px;
  font-weight: 700;
  color: #c62828;
  margin: 10px 0;
}

/* دکمه افزودن به سبد خرید */
.woocommerce ul.products li.product .button {
  background: #c62828;
  display: none;
  color: #fff !important;
  border-radius: 10px;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(198, 40, 40, 0.4);
}

.woocommerce ul.products li.product .button:hover {
  background: #a31414;
  transform: scale(1.07);
  box-shadow: 0 5px 14px rgba(198, 40, 40, 0.55);
}

/* 📑 صفحه‌بندی ووکامرس */
.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  margin: 0 5px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: block;
  padding: 10px 16px;
  border-radius: 10px;
  background: #f5f5f5;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}

/* هاور شماره صفحه */
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: #c62828;
  color: #fff;
  border-color: #c62828;
}

/* شماره فعال */
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #c62828;
  color: #fff;
  border-color: #c62828;
}

/* 🈸 فونت و اعداد فارسی */
body,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce ul.products li.product .price {
  font-family: 'IRANSans', 'Tahoma', sans-serif;
  unicode-bidi: plaintext;
}

/* 📊 نمایش تعداد نتایج */
.woocommerce-result-count {
  background: #fdfdfd;
  padding: 8px 18px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #444;
  border: 1px solid #e0e0e0;
  display: inline-block;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

/* افکت هاور روی نمایش نتایج */
.woocommerce-result-count:hover {
  background: #c62828;
  color: #fff;
  border-color: #c62828;
  box-shadow: 0 4px 14px rgba(198, 40, 40, 0.25);
}

/* 🔽 منوی مرتب‌سازی محصولات */
.woocommerce .woocommerce-ordering {
  display: inline-block;
  margin: 0 10px 15px 0;
  position: relative;
}

/* استایل Select مرتب‌سازی */
.woocommerce .woocommerce-ordering select {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px 14px;
  padding-right: 35px; /* فاصله برای فلش */
  font-size: 15px;
  font-weight: 500;
  color: #444;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* افکت hover/focus روی select */
.woocommerce .woocommerce-ordering select:hover,
.woocommerce .woocommerce-ordering select:focus {
  border-color: #c62828;
  color: #c62828;
  box-shadow: 0 4px 14px rgba(198, 40, 40, 0.25);
}

/* فلش سفارشی در منوی مرتب‌سازی */
.woocommerce .woocommerce-ordering:after {
  content: "▾";
  font-size: 16px;
  color: #c62828;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* 🔢 تنظیم جهت نوشتار */
body {
  direction: rtl;
}

/* 📱 استایل موبایل: فقط یک کارت در هر ردیف */
@media (max-width: 768px) {
  .woocommerce ul.products {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .woocommerce ul.products li.product {
    width: 100% !important;
    max-width: 420px !important;
    flex: 0 0 100% !important;
    margin: 15px auto !important;
    box-sizing: border-box;
  }

  .woocommerce ul.products li.product img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 14px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    margin-top: 12px;
  }

  .woocommerce ul.products li.product .button {
    width: 100%;
    font-size: 16px;
    padding: 12px;
    border-radius: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-60eae82 *//* کارت محصولات */
.woocommerce ul.products li.product {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 18px;
  margin: 14px;
  text-align: center;
  transition: all 0.35s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
}

/* افکت هاور کارت */
.woocommerce ul.products li.product:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  border-color: #c62828;
}

/* تصویر محصول */
.woocommerce ul.products li.product img {
  border-radius: 14px;
  max-height: 240px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* بزرگنمایی تصویر روی هاور */
.woocommerce ul.products li.product:hover img {
  transform: scale(1.08);
}

/* نام محصول */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 17px;
  font-weight: 600;
  color: #222;
  margin: 14px 0 10px;
  line-height: 1.7;
  min-height: 55px;
  transition: color 0.3s ease;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
  color: #c62828;
}

/* قیمت */
.woocommerce ul.products li.product .price {
  font-size: 16px;
  font-weight: 700;
  color: #c62828;
  margin: 10px 0;
}

/* دکمه افزودن به سبد خرید */
.woocommerce ul.products li.product .button {
  background: #c62828;
  color: #fff !important;
  border-radius: 10px;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(198,40,40,0.4);
}

.woocommerce ul.products li.product .button:hover {
  background: #a31414;
  transform: scale(1.07);
  box-shadow: 0 5px 14px rgba(198,40,40,0.55);
}

/* 📌 صفحه‌بندی ووکامرس */
.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  margin: 0 5px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: block;
  padding: 10px 16px;
  border-radius: 10px;
  background: #f5f5f5;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 1px solid #ddd;
}

/* هاور روی شماره‌ها */
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: #c62828;
  color: #fff;
  border-color: #c62828;
}

/* شماره فعال */
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #c62828;
  color: #fff;
  border-color: #c62828;
}

/* 📌 اعداد فارسی */
body, .woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span, 
.woocommerce ul.products li.product .price {
  font-family: 'IRANSans', 'Tahoma', sans-serif;
  unicode-bidi: plaintext;
}
/* استایل نمایش تعداد نتایج (نمایش 1–9 از 16 نتیجه) */
.woocommerce-result-count {
  background: #fdfdfd;
  padding: 8px 18px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #444;
  border: 1px solid #e0e0e0;
  display: inline-block;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

/* افکت هاور روی کادر */
.woocommerce-result-count:hover {
  background: #c62828;
  color: #fff;
  border-color: #c62828;
  box-shadow: 0 4px 14px rgba(198,40,40,0.25);
}

/* اعداد فارسی */
.woocommerce-result-count {
  font-family: 'IRANSans', 'Tahoma', sans-serif;
  unicode-bidi: plaintext;
}
/* کادر کلی مرتب‌سازی */
.woocommerce .woocommerce-ordering {
  display: inline-block;
  margin: 0 10px 15px 0;
}

/* استایل select مرتب‌سازی */
.woocommerce .woocommerce-ordering select {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 15px;
  font-weight: 500;
  color: #444;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  cursor: pointer;
  appearance: none; /* حذف استایل پیش‌فرض مرورگر */
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  padding-right: 35px; /* فضای آیکون */
}

/* هاور و فوکوس روی select */
.woocommerce .woocommerce-ordering select:hover,
.woocommerce .woocommerce-ordering select:focus {
  border-color: #c62828;
  box-shadow: 0 4px 14px rgba(198,40,40,0.25);
  color: #c62828;
}

/* 📌 اضافه کردن آیکون فلش سفارشی */
.woocommerce .woocommerce-ordering {
  position: relative;
}
.woocommerce .woocommerce-ordering:after {
  content: "▾";
  font-size: 16px;
  color: #c62828;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* اعداد فارسی */
.woocommerce .woocommerce-ordering select {
  font-family: 'IRANSans', 'Tahoma', sans-serif;
  unicode-bidi: plaintext;
}

/* تغییر اعداد به فارسی با CSS */
body {
  direction: rtl;
}/* End custom CSS */