.elementor-479 .elementor-element.elementor-element-fec4e9a{--display:flex;}.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-479 .elementor-element.elementor-element-f7d053c.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-479 .elementor-element.elementor-element-f7d053c.elementor-wc-products ul.products li.product span.onsale{display:block;}.elementor-479 .elementor-element.elementor-element-d8b147e{--display:flex;}@media(max-width:1024px){.elementor-479 .elementor-element.elementor-element-f7d053c.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-479 .elementor-element.elementor-element-f7d053c.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-f7d053c */<style>
/* 1. Arredonda as pontas das imagens dos produtos da vitrine para 20px */
.woocommerce ul.products li.product a img {
    border-radius: 20px !important;
}

/* 2. Deixa a cor do nome do produto preta */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #000000 !important;
}

/* 3. Deixa a cor do preço do produto preta também */
.woocommerce ul.products li.product .price {
    color: #000000 !important;
}

/* Centraliza absolutamente tudo dentro da caixa do produto (imagem, palavras e botão) */
.woocommerce ul.products li.product {
    text-align: center !important; /* Centraliza o título e o preço */
    align-items: center !important; /* Força tudo a ficar no meio da coluna */
}

/* Garante que o link invisível que envolve a foto também fique centralizado */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
}

/* 1. SELETOR FORTALECIDO: Força o raio da borda de 20px nas imagens da vitrine */
.elementor-wc-products ul.products li.product a img,
.woocommerce ul.products li.product a img,
ul.products li.product a img {
    border-radius: 20px !important;
}

/* 2. Mantém a cor do nome do produto preta e centralizada */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #000000 !important;
    text-align: center !important;
    display: block !important;
}

/* 3. Mantém a cor do preço do produto preta e centralizada também */
.woocommerce ul.products li.product .price {
    color: #000000 !important;
    text-align: center !important;
    display: block !important;
}
</style>/* End custom CSS */