.abs-product-list summary {
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  width: 120px;
  text-align: center;
  cursor: pointer;
  transition: .4s;
}

.abs-product-list summary:hover {
  transform: scale(110%)
}


.cta-box {
  border: 1px solid #e5e5e5;
  background: #ffffff;
  border-radius: 4px;
  padding: 24px;
  margin: 30px 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.cta-content {
  max-width: 700px;
}

.cta-title {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 10px 0;
}

.cta-desc {
  font-size: 14px;
  color: #666;
  margin: 0 0 18px 0;
  line-height: 1.5;
}

.cta-button {
  display: inline-block;
  background: #28a745;
  color: #fff;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.cta-button:hover {
  background: #218838;
}