.elementor-5452 .elementor-element.elementor-element-6ba6381{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-5452 .elementor-element.elementor-element-37671f0{--display:flex;--margin-top:110px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5452 .elementor-element.elementor-element-0161e87{--display:flex;}@media(min-width:768px){.elementor-5452 .elementor-element.elementor-element-6ba6381{--content-width:90%;}.elementor-5452 .elementor-element.elementor-element-37671f0{--width:20%;}.elementor-5452 .elementor-element.elementor-element-0161e87{--width:80%;}}/* Start custom CSS for html, class: .elementor-element-8dc568c */.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 */