.elementor-9915 .elementor-element.elementor-element-e7fc93a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1034c04 */.product-page {
  font-family: Arial, sans-serif;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.product-top {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.product-images img {
  width: 100%;
  border-radius: 10px;
}

.thumbnail-row img {
  width: 70px;
  margin: 10px 5px;
  cursor: pointer;
}

.product-info h1 {
  font-size: 28px;
  margin-bottom: 10px;
}

.rating {
  color: #f5a623;
  margin-bottom: 10px;
}

.price {
  font-size: 22px;
  margin-bottom: 15px;
}

.price .original {
  text-decoration: line-through;
  color: #999;
  margin-left: 10px;
}

.discount {
  color: green;
  margin-left: 10px;
}

.benefits li {
  list-style: none;
  margin: 8px 0;
}

.cta-buttons {
  margin: 20px 0;
}

.buy-now {
  background: #ff9800;
  color: #fff;
  padding: 14px 25px;
  border: none;
  font-size: 16px;
  margin-right: 10px;
  cursor: pointer;
}

.add-cart {
  background: #000;
  color: #fff;
  padding: 14px 25px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.trust div {
  margin-top: 8px;
  font-size: 14px;
}

.section {
  margin-top: 50px;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
}

.spec-table td {
  border: 1px solid #ddd;
  padding: 12px;
}

.reviews {
  display: flex;
  gap: 20px;
}

.review-card {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  width: 100%;
}/* End custom CSS */