#wx-grondstoffen-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.65);
  z-index: 99999;
  padding: 20px;
}

#wx-grondstoffen-modal.active {
  display: flex;
}

#wx-grondstoffen-modal .modal-box {
  background: #fff;
  padding: 75px 50px;
  max-width: 950px;
  width: 90%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#wx-grondstoffen-modal .combo-products {
  display: flex;
  gap: 20px;
  margin: 20px 0;
  justify-content: center;
  align-items: flex-start;
}

#wx-grondstoffen-modal .combo-product {
  flex: 1;
  max-width: 250px;
  text-align: center;
}

#wx-grondstoffen-modal .combo-product .product-image {
  margin-bottom: 12px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#wx-grondstoffen-modal .combo-product .product-image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

#wx-grondstoffen-modal .combo-product .product-name {
  font-size: 16px;
  line-height: 1.4;
}

#wx-grondstoffen-modal .combo-product .loading {
  opacity: 0.5;
  font-style: italic;
}