.product-info-sections {
  border-top: 1px solid rgba(54, 45, 36, 0.22);
  margin-top: 2rem;
}

.product-info-section {
  border-bottom: 1px solid rgba(54, 45, 36, 0.22);
}

.product-info-section summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  justify-content: space-between;
  list-style: none;
  padding: 1.15rem 0;
  text-transform: uppercase;
}

.product-info-section summary::-webkit-details-marker {
  display: none;
}

.product-info-section summary::after {
  content: "+";
  font-size: 1.2rem;
  font-weight: 400;
}

.product-info-section[open] summary::after {
  content: "-";
}

.product-info-content {
  color: #443d36;
  line-height: 1.7;
  padding: 0 0 1.25rem;
}

.product-info-content > :first-child {
  margin-top: 0;
}

.product-info-content > :last-child {
  margin-bottom: 0;
}
