.elementor-2068 .elementor-element.elementor-element-a4a0a00{--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-2068 .elementor-element.elementor-element-d7dcaec{--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-2068 .elementor-element.elementor-element-c721ff3{--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-2068 .elementor-element.elementor-element-7ea9422.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-2068 .elementor-element.elementor-element-7ea9422.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(min-width:768px){.elementor-2068 .elementor-element.elementor-element-d7dcaec{--width:33.3333%;}.elementor-2068 .elementor-element.elementor-element-c721ff3{--width:66.6666%;}}@media(max-width:1024px){.elementor-2068 .elementor-element.elementor-element-7ea9422.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-2068 .elementor-element.elementor-element-7ea9422.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-7ea9422 *//* ============================================================
   VITRINE DE PRODUTOS - ESTILO LAÇOS INFANTIS (ROSA PASTEL)
   ============================================================ */

/* 1. O CARD DO PRODUTO (O QUADRADO BRANCO) */
.ast-article-single.product {
    background: #ffffff !important;
    border-radius: 25px !important; /* Bordas bem redondas e fofas */
    padding: 20px !important;
    border: 2px solid #fff0f5 !important; /* Borda rosa bem clarinha */
    transition: all 0.4s ease-in-out !important;
    box-shadow: 0 5px 15px rgba(255, 192, 203, 0.15) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important;
    overflow: visible !important; /* Garante que nada suma */
    position: relative !important;
}

/* Efeito de flutuar ao passar o mouse no card */
.ast-article-single.product:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(255, 182, 193, 0.3) !important;
    border-color: #ffc1e3 !important;
}

/* 2. AS FOTOS DOS LAÇOS */
.astra-shop-thumbnail-wrap img {
    border-radius: 18px !important; /* Foto com cantos arredondados */
    transition: transform 0.5s ease !important;
}

.ast-article-single.product:hover .astra-shop-thumbnail-wrap img {
    transform: scale(1.04); /* Zoom delicado na foto */
}

/* 3. SELO "SALE" (OFERTA) - REDONDO E DELICADO */
.onsale {
    background-color: #ff80ab !important; /* Rosa destaque */
    color: #ffffff !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    border-radius: 50% !important; /* Círculo perfeito */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    box-shadow: 0 4px 8px rgba(255, 128, 171, 0.3) !important;
    z-index: 10 !important;
}

/* 4. TEXTOS (TÍTULO E PREÇO) */
.woocommerce-loop-product__title {
    color: #b05a7a !important; /* Rosa envelhecido para leitura */
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    padding: 15px 0 5px 0 !important;
    font-family: inherit;
    line-height: 1.2 !important;
}

.price, .price bdi {
    color: #ff80ab !important; /* Rosa principal */
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    margin-bottom: 10px !important;
}

.price del bdi {
    color: #ccadb7 !important; /* Cor cinza/rosa para preço antigo */
    font-size: 0.9rem !important;
    font-weight: 400 !important;
}

/* 5. BOTÃO "ADICIONAR AO CARRINHO" */
.ast-article-single.product .add_to_cart_button, 
.ast-article-single.product .button,
.ast-article-single.product .ast-loop-product__link + .button {
    background-color: #ff80ab !important;
    color: #ffffff !important;
    border-radius: 50px !important; /* Botão estilo pílula */
    padding: 12px 20px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none !important;
    transition: all 0.3s ease !important;
    display: block !important;
    text-align: center !important;
    width: 100% !important;
    margin-top: auto !important; /* Empurra o botão sempre para o fim do card */
}

.ast-article-single.product .add_to_cart_button:hover,
.ast-article-single.product .button:hover {
    background-color: #f06292 !important;
    box-shadow: 0 5px 15px rgba(240, 98, 146, 0.4) !important;
    transform: scale(1.02);
}

/* 6. PAGINAÇÃO (NÚMEROS NO RODAPÉ) */
.woocommerce-pagination .page-numbers {
    border: none !important;
    color: #d81b60 !important;
    padding: 10px 18px !important;
}

.woocommerce-pagination .page-numbers.current {
    background: #ff80ab !important;
    color: #ffffff !important;
}/* End custom CSS */