.product-accordion {
  border-bottom: 1px solid #e5e5e5;
}

.accordion-header {
  width: 100%;
  background: none;
  border: none;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.accordion-content {
  display: none;
  padding-bottom: 16px;
  line-height: 1.6;
}

.accordion-icon {
  font-size: 20px;
}
