.elementor-kit-8123{--e-global-color-primary:#06449B;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#7CD588;--e-global-color-0b02a20:#F2DB25;--e-global-typography-primary-font-family:"YekanBakhFaNum";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-font-style:normal;--e-global-typography-secondary-font-family:"YekanBakhFaNum";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"YekanBakhFaNum";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"YekanBakhFaNum";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;}.elementor-kit-8123 button,.elementor-kit-8123 input[type="button"],.elementor-kit-8123 input[type="submit"],.elementor-kit-8123 .elementor-button{background-color:#06449B;font-family:"IRANSansXFaNum", Sans-serif;font-size:12px;color:#FFFFFF;border-radius:8px 8px 8px 8px;}.elementor-kit-8123 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* استایل کلی کارت محصول */
.products li.product {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}

.products li.product:hover {
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

/* تصویر محصول */
.products li.product img {
  max-width: 150px;
  margin: 0 auto 10px auto;
  display: block;
}

/* نام محصول */
.woocommerce-loop-product__title {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  min-height: 40px;
  margin: 10px 0;
  line-height: 1.4;
}

/* قیمت */
.price {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.price del {
  color: #999;
  font-size: 13px;
  margin-left: 5px;
}

.price ins {
  color: #f90;
  text-decoration: none;
}

/* درصد تخفیف (برچسب) */
.onsale {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #f90;
  color: #fff;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 20px;
  font-weight: bold;
}

/* امتیاز ستاره‌ای */
.star-rating {
  font-size: 14px;
  color: #f5b301;
  margin-top: 5px;
}/* End custom CSS */