.elementor-92312 .elementor-element.elementor-element-342fa28:not(.elementor-motion-effects-element-type-background), .elementor-92312 .elementor-element.elementor-element-342fa28 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-92312 .elementor-element.elementor-element-342fa28 > .elementor-background-overlay{background-color:var( --e-global-color-text );opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-92312 .elementor-element.elementor-element-342fa28:hover > .elementor-background-overlay{opacity:0.5;}.elementor-92312 .elementor-element.elementor-element-342fa28{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-92312 .elementor-element.elementor-element-7fefc7b > .elementor-widget-container{background-color:transparent;background-image:linear-gradient(172deg, var( --e-global-color-primary ) 51%, var( --e-global-color-accent ) 67%);transition:background 0.1s;}.elementor-92312 .elementor-element.elementor-element-7fefc7b:hover .elementor-widget-container{background-color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-7fefc7b *//* استایل کلی بخش توضیحات محصول */
section.product-description {
  font-family: "IRANSans", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  max-width: 100%;
}

/* تیترهای اصلی */
section.product-description h1,
section.product-description h2,
section.product-description h3 {
  font-weight: bold;
  color: #222;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* پاراگراف‌ها */
section.product-description p {
  margin-bottom: 15px;
}

/* لیست‌های ویژگی */
section.product-description ul {
  margin: 10px 0 20px 20px;
  padding-left: 20px;
}
section.product-description ul li {
  margin-bottom: 10px;
  list-style: disc;
}

/* جدول مشخصات فنی */
section.product-description table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
section.product-description table th,
section.product-description table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: right;
}
section.product-description table th {
  background-color: #f7f7f7;
  color: #000;
}

/* لینک‌های داخلی */
section.product-description .internal-links ul {
  list-style: none;
  padding-left: 0;
}
section.product-description .internal-links ul li a {
  color: #0073aa;
  text-decoration: underline;
}
section.product-description .internal-links ul li a:hover {
  color: #005077;
}

/* ریسپانسیو موبایل */
@media (max-width: 768px) {
  section.product-description {
    padding: 15px;
    font-size: 15px;
  }

  section.product-description table th,
  section.product-description table td {
    padding: 8px;
    font-size: 14px;
  }

  section.product-description h1 {
    font-size: 20px;
  }

  section.product-description h2 {
    font-size: 18px;
  }
}/* End custom CSS */