.elementor-kit-262{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-262 e-page-transition{background-color:#FFBC7D;}.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);}@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 *//* Contenedor Fijo Global */
#sticky-labels-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none; /* Crucial para hacer clic a través */
    z-index: 1000;
}

/* Estilo Básico para todos los botones */
.sticky-label {
    position: absolute; /* CLAVE: Usa 'absolute' para posicionarlos dentro del contenedor 'fixed' */
    text-decoration: none;
    font-size: 18px; /* Ajusta el tamaño */
    font-weight: bold;
    color: #FFF; /* Texto blanco (ajusta si el fondo cambia) */
    padding: 10px 15px; /* Espacio alrededor del texto */
    pointer-events: auto; /* Permite hacer clic */
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

/* 1. Posición Superior Izquierda */
.top-left {
    top: 50px;
    left: 20px;
}

/* 2. Posición Superior Derecha */
.top-right {
    top: 50px;
    right: 20px;
}

/* 3. Posición Inferior Izquierda */
.bottom-left {
    /* CLAVE: Se posiciona cerca de la parte inferior de la ventana (viewport) */
    bottom: 50px; 
    left: 20px;
}

/* 4. Posición Inferior Derecha */
.bottom-right {
    bottom: 50px;
    right: 20px;
}

/* Clase para detener los botones inferiores (Shop Hers/His) */
.stopped-bottom {
    /* El JS les dará position: absolute y transform: none */
    position: absolute !important;
    transform: none !important;
}

/* Clase para detener los botones superiores (Racquet/Sports) */
.stopped-top {
    position: absolute !important;
    transform: none !important;
}/* End custom CSS */