/* PCWare Breadcrumbs v3.0 - Refactorizado por Trae AI */
/* Professional Mobile-First CSS con Open Sans */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&display=swap');

/* Base Styles */
.pcware-breadcrumbs {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #333;
    margin: 0 0 16px 0;
    padding: 8px 0;
    background: transparent;
}

/* Container */
.pcware-breadcrumbs nav {
    width: 100%;
}

/* Lista horizontal inline */
.pcware-breadcrumbs ol {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
}

/* Items inline */
.pcware-breadcrumbs li {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

/* Enlaces clicables con anchor text optimizado */
.pcware-breadcrumbs a {
    color: #2271b1;
    text-decoration: none;
    padding: 6px 8px;
    border-radius: 4px;
    transition: all 0.25s ease;
    display: inline-block;
    font-weight: 500;
    position: relative;
    min-height: 24px;
    line-height: 1.2;
}

.pcware-breadcrumbs a:hover {
    color: #135e96;
    background-color: rgba(34, 113, 177, 0.08);
    text-decoration: none;
    transform: translateY(-1px);
}

.pcware-breadcrumbs a:focus {
    outline: 2px solid #2271b1;
    outline-offset: 2px;
    background-color: rgba(34, 113, 177, 0.1);
}

.pcware-breadcrumbs a:active {
    transform: translateY(0);
    background-color: rgba(34, 113, 177, 0.15);
}

/* Elemento activo (último) - también clicable */
.pcware-breadcrumbs li:last-child span {
    color: #555;
    font-weight: 600;
    padding: 6px 8px;
    display: inline-block;
    min-height: 24px;
    line-height: 1.2;
}

.pcware-breadcrumbs li:last-child a {
    color: #555;
    font-weight: 600;
    cursor: default;
    background-color: rgba(0, 0, 0, 0.05);
}

.pcware-breadcrumbs li:last-child a:hover {
    color: #555;
    background-color: rgba(0, 0, 0, 0.05);
    transform: none;
}

/* Separadores horizontales estándar */
.pcware-breadcrumbs li:not(:last-child)::after {
    content: '/';
    margin: 0 6px;
    color: #999;
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    user-select: none;
    vertical-align: middle;
}

/* Iconos opcionales */
.pcware-breadcrumbs .breadcrumb-icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: middle;
}

/* Nav ultra minimalista con altura máxima 4vh */
body > div.elementor.elementor-218272.elementor-location-archive.product > nav {
    /* Diseño ultra limpio y minimalista */
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: 4vh !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    padding: 4px 8px !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
}

/* Contenedores internos ultra minimalistas */
body > div.elementor.elementor-218272.elementor-location-archive.product > nav > div,
body > div.elementor.elementor-218272.elementor-location-archive.product > nav > div > div,
body > div.elementor.elementor-218272.elementor-location-archive.product > nav > div > div > div,
body > div.elementor.elementor-218272.elementor-location-archive.product > nav > div > div > div > div,
body > div.elementor.elementor-218272.elementor-location-archive.product > nav > div > div > div > div > div {
    /* Reset completo para máxima limpieza */
    all: unset !important;
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    position: static !important;
    float: none !important;
    clear: none !important;
    vertical-align: baseline !important;
    text-decoration: none !important;
    list-style: none !important;
}

