.elementor-2357 .elementor-element.elementor-element-2bc26b2{--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-2357 .elementor-element.elementor-element-81fd156.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-2357 .elementor-element.elementor-element-81fd156.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-2357 .elementor-element.elementor-element-81fd156.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-2357 .elementor-element.elementor-element-81fd156.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for container, class: .elementor-element-2bc26b2 *//* Container Geral da Grelha */
.search-results ul.products {
    display: grid;
    grid-gap: 25px;
    padding: 20px 0;
}

/* O Cartão do Produto */
.search-results li.product {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 20px !important;
    transition: all 0.3s ease-in-out;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Efeito Hover no Cartão */
.search-results li.product:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    border-color: #e61e2a; /* Cor de destaque da Egiphone */
}

/* Imagem do Produto */
.search-results li.product img {
    border-radius: 8px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.search-results li.product:hover img {
    transform: scale(1.05);
}

/* Título do Produto */
.search-results li.product .woocommerce-loop-product__title {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333 !important;
    min-height: 45px; /* Alinha os títulos */
    margin-bottom: 10px !important;
    line-height: 1.3;
}

/* Preço */
.search-results li.product .price {
    color: #e61e2a !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    display: block;
}

/* Botões (Adicionar/Ver Opções) */
.search-results li.product .button {
    background-color: #f4f4f4 !important;
    color: #333 !important;
    border-radius: 6px !important;
    padding: 12px 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 12px !important;
    transition: all 0.2s;
    border: none !important;
}

.search-results li.product .button:hover {
    background-color: #222 !important;
    color: #fff !important;
}

/* Ajuste da Paginação (os números em baixo) */
.search-results nav.woocommerce-pagination ul {
    border: none !important;
    margin-top: 40px;
}

.search-results nav.woocommerce-pagination ul li a, 
.search-results nav.woocommerce-pagination ul li span {
    border-radius: 5px !important;
    margin: 0 5px;
    border: 1px solid #ddd !important;
    background: #fff !important;
}

.search-results nav.woocommerce-pagination ul li span.current {
    background: #e61e2a !important;
    color: #fff !important;
    border-color: #e61e2a !important;
}/* End custom CSS */