.elementor-647 .elementor-element.elementor-element-5f5c215b{--display:flex;}.elementor-647 .elementor-element.elementor-element-5f5c215b.e-con{--flex-grow:0;--flex-shrink:0;}.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 );}@media(max-width:767px){.elementor-647 .elementor-element.elementor-element-5f5c215b{--width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-5d814fd9 */h1, h2, h3, p, a, ul, li {
  font-family: 'Inter', 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;
}

.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-section img {
  max-width: 150px;
  border-radius: 8px;
  flex-shrink: 0;
}

.product-details {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.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 {
    max-width: 100%;
  }

  .pros-cons-container {
    flex-direction: column;
  }
}/* End custom CSS */