.elementor-2717 .elementor-element.elementor-element-74a20ea{--display:flex;}/* Start custom CSS for html, class: .elementor-element-55409b5 */.section-header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.product-section-title {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  color: #cc0066;
  position: relative;
  padding-bottom: 10px;
}

.product-section-title::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #cc0066;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
  animation: lineGrow 0.6s ease-in-out;
}

@keyframes lineGrow {
  0% { width: 0; opacity: 0; }
  100% { width: 60px; opacity: 1; }
}/* End custom CSS */