.elementor-60 .elementor-element.elementor-element-f118cce{--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-60 .elementor-element.elementor-element-938d9c7{--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;}/* Start custom CSS for html, class: .elementor-element-51e8bd4 */.products-hero {
  background: url('https://egy-herbal.com/wp-content/uploads/2025/11/slider_ingr.jpg') center/cover no-repeat;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative;
}

.products-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15,105,53,0.6); /* فلتر غامق للكتابة */
}

.products-hero .container {
  position: relative;
  z-index: 2;
}

.products-hero h1 {
  font-size: 48px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
}

.products-hero p {
  font-size: 20px;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2309b91 */.lux-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 30px;
  padding: 40px 20px;
  max-width: 1300px;
  margin: auto;
}

.product-box {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  text-align: center;
  padding: 20px;
  transition: all 0.35s ease;
  border: 1px solid #eee;
  cursor: pointer;
}

.product-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 50px rgba(0,0,0,0.12);
}

.product-box .img-wrap {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 15px;
}

.product-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.product-box:hover img {
  transform: scale(1.08);
}

.product-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.product-box p {
  font-size: 15px;
  color: #888;
  letter-spacing: 0.5px;
}/* End custom CSS */