.elementor-26342 .elementor-element.elementor-element-d40ae88{--display:flex;}.elementor-26342 .elementor-element.elementor-element-e5e2a7a{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-26342 .elementor-element.elementor-element-d6c151f{text-align:center;}.elementor-26342 .elementor-element.elementor-element-d6c151f .elementor-heading-title{font-family:"Cormorant SC", Sans-serif;font-size:40px;font-weight:600;color:var( --e-global-color-029bd41 );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-26342 .elementor-element.elementor-element-5c776ad{--display:flex;}.elementor-26342 .elementor-element.elementor-element-b213706{--display:flex;}.elementor-26342 .elementor-element.elementor-element-fd65422{width:100%;max-width:100%;}/* Start custom CSS for heading, class: .elementor-element-d6c151f */<style>
/* Remove o título automático e a barra lateral do WordPress */
body.page-id-26342 #secondary,
body.page-id-26342 .widget-area,
body.page-id-26342 .entry-header {
    display: none !important;
}

/* Faz o conteúdo ocupar toda a largura da página */
body.page-id-26342 #primary,
body.page-id-26342 .content-area {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

/* Formatação do título CLÁSSICAS */
body.page-id-26342 .titulo-classicas .elementor-heading-title {
    font-family: "Cormorant SC", Georgia, serif !important;
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 1em !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    color: #7B2E3A !important;
}

/* Grade com quatro produtos por linha */
body.page-id-26342 .produtos-classicas ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 20px !important;
    margin: 0 !important;
}

/* Remove espaços invisíveis criados pelo WooCommerce */
body.page-id-26342 .produtos-classicas ul.products::before,
body.page-id-26342 .produtos-classicas ul.products::after {
    content: none !important;
    display: none !important;
}

/* Ajusta cada produto dentro da grade */
body.page-id-26342 .produtos-classicas ul.products li.product {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    float: none !important;
}

/* Ajustes para tablet */
@media (max-width: 1024px) {
    body.page-id-26342 .produtos-classicas ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.page-id-26342 .titulo-classicas .elementor-heading-title {
        font-size: 36px !important;
    }
}

/* Ajustes para celular */
@media (max-width: 600px) {
    body.page-id-26342 .produtos-classicas ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    body.page-id-26342 .titulo-classicas .elementor-heading-title {
        font-size: 30px !important;
    }
}
</style>/* End custom CSS */