.elementor-822 .elementor-element.elementor-element-4ca3639{--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;--gap:0px 80px;--row-gap:0px;--column-gap:80px;}.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-822 .elementor-element.elementor-element-df33282{width:var( --container-widget-width, 24.538% );max-width:24.538%;--container-widget-width:24.538%;--container-widget-flex-grow:0;}.elementor-822 .elementor-element.elementor-element-df33282.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-822 .elementor-element.elementor-element-df33282.elementor-wc-products  ul.products{grid-column-gap:0px;grid-row-gap:0px;}.elementor-822 .elementor-element.elementor-element-df33282 a > img{border-style:none;}.elementor-822 .elementor-element.elementor-element-df33282 .woocommerce .woocommerce-loop-category__title{color:#7B1CA3;font-family:"Montserrat", Sans-serif;font-weight:600;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price{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-woocommerce-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.products-heading-show .related-products > h2, .elementor-widget-woocommerce-products.products-heading-show .upsells > h2, .elementor-widget-woocommerce-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-822 .elementor-element.elementor-element-6e55d5d.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-822 .elementor-element.elementor-element-6e55d5d.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-822 .elementor-element.elementor-element-6e55d5d.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-822 .elementor-element.elementor-element-6e55d5d.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for wc-categories, class: .elementor-element-df33282 *//* Container principal do widget de categorias */
.elementor-widget-wc-categories .elementor-widget-container {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

/* Lista de produtos/categorias */
.elementor-widget-wc-categories .woocommerce ul.products {
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Cada item de categoria */
.elementor-widget-wc-categories .product-category {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px !important;
}

.elementor-widget-wc-categories .product-category:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
}

/* Link da categoria */
.elementor-widget-wc-categories .product-category a {
    display: flex !important;
    align-items: center;
    gap: 15px;
    text-decoration: none !important;
    padding: 10px 0;
}

/* Imagem da categoria */
.elementor-widget-wc-categories .product-category img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 8px;
    object-fit: cover;
}

/* Título da categoria - COR ROXA */
.elementor-widget-wc-categories .woocommerce-loop-category__title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #7B1CA3 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Contador de produtos - COR ROXA */
.elementor-widget-wc-categories mark.count {
    background: #7B1CA3 !important;
    color: white !important;
    padding: 4px 8px !important;
    border-radius: 12px;
    font-size: 12px !important;
    font-weight: 500;
    margin: 0 !important;
}

/* Remove qualquer estilo de grid que possa estar atrapalhando */
.elementor-widget-wc-categories .elementor-grid {
    display: block !important;
}

.elementor-widget-wc-categories .columns-1 {
    width: 100% !important;
}

/* Responsivo */
@media (max-width: 768px) {
    .elementor-widget-wc-categories .product-category a {
        gap: 12px;
    }
    
    .elementor-widget-wc-categories .product-category img {
        width: 50px !important;
        height: 50px !important;
    }
    
    .elementor-widget-wc-categories .woocommerce-loop-category__title {
        font-size: 14px !important;
    }
}/* End custom CSS */
/* Start custom CSS *//* Container principal do widget de categorias */
.elementor-widget-wc-categories .elementor-widget-container {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

/* Lista de produtos/categorias */
.elementor-widget-wc-categories .woocommerce ul.products {
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Cada item de categoria */
.elementor-widget-wc-categories .product-category {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px !important;
}

.elementor-widget-wc-categories .product-category:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
}

/* Link da categoria */
.elementor-widget-wc-categories .product-category a {
    display: flex !important;
    align-items: center;
    gap: 15px;
    text-decoration: none !important;
    padding: 10px 0;
}

/* Imagem da categoria */
.elementor-widget-wc-categories .product-category img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 8px;
    object-fit: cover;
}

/* Título da categoria */
.elementor-widget-wc-categories .woocommerce-loop-category__title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #2c5aa0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Contador de produtos */
.elementor-widget-wc-categories mark.count {
    background: #2c5aa0 !important;
    color: white !important;
    padding: 4px 8px !important;
    border-radius: 12px;
    font-size: 12px !important;
    font-weight: 500;
    margin: 0 !important;
}

/* Remove qualquer estilo de grid que possa estar atrapalhando */
.elementor-widget-wc-categories .elementor-grid {
    display: block !important;
}

.elementor-widget-wc-categories .columns-1 {
    width: 100% !important;
}

/* Responsivo */
@media (max-width: 768px) {
    .elementor-widget-wc-categories .product-category a {
        gap: 12px;
    }
    
    .elementor-widget-wc-categories .product-category img {
        width: 50px !important;
        height: 50px !important;
    }
    
    .elementor-widget-wc-categories .woocommerce-loop-category__title {
        font-size: 14px !important;
    }
}

/* Esconder imagens das categorias */
.elementor-widget-wc-categories .product-category img {
    display: none !important;
}

/* Ajustar o layout sem as imagens */
.elementor-widget-wc-categories .product-category a {
    gap: 0;
    padding: 12px 0;
}/* End custom CSS */