.elementor-28117 .elementor-element.elementor-element-d26bfbf{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-divider .elementor-divider__text{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-28117 .elementor-element.elementor-element-043d6de{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-28117 .elementor-element.elementor-element-043d6de .elementor-divider-separator{width:100%;}.elementor-28117 .elementor-element.elementor-element-043d6de .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-28117 .elementor-element.elementor-element-1ce9c5a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-animated-headline .elementor-headline{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-animated-headline .elementor-headline-dynamic-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-28117 .elementor-element.elementor-element-3342812{--iteration-count:infinite;--animation-duration:1200ms;--dynamic-text-color:#FBF7F7;}.elementor-28117 .elementor-element.elementor-element-3342812 > .elementor-widget-container{background-color:#9612C9;}.elementor-28117 .elementor-element.elementor-element-3342812.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-28117 .elementor-element.elementor-element-3342812 .elementor-headline{text-align:center;font-family:"Inter", Sans-serif;font-weight:600;}.elementor-28117 .elementor-element.elementor-element-3342812 .elementor-headline-dynamic-wrapper path{stroke:#FF5E5E;}.elementor-28117 .elementor-element.elementor-element-3342812 .elementor-headline-plain-text{color:#FFFFFF;}.elementor-28117 .elementor-element.elementor-element-3342812 .elementor-headline .elementor-headline-plain-text{text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-28117 .elementor-element.elementor-element-3342812 .elementor-headline-dynamic-text{font-family:"Inter", Sans-serif;font-weight:600;}.elementor-28117 .elementor-element.elementor-element-3342812 .elementor-headline .elementor-headline-dynamic-wrapper{text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-28117 .elementor-element.elementor-element-754e19c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-754e19c *//* Perfect 2-line title with ellipsis */
.woocommerce-loop-product__title {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  height: 2.8em !important; /* Exactly 2 lines (14px font × 1.4 line-height × 2) */
  line-height: 1.4 !important;
  font-size: 14px !important;
  margin: 0 0 8px !important;
  padding: 0 5px !important;
  text-align: center !important;
}

/* Fallback for non-WebKit browsers */
@supports not (-webkit-line-clamp: 2) {
  .woocommerce-loop-product__title {
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }
}/* End custom CSS */