.elementor-kit-6{--e-global-color-primary:#C5A059;--e-global-color-secondary:#757575;--e-global-color-text:#1A1A1A;--e-global-color-accent:#C0392B;--e-global-color-820c98b:#FFFFFF;--e-global-color-b91b45b:#F7F7F7;--e-global-color-6df9427:#EAEAEA;--e-global-typography-primary-font-family:"Jost";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-letter-spacing:2px;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-letter-spacing:1.5px;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Jost";--e-global-typography-accent-font-weight:500;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:800ms;--e-preloader-animation:bounce;--e-preloader-animation-duration:1000ms;--e-preloader-delay:0ms;--e-preloader-width:20%;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-text );color:var( --e-global-color-primary );}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-text );}.elementor-kit-6 e-page-transition{background-color:#000000;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}.elementor-kit-6{--e-preloader-width:25%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.elementor-kit-6{--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-preloader-width:50%;}}
/* Start custom CSS *//* ========================================= */
/* ESTILOS LUXURY PARA EL MINI CARRITO       */
/* ========================================= */

/* 1. Títulos de los relojes (Matar el rosado) */
.widget_shopping_cart_content .cart_list li a:not(.remove),
.elementor-menu-cart__product-name a {
    color: #1a1a1a !important; /* Gris carbón oscuro */
    font-family: 'Jost', sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
}

/* Hover en el título del reloj */
.widget_shopping_cart_content .cart_list li a:not(.remove):hover,
.elementor-menu-cart__product-name a:hover {
    color: #c5a059 !important; /* Dorado al pasar el mouse */
}

/* 2. Precios en el carrito */
.widget_shopping_cart_content .cart_list li .quantity,
.elementor-menu-cart__product-price {
    color: #757575 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
}

.widget_shopping_cart_content .cart_list li .quantity .amount,
.elementor-menu-cart__product-price .amount {
    color: #c5a059 !important; /* Dorado elegante */
    font-weight: 600 !important;
}

/* 3. Botón de Eliminar (X) */
.widget_shopping_cart_content .cart_list li a.remove,
.elementor-menu-cart__product-remove {
    color: #c0392b !important; /* Rojo elegante */
    transition: all 0.3s ease !important;
}
.widget_shopping_cart_content .cart_list li a.remove:hover,
.elementor-menu-cart__product-remove:hover {
    background: #c0392b !important;
    color: #ffffff !important;
}

/* 4. Subtotal */
.widget_shopping_cart_content .total,
.elementor-menu-cart__subtotal {
    border-top: 1px solid #eaeaea !important;
    padding-top: 15px !important;
    font-family: 'Jost', sans-serif !important;
    color: #1a1a1a !important;
    text-transform: uppercase;
}
.widget_shopping_cart_content .total .amount,
.elementor-menu-cart__subtotal .amount {
    color: #1a1a1a !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

/* 5. DISEÑO DE BOTONES INFERIORES */
.widget_shopping_cart_content .buttons .button,
.elementor-menu-cart__footer-buttons .button {
    border-radius: 0px !important; /* Cuadrados arquitectónicos */
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    padding: 15px 10px !important;
    transition: all 0.3s ease !important;
}

/* Botón 1: "Ver Carrito" (Estilo Ghost) */
.widget_shopping_cart_content .buttons .button:not(.checkout),
.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
    background-color: transparent !important;
    color: #1a1a1a !important;
    border: 1px solid #1a1a1a !important;
}
.widget_shopping_cart_content .buttons .button:not(.checkout):hover,
.elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
}

/* Botón 2: "Finalizar Compra" (Estilo Sólido Principal) */
.widget_shopping_cart_content .buttons .checkout,
.elementor-menu-cart__footer-buttons .elementor-button--checkout {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border: 1px solid #1a1a1a !important;
}
.widget_shopping_cart_content .buttons .checkout:hover,
.elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
    background-color: #c5a059 !important; /* Dorado al pasar el mouse */
    border-color: #c5a059 !important;
    color: #ffffff !important;
}/* End custom CSS */