.elementor-3108 .elementor-element.elementor-element-4715e53{--display:flex;}.elementor-3108 .elementor-element.elementor-element-721d151{width:var( --container-widget-width, 70% );max-width:70%;--container-widget-width:70%;--container-widget-flex-grow:0;}.elementor-3108 .elementor-element.elementor-element-721d151.elementor-element{--align-self:center;}.woocommerce .elementor-3108 .elementor-element.elementor-element-721d151 .shop_attributes{color:var( --e-global-color-text );}@media(max-width:767px){.elementor-3108 .elementor-element.elementor-element-721d151{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}}/* Start custom CSS for woocommerce-product-additional-information, class: .elementor-element-721d151 */#second-product-attributes .woocommerce-product-attributes {
  display: flex;
  flex-direction: column;
  gap: 12px; /* فاصله بین آیتم‌ها */
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

#second-product-attributes .woocommerce-product-attributes tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  padding: 5px 20px;
  transition: all 0.3s ease;
  background: transparent; /* پیش‌فرض بدون بک‌گراند */
}

/* آیتم‌های فرد (۱، ۳، ۵، ...) */
#second-product-attributes .woocommerce-product-attributes tr:nth-child(odd) {
  background: #ffffff; /* فقط آیتم‌های فرد سفید باشند */
  border: 1px solid #dadada;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
}

/* آیتم‌های زوج (۲، ۴، ۶، ...) */
#second-product-attributes .woocommerce-product-attributes tr:nth-child(even) {
  border: none;
  box-shadow: none;
  background: transparent; /* بک‌گراند کاملاً حذف شود */
}

/* متن‌ها */
#second-product-attributes .woocommerce-product-attributes th,
#second-product-attributes .woocommerce-product-attributes td {
  border: none;
  font-family: "IRANYekanX", sans-serif;
  font-size: 15px;
  background: none;
  padding: 0;
  text-align: right;
}

#second-product-attributes .woocommerce-product-attributes th {
  color: #81858b;
  font-weight: 400;
}

#second-product-attributes .woocommerce-product-attributes td {
  color: #3f4064;
  font-weight: 500;
}/* End custom CSS */