.elementor-kit-2196{--e-global-color-primary:#F3A6C9;--e-global-color-secondary:#C21E1F;--e-global-color-text:#2D2D2D;--e-global-color-accent:#FCE3EC;--e-global-color-e51dccb:#F9F4F6;--e-global-typography-primary-font-family:"Libre Baskerville";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Nunito Sans";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Nunito Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Libre Baskerville";--e-global-typography-accent-font-weight:700;}.elementor-kit-2196 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ===== CARD DE PRODUTO — LISTA ===== */
.woocommerce ul.products li.product {
    text-align: center !important;
    position: relative !important;
}

/* Título do produto */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Nunito Sans', sans-serif !important;
    color: #1a1a1a !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

/* Preço */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price span,
.woocommerce ul.products li.product .price bdi {
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #c21e1f !important;
}

/* Botão Adicionar — transparente com borda vermelha */
.woocommerce ul.products li.product .add_to_cart_button {
    background-color: transparent !important;
    color: #c21e1f !important;
    border: 2px solid #c21e1f !important;
    border-radius: 6px !important;
    font-family: 'Libre Baskerville', serif !important;
    display: block !important;
    margin: 10px auto !important;
    width: 90% !important;
    text-align: center !important;
    font-size: 0 !important;
    padding: 12px 20px !important;
}

.woocommerce ul.products li.product .add_to_cart_button:not(.added)::after {
    content: "Adicionar" !important;
    font-size: 15px !important;
}

.woocommerce ul.products li.product .add_to_cart_button.added {
    background-color: #c21e1f !important;
    color: #ffffff !important;
}

.woocommerce ul.products li.product .add_to_cart_button.added::after {
    content: "Adicionado ✓" !important;
    font-size: 15px !important;
}

/* Badge Oferta */
.woocommerce ul.products li.product .onsale {
    background-color: #c21e1f !important;
    color: #ffffff !important;
    border-radius: 50% !important;
}

/* Esconder comparar ShopEngine */
.shopengine_comparison_add_to_list_action,
.shopengine-comparison-badge {
    display: none !important;
}


/* ===== PÁGINA INDIVIDUAL DO PRODUTO ===== */

/* Preço */
.woocommerce .summary .price {
    color: #c21e1f !important;
}

/* Botão Adicionar ao carrinho */
.woocommerce .single_add_to_cart_button {
    background-color: #c21e1f !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    font-family: 'Libre Baskerville', serif !important;
    height: 44px !important;
    line-height: 44px !important;
    float: none !important;
}

.woocommerce .single_add_to_cart_button:hover {
    background-color: #a01818 !important;
}

/* Campo de quantidade */
.woocommerce .quantity input {
    height: 44px !important;
    width: 60px !important;
}

/* Layout: Adicionar | Quantidade | Coração */
.woocommerce div.product form.cart {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
    order: 1 !important;
    flex: 1 !important;
}

.woocommerce div.product form.cart .quantity {
    order: 2 !important;
    flex: 0 0 70px !important;
}

.woocommerce div.product form.cart .shopengine_add_to_list_action {
    order: 3 !important;
    flex: 0 0 auto !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
}

/* Botão WhatsApp */
.woow-btn, a.woow-btn, .order-on-whatsapp a {
    height: 44px !important;
    padding: 0 20px !important;
    line-height: 44px !important;
    font-size: 14px !important;
    transition: none !important;
    animation: none !important;
    box-shadow: none !important;
}/* End custom CSS */