.elementor-2019 .elementor-element.elementor-element-466513b{--display:flex;--justify-content:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.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-size:var( --e-global-typography-primary-font-size );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-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-2019 .elementor-element.elementor-element-945a741.elementor-wc-products  ul.products{grid-column-gap:50px;grid-row-gap:50px;}.elementor-2019 .elementor-element.elementor-element-945a741 .woocommerce .woocommerce-loop-category__title{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:23px;font-weight:700;}.elementor-2019 .elementor-element.elementor-element-945a741 .woocommerce-loop-category__title .count{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:17px;font-weight:700;}@media(min-width:768px){.elementor-2019 .elementor-element.elementor-element-466513b{--content-width:1800px;}}@media(max-width:1024px){.elementor-widget-wc-categories .woocommerce .woocommerce-loop-category__title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-wc-categories .woocommerce-loop-category__title .count{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-wc-categories .woocommerce .woocommerce-loop-category__title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-wc-categories .woocommerce-loop-category__title .count{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for wc-categories, class: .elementor-element-945a741 *//* ==========================================================================
   DESIGN DOS CARDS DE CATEGORIA (ESTILO CARDS ESCUROS)
   ========================================================================== */

/* 1. Ocultar a categoria "Sem Categoria" caso ela ainda apareça */
.product-category.category-sem-categoria,
.product-category.category-uncategorized {
    display: none !important;
}

/* 2. Estilização do Container do Card de Categoria */
ul.products li.product-category,
.woocommerce ul.products li.product-category {
    background-color: #121212 !important; /* Fundo escuro do card */
    border: 1px solid #242424 !important; /* Borda sutil escura */
    border-radius: 12px !important;       /* Cantos arredondados */
    overflow: hidden !important;
    padding: 20px !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

/* 3. Efeito ao passar o mouse (Hover) */
ul.products li.product-category:hover,
.woocommerce ul.products li.product-category:hover {
    border-color: #70c000 !important; /* Destaque verde neon na borda */
    transform: translateY(-4px) !important; /* Elevação leve */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6) !important;
}

/* 4. Estilo das Imagens dentro das Categorias */
ul.products li.product-category img,
.woocommerce ul.products li.product-category img {
    border-radius: 8px !important;
    background-color: transparent !important;
    object-fit: contain !important;
    max-height: 180px !important;
    width: 100% !important;
    margin: 0 auto 15px auto !important;
    display: block !important;
}

/* 5. Títulos das Categorias (Texto superior em caixa alta) */
ul.products li.product-category .woocommerce-loop-category__title,
ul.products li.product-category h2,
ul.products li.product-category h3 {
    color: #ffffff !important;           /* Texto branco */
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important; /* Caixa alta */
    letter-spacing: 0.8px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;         /* Alinhamento à esquerda */
}

/* 6. Remove contador de produtos (ex: "(3)") se houver */
ul.products li.product-category .count {
    display: none !important;
}/* End custom CSS */