.elementor-614 .elementor-element.elementor-element-96186dd{--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;--padding-top:60px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;--z-index:50;}.elementor-614 .elementor-element.elementor-element-96186dd:not(.elementor-motion-effects-element-type-background), .elementor-614 .elementor-element.elementor-element-96186dd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F6F8;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-614 .elementor-element.elementor-element-2db258b{text-align:center;}.elementor-614 .elementor-element.elementor-element-2db258b .elementor-heading-title{font-family:"Raleway", Sans-serif;font-size:48px;font-weight:500;text-transform:uppercase;line-height:56px;color:#373643;}.elementor-614 .elementor-element.elementor-element-bc03f74{--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-wc-categories .woocommerce .woocommerce-loop-category__title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-categories .woocommerce-loop-category__title .count{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-614 .elementor-element.elementor-element-a3266b8 .product{text-align:center;}.elementor-614 .elementor-element.elementor-element-a3266b8.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-614 .elementor-element.elementor-element-a3266b8 a > img{margin-bottom:0px;}.elementor-614 .elementor-element.elementor-element-a3266b8 .woocommerce .woocommerce-loop-category__title{color:#0054AA;font-family:"Montserrat", Sans-serif;font-weight:600;}.elementor-614 .elementor-element.elementor-element-a3266b8 .woocommerce-loop-category__title .count{color:#1F1F1F00;font-family:"Montserrat", Sans-serif;font-weight:600;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-614 .elementor-element.elementor-element-2db258b .elementor-heading-title{font-size:38px;line-height:46px;}}/* Start custom CSS for wc-categories, class: .elementor-element-a3266b8 *//* Container: stack image + title vertically, centered */
ul.products li.product-category a {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    overflow: visible !important;
}

/* Clean circular image, no overlay text on top of it anymore */
/* Force every category image into an identical square container, then crop to circle */
ul.products li.product-category a img,
ul.products li.product-category img.attachment-woocommerce_thumbnail,
ul.products li.product-category img {
    width: 200px !important;
    height: 200px !important;
    max-width: 200px !important;
    max-height: 200px !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 50% !important;
    display: block;
    margin: 0 auto;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* Make sure the parent link/li doesn't stretch or distort things */
ul.products li.product-category {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

ul.products li.product-category a {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    width: 100%;
}

/* Pull the title out from its overlay position, place below image */
ul.products li.product-category .woocommerce-loop-category__title {
    position: static !important;
    inset: auto !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    width: auto !important;
    max-width: 100%;
    color: #1a1a1a !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-align: center;
    margin: 14px 0 0 0 !important;
    padding: 0 !important;
    text-transform: uppercase;
}

/* Optional: hide the WooCommerce product count badge, Alibaba style doesn't show it */
ul.products li.product-category .woocommerce-loop-category__title .count {
    display: none;
}

/* Optional: subtle color on hover to match link-style Alibaba titles */
ul.products li.product-category a:hover .woocommerce-loop-category__title {
    color: #01146f !important;
}/* End custom CSS */