/* Breadcrumbs ultra minimalistas */
body > div.elementor.elementor-218272.elementor-location-archive.product > nav .pcware-breadcrumbs {
    /* Diseño ultra limpio */
    font-size: 11px !important;
    font-weight: 300 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    margin: 0 !important;
    padding: 2px 0 !important;
    line-height: 1.2 !important;
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    color: #666 !important;
    letter-spacing: 0.02em !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

body > div.elementor.elementor-218272.elementor-location-archive.product > nav .pcware-breadcrumbs ol {
    all: unset !important;
    display: flex !important;
    gap: 0 !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background: none !important;
    border: none !important;
    outline: none !important;
}

body > div.elementor.elementor-218272.elementor-location-archive.product > nav .pcware-breadcrumbs a {
    all: unset !important;
    display: inline !important;
    padding: 1px 2px !important;
    font-size: 11px !important;
    font-weight: 300 !important;
    border-radius: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    line-height: 1.2 !important;
    color: #888 !important;
    text-decoration: none !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
    transition: color 0.15s ease !important;
}

body > div.elementor.elementor-218272.elementor-location-archive.product > nav .pcware-breadcrumbs li {
    all: unset !important;
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    list-style: none !important;
}

body > div.elementor.elementor-218272.elementor-location-archive.product > nav .pcware-breadcrumbs li:not(:last-child)::after {
    content: '/' !important;
    margin: 0 1px !important;
    font-size: 10px !important;
    font-weight: 200 !important;
    color: #ccc !important;
    opacity: 0.7 !important;
    display: inline !important;
    vertical-align: baseline !important;
}

body > div.elementor.elementor-218272.elementor-location-archive.product > nav .pcware-breadcrumbs li:last-child span,
body > div.elementor.elementor-218272.elementor-location-archive.product > nav .pcware-breadcrumbs li:last-child a {
    all: unset !important;
    display: inline !important;
    font-size: 11px !important;
    padding: 1px 2px !important;
    font-weight: 400 !important;
    color: #555 !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
}

/* Hover ultra sutil */
body > div.elementor.elementor-218272.elementor-location-archive.product > nav .pcware-breadcrumbs a:hover {
    color: #333 !important;
    background: transparent !important;
    text-decoration: none !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Tablet: mejoras progresivas */
@media (min-width: 481px) and (max-width: 768px) {
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav {
        padding: 0 12px !important;
    }
    
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .pcware-breadcrumbs {
        font-size: 13px !important;
        margin: 0 0 10px 0 !important;
        padding: 5px 0 !important;
    }
    
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .pcware-breadcrumbs a {
        padding: 3px 5px !important;
        font-size: 13px !important;
    }
    
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .pcware-breadcrumbs li:not(:last-child)::after {
        margin: 0 3px !important;
        font-size: 11px !important;
    }
}

/* Desktop: alineación específica según imagen */
@media (min-width: 769px) {
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav {
        padding: 8px 16px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 12px !important;
        min-height: 40px !important;
    }
    
    /* Ícono del menú - primer elemento compacto */
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .elementor-icon,
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav i[class*="fa"],
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .menu-icon {
        font-size: 14px !important;
        color: #333 !important;
        margin: 0 !important;
        padding: 2px !important;
        flex-shrink: 0 !important;
        order: 1 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: none !important;
        border-radius: 0 !important;
        min-width: 20px !important;
        min-height: 20px !important;
        transition: none !important;
    }
    
    /* Texto "Todas las categorías" - segundo elemento compacto */
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .elementor-heading-title,
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .menu-text,
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav span:not(.pcware-breadcrumbs span) {
        font-size: 12px !important;
        font-weight: 500 !important;
        color: #333 !important;
        margin: 0 !important;
        padding: 2px 4px !important;
        flex-shrink: 0 !important;
        order: 2 !important;
        white-space: nowrap !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: none !important;
        border-radius: 0 !important;
        min-height: 20px !important;
    }
    
    /* Breadcrumbs - tercer elemento compacto */
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .pcware-breadcrumbs {
        font-size: 11px !important;
        padding: 2px 4px !important;
        margin: 0 !important;
        flex-grow: 1 !important;
        order: 3 !important;
        background: none !important;
        border-radius: 0 !important;
        min-height: 20px !important;
        display: flex !important;
        align-items: center !important;
        box-shadow: none !important;
    }
    
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .pcware-breadcrumbs ol {
        justify-content: flex-start !important;
        gap: 2px !important;
    }
    
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .pcware-breadcrumbs a {
        padding: 2px 4px !important;
        font-size: 13px !important;
        color: #666 !important;
    }
    
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .pcware-breadcrumbs li:not(:last-child)::after {
        margin: 0 3px !important;
        font-size: 11px !important;
        color: #999 !important;
    }
    
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .pcware-breadcrumbs li:last-child span,
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .pcware-breadcrumbs li:last-child a {
        font-size: 13px !important;
        padding: 2px 4px !important;
        color: #333 !important;
        font-weight: 500 !important;
    }
    
    /* Asegurar que todos los contenedores internos respeten el flexbox */
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav > div,
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav > div > div {
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        gap: 12px !important;
    }
}

/* Optimización de distribución de elementos dentro del nav */
/* Control del icono del menú del ecommerce */
body > div.elementor.elementor-218272.elementor-location-archive.product > nav .elementor-element.elementor-element-02afb6f {
    /* Contenedor principal del icono */
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    padding: 4px 0 !important;
    margin: 0 !important;
}

/* Icono del menú específico */
body > div.elementor.elementor-218272.elementor-location-archive.product > nav .elementor-element.elementor-element-9ea9f97 {
    /* Reducir tamaño del contenedor del icono */
    flex: 0 0 auto !important;
    max-width: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body > div.elementor.elementor-218272.elementor-location-archive.product > nav .elementor-element.elementor-element-9ea9f97 i {
    /* Control directo del icono */
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 2px !important;
    display: inline-block !important;
    text-align: center !important;
}

/* Breadcrumbs dentro del nav con mejor distribución */
body > div.elementor.elementor-218272.elementor-location-archive.product > nav .pcware-breadcrumbs {
    /* Asegurar que los breadcrumbs ocupen el espacio restante */
    flex: 1 1 auto !important;
    min-width: 0 !important;
    order: 1 !important;
}

/* Contenedor del icono con orden específico */
body > div.elementor.elementor-218272.elementor-location-archive.product > nav .elementor-element.elementor-element-1c71ebc {
    order: 2 !important;
    flex: 0 0 auto !important;
}

/* Responsive para móviles - Compacto */
@media (max-width: 768px) {
    /* Contenedor nav en móviles */
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav {
        min-height: 0 !important;
        height: auto !important;
        max-height: 4vh !important;
        padding: 2px 4px !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 4px !important;
    }
    
    /* Ícono del menú en móviles */
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .elementor-icon,
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav i[class*="fa"],
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .menu-icon {
        font-size: 12px !important;
        min-width: 16px !important;
        min-height: 16px !important;
        align-self: center !important;
        order: 1 !important;
    }
    
    /* Texto del menú en móviles */
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .elementor-heading-title,
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .menu-text,
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav span:not(.pcware-breadcrumbs span) {
        font-size: 10px !important;
        padding: 1px 2px !important;
        text-align: center !important;
        order: 2 !important;
        width: auto !important;
    }
    
    /* Breadcrumbs en móviles */
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .pcware-breadcrumbs {
        font-size: 9px !important;
        padding: 1px 2px !important;
        order: 3 !important;
        width: auto !important;
        min-height: 16px !important;
        justify-content: flex-start !important;
    }
    
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .pcware-breadcrumbs ol {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 8px !important;
    }
    
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .pcware-breadcrumbs li {
        margin-bottom: 4px !important;
        text-align: center !important;
    }
    
    /* Ocultar ícono del menú en móvil */
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .elementor-element.elementor-element-1c71ebc {
        display: none !important;
    }
    
    /* Ocultar texto "Todas las categorías" en móvil */
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .elementor-element.elementor-element-9ea9f97 {
        display: none !important;
    }
    
    /* Ocultar todas las migas excepto la última */
    .pcware-breadcrumbs li:not(:last-child) {
        display: none !important;
    }
    
    /* Ocultar separadores */
    .pcware-breadcrumbs li:not(:last-child)::after {
        display: none !important;
    }
    
    /* Mostrar solo la última miga y hacerla clicable */
    .pcware-breadcrumbs li:last-child {
        display: inline-flex !important;
        align-items: center !important;
    }
    
    .pcware-breadcrumbs li:last-child a,
    .pcware-breadcrumbs li:last-child span {
        font-size: 14px !important;
        color: #666 !important;
        text-decoration: none !important;
        cursor: pointer !important;
        padding: 6px 0 !important;
        transition: color 0.2s ease !important;
        display: inline-block !important;
    }
    
    /* Hover para la última miga en móvil */
    .pcware-breadcrumbs li:last-child a:hover,
    .pcware-breadcrumbs li:last-child span:hover {
        color: #333 !important;
        text-decoration: underline !important;
    }
    
    /* Asegurar que la última miga sea clicable incluso si es span */
    .pcware-breadcrumbs li:last-child span {
        cursor: pointer !important;
    }
    
    .pcware-breadcrumbs li:last-child span:hover {
        color: #2271b1 !important;
        text-decoration: underline !important;
    }
}

/* Responsive para tablets - Compacto */
@media (max-width: 1024px) and (min-width: 769px) {
    /* Contenedor nav en tablets */
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav {
        min-height: 0 !important;
        height: auto !important;
        max-height: 4vh !important;
        padding: 3px 6px !important;
        gap: 5px !important;
    }
    
    /* Ícono del menú en tablets */
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .elementor-icon,
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav i[class*="fa"],
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .menu-icon {
        font-size: 13px !important;
        min-width: 18px !important;
        min-height: 18px !important;
    }
    
    /* Texto del menú en tablets */
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .elementor-heading-title,
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .menu-text,
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav span:not(.pcware-breadcrumbs span) {
        font-size: 11px !important;
        padding: 1px 3px !important;
    }
    
    /* Breadcrumbs en tablets */
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .pcware-breadcrumbs {
        font-size: 10px !important;
        padding: 1px 3px !important;
        min-height: 18px !important;
    }
}

@media (min-width: 1025px) {
    /* En desktop, distribución horizontal optimizada */
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .elementor-element.elementor-element-02afb6f {
        flex-direction: row !important;
        align-items: center !important;
        gap: 12px !important;
    }
    
    body > div.elementor.elementor-218272.elementor-location-archive.product > nav .elementor-element.elementor-element-9ea9f97 i {
        font-size: 20px !important;
        width: 20px !important;
        height: 20px !important;
        padding: 3px !important;
    }
}

/* Estados de carga */
.pcware-breadcrumbs.loading {
    opacity: 0.6;
    pointer-events: none;
}

/* Variantes de estilo */
.pcware-breadcrumbs.minimal {
    font-size: 13px;
    margin-bottom: 12px;
    padding: 6px 0;
}

.pcware-breadcrumbs.minimal li:not(:last-child)::after {
    margin: 0 4px;
    font-size: 12px;
}

.pcware-breadcrumbs.minimal a {
    padding: 4px 6px;
    min-height: 20px;
}

/* Tema oscuro */
.pcware-breadcrumbs.dark {
    color: #e0e0e0;
}

.pcware-breadcrumbs.dark a {
    color: #64b5f6;
}

.pcware-breadcrumbs.dark a:hover {
    color: #90caf9;
    background-color: rgba(100, 181, 246, 0.1);
}

.pcware-breadcrumbs.dark li:last-child span,
.pcware-breadcrumbs.dark li:last-child a {
    color: #bbb;
}

.pcware-breadcrumbs.dark li:not(:last-child)::after {
    color: #888;
}

/* Responsive Design - Mobile First */

/* Tablet (768px+) */
@media (min-width: 768px) {
    .pcware-breadcrumbs {
        font-size: 15px;
        margin-bottom: 20px;
        padding: 10px 0;
    }
    
    .pcware-breadcrumbs li:not(:last-child)::after {
        margin: 0 8px;
        font-size: 14px;
    }
    
    .pcware-breadcrumbs a {
        padding: 8px 10px;
        min-height: 28px;
    }
    
    .pcware-breadcrumbs li:last-child span,
    .pcware-breadcrumbs li:last-child a {
        padding: 8px 10px;
        min-height: 28px;
    }
}

/* Desktop (1024px+) */
@media (min-width: 1024px) {
    .pcware-breadcrumbs {
        font-size: 16px;
        margin-bottom: 24px;
        padding: 12px 0;
    }
    
    .pcware-breadcrumbs li:not(:last-child)::after {
        margin: 0 10px;
        font-size: 15px;
    }
    
    .pcware-breadcrumbs a {
        padding: 10px 12px;
        min-height: 32px;
    }
    
    .pcware-breadcrumbs li:last-child span,
    .pcware-breadcrumbs li:last-child a {
        padding: 10px 12px;
        min-height: 32px;
    }
}

/* Pantallas muy pequeñas (480px-) */
@media (max-width: 480px) {
    .pcware-breadcrumbs {
        font-size: 13px;
        padding: 6px 0;
    }
    
    .pcware-breadcrumbs li:not(:last-child)::after {
        margin: 0 4px;
        font-size: 12px;
    }
    
    .pcware-breadcrumbs a {
        padding: 4px 6px;
        min-height: 20px;
    }
    
    .pcware-breadcrumbs li:last-child span,
    .pcware-breadcrumbs li:last-child a {
        padding: 4px 6px;
        min-height: 20px;
    }
    
    /* Permitir que se envuelvan en pantallas muy pequeñas */
    .pcware-breadcrumbs ol {
        gap: 2px 0;
    }
}

/* Mejoras de accesibilidad */
.pcware-breadcrumbs [aria-current="page"] {
    color: #333;
    font-weight: 600;
}

.pcware-breadcrumbs a:focus-visible {
    outline: 2px solid #2271b1;
    outline-offset: 2px;
    border-radius: 4px;
}

/* Soporte para modo de alto contraste */
@media (prefers-contrast: high) {
    .pcware-breadcrumbs a {
        color: #0000EE;
        text-decoration: underline;
        border: 1px solid transparent;
    }
    
    .pcware-breadcrumbs a:hover {
        border-color: #0000EE;
    }
    
    .pcware-breadcrumbs a:visited {
        color: #551A8B;
    }
}

/* Soporte para reducción de movimiento */
@media (prefers-reduced-motion: reduce) {
    .pcware-breadcrumbs a {
        transition: none;
    }
    
    .pcware-breadcrumbs a:hover {
        transform: none;
    }
}

/* Widget específico */
.widget-breadcrumbs {
    font-size: 13px;
    margin-bottom: 15px;
    padding: 6px 0;
}

.widget-breadcrumbs li:not(:last-child)::after {
    margin: 0 4px;
    font-size: 12px;
}

.widget-breadcrumbs a {
    padding: 4px 6px;
    min-height: 20px;
}

/* Print styles */
@media print {
    .pcware-breadcrumbs {
        color: #000;
        font-size: 12px;
        margin-bottom: 10px;
    }
    
    .pcware-breadcrumbs a {
        color: #000;
        text-decoration: none;
        background: none;
        padding: 2px;
    }
    
    .pcware-breadcrumbs a::after {
        content: " (" attr(href) ")";
        font-size: 10px;
        font-weight: normal;
    }
    
    .pcware-breadcrumbs li:not(:last-child)::after {
        margin: 0 4px;
    }
}

/* Animaciones sutiles para mejor UX */
@keyframes breadcrumbFadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pcware-breadcrumbs {
    animation: breadcrumbFadeIn 0.3s ease-out;
}

/* Estilos para enlaces con anchor text específico */
.pcware-breadcrumbs a[title] {
    position: relative;
}

.pcware-breadcrumbs a[title]:hover::after {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 1000;
    margin-bottom: 5px;
}

/* Estilos optimizados para el ícono del menú de Elementor */
/* Contenedor principal - sin sticky header */
.elementor-container {
    transition: all 0.3s ease !important;
}

.elementor-container--active {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

/* Contenedor responsivo sin sticky behavior */
@media (max-width: 480px) {
    .elementor-container {
        position: static !important;
        width: 100% !important;
    }
}