.elementor-1006 .elementor-element.elementor-element-c97bdf9{--display:flex;}.elementor-1006 .elementor-element.elementor-element-c97bdf9.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1006 .elementor-element.elementor-element-ab8930e{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1006 .elementor-element.elementor-element-c97bdf9{--width:107.518%;}}/* Start custom CSS for global, class: .elementor-global-779 */.product-section {
  background: #ffffff;
  padding: 60px 20px;
  font-family: 'Georgia', serif;
}

.product-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
}

.product-image {
  flex: 1 1 50%;
  padding: 20px;
  text-align: center;
}

.product-image img {
  max-width: 100%;
  height: auto;
}

.product-badge {
  background: #7ECEFF;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 10px;
}

.product-info {
  flex: 1 1 50%;
  padding: 20px;
}

.product-title {
 font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-dark);
  text-align: left;
  margin-bottom: 16px;
  position: relative;
}

.product-price {
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
}

.product-description {
  color: #555;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.product-features {
  margin-bottom: 25px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 15px;
  margin-bottom: 10px;
}

.lancet-options {
  margin-bottom: 25px;
}

.includes-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #222;
}

.options-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.option-label {
  font-size: 15px;
  cursor: pointer;
}

.standard-badge {
  background: #7ECEFF;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 6px;
  margin-left: 8px;
}

.payment-options {
  display: flex;
  gap: 20px;
  margin: 20px 0;
  align-items: center;
}

.payment-logo {
  height: 32px;
  object-fit: contain;
}

.klarna-info {
  font-size: 14px;
  color: #444;
  margin-bottom: 20px;
}

.product-cta {
  margin-bottom: 30px;
}

.buy-button {
  background: #000;
  color: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background 0.3s ease;
}

.buy-button:hover {
  background: #333;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 14px;
  color: #333;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
}

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

  .product-image,
  .product-info {
    flex: 1 1 100%;
    padding: 20px 10px;
  }

  .buy-button {
    width: 100%;
    justify-content: center;
  }

  .trust-badges {
    flex-direction: column;
  }
}/* End custom CSS */