.elementor-2859 .elementor-element.elementor-element-e69cab3{--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-2859 .elementor-element.elementor-element-e69cab3.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-2859 .elementor-element.elementor-element-e69cab3{--width:96.784%;}}/* Start custom CSS for html, class: .elementor-element-2b2d3c9 */body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
  color: #333;
}

.product-container {
  max-width: 800px;
  margin: 40px auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.product-details h1 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.product-details .tagline {
  font-size: 1.1rem;
  color: #777;
  margin-bottom: 20px;
}

.product-details .description {
  margin-bottom: 20px;
  font-size: 1rem;
}

.features {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.features li {
  margin-bottom: 10px;
}

.product-meta p {
  margin: 5px 0;
  font-size: 0.95rem;
}

.btn-buy {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #35694d;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-buy:hover {
  background-color: #2b553e;
}

@media (max-width: 600px) {
  .product-container {
    padding: 20px;
  }

  .product-details h1 {
    font-size: 1.5rem;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e69cab3 */body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #333;
}

.product-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 40px auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.product-image {
  flex: 1 1 400px;
  max-width: 500px;
}

.product-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.product-details {
  flex: 1 1 500px;
  padding: 30px;
}

.product-details h1 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.product-details .tagline {
  font-size: 1.1rem;
  color: #888;
  margin-bottom: 20px;
}

.product-details .description {
  margin-bottom: 20px;
  font-size: 1rem;
}

.features {
  list-style: disc;
  margin: 20px 0;
  padding-left: 20px;
}

.features li {
  margin-bottom: 8px;
}

.product-meta p {
  margin: 5px 0;
  font-size: 0.95rem;
}

.btn-buy {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 24px;
  background-color: #34784f;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.btn-buy:hover {
  background-color: #285d3d;
}

/* Responsive */
@media (max-width: 768px) {
  .product-container {
    flex-direction: column;
  }

  .product-details {
    padding: 20px;
  }
}/* End custom CSS */