.elementor-5947 .elementor-element.elementor-element-81a7b05{--display:flex;}.elementor-5947 .elementor-element.elementor-element-a72bba0{--display:flex;}.elementor-5947 .elementor-element.elementor-element-6d252c8{--display:flex;}.elementor-5947 .elementor-element.elementor-element-4609290{--spacer-size:0px;}.elementor-5947 .elementor-element.elementor-element-4b17172.elementor-element{--align-self:center;}.elementor-5947 .elementor-element.elementor-element-4b17172 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-weight:600;}.elementor-5947 .elementor-element.elementor-element-ce67235.elementor-element{--align-self:center;}.elementor-5947 .elementor-element.elementor-element-ce67235 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-weight:600;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;color:#000000;}.elementor-5947 .elementor-element.elementor-element-c86cc68{--spacer-size:0px;}.elementor-5947 .elementor-element.elementor-element-4828d2a.elementor-element{--align-self:flex-start;}/* Start custom CSS for html, class: .elementor-element-4828d2a */.stl-wrap { 
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.stl-left img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.stl-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.stl-product {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.stl-thumb {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.stl-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.stl-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.stl-price {
  font-size: 14px;
  color: #444;
}

.stl-btn {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #222;
  border-radius: 3px;
  text-decoration: none;
  font-size: 14px;
  color: #222;
  background: #fff;
}

.stl-btn:hover {
  background: #f5f5f5;
}

/* Mobiel */
@media (max-width: 768px) {
  .stl-wrap {
    grid-template-columns: 1fr;
  }
}
.stl-wrap {
  display: grid;
  grid-template-columns: 45% 55%; /* links kleiner, rechts meer ruimte */
  gap: 20px;
}
.stl-description {
  margin-top: 25px; /* ruimte boven de tekst */
  padding-top: 15px;
  border-top: 0px solid #eee; /* optionele scheidingslijn */
}

.stl-description h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 600;
  color: #baafa8;
}

.stl-description p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
}/* End custom CSS */