.elementor-525 .elementor-element.elementor-element-c7157cf{--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-14849ce1 */@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

body, h1, h2, h3, p, a, ul, li {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.product-card {
  border: 1px solid #ddd;
  padding: 20px;
  margin: 20px 0;
}

.product-card img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.pros-cons {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 15px;
}

.pros-cons div {
  width: 48%;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 8px;
}

.pros-cons h4 {
  margin-bottom: 20px;
}

.pros-cons ul li {
  margin-bottom: 10px;
}

.shop-btn {
  display: inline-block;
  background: #E91E63;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  margin-top: 15px;
  border-radius: 5px;
}

.disclaimer {
  font-size: 0.85rem;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 600px) {
  .disclaimer {
    margin-top: 5px;
  }
}/* End custom CSS */