/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* ==========================================================================
   CARRINHO — Fix display de pagamento 50% (Pinpoint)
   Quando Pinpoint aplica 50%, WooCommerce trata como "sale" com preço riscado
   e badge "Poupa X€". Queremos mostrar como entrada parcial.
   ========================================================================== */

/* Esconder preço original riscado nos itens do carrinho */
.wc-block-cart .wc-block-components-product-price del {
    display: none !important;
}

/* Esconder o <ins> wrapper mas manter o valor visível */
.wc-block-cart .wc-block-components-product-price ins {
    text-decoration: none !important;
}

/* Forçar coluna TOTAL a empilhar preço + badge */
.wc-block-cart .wc-block-cart-item__total {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
}

/* Estilo do badge "Entrada 50%" (existente ou injetado) */
.wc-block-cart .ph-entrada-badge {
    background-color: #f0f0f0 !important;
    color: #333 !important;
    border: none !important;
    font-size: 0.75em;
    font-weight: 600;
    padding: 0.2em 0.6em;
    border-radius: 4px;
    margin-top: 6px;
    white-space: nowrap;
}

/* ==========================================================================
   CHECKOUT — Aviso pagamento 50%
   ========================================================================== */
.ph-aviso-50 {
    background-color: #fff8e1;
    border-left: 4px solid #f9a825;
    color: #333;
    font-size: 0.9em;
    padding: 12px 16px;
    margin-top: 16px;
    border-radius: 4px;
    line-height: 1.5;
}
