.elementor-3036 .elementor-element.elementor-element-9981647{--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 0px;--row-gap:0px;--column-gap:0px;}.elementor-3036 .elementor-element.elementor-element-e356ebc{--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-3036 .elementor-element.elementor-element-5a9789e{--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-3036 .elementor-element.elementor-element-5a9789e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3036 .elementor-element.elementor-element-5c8f0b7{padding:0px 20px 0px 20px;}.elementor-3036 .elementor-element.elementor-element-ef56d56{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -25px) 0px;padding:20px 20px 20px 20px;}@media(min-width:768px){.elementor-3036 .elementor-element.elementor-element-e356ebc{--width:25%;}.elementor-3036 .elementor-element.elementor-element-5a9789e{--width:75%;}}/* Start custom CSS for porto_sb_archives, class: .elementor-element-ef56d56 *//* ==============================================================
   REMOVER SELOS ANTIGOS DE CIMA DA IMAGEM
   ============================================================== */
.porto-tb-item.product .porto-tb-featured-image::after,
.porto-tb-item.product .porto-tb-featured-image::before {
    display: none !important;
}

/* ==============================================================
   NOVAS ETIQUETAS DE ESTOQUE (ABAIXO DO PREÇO)
   ============================================================== */

/* 1. Cria a base da etiqueta centralizada abaixo do preço */
.porto-tb-item.product.instock .product-content::after,
.porto-tb-item.product.outofstock .product-content::after,
.porto-tb-item.product.onbackorder .product-content::after {
    display: table;
    margin: 10px auto 0 auto; /* Afasta 10px do preço e centraliza */
    padding: 3px 8px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 3px;
    letter-spacing: 0.5px;
}

/* 2. Define o texto e a cor para EM STOCK (Verde) */
.porto-tb-item.product.instock .product-content::after {
    content: "Em Stock";
    background-color: #2ec153;
}

/* 3. Define o texto e a cor para SEM STOCK (Vermelho) */
.porto-tb-item.product.outofstock .product-content::after {
    content: "Sem Stock";
    background-color: #e53935;
}

/* 4. Define o texto e a cor para POR ENCOMENDA (Laranja) */
.porto-tb-item.product.onbackorder .product-content::after {
    content: "Por Encomenda";
    background-color: #ff9800;
}

/* Container minimalista centralizado */
.elementor-3036 .elementor-element.elementor-element-ef56d56 .pagination {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 4px !important;
    margin-top: 30px !important;
    margin-bottom: 15px !important;
}

/* Estilo base (sem bordas, fundo transparente e redondo) */
.elementor-3036 .elementor-element.elementor-element-ef56d56 .pagination .page-numbers {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #666666 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

/* Página atual (círculo verde sólido e texto branco) */
.elementor-3036 .elementor-element.elementor-element-ef56d56 .pagination .page-numbers.current {
    background-color: #61D761 !important;
    color: #ffffff !important;
}

/* Hover super leve (fundo verde translúcido e texto verde) */
.elementor-3036 .elementor-element.elementor-element-ef56d56 .pagination a.page-numbers:hover {
    background-color: rgba(97, 215, 97, 0.1) !important;
    color: #61D761 !important;
}

/* Ajuste dos pontos (...) */
.elementor-3036 .elementor-element.elementor-element-ef56d56 .pagination .page-numbers.dots {
    color: #b5b5b5 !important;
    width: 24px !important;
    cursor: default !important;
}

/* Botão "Next" (Próximo) discreto */
.elementor-3036 .elementor-element.elementor-element-ef56d56 .pagination .page-numbers.next {
    width: auto !important;
    padding: 0 10px !important;
    border-radius: 16px !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: #888888 !important;
}/* End custom CSS */