.elementor-2822 .elementor-element.elementor-element-5a75959{--display:flex;}.elementor-2822 .elementor-element.elementor-element-b123c22{--display:flex;--overlay-opacity:0.5;}.elementor-2822 .elementor-element.elementor-element-b123c22::before, .elementor-2822 .elementor-element.elementor-element-b123c22 > .elementor-background-video-container::before, .elementor-2822 .elementor-element.elementor-element-b123c22 > .e-con-inner > .elementor-background-video-container::before, .elementor-2822 .elementor-element.elementor-element-b123c22 > .elementor-background-slideshow::before, .elementor-2822 .elementor-element.elementor-element-b123c22 > .e-con-inner > .elementor-background-slideshow::before, .elementor-2822 .elementor-element.elementor-element-b123c22 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-2822 .elementor-element.elementor-element-8b01ef8{text-align:center;}.elementor-2822 .elementor-element.elementor-element-8b01ef8 .elementor-heading-title{font-size:62px;text-transform:none;color:#FFFFFF;}.elementor-2822 .elementor-element.elementor-element-918079c.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-2822 .elementor-element.elementor-element-918079c.elementor-wc-products ul.products li.product span.onsale{display:block;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-2822 .elementor-element.elementor-element-918079c.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-2822 .elementor-element.elementor-element-918079c.elementor-wc-products ul.products li.product{text-align:center;}.elementor-2822 .elementor-element.elementor-element-918079c.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-918079c *//* Normal state title color */
.woocommerce-loop-product__title {
    color: #ffffff !important;  /* e.g., #000000 for black, #333333 for dark gray */
}

/* Hover state title color (optional, if it changes on hover) */
a:hover .woocommerce-loop-product__title {
    color: #your-hover-color-here !important;  /* e.g., #ff0000 for red */
}/* Remove lowercase transform and set to normal */
.woocommerce-loop-product__title {
    text-transform: none !important;
}

/* Optional: Force capitalize (first letter of each word uppercase) */
/* .woocommerce-loop-product__title {
    text-transform: capitalize !important;
} */

/* Optional: Hover state, if titles change on hover */
a:hover .woocommerce-loop-product__title {
    text-transform: none !important;
}/* Center the product titles */
.woocommerce-loop-product__title {
    text-align: center !important;
    text-transform: none !important;  /* Keeps your previous "normal case" fix */
    display: block;                  /* Ensures it behaves properly */
    width: 100%;                     /* Helps centering in flex/grid layouts */
}

/* Optional: Also center the price and add-to-cart button for a fully centered card look */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .star-rating {
    text-align: center !important;
    justify-content: center !important;
    display: block !important;
}

/* If your theme uses flex for the product info wrapper */
.woocommerce ul.products li.product .woocommerce-loop-product__link
.dynamic-product-category {
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-transform: capitalize !important;
    margin-bottom: 10px !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    padding: 8px 12px !important;
    border-radius: 6px !important;
}/* End custom CSS */