/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1760725289
Updated: 2025-10-17 15:21:29

*/

.custom-price-regular {
    margin: 0px auto 10px !important;
    text-align: center !important;
}
.custom-price-tachado {
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: line-through;
    line-height: 26px;
    color: #2C2C2C;
}
.custom-price-actual {
	font-family: "Inter", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 26px;
    color: #2C2C2C;
}
.elementor-element-4813d1a .custom-price-actual, .elementor-element-4813d1a .custom-price-tachado {
    color: #ffffff;
}
@media (min-width: 992px) {
.custom-price-tachado {
    font-size: 23px;
}
.custom-price-actual {
    font-size: 60px;
}
}

/**
 * =========================================================
 * SOLUCIÓN FINAL CSS PARA OCULTAR PAGO RÁPIDO DE PAYPAL (BLOQUES) EN ARS
 * Se requiere la función PHP que añade la clase currency-ars al body.
 * =========================================================
 */

/* 1. Oculta el bloque completo de "Pago rápido" */
.currency-ars .wc-block-components-express-payment {
    display: none !important;
    visibility: hidden !important; /* Capa extra de seguridad */
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

/* 2. Oculta el título "O seguí más abajo" si está visible */
/* Esto apunta al separador debajo del bloque de pago rápido */
.currency-ars .wc-block-components-express-payment-continue-rule {
    display: none !important;
}

/* 3. Asegúrate de que la pasarela normal de PayPal no aparezca en la lista de pago (por si acaso) */
.currency-ars .wc-block-components-radio-control__option-layout[for*="paypal"] {
    display: none !important;
}


/* Estilo para cuando el stock está agotado */
.elementor-button.stock-agotado {
    /* Cambiar a un color que indique agotado */
    background-color: #AAAAAA !important; 
    border-color: #AAAAAA !important;
    color: #FFFFFF !important;
    cursor: not-allowed; /* Cambiar el cursor del mouse */
    opacity: 0.6; /* Un poco de transparencia */
}