/*
Theme Name: Hello Elementor Child
Theme URI: https://market.export.com.gt/
Description: Tema hijo de Hello Elementor
Author: Camelia Roblero
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/


.precio-doble .precio-usd {
    font-size: 17px;
}

/* Precio en carrito */
.woocommerce-cart .product-price small,
.woocommerce-cart .product-subtotal small {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
    margin-top: 4px;
}

/* Precio principal (Q) */
.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal {
    font-size: 18px;
    font-weight: 700;
    color: #1d2d8f;
}

/* Opcional: mejorar jerarquía */
.woocommerce-cart .product-price div,
.woocommerce-cart .product-subtotal div {
    line-height: 1.2;
}

.woocommerce-cart .cart_totals small {
    display: block;
    font-size: 14px;
    color: #6b7280;
    margin-top: 4px;
}

.precio-doble-individual {
    margin-top: 10px;
}

.precio-doble-individual .precio-q {
    font-size: 28px;
    font-weight: bold;
    color: #1d2d8f;
}

.precio-doble-individual .precio-usd {
    font-size: 16px;
    color: #6b7280;
}

.precio-doble-individual {
    margin-top: 10px;
}

.precio-doble-individual .precio-q {
    font-size: 28px;
    font-weight: bold;
    color: #1d2d8f;
}

.precio-doble-individual .precio-usd {
    font-size: 16px;
    color: #6b7280;
}

body.single-product .price {
    color: #1d2d8f !important;
    font-weight: bold !important;
}

body.single-product .price span.woocommerce-Price-amount.amount:last-child {
    display: block;
    font-size: 14px !important;
    font-weight: normal !important;
    color: #6b7280 !important;
}
