/*
Theme Name:   xstore-child
Theme URI:    https://xstore.8theme.com
Description:  XStore is a multi-purpose theme that offers the ultimate WordPress and WooCommerce synergy, providing a comprehensive, all-in-one solution.
Author:       8theme
Author URI:   https://www.8theme.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, translation-ready, ecommerce, woocommerce, shop, elementor, business, corporate, blog, news, light, dark
*/
/* --- BRANDING MODA LUNA --- */
:root {
    --brand-blue: #073D69;
    --brand-yellow: #FBD341;
    --border-radius-custom: 25px;
}

/* Colores Corporativos */
body, .site-header, .site-footer {
    border-top: 4px solid var(--brand-blue);
}

/* Botones con estilo corporativo y redondeado */
button, .button, .btn, input[type='submit'], .woocommerce a.button, .woocommerce .button {
    background-color: var(--brand-blue) !important;
    color: #ffffff !important;
    border-radius: var(--border-radius-custom) !important;
    border: none !important;
    transition: all 0.3s ease;
}

button:hover, .button:hover, .btn:hover, input[type='submit']:hover, .woocommerce a.button:hover, .woocommerce .button:hover {
    background-color: var(--brand-yellow) !important;
    color: var(--brand-blue) !important;
}

/* Elementos de acento en Amarillo */
.active, .current-menu-item > a, a:hover {
    color: var(--brand-yellow) !important;
}

/* Bordes redondeados generales */
.product, .card, .elementor-widget-container, .input-text, input[type='text'], input[type='email'], textarea {
    border-radius: 12px !important;
}

/* Títulos en Azul */
h1, h2, h3, h4, .entry-title a {
    color: var(--brand-blue);
}
