
.weine-seite {
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  padding: 20px;
}

.weine-seite summary {
  font-size: 4.4em;
  font-family: 'Just Another Hand', cursive;
  color: #D2C515;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.weine-seite summary img.icon {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  vertical-align: middle;
}

.weine-seite summary::before {
  content: '+';
  font-size: 1.5em;
  color: #aaa;
  margin-right: 5px;
}

.weine-seite details[open] summary::before {
  content: '-';
  color: #555;
}

.weine-seite .product-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.weine-seite .product-image img {
  max-width: 100px;
  height: auto;
  margin-right: 20px;
}

.weine-seite .product-details h3 {
  font-size: 1.8em;
  margin: 0;
}

.weine-seite .product-details p {
  font-size: 1.5em;
  margin: 5px 0;
}
