.elementor-kit-4{--e-global-color-primary:#E2D2CF;--e-global-color-secondary:#363636;--e-global-color-text:#161616;--e-global-color-accent:#CE6E61;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#666666;font-family:"Montserrat", Sans-serif;font-weight:600;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 a{font-weight:700;}.elementor-kit-4 h1{color:#111111;font-weight:700;}.elementor-kit-4 h2{color:#111111;font-weight:700;}.elementor-kit-4 h3{color:#111111;font-weight:600;}.elementor-kit-4 h4{color:#111111;font-weight:600;}.elementor-kit-4 h5{color:#111111;}.elementor-kit-4 h6{color:#111111;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end: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;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ====================================================
   PAGINACIÓN WOOCOMMERCE (Minimalista - Soulglasses)
   ==================================================== */

/* Quitar bordes feos por defecto de la lista de WooCommerce */
.woocommerce nav.woocommerce-pagination ul {
    border: none !important;
    padding: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none !important;
    margin: 0 5px !important; /* Espacio entre los cuadritos */
}

/* Estilo base de los cuadritos (Botones normales) */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 40px !important;
    height: 40px !important;
    padding: 0 10px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #111111 !important; /* Número negro por defecto */
    background-color: #ffffff !important; /* Fondo blanco */
    border: 1px solid #111111 !important; /* Borde negro definido */
    border-radius: 0 !important; /* Totalmente cuadrados */
    transition: all 0.3s ease !important;
}

/* ESTADO ACTIVO (Página actual) y HOVER (Pasar el mouse) */
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #111111 !important; /* Fondo negro puro */
    color: #ffffff !important; /* NÚMERO BLANCO */
    border-color: #111111 !important;
}/* End custom CSS */