/*
Theme Name: Dalia Dorada - Hello Elementor Child
Theme URI: https://daliadorada.co
Description: Child theme for Hello Elementor - Custom theme for Dalia Dorada coffee brand. Includes custom landing page templates, conversion-optimized sections, and brand-specific styling.
Author: Softux
Author URI: https://softux.co
Template: hello-elementor
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dalia-dorada-child
Tags: e-commerce, landing-page, conversion, coffee, one-page, custom-header, custom-menu, featured-images, flexible-header, full-width-template, rtl-language-support, threaded-comments, translation-ready
*/

/* ================================
   DALIA DORADA CUSTOM STYLES
   Tema hijo para Hello Elementor
   © 2025 Softux. Todos los derechos reservados.
   ================================ */

/* Typography */
:root {
    --font-lust-stencil: "lust-stencil", serif;
    --font-proxima-nova: "proxima-nova", sans-serif;
}

.has-font-lust-stencil {
    font-family: "lust-stencil", serif;
    font-weight: 700;
    font-style: italic;
}

.has-font-proxima-nova {
    font-family: "proxima-nova", sans-serif;
}

/* Layout / alineación */
.price-box .woocommerce-variation {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    border-radius: 12px;
    /* opcional, si querés bordes */
}

.price-box .single_add_to_cart_button {
    width: 100%;
}

/* Colores */
.price-box .woocommerce-Price-amount {
    color: var(--e-global-color-accent);
}

/* Fondo con opacidad (sin afectar texto) */
.price-box .woocommerce-variation::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--e-global-color-64fe600);
    opacity: 0.2;
    z-index: 0;
    border-radius: inherit;
    pointer-events: none;
}

.price-box .woocommerce-variation>* {
    position: relative;
    z-index: 1;
}

/* Tipografía del precio */
.price-box .single_variation_wrap .woocommerce-variation-price {
    font-size: 30px;
    font-weight: 700;
    font-family: var(--e-global-typography-text-font-family), sans-serif;
}



/* Force test on all headings */
/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "lust-stencil", serif;
    font-weight: 700;
    font-style: italic;
} */

/* Cart Quantity Input */
.woocommerce-cart table.shop_table .product-quantity input {
    width: 60px;
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
    /* Ensure visible border */
    border-radius: 4px;
    color: #333;
    /* Ensure visible text */
}

.proximamente {
    opacity: .6;
}
/* Test Deployment: Thu Jan  8 10:24:09 -05 2026 */
