.elementor-5745 .elementor-element.elementor-element-87b204a{--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-5745 .elementor-element.elementor-element-6d0bb0a.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}/* Start custom CSS for wcf_elementor_product_list, class: .elementor-element-6d0bb0a */.wcf-total-results {
    display: none;
}


/* Card do produto */
.woocommerce ul.products li.product {
    background: #ffffff;
    border-radius: 14px;
    border: grey 1px solid;
    padding: 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
}

/* Hover do card */
.woocommerce ul.products li.product:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

/* Imagem */
.woocommerce ul.products li.product img {
    border-radius: 12px;
    transition: transform 0.4s ease;
}

.woocommerce ul.products li.product:hover img {
    transform: scale(1.05);
}

/* Título */
.woocommerce ul.products li.product h2 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin: 15px 0 8px 0;
    min-height: 45px;
}

/* Preço */
.woocommerce ul.products li.product .price {
    font-size: 18px;
    font-weight: bold;
    color: #2d2d2d;
    margin-bottom: 15px;
    display: block;
}

/* Botão */
.woocommerce ul.products li.product .button {
    background: #2d2d2d;
    color: #fff;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
}

/* Hover botão */
.woocommerce ul.products li.product .button:hover {
    background: #7a7a7a;
    transform: translateY(-2px);
}

/* Remove sublinhado do link */
.woocommerce ul.products li.product a {
    text-decoration: none;
}


/* Centraliza toda a área de paginação */
.wcf-pagination-wrapper {
    justify-content: center !important;
}

/* Opcional: garante alinhamento perfeito */
.wcf-pagination-container {
    display: flex;
    justify-content: center;
}


/* Botões da paginação */
.wcf-pagination-wrapper .rt-Button {
    background-color: #e5e5e5;
    color: #2d2d2d;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.25s ease;
}

/* Hover da paginação */
.wcf-pagination-wrapper .rt-Button:hover {
    background-color: #2d2d2d;
    color: #ffffff;
}

/* Página ativa */
.wcf-pagination-wrapper .rt-variant-solid {
    background-color: #2d2d2d !important;
    color: #ffffff !important;
}/* End custom CSS */