.elementor-500 .elementor-element.elementor-element-5f168213{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-171f082d */body, h1, h2, h3, p, a, ul, li {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
h1, h2, h3 {
  margin: 20px 0 10px;
  color: #222222;
}
p {
  margin: 10px 0;
}
.main-image {
  text-align: center;
  margin: 20px 0;
}
.main-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.product-section {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 15px;
  margin: 20px 0;
  background-color: #f9f9f9;
  align-items: center;
}
.product-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-section img.product-img {
  max-width: 150px;
  border-radius: 8px;
  flex-shrink: 0;
  cursor: pointer;
}
.pros-cons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}
.pros, .cons {
  flex: 1;
  min-width: 200px;
}
.pros-cons-container strong {
  display: block;
  margin-bottom: 5px;
  color: #E91E63;
}
ul {
  margin: 5px 0 10px 20px;
  padding: 0;
}
.button-container {
  text-align: center;
  margin-top: 10px;
}
.shop-button {
  display: inline-block;
  background-color: #E91E63;
  color: white;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
}
.shop-button:hover {
  background-color: #d81558;
}
@media (max-width: 600px) {
  .product-section {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-section img.product-img {
    max-width: 100%;
  }
  .pros-cons-container {
    flex-direction: column;
  }
}/* End custom CSS */