.elementor-7942 .elementor-element.elementor-element-f37695b{--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;--justify-content:space-between;}/* Start custom CSS for shortcode, class: .elementor-element-ca0603f */.woocommerce .product-category {
    background: #FFF5F5;
    padding: 30px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.woocommerce .product-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.woocommerce .product-category img {
    width: 80px !important;
    height: auto;
    margin-bottom: 20px;
}

.woocommerce .product-category h2 {
    font-size: 20px !important;
    font-weight: 600;
}/* End custom CSS */