.cs-accordions {
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
}
.cs-accordion {
  border-bottom: 1px solid #e5e5e5;
}
.cs-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}
.cs-accordion summary::-webkit-details-marker {
  display: none;
}
.cs-chevron {
  transition: transform 0.2s ease;
}
.cs-accordion[open] .cs-chevron {
  transform: rotate(180deg);
}
.cs-accordion-body {
  padding-bottom: 14px;
  color: #555;
}

.cs-buy-now-button {
  display: block;
  width: 100%;
  margin-top: 10px;
  background: #111 !important;
  color: #fff !important;
  border: none;
  border-radius: 999px;
  text-align: center;
  padding: 14px 0;
  font-weight: 600;
}
.cs-buy-now-button:hover {
  background: #333 !important;
}

.product-title {
  font-size: 50px !important;
}
