.single-product li:hover a.aux-item-content {
  color: var(--e-global-color-text) !important;
}

.product {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  max-width: 1200px;
  padding-block-end: 1rem;
  padding-block-start: 4rem;
  margin: 0 auto;
}

.product .spacer {
  height: 2rem;
}

.product .images {
  flex: 1 1 40%;
}

.product .data {
  flex: 1 1 55%;
}

.product .images .gallery {
  display: flex;
}

.product-detail-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5rem;
}

.product-detail-item summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0.8rem 1rem;
  gap: 1rem;
  font-weight: 600;
  list-style: none; /* Entfernt Standardpfeil */
}

.product-detail-item summary::-webkit-details-marker {
  display: none; /* entfernt Standard-Dreieck in Webkit */
}

.product-detail-item-title-icon {
  display: flex;
  align-items: center;
}

.product-detail-item-title-icon .opened {
  display: none;
}

.product-detail-item[open] .product-detail-item-title-icon .opened {
  display: inline-block;
}

.product-detail-item[open] .product-detail-item-title-icon .closed {
  display: none;
}

.product-detail-item-content {
  padding: 0 1rem 1rem 1rem;
}

.product .config-row {
  margin: 1rem 0;
}

.product .config-row label {
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.product .price {
  font-size: 1.75rem;
  color: var(--e-global-color-primary);
  margin: 1.2rem 0;
  background-color: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.product .info,
.product .request-form {
  margin-top: 3rem;
  padding: 2rem;
  margin: 2rem auto;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.product .info a.elementor-button {
  display: block;
}

.product .info a.elementor-button:not(:last-child) {
  margin-bottom: 2rem;
}

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

  .product .images,
  .product .data {
    flex: 1 1 100%;
  }
}
