.elementor-1207 .elementor-element.elementor-element-0807e72{--display:flex;}.elementor-1207 .elementor-element.elementor-element-668c319{--display:flex;}.elementor-1207 .elementor-element.elementor-element-286a93f{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-1d032ad *//* ===============================
   Softass WooCommerce Product Cards
   =============================== */

.cashier-products ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(240px, 300px)) !important;
  justify-content: space-between !important;
  align-items: stretch !important;
  gap: 24px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
}

.cashier-products ul.products li.product {
  width: 100% !important;
  max-width: 300px !important;
  margin: 0 !important;
  background: #ffffff !important;
  border: 1px solid #e7eef5 !important;
  border-radius: 22px !important;
  padding: 18px 18px 22px !important;
  text-align: center !important;
  box-shadow: 0 12px 35px rgba(15, 35, 70, 0.08) !important;
  transition: all 0.25s ease !important;
  overflow: hidden !important;
}

.cashier-products ul.products li.product:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 18px 45px rgba(15, 35, 70, 0.14) !important;
  border-color: #d6e4ff !important;
}

.cashier-products ul.products li.product a {
  text-decoration: none !important;
}

.cashier-products ul.products li.product img {
  width: 100% !important;
  height: auto !important;
  border-radius: 16px !important;
  margin: 0 0 16px !important;
  background: #f7f9fc !important;
  display: block !important;
}

.cashier-products ul.products li.product .woocommerce-loop-product__title {
  color: #1d2b53 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  margin: 12px auto 14px !important;
  padding: 0 !important;
  text-align: center !important;
  display: block !important;
  font-family: "Cairo", Arial, sans-serif !important;
}

.cashier-products ul.products li.product .price {
  color: #2d6cdf !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 0 0 16px !important;
  text-align: center !important;
  display: block !important;
  font-family: "Cairo", Arial, sans-serif !important;
}

.cashier-products ul.products li.product .button,
.cashier-products ul.products li.product a.button,
.cashier-products ul.products li.product .added_to_cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: unset !important;
  max-width: fit-content !important;
  margin: 0 auto !important;
  padding: 11px 24px !important;
  background: #2d6cdf !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  border: none !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  transition: all 0.25s ease !important;
  font-family: "Cairo", Arial, sans-serif !important;
}

.cashier-products ul.products li.product .button:hover,
.cashier-products ul.products li.product a.button:hover,
.cashier-products ul.products li.product .added_to_cart:hover {
  background: #1d2b53 !important;
  color: #ffffff !important;
}

.cashier-products ul.products li.product .onsale {
  background: #2d6cdf !important;
  color: #ffffff !important;
  border-radius: 30px !important;
  padding: 6px 12px !important;
  min-height: auto !important;
  line-height: 1.2 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  font-family: "Cairo", Arial, sans-serif !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .cashier-products ul.products {
    grid-template-columns: repeat(3, minmax(200px, 280px)) !important;
    justify-content: space-between !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .cashier-products ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    justify-content: center !important;
    gap: 16px !important;
  }

  .cashier-products ul.products li.product {
    max-width: none !important;
    padding: 14px 14px 18px !important;
    border-radius: 18px !important;
  }

  .cashier-products ul.products li.product .woocommerce-loop-product__title {
    font-size: 17px !important;
  }

  .cashier-products ul.products li.product .price {
    font-size: 16px !important;
  }

  .cashier-products ul.products li.product .button,
  .cashier-products ul.products li.product a.button,
  .cashier-products ul.products li.product .added_to_cart {
    font-size: 14px !important;
    padding: 10px 20px !important;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .cashier-products ul.products {
    grid-template-columns: 1fr !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-286a93f */<style>
/* ===============================
   Softass WooCommerce Product Cards
   =============================== */

.cashier-products ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(240px, 300px)) !important;
  justify-content: space-between !important;
  align-items: stretch !important;
  gap: 24px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
}

.cashier-products ul.products li.product {
  width: 100% !important;
  max-width: 300px !important;
  margin: 0 !important;
  background: #ffffff !important;
  border: 1px solid #e7eef5 !important;
  border-radius: 22px !important;
  padding: 18px 18px 22px !important;
  text-align: center !important;
  box-shadow: 0 12px 35px rgba(15, 35, 70, 0.08) !important;
  transition: all 0.25s ease !important;
  overflow: hidden !important;
}

.cashier-products ul.products li.product:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 18px 45px rgba(15, 35, 70, 0.14) !important;
  border-color: #d6e4ff !important;
}

.cashier-products ul.products li.product a {
  text-decoration: none !important;
}

.cashier-products ul.products li.product img {
  width: 100% !important;
  height: auto !important;
  border-radius: 16px !important;
  margin: 0 0 16px !important;
  background: #f7f9fc !important;
  display: block !important;
}

.cashier-products ul.products li.product .woocommerce-loop-product__title {
  color: #1d2b53 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  margin: 12px auto 14px !important;
  padding: 0 !important;
  text-align: center !important;
  display: block !important;
  font-family: "Cairo", Arial, sans-serif !important;
}

.cashier-products ul.products li.product .price {
  color: #2d6cdf !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 0 0 16px !important;
  text-align: center !important;
  display: block !important;
  font-family: "Cairo", Arial, sans-serif !important;
}

.cashier-products ul.products li.product .button,
.cashier-products ul.products li.product a.button,
.cashier-products ul.products li.product .added_to_cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: unset !important;
  max-width: fit-content !important;
  margin: 0 auto !important;
  padding: 11px 24px !important;
  background: #2d6cdf !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  border: none !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  transition: all 0.25s ease !important;
  font-family: "Cairo", Arial, sans-serif !important;
}

.cashier-products ul.products li.product .button:hover,
.cashier-products ul.products li.product a.button:hover,
.cashier-products ul.products li.product .added_to_cart:hover {
  background: #1d2b53 !important;
  color: #ffffff !important;
}

.cashier-products ul.products li.product .onsale {
  background: #2d6cdf !important;
  color: #ffffff !important;
  border-radius: 30px !important;
  padding: 6px 12px !important;
  min-height: auto !important;
  line-height: 1.2 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  font-family: "Cairo", Arial, sans-serif !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .cashier-products ul.products {
    grid-template-columns: repeat(3, minmax(200px, 280px)) !important;
    justify-content: space-between !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .cashier-products ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    justify-content: center !important;
    gap: 16px !important;
  }

  .cashier-products ul.products li.product {
    max-width: none !important;
    padding: 14px 14px 18px !important;
    border-radius: 18px !important;
  }

  .cashier-products ul.products li.product .woocommerce-loop-product__title {
    font-size: 17px !important;
  }

  .cashier-products ul.products li.product .price {
    font-size: 16px !important;
  }

  .cashier-products ul.products li.product .button,
  .cashier-products ul.products li.product a.button,
  .cashier-products ul.products li.product .added_to_cart {
    font-size: 14px !important;
    padding: 10px 20px !important;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .cashier-products ul.products {
    grid-template-columns: 1fr !important;
  }
}
</style>

<script>
document.addEventListener("DOMContentLoaded", function () {
  function changeButtonText() {
    document.querySelectorAll(".cashier-products a.button").forEach(function(button) {
      var text = button.textContent.trim();

      if (
        text === "قراءة المزيد" ||
        text === "اقرأ المزيد" ||
        text === "Read more" ||
        text === "Read More"
      ) {
        button.textContent = "عرض المنتج";
      }
    });
  }

  changeButtonText();

  setTimeout(changeButtonText, 500);
  setTimeout(changeButtonText, 1500);
});
</script>/* End custom CSS */