/*--------------------------------------------------------------------- LaVitrina64 Main Styles - Consolidado ---------------------------------------------------------------------*/
/* Versión 2.1.0 - Archivos consolidados: custom, premium, fixes, enhancements, optimizations */\n\n/* ========== lavitrina-custom.css ========== */
/*--------------------------------------------------------------------- LaVitrina64 Custom Styles ---------------------------------------------------------------------*/

/* Reset y mejoras generales */
* {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    color: #2a2a2a;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Header mejorado */
/* .header_section - padding removido, se maneja en lavitrina-navbar-footer.css */

.header_section .container-fluid {
    padding: 0 15px;
}

.header_section .row {
    align-items: center;
    margin: 0;
}

.logo h1 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #ffffff;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.logo a {
    text-decoration: none;
}

.search_icon {
    display: none !important;
}

.menu_main {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu_main a {
    color: #ffffff;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 4px;
    transition: background 0.3s;
}

.menu_main a:hover {
    background: rgba(255,255,255,0.1);
    color: #ffffff;
}

.shoping_bag {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shoping_bag a {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    position: relative;
}

#cart-count {
    background: #c41e3a;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 11px;
    margin-left: 5px;
    min-width: 18px;
    display: inline-block;
    text-align: center;
}

.togle_main {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Banner/Hero mejorado */
.banner_section {
    padding: 60px 0;
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
    min-height: 500px;
    display: flex;
    align-items: center;
}

.banner_section .container {
    padding: 0 15px;
}

.carousel-sporrt_text {
    padding: 20px 0;
}

.sport_text {
    font-size: 48px;
    font-weight: 700;
    color: #c41e3a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.sport_text span {
    color: #c0c0c0;
    display: block;
}

.lorem_text {
    font-size: 16px;
    color: #e0e0e0;
    margin: 20px 0 30px 0;
    line-height: 1.8;
    max-width: 500px;
}

.boynow_bt, .contact_bt {
    display: inline-block;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s;
    margin-right: 15px;
    margin-bottom: 15px;
    border: none;
    cursor: pointer;
    text-align: center;
}

.boynow_bt {
    background-color: #c41e3a;
    color: #ffffff;
}

.boynow_bt:hover {
    background-color: #a01a2e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(196, 30, 58, 0.3);
}

.contact_bt {
    background-color: #2a2a2a;
    color: #ffffff;
    border: 2px solid #c0c0c0;
}

.contact_bt:hover {
    background-color: #c0c0c0;
    color: #2a2a2a;
    transform: translateY(-2px);
}

.img-box {
    padding: 20px;
}

.img-box img {
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

/* Secciones mejoradas */
.about_section {
    padding: 80px 0;
    width: 100%;
    clear: both;
}

.about_text {
    font-size: 36px;
    font-weight: 700;
    color: #2a2a2a;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    position: static;
    padding: 0;
}

.about_text span {
    color: #c41e3a;
}

.about_middle {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: static;
    background: none;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    padding: 0 15px;
}

.about_lorem {
    font-size: 16px;
    color: #666;
    text-align: center;
    padding: 0;
    margin: 0 auto 30px;
    max-width: 800px;
    line-height: 1.8;
}

.red_bt {
    text-align: center;
    margin-top: 30px;
    position: static;
    top: auto;
    left: auto;
}

.read_more {
    background: #c41e3a;
    color: #ffffff;
    padding: 14px 35px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.read_more:hover {
    background: #a01a2e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(196, 30, 58, 0.3);
}

/* Cards de categorÃ­as */
.category-card {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: all 0.3s;
    height: 100%;
    margin-bottom: 30px;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.category-card h4 {
    color: #2a2a2a;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.category-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.category-card a {
    color: #c41e3a;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}

.category-card a:hover {
    color: #a01a2e;
}

/* Footer mejorado */
.footer_section {
    background: #2a2a2a;
    padding: 60px 0 30px;
    margin-top: 80px;
}

.footer_section .container {
    padding: 0 15px;
}

.important_text {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_menu li {
    margin-bottom: 10px;
}

.footer_menu li a {
    color: #e0e0e0;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s;
}

.footer_menu li a:hover {
    color: #c41e3a;
}

.footer_lorem_text {
    font-size: 14px;
    color: #e0e0e0;
    margin-bottom: 20px;
    line-height: 1.6;
}

.copyright_text {
    background: #1f1f1f;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    margin-top: 0;
}

.copyright_text a {
    color: #c41e3a;
    text-decoration: none;
}

/* SecciÃ³n destacados */
.our_section {
    padding: 80px 0;
    background: #f8f8f8;
}

.our_text {
    font-size: 36px;
    font-weight: 700;
    color: #2a2a2a;
    text-align: center;
    margin-bottom: 20px;
}

.our_text span {
    color: #c41e3a;
}

.seemore_bt {
    background: #2a2a2a;
    color: #ffffff;
    padding: 14px 35px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    margin: 40px auto 0;
    text-decoration: none;
}

.seemore_bt:hover {
    background-color: #c41e3a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Responsive mejorado */
@media (max-width: 991px) {
    .sport_text {
        font-size: 36px;
    }
    
    .lorem_text {
        font-size: 15px;
    }
    
    .boynow_bt, .contact_bt {
        width: auto;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    
    .about_text {
        font-size: 28px;
    }
    
    .logo h1 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .header_section {
        padding: 15px 0;
    }
    
    .logo h1 {
        font-size: 22px;
    }
    
    .banner_section {
        padding: 40px 0;
        min-height: auto;
    }
    
    .sport_text {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .lorem_text {
        font-size: 14px;
        margin: 15px 0 20px;
    }
    
    .boynow_bt, .contact_bt {
        width: 100%;
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .about_section {
        padding: 50px 0;
    }
    
    .about_text {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .about_lorem {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .category-card {
        margin-bottom: 20px;
    }
    
    .footer_section {
        padding: 40px 0 20px;
        margin-top: 50px;
    }
    
    .important_text {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .menu_main {
        display: none;
    }
    
    .shoping_bag {
        margin-right: 10px;
    }
}

@media (max-width: 575px) {
    .sport_text {
        font-size: 24px;
    }
    
    .logo h1 {
        font-size: 20px;
        letter-spacing: 1px;
    }
    
    .about_text {
        font-size: 22px;
    }
    
    .our_text {
        font-size: 24px;
    }
    
    .footer_section {
        padding: 30px 0 15px;
    }
    
    .footer_section .row > div {
        margin-bottom: 30px;
    }
}

/* Mejoras de espaciado general */
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

/* Sidebar mejorado */
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #2a2a2a;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 2px 0 10px rgba(0,0,0,0.3);
}

.sidebar a {
    padding: 15px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #e0e0e0;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.sidebar a:hover {
    background-color: #c41e3a;
    color: #ffffff;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #ffffff;
    border: none;
    padding: 10px;
}

/* Carousel mejorado */
.carousel-item {
    min-height: 400px;
}

.carousel-indicators {
    bottom: 20px;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #c41e3a;
    border: 2px solid #ffffff;
}

.carousel-indicators .active {
    background: #ffffff;
}

/* Utilidades */
.marginii {
    margin: 0;
}

.text-center {
    text-align: center;
}

.mb-4 {
    margin-bottom: 2rem;
}

.mt-4 {
    margin-top: 2rem;
}

.p-4 {
    padding: 2rem;
}

/* Estilos para imÃ¡genes del carousel sin recuadros ni fondos - MÃXIMA ESPECIFICIDAD Y PRIORIDAD */
.banner_section .img-box.carousel-img-box,
.banner_section .carousel-img-box,
.carousel-img-box,
.banner_section .img-box,
.banner_section .img-box.carousel-img-box {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
    position: relative !important;
    border-radius: 0 !important;
}

/* Eliminar TODOS los pseudo-elementos que puedan crear fondos */
.banner_section .img-box.carousel-img-box::before,
.banner_section .carousel-img-box::before,
.carousel-img-box::before,
.banner_section .img-box::before,
.banner_section .img-box.carousel-img-box::after,
.banner_section .carousel-img-box::after,
.carousel-img-box::after,
.banner_section .img-box::after {
    display: none !important;
    content: none !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.banner_section .img-box.carousel-img-box figure,
.banner_section .carousel-img-box figure,
.carousel-img-box figure,
.banner_section .img-box figure {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
    position: relative !important;
    border-radius: 0 !important;
}

.banner_section .img-box.carousel-img-box figure::before,
.banner_section .carousel-img-box figure::before,
.carousel-img-box figure::before,
.banner_section .img-box figure::before,
.banner_section .img-box.carousel-img-box figure::after,
.banner_section .carousel-img-box figure::after,
.carousel-img-box figure::after,
.banner_section .img-box figure::after {
    display: none !important;
    content: none !important;
    background: transparent !important;
    background-image: none !important;
}

.banner_section .img-box.carousel-img-box img,
.banner_section .carousel-img-box img,
.carousel-img-box img,
.banner_section .img-box img {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    padding: 0 !important;
    margin: 0 !important;
    filter: none !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
    position: relative !important;
    z-index: 1 !important;
}

.banner_section .img-box.carousel-img-box:hover img,
.banner_section .carousel-img-box:hover img,
.carousel-img-box:hover img,
.banner_section .img-box:hover img {
    transform: none !important;
    box-shadow: none !important;
    filter: none !important;
    background: transparent !important;
    background-image: none !important;
}

/* Eliminar cualquier gradiente o fondo de otros CSS - INCLUYENDO TODOS LOS ELEMENTOS */
.banner_section .img-box.carousel-img-box *,
.banner_section .carousel-img-box *,
.carousel-img-box *,
.banner_section .img-box * {
    background: transparent !important;
    background-image: none !important;
    background-color: transparent !important;
}

/* Sobrescribir especÃ­ficamente los estilos de lavitrina-premium.css */
.banner_section .img-box.carousel-img-box {
    padding: 0 !important;
}

.banner_section .img-box.carousel-img-box::before {
    display: none !important;
    content: none !important;
    background: transparent !important;
    background-image: none !important;
}


/* ========== lavitrina-premium.css ========== */
/*--------------------------------------------------------------------- LaVitrina64 Premium Professional Styles ---------------------------------------------------------------------*/

/* Fuentes se cargan en enhancements.css para evitar duplicados */

/* Variables CSS para consistencia */
:root {
    --color-primary: #c41e3a;
    --color-primary-dark: #a01a2e;
    --color-primary-light: #e63950;
    --color-dark: #2a2a2a;
    --color-dark-light: #3a3a3a;
    --color-gray: #666666;
    --color-gray-light: #999999;
    --color-gray-lighter: #e0e0e0;
    --color-gray-lightest: #f5f5f5;
    --color-metallic: #c0c0c0;
    --color-white: #ffffff;
    --spacing-xs: 8px;
    --spacing-sm: 16px;
    --spacing-md: 24px;
    --spacing-lg: 40px;
    --spacing-xl: 60px;
    --spacing-xxl: 80px;
    --border-radius: 8px;
    --border-radius-lg: 12px;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
    --shadow-md: 0 4px 16px rgba(0,0,0,0.12);
    --shadow-lg: 0 8px 24px rgba(0,0,0,0.16);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Mejoras generales del body */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    color: var(--color-dark);
    line-height: 1.7;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Header Premium - padding removido, se maneja en lavitrina-navbar-footer.css */

.logo h1 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: var(--color-white);
    letter-spacing: 3px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    transition: var(--transition);
}

.logo h1:hover {
    color: var(--color-metallic);
}

.logo h1 span {
    color: var(--color-metallic);
    font-weight: 300;
}

/* NavegaciÃ³n premium */
.menu_main a {
    color: var(--color-white);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 16px;
    border-radius: var(--border-radius);
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

.menu_main a::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 2px;
    background: var(--color-primary);
    transition: var(--transition);
}

.menu_main a:hover::after {
    transform: translateX(-50%) scaleX(1);
}

.menu_main a:hover {
    background: rgba(196, 30, 58, 0.1);
    color: var(--color-white);
}

/* Carrito premium */
.shoping_bag a {
    color: var(--color-white);
    font-size: 22px;
    text-decoration: none;
    position: relative;
    padding: 8px;
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.shoping_bag a:hover {
    background: rgba(255,255,255,0.1);
    transform: scale(1.1);
}

#cart-count {
    background: var(--color-primary);
    border-radius: 50%;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 600;
    margin-left: 8px;
    min-width: 20px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 2px 8px rgba(196, 30, 58, 0.4);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Hero/Banner Premium */
.banner_section {
    padding: var(--spacing-xxl) 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 50%, #1a1a1a 100%);
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.banner_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(196, 30, 58, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.carousel-sporrt_text {
    padding: var(--spacing-lg) 0;
    position: relative;
    z-index: 1;
}

.sport_text {
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: var(--spacing-md);
    line-height: 1.2;
    letter-spacing: -1px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.sport_text span {
    color: var(--color-metallic);
    display: block;
    font-weight: 300;
    font-size: 0.85em;
}

.lorem_text {
    font-size: clamp(14px, 2vw, 18px);
    color: var(--color-gray-lighter);
    margin: var(--spacing-md) 0 var(--spacing-lg) 0;
    line-height: 1.8;
    max-width: 100%;
    font-weight: 300;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Botones Premium */
.boynow_bt, .contact_bt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--border-radius);
    text-decoration: none;
    transition: var(--transition);
    margin: 0;
    border: none;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    min-width: 140px;
    max-width: 100%;
}

.boynow_bt::before, .contact_bt::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.boynow_bt:hover::before, .contact_bt:hover::before {
    width: 300px;
    height: 300px;
}

.boynow_bt {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    color: var(--color-white);
    box-shadow: 0 4px 15px rgba(196, 30, 58, 0.3);
}

.boynow_bt:hover {
    background: linear-gradient(135deg, var(--color-primary-light) 0%, var(--color-primary) 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(196, 30, 58, 0.4);
}

.contact_bt {
    background: transparent;
    color: var(--color-white);
    border: 2px solid var(--color-metallic);
}

.contact_bt:hover {
    background: var(--color-metallic);
    color: var(--color-dark);
    border-color: var(--color-metallic);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(192, 192, 192, 0.3);
}

/* ImÃ¡genes premium */
.img-box {
    padding: var(--spacing-md);
    position: relative;
}

.img-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(196, 30, 58, 0.1) 0%, transparent 100%);
    border-radius: var(--border-radius-lg);
    pointer-events: none;
}

.img-box img {
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
    filter: brightness(1.05) contrast(1.05);
}

.img-box:hover img {
    transform: scale(1.02);
    box-shadow: 0 12px 32px rgba(0,0,0,0.4);
}

/* Secciones Premium */
.about_section {
    padding: var(--spacing-xxl) 0;
    width: 100%;
    clear: both;
    position: relative;
}

.about_text {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    color: var(--color-dark);
    text-align: center;
    margin-bottom: var(--spacing-lg);
    width: 100%;
    position: static;
    padding: 0 15px;
    letter-spacing: -0.5px;
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.about_text span {
    color: var(--color-primary);
    position: relative;
}

.about_text span::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--color-primary) 0%, transparent 100%);
    opacity: 0.3;
}

.about_middle {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: static;
    background: none;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    padding: 0 var(--spacing-md);
}

.about_lorem {
    font-size: clamp(14px, 2vw, 17px);
    color: var(--color-gray);
    text-align: center;
    padding: 0 15px;
    margin: 0 auto var(--spacing-lg);
    max-width: 100%;
    line-height: 1.9;
    font-weight: 400;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.red_bt {
    text-align: center;
    margin-top: var(--spacing-lg);
    position: static;
}

.read_more {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    color: var(--color-white);
    padding: 14px 30px;
    border: none;
    border-radius: var(--border-radius);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: var(--shadow-md);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    box-sizing: border-box;
}

.read_more:hover {
    background: linear-gradient(135deg, var(--color-primary-light) 0%, var(--color-primary) 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(196, 30, 58, 0.4);
}

/* Cards Premium */
.category-card {
    background: var(--color-white);
    padding: var(--spacing-lg);
    text-align: center;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: 100%;
    margin-bottom: var(--spacing-lg);
    border: 1px solid rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-metallic) 100%);
    transform: scaleX(0);
    transition: var(--transition);
}

.category-card:hover::before {
    transform: scaleX(1);
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(196, 30, 58, 0.2);
}

.category-card h4 {
    color: var(--color-dark);
    margin-bottom: var(--spacing-sm);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.3px;
}

.category-card p {
    font-size: 15px;
    color: var(--color-gray);
    margin-bottom: var(--spacing-md);
    line-height: 1.6;
}

.category-card a {
    color: var(--color-primary);
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 2px;
}

.category-card a::after {
    content: 'â†’';
    display: none;
}

.category-card a:hover {
    color: var(--color-primary-dark);
}

/* Flecha removida - hover effect también removido */

/* Footer Premium */
.footer_section {
    background: #2a2a2a;
    padding: var(--spacing-xxl) 0 var(--spacing-lg);
    margin-top: var(--spacing-xxl);
    border-top: 1px solid rgba(255,255,255,0.1);
    position: relative;
}

.footer_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--color-primary) 50%, transparent 100%);
}

.important_text {
    font-size: 18px;
    color: var(--color-white);
    font-weight: 600;
    margin-bottom: var(--spacing-md);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.footer_menu li {
    margin-bottom: 12px;
}

.footer_menu li a {
    color: var(--color-gray-lighter);
    font-size: 14px;
    text-decoration: none;
    transition: var(--transition);
    position: relative;
    padding-left: 0;
}

.footer_menu li a::before {
    content: 'â†’';
    margin-right: 8px;
    opacity: 0;
    transition: var(--transition);
    color: var(--color-primary);
}

.footer_menu li a:hover {
    color: var(--color-primary);
    padding-left: 12px;
}

.footer_menu li a:hover::before {
    opacity: 1;
}

.copyright_text {
    background: #1f1f1f;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    padding: var(--spacing-md) 0;
    font-size: 13px;
    margin-top: 0;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.copyright_text a {
    color: var(--color-primary);
    text-decoration: none;
    transition: var(--transition);
}

.copyright_text a:hover {
    color: var(--color-primary-light);
    text-decoration: underline;
}

/* SecciÃ³n destacados premium */
.our_section {
    padding: var(--spacing-xxl) 0;
    background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
    position: relative;
}

.our_text {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    color: var(--color-dark);
    text-align: center;
    margin-bottom: var(--spacing-sm);
    letter-spacing: -0.5px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 0 15px;
}

.our_text span {
    color: var(--color-primary);
}

.seemore_bt {
    margin: var(--spacing-xl) auto 0;
    background: linear-gradient(135deg, var(--color-dark) 0%, var(--color-dark-light) 100%);
    color: var(--color-white);
    padding: 14px 30px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    text-decoration: none;
    transition: var(--transition);
    max-width: 280px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: var(--shadow-md);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    text-align: center;
}

.seemore_bt:hover {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(196, 30, 58, 0.4);
}

/* Carousel Premium */
.carousel-indicators {
    bottom: 30px;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    border: 2px solid var(--color-white);
    margin: 0 6px;
    transition: var(--transition);
}

.carousel-indicators .active {
    background: var(--color-primary);
    border-color: var(--color-primary);
    transform: scale(1.2);
}

/* Sidebar Premium */
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #1a1a1a 0%, #2a2a2a 100%);
    overflow-x: hidden;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding-top: 70px;
    box-shadow: 4px 0 20px rgba(0,0,0,0.4);
    border-right: 1px solid rgba(255,255,255,0.1);
}

.sidebar a {
    padding: 18px 25px;
    text-decoration: none;
    font-size: 15px;
    color: var(--color-gray-lighter);
    display: block;
    transition: var(--transition);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

.sidebar a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--color-primary);
    transform: scaleY(0);
    transition: var(--transition);
}

.sidebar a:hover::before {
    transform: scaleY(1);
}

.sidebar a:hover {
    background: rgba(196, 30, 58, 0.1);
    color: var(--color-white);
    padding-left: 35px;
}

.sidebar .closebtn {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 36px;
    color: var(--color-white);
    border: none;
    padding: 10px;
    background: transparent;
    transition: var(--transition);
}

.sidebar .closebtn:hover {
    color: var(--color-primary);
    transform: rotate(90deg);
}

/* Responsive Premium */
@media (max-width: 991px) {
    .sport_text {
        font-size: 40px;
    }
    
    .about_text {
        font-size: 32px;
    }
    
    .our_text {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .sport_text {
        font-size: 32px;
    }
    
    .lorem_text {
        font-size: 16px;
    }
    
    .about_text {
        font-size: 28px;
    }
    
    .about_lorem {
        font-size: 15px;
    }
    
    .our_text {
        font-size: 28px;
    }
    
    .boynow_bt, .contact_bt {
        width: 100%;
        margin-right: 0;
        padding: 14px 28px;
    }
}

@media (max-width: 575px) {
    .sport_text {
        font-size: 28px;
    }
    
    .logo h1 {
        font-size: 22px;
        letter-spacing: 2px;
    }
    
    .about_text {
        font-size: 24px;
    }
    
    .our_text {
        font-size: 24px;
    }
}

/* Social Links Premium */
.social-link {
    transition: var(--transition);
    text-decoration: none;
}

.social-link:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: var(--shadow-md);
}

.social-link:nth-child(1):hover {
    background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: var(--color-white);
}

.social-link:nth-child(2):hover {
    background: #1877f2;
    color: var(--color-white);
}

.social-link:nth-child(3):hover {
    background: #128c7e;
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

/* Utilidades Premium */
.section-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--color-gray-lighter) 50%, transparent 100%);
    margin: var(--spacing-xxl) 0;
}

.text-gradient {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-metallic) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Animaciones sutiles */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Scroll suave mejorado */
html {
    scroll-behavior: smooth;
}

/* Product Cards Premium */
.product-card-premium {
    background: var(--color-white);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: 100%;
    border: 1px solid rgba(0,0,0,0.05);
    position: relative;
}

.product-card-premium:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(196, 30, 58, 0.2);
}

.product-image-wrapper {
    position: relative;
    overflow: hidden;
    background: #f8f8f8;
    height: 250px;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.product-card-premium:hover .product-image {
    transform: scale(1.1);
}

.product-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--color-primary);
    color: var(--color-white);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: var(--shadow-md);
}

.product-badge.limited {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: var(--color-dark);
}

.product-info {
    padding: var(--spacing-md);
}

.product-info h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-dark);
    margin-bottom: 8px;
    letter-spacing: -0.3px;
}

.product-series {
    font-size: 13px;
    color: var(--color-gray);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-price {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.product-link {
    color: var(--color-primary);
    font-weight: 600;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: var(--transition);
    display: inline-block;
}

.product-link:hover {
    color: var(--color-primary-dark);
    transform: translateX(4px);
}

.our_section_2 {
    padding: var(--spacing-lg) 0;
}

/* Mejoras de accesibilidad */
*:focus {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

button:focus,
a:focus {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}



/* ========== lavitrina-fixes.css ========== */
/*--------------------------------------------------------------------- LaVitrina64 Layout Fixes & Responsive Corrections ---------------------------------------------------------------------*/

/* Fixes generales de layout */
* {
    box-sizing: border-box;
}

/* Header fixes */
.header_section {
    position: relative;
    z-index: 1000;
}

.header_section .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

.header_section .row > [class*="col-"] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.header_section .col-sm-4:first-child {
    justify-content: flex-start;
}

.header_section .col-sm-4:last-child {
    justify-content: flex-end;
}

.logo {
    width: 100%;
    text-align: center;
    padding: 0;
}

.logo h1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.menu_main {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
}

.menu_main a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
}

.togle_3 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap: 10px;
}

.left_main, .middle_main, .right_main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.left_main {
    width: auto;
    min-width: 0;
}

.middle_main {
    width: auto;
    min-width: 0;
}

.right_main {
    width: auto;
    min-width: 0;
}

.shoping_bag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}

.shoping_bag a {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.togle_main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}

/* Botones fixes - Prevenir desbordamiento de texto */
.boynow_bt, .contact_bt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    max-width: 100%;
    word-wrap: break-word;
    padding: 14px 24px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}

.boynow_bt {
    min-width: 140px;
}

.contact_bt {
    min-width: 140px;
}

/* Hero/Banner fixes */
.banner_section {
    min-height: auto;
    padding: 60px 0;
}

.banner_section .container {
    padding: 0 15px;
}

.banner_section .row {
    margin: 0;
    align-items: center;
}

.banner_section .row > [class*="col-"] {
    padding: 15px;
    margin-bottom: 20px;
}

.carousel-sporrt_text {
    padding: 20px 0;
    width: 100%;
}

.sport_text {
    font-size: clamp(28px, 5vw, 56px);
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    margin-bottom: 20px;
}

.sport_text br {
    display: block;
}

.lorem_text {
    font-size: clamp(14px, 2vw, 18px);
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin: 20px 0 30px 0;
}

.img-box {
    width: 100%;
    padding: 15px;
}

.img-box img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}

/* Secciones fixes */
.about_section {
    padding: 60px 0;
    width: 100%;
    clear: both;
}

.about_section .container {
    padding: 0 15px;
}

.about_text {
    font-size: clamp(24px, 4vw, 42px);
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 30px;
    padding: 0 15px;
}

.about_lorem {
    font-size: clamp(14px, 2vw, 17px);
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 0 15px;
    margin-bottom: 30px;
}

.red_bt {
    padding: 0 15px;
    margin-top: 30px;
}

.read_more {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding: 14px 30px;
    font-size: 14px;
    display: inline-block;
    box-sizing: border-box;
}

/* Cards fixes */
.category-card {
    width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.category-card h4 {
    font-size: clamp(18px, 2.5vw, 22px);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.category-card p {
    font-size: clamp(13px, 1.8vw, 15px);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.category-card a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
}

/* Product cards fixes */
.product-card-premium {
    width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.product-image-wrapper {
    width: 100%;
    height: auto;
    min-height: 200px;
    max-height: 300px;
    overflow: hidden;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-info {
    padding: 20px;
    box-sizing: border-box;
}

.product-info h5 {
    font-size: clamp(16px, 2vw, 18px);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.product-series {
    font-size: clamp(12px, 1.5vw, 13px);
    word-wrap: break-word;
}

.product-price {
    font-size: clamp(18px, 2.5vw, 22px);
    word-wrap: break-word;
}

.product-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
}

/* Footer fixes */
.footer_section {
    padding: 60px 0 30px;
}

.footer_section .container {
    padding: 0 15px;
}

.footer_section .row {
    margin: 0;
}

.footer_section .row > [class*="col-"] {
    padding: 0 15px;
    margin-bottom: 40px;
}

.important_text {
    font-size: clamp(16px, 2vw, 18px);
    word-wrap: break-word;
    margin-bottom: 20px;
}

.footer_menu li a {
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    display: inline-block;
}

/* Social links fixes */
.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 10px;
    box-sizing: border-box;
    flex-shrink: 0;
}

/* Responsive fixes especÃ­ficos */
@media (max-width: 1199px) {
    .sport_text {
        font-size: clamp(32px, 4vw, 48px);
    }
    
    .about_text {
        font-size: clamp(28px, 3.5vw, 36px);
    }
}

@media (max-width: 991px) {
    .header_section .row {
        flex-direction: row;
    }
    
    .header_section .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    .logo h1 {
        font-size: clamp(20px, 3vw, 28px);
    }
    
    .sport_text {
        font-size: clamp(28px, 4vw, 40px);
    }
    
    .lorem_text {
        font-size: clamp(14px, 2vw, 16px);
    }
    
    .boynow_bt, .contact_bt {
        font-size: 13px;
        padding: 12px 20px;
        min-width: 120px;
    }
    
    .about_text {
        font-size: clamp(24px, 3vw, 32px);
    }
    
    .about_lorem {
        font-size: clamp(14px, 1.8vw, 16px);
    }
}

@media (max-width: 767px) {
    .header_section {
        padding: 15px 0;
    }
    
    .header_section .row {
        flex-wrap: wrap;
    }
    
    .header_section .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    
    .header_section .col-sm-4:first-child {
        order: 2;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 0;
    }
    
    .header_section .col-sm-4:nth-child(2) {
        order: 1;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .header_section .col-sm-4:last-child {
        order: 3;
        /* NO aplicar flex ni max-width aquÃ­ - navbar-footer.css lo maneja */
        margin-bottom: 0;
    }
    
    .logo {
        width: 100%;
        text-align: center;
    }
    
    .logo h1 {
        font-size: 22px;
        letter-spacing: 1px;
    }
    
    .menu_main {
        justify-content: center;
    }
    
    .togle_3 {
        justify-content: center;
        width: 100%;
    }
    
    .banner_section {
        padding: 40px 0;
        min-height: auto;
    }
    
    .banner_section .row > [class*="col-"] {
        padding: 10px 15px;
    }
    
    .sport_text {
        font-size: clamp(24px, 6vw, 32px);
        margin-bottom: 15px;
    }
    
    .lorem_text {
        font-size: 14px;
        margin: 15px 0 25px 0;
    }
    
    .boynow_bt, .contact_bt {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
        padding: 14px 20px;
        font-size: 14px;
        display: block;
        min-width: 0;
    }
    
    .about_section {
        padding: 40px 0;
    }
    
    .about_text {
        font-size: clamp(22px, 5vw, 28px);
        margin-bottom: 20px;
        padding: 0 10px;
    }
    
    .about_lorem {
        font-size: 14px;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    
    .red_bt {
        padding: 0 10px;
        margin-top: 20px;
    }
    
    .read_more {
        width: 100%;
        max-width: 280px;
        padding: 14px 25px;
        font-size: 14px;
    }
    
    .category-card {
        margin-bottom: 20px;
    }
    
    .product-card-premium {
        margin-bottom: 20px;
    }
    
    .footer_section {
        padding: 40px 0 20px;
    }
    
    .footer_section .row > [class*="col-"] {
        margin-bottom: 30px;
    }
    
    .social-link {
        width: 45px;
        height: 45px;
        margin: 0 8px;
        font-size: 24px;
    }
    
    .our_section {
        padding: 50px 0;
    }
    
    .our_text {
        font-size: clamp(22px, 5vw, 28px);
    }
    
    .seemore_bt {
        width: 100%;
        max-width: 280px;
        padding: 14px 25px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .header_section .col-sm-4:first-child {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    /* NO aplicar a last-child - navbar-footer.css lo maneja con mayor especificidad */
    /* Comentado para evitar conflictos con navbar-footer.css */
    
    .logo h1 {
        font-size: 18px;
        letter-spacing: 0.5px;
    }
    
    .menu_main {
        display: none;
    }
    
    .sport_text {
        font-size: 24px;
        line-height: 1.3;
    }
    
    .lorem_text {
        font-size: 13px;
        line-height: 1.6;
    }
    
    .boynow_bt, .contact_bt {
        padding: 12px 18px;
        font-size: 13px;
    }
    
    .about_text {
        font-size: 20px;
    }
    
    .about_lorem {
        font-size: 13px;
    }
    
    .read_more {
        padding: 12px 20px;
        font-size: 13px;
    }
    
    .category-card {
        padding: 20px 15px;
    }
    
    .category-card h4 {
        font-size: 18px;
    }
    
    .category-card p {
        font-size: 13px;
    }
    
    .product-info {
        padding: 15px;
    }
    
    .product-info h5 {
        font-size: 16px;
    }
    
    .product-price {
        font-size: 20px;
    }
    
    .footer_section {
        padding: 30px 0 15px;
    }
    
    .important_text {
        font-size: 16px;
    }
    
    .social-link {
        width: 40px;
        height: 40px;
        margin: 0 5px;
        font-size: 20px;
    }
    
    .our_text {
        font-size: 20px;
    }
    
    .seemore_bt {
        padding: 12px 20px;
        font-size: 13px;
    }
}

/* Fixes para evitar solapamientos */
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}

.row > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Asegurar que las imÃ¡genes no se desborden */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Fixes para texto que se sale */
h1, h2, h3, h4, h5, h6, p, span, a, button {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

/* Asegurar que los botones no se corten */
button, .btn, a.button {
    box-sizing: border-box;
    min-height: 44px; /* TamaÃ±o mÃ­nimo tÃ¡ctil */
}

/* Fixes para el carousel */
.carousel-item {
    min-height: auto;
    padding: 20px 0;
}

.carousel-inner {
    overflow: visible;
}

/* Hero buttons wrapper */
.hero-buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
}

.hero-buttons-wrapper a {
    flex: 1 1 auto;
    min-width: 140px;
    max-width: 100%;
}

@media (max-width: 767px) {
    .hero-buttons-wrapper {
        flex-direction: column;
    }
    
    .hero-buttons-wrapper a {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }
}

/* Asegurar que el sidebar no cause problemas */
#main {
    transition: margin-left 0.4s;
    width: 100%;
    overflow-x: hidden;
}

/* Fixes para inputs y formularios */
input, textarea, select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
}

/* Asegurar que los badges no se desborden */
.product-badge {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    padding: 4px 8px;
}

/* Fixes para el cart count */
#cart-count {
    white-space: nowrap;
    overflow: visible;
    min-width: 18px;
    box-sizing: border-box;
}



/* ========== lavitrina-enhancements.css ========== */
/*--------------------------------------------------------------------- LaVitrina64 Enhanced Styles - Mejoras Adicionales ---------------------------------------------------------------------*/

/* OptimizaciÃ³n de fuentes - cargar solo lo necesario */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Rajdhani:wght@300;400;500;600;700&display=swap');

/* Eliminar estilos inline y mejorarlos */
.search_icon {
    display: none !important;
}

.logo-link {
    text-decoration: none !important;
}

.text-primary {
    color: var(--color-primary) !important;
}

.text-metallic {
    color: var(--color-metallic) !important;
}

.text-white {
    color: var(--color-white) !important;
}

.text-light {
    color: var(--color-gray-lighter) !important;
}

.img-responsive {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

.section-light {
    background-color: #f8f8f8 !important;
}

.section-dark {
    background-color: #2a2a2a !important;
    color: #fff !important;
}

.section-dark .about_text {
    color: #fff !important;
}

.section-dark .about_lorem {
    color: #e0e0e0 !important;
}

.categories-row {
    margin-top: 50px !important;
}

.product-col {
    margin-bottom: 30px !important;
}

.delay-1 {
    animation-delay: 0.1s;
}

.delay-2 {
    animation-delay: 0.2s;
}

.delay-3 {
    animation-delay: 0.3s;
}

.openbtn {
    color: #ffffff !important;
    font-size: 24px !important;
    padding: 8px !important;
    border-radius: 4px !important;
    transition: all 0.3s !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    background: rgba(255,255,255,0.1) !important;
}

.openbtn:hover {
    background: rgba(196, 30, 58, 0.2) !important;
    transform: scale(1.1) !important;
}

.openbtn:focus {
    outline: 2px solid var(--color-primary) !important;
    outline-offset: 2px !important;
}

/* Hero buttons wrapper mejorado */
.hero-buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    margin-top: 30px;
}

.hero-buttons-wrapper a {
    flex: 1 1 auto;
    min-width: 140px;
    max-width: 100%;
}

@media (max-width: 767px) {
    .hero-buttons-wrapper {
        flex-direction: column;
        gap: 10px;
    }
    
    .hero-buttons-wrapper a {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }
}

/* Mejoras de accesibilidad */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--color-primary);
    color: var(--color-white);
    padding: 8px;
    text-decoration: none;
    z-index: 10000;
}

.skip-link:focus {
    top: 0;
}

/* Mejoras de contraste para accesibilidad */
a, button {
    min-height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Mejoras de focus visible */
*:focus-visible {
    outline: 3px solid var(--color-primary);
    outline-offset: 2px;
    border-radius: 2px;
}

button:focus-visible,
a:focus-visible {
    outline: 3px solid var(--color-primary);
    outline-offset: 2px;
}

/* Mejoras de loading states */
.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
}

.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 3px solid var(--color-primary);
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Mejoras de imÃ¡genes lazy loading */
img {
    loading: lazy;
    decoding: async;
}

img[loading="lazy"] {
    opacity: 0;
    transition: opacity 0.3s;
}

img[loading="lazy"].loaded {
    opacity: 1;
}

/* Mejoras de performance - will-change solo donde se necesita */
.boynow_bt:hover,
.contact_bt:hover,
.read_more:hover,
.seemore_bt:hover,
.category-card:hover,
.product-card-premium:hover {
    will-change: transform;
}

/* Mejoras de tipografÃ­a - mejor rendering */
h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Mejoras de scroll suave mejorado */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Mejoras de selecciÃ³n de texto */
::selection {
    background: var(--color-primary);
    color: var(--color-white);
}

::-moz-selection {
    background: var(--color-primary);
    color: var(--color-white);
}

/* Mejoras de placeholder */
::placeholder {
    color: var(--color-gray-light);
    opacity: 1;
}

::-webkit-input-placeholder {
    color: var(--color-gray-light);
    opacity: 1;
}

::-moz-placeholder {
    color: var(--color-gray-light);
    opacity: 1;
}

:-ms-input-placeholder {
    color: var(--color-gray-light);
    opacity: 1;
}

/* Mejoras de scrollbar (opcional, para navegadores webkit) */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: var(--color-gray-lightest);
}

::-webkit-scrollbar-thumb {
    background: var(--color-gray);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--color-primary);
}

/* Mejoras de formularios */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid var(--color-gray-lighter);
    border-radius: var(--border-radius);
    font-size: 15px;
    font-family: inherit;
    transition: var(--transition);
    background: var(--color-white);
    color: var(--color-dark);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(196, 30, 58, 0.1);
}

input[type="text"]:invalid:not(:placeholder-shown),
input[type="email"]:invalid:not(:placeholder-shown) {
    border-color: #dc3545;
}

input[type="text"]:valid:not(:placeholder-shown),
input[type="email"]:valid:not(:placeholder-shown) {
    border-color: #28a745;
}

/* Mejoras de botones de formulario */
button[type="submit"],
input[type="submit"] {
    cursor: pointer;
    font-family: inherit;
}

button:disabled,
input:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

/* Mejoras de cards - hover states mejorados */
.category-card,
.product-card-premium {
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
}

/* Mejoras de contraste para textos sobre fondos oscuros */
.banner_section h1,
.banner_section p,
.banner_section a {
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

/* Mejoras de espaciado consistente */
section {
    padding: var(--spacing-xxl) 0;
}

section:first-of-type {
    padding-top: var(--spacing-xl);
}

section:last-of-type {
    padding-bottom: var(--spacing-xxl);
}

/* Mejoras de grid de productos */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: var(--spacing-md);
    padding: var(--spacing-md) 0;
}

@media (max-width: 767px) {
    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: var(--spacing-sm);
    }
}

/* Mejoras de badges y labels */
.badge,
.label {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

/* Mejoras de tooltips (si se necesitan) */
[data-tooltip] {
    position: relative;
}

[data-tooltip]:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 12px;
    background: var(--color-dark);
    color: var(--color-white);
    font-size: 12px;
    border-radius: var(--border-radius);
    white-space: nowrap;
    z-index: 1000;
    margin-bottom: 5px;
}

[data-tooltip]:hover::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: var(--color-dark);
    z-index: 1000;
}

/* Mejoras de empty states */
.empty-state {
    text-align: center;
    padding: var(--spacing-xxl) var(--spacing-md);
    color: var(--color-gray);
}

.empty-state i {
    font-size: 64px;
    color: var(--color-gray-lighter);
    margin-bottom: var(--spacing-md);
    display: block;
}

.empty-state h3 {
    color: var(--color-gray);
    margin-bottom: var(--spacing-sm);
}

.empty-state p {
    color: var(--color-gray-light);
    margin-bottom: var(--spacing-lg);
}

/* Mejoras de skeleton loading (si se implementa) */
.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Mejoras de print styles */
@media print {
    .header_section,
    .footer_section,
    .sidebar,
    button,
    .boynow_bt,
    .contact_bt,
    .read_more,
    .seemore_bt {
        display: none !important;
    }
    
    body {
        color: #000;
        background: #fff;
    }
    
    a {
        color: #000;
        text-decoration: underline;
    }
    
    img {
        max-width: 100%;
        page-break-inside: avoid;
    }
}

/* Mejoras de dark mode support (preparado para futuro) */
@media (prefers-color-scheme: dark) {
    /* Preparado pero no activado por ahora */
}

/* Mejoras de high contrast mode */
@media (prefers-contrast: high) {
    .boynow_bt,
    .contact_bt,
    .read_more {
        border: 2px solid currentColor;
    }
    
    a {
        text-decoration: underline;
    }
}

/* Mejoras de reduced transparency */
@media (prefers-reduced-transparency: reduce) {
    .header_section,
    .footer_section,
    .banner_section {
        background: var(--color-dark) !important;
    }
}

/* Mejoras de container max-widths */
.container {
    max-width: 1200px;
}

.container-fluid {
    max-width: 100%;
}

/* Mejoras de z-index management */
.header_section {
    z-index: 1000;
}

.sidebar {
    z-index: 1001;
}

.modal,
.overlay {
    z-index: 1002;
}

.tooltip {
    z-index: 1003;
}

/* Mejoras de aspect ratio para imÃ¡genes */
.aspect-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 75%; /* 4:3 ratio */
}

.aspect-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mejoras de truncate text */
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Mejoras de spacing utilities */
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: var(--spacing-xs) !important; }
.mt-2 { margin-top: var(--spacing-sm) !important; }
.mt-3 { margin-top: var(--spacing-md) !important; }
.mt-4 { margin-top: var(--spacing-lg) !important; }
.mt-5 { margin-top: var(--spacing-xl) !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: var(--spacing-xs) !important; }
.mb-2 { margin-bottom: var(--spacing-sm) !important; }
.mb-3 { margin-bottom: var(--spacing-md) !important; }
.mb-4 { margin-bottom: var(--spacing-lg) !important; }
.mb-5 { margin-bottom: var(--spacing-xl) !important; }

.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: var(--spacing-xs) !important; }
.pt-2 { padding-top: var(--spacing-sm) !important; }
.pt-3 { padding-top: var(--spacing-md) !important; }
.pt-4 { padding-top: var(--spacing-lg) !important; }
.pt-5 { padding-top: var(--spacing-xl) !important; }

.pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: var(--spacing-xs) !important; }
.pb-2 { padding-bottom: var(--spacing-sm) !important; }
.pb-3 { padding-bottom: var(--spacing-md) !important; }
.pb-4 { padding-bottom: var(--spacing-lg) !important; }
.pb-5 { padding-bottom: var(--spacing-xl) !important; }

/* Mejoras de text utilities */
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }

.text-primary { color: var(--color-primary) !important; }
.text-dark { color: var(--color-dark) !important; }
.text-gray { color: var(--color-gray) !important; }
.text-white { color: var(--color-white) !important; }

.font-weight-light { font-weight: 300 !important; }
.font-weight-normal { font-weight: 400 !important; }
.font-weight-medium { font-weight: 500 !important; }
.font-weight-semibold { font-weight: 600 !important; }
.font-weight-bold { font-weight: 700 !important; }

/* Mejoras de display utilities */
.d-none { display: none !important; }
.d-block { display: block !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-flex { display: flex !important; }
.d-inline-flex { display: inline-flex !important; }

@media (max-width: 767px) {
    .d-md-none { display: none !important; }
    .d-md-block { display: block !important; }
}

/* Mejoras de visibility */
.visible { visibility: visible !important; }
.invisible { visibility: hidden !important; }

/* Mejoras de overflow */
.overflow-hidden { overflow: hidden !important; }
.overflow-auto { overflow: auto !important; }
.overflow-scroll { overflow: scroll !important; }

/* Mejoras de position */
.position-relative { position: relative !important; }
.position-absolute { position: absolute !important; }
.position-fixed { position: fixed !important; }
.position-sticky { position: sticky !important; }

/* Mejoras de width/height */
.w-100 { width: 100% !important; }
.h-100 { height: 100% !important; }

/* Mejoras de flex utilities */
.flex-row { flex-direction: row !important; }
.flex-column { flex-direction: column !important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex-nowrap { flex-wrap: nowrap !important; }
.justify-content-start { justify-content: flex-start !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-between { justify-content: space-between !important; }
.align-items-start { align-items: flex-start !important; }
.align-items-center { align-items: center !important; }
.align-items-end { align-items: flex-end !important; }

/* Mejoras de gap */
.gap-1 { gap: var(--spacing-xs) !important; }
.gap-2 { gap: var(--spacing-sm) !important; }
.gap-3 { gap: var(--spacing-md) !important; }
.gap-4 { gap: var(--spacing-lg) !important; }
.gap-5 { gap: var(--spacing-xl) !important; }

/* Mejoras de border radius */
.rounded { border-radius: var(--border-radius) !important; }
.rounded-lg { border-radius: var(--border-radius-lg) !important; }
.rounded-circle { border-radius: 50% !important; }
.rounded-0 { border-radius: 0 !important; }

/* Mejoras de shadow */
.shadow-sm { box-shadow: var(--shadow-sm) !important; }
.shadow-md { box-shadow: var(--shadow-md) !important; }
.shadow-lg { box-shadow: var(--shadow-lg) !important; }
.shadow-none { box-shadow: none !important; }

/* Mejoras de transition */
.transition { transition: var(--transition) !important; }
.transition-fast { transition: all 0.15s ease !important; }
.transition-slow { transition: all 0.5s ease !important; }

/* Mejoras de opacity */
.opacity-0 { opacity: 0 !important; }
.opacity-25 { opacity: 0.25 !important; }
.opacity-50 { opacity: 0.5 !important; }
.opacity-75 { opacity: 0.75 !important; }
.opacity-100 { opacity: 1 !important; }

/* Mejoras de cursor */
.cursor-pointer { cursor: pointer !important; }
.cursor-not-allowed { cursor: not-allowed !important; }
.cursor-default { cursor: default !important; }

/* Mejoras de user select */
.user-select-none { user-select: none !important; }
.user-select-all { user-select: all !important; }
.user-select-auto { user-select: auto !important; }

/* Mejoras de pointer events */
.pointer-events-none { pointer-events: none !important; }
.pointer-events-auto { pointer-events: auto !important; }

/* Mejoras de object fit */
.object-cover { object-fit: cover !important; }
.object-contain { object-fit: contain !important; }
.object-fill { object-fit: fill !important; }
.object-none { object-fit: none !important; }
.object-scale-down { object-fit: scale-down !important; }

/* Mejoras de object position */
.object-center { object-position: center !important; }
.object-top { object-position: top !important; }
.object-bottom { object-position: bottom !important; }
.object-left { object-position: left !important; }
.object-right { object-position: right !important; }

/* Mejoras de line height */
.lh-1 { line-height: 1 !important; }
.lh-sm { line-height: 1.25 !important; }
.lh-base { line-height: 1.5 !important; }
.lh-lg { line-height: 1.75 !important; }
.lh-xl { line-height: 2 !important; }

/* Mejoras de letter spacing */
.tracking-tighter { letter-spacing: -0.05em !important; }
.tracking-tight { letter-spacing: -0.025em !important; }
.tracking-normal { letter-spacing: 0 !important; }
.tracking-wide { letter-spacing: 0.025em !important; }
.tracking-wider { letter-spacing: 0.05em !important; }
.tracking-widest { letter-spacing: 0.1em !important; }

/* Mejoras de text transform */
.uppercase { text-transform: uppercase !important; }
.lowercase { text-transform: lowercase !important; }
.capitalize { text-transform: capitalize !important; }
.normal-case { text-transform: none !important; }

/* Mejoras de text decoration */
.underline { text-decoration: underline !important; }
.line-through { text-decoration: line-through !important; }
.no-underline { text-decoration: none !important; }

/* Mejoras de list styles */
.list-none { list-style: none !important; }
.list-disc { list-style: disc !important; }
.list-decimal { list-style: decimal !important; }

/* Mejoras de break words */
.break-normal { overflow-wrap: normal !important; word-break: normal !important; }
.break-words { overflow-wrap: break-word !important; }
.break-all { word-break: break-all !important; }

/* Mejoras de whitespace */
.whitespace-normal { white-space: normal !important; }
.whitespace-nowrap { white-space: nowrap !important; }
.whitespace-pre { white-space: pre !important; }
.whitespace-pre-line { white-space: pre-line !important; }
.whitespace-pre-wrap { white-space: pre-wrap !important; }

/* Mejoras de clearfix */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* Mejoras de screen reader only */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    padding: inherit;
    margin: inherit;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

/* Mejoras de notched outline (para inputs) */
.notched-outline {
    position: relative;
}

.notched-outline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid var(--color-gray-lighter);
    border-radius: var(--border-radius);
    pointer-events: none;
}

.notched-outline:focus-within::before {
    border-color: var(--color-primary);
    border-width: 2px;
}

/* Mejoras de ripple effect para botones */
.ripple {
    position: relative;
    overflow: hidden;
}

.ripple::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.ripple:active::after {
    width: 300px;
    height: 300px;
}

/* Mejoras de focus ring */
.focus-ring {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus-ring:focus {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

/* Mejoras de backdrop blur (para modales futuros) */
.backdrop-blur {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* Mejoras de glassmorphism (opcional) */
.glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Mejoras de gradient text */
.gradient-text {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-metallic) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Mejoras de aspect ratio containers */
.aspect-square { padding-bottom: 100%; }
.aspect-video { padding-bottom: 56.25%; }
.aspect-4-3 { padding-bottom: 75%; }
.aspect-16-9 { padding-bottom: 56.25%; }

/* Mejoras de container queries (si el navegador lo soporta) */
@container (min-width: 768px) {
    .container-responsive {
        padding: var(--spacing-lg);
    }
}

/* Mejoras de prefers-reduced-motion para animaciones */
@media (prefers-reduced-motion: reduce) {
    .fade-in-up,
    .pulse,
    .loading {
        animation: none !important;
    }
}

/* Mejoras de container padding responsive */
@media (max-width: 575px) {
    .container,
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Mejoras de line clamp para textos largos */
.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Mejoras de sticky positioning */
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
}

/* Mejoras de transform utilities */
.transform { transform: translateZ(0); }
.scale-0 { transform: scale(0); }
.scale-50 { transform: scale(0.5); }
.scale-75 { transform: scale(0.75); }
.scale-100 { transform: scale(1); }
.scale-110 { transform: scale(1.1); }
.scale-125 { transform: scale(1.25); }
.scale-150 { transform: scale(1.5); }

/* Mejoras de rotate */
.rotate-0 { transform: rotate(0deg); }
.rotate-45 { transform: rotate(45deg); }
.rotate-90 { transform: rotate(90deg); }
.rotate-180 { transform: rotate(180deg); }

/* Mejoras de translate */
.translate-x-0 { transform: translateX(0); }
.translate-y-0 { transform: translateY(0); }
.-translate-x-full { transform: translateX(-100%); }
.-translate-y-full { transform: translateY(-100%); }

/* Mejoras de blur */
.blur-none { filter: blur(0); }
.blur-sm { filter: blur(4px); }
.blur { filter: blur(8px); }
.blur-md { filter: blur(12px); }
.blur-lg { filter: blur(16px); }
.blur-xl { filter: blur(24px); }

/* Mejoras de brightness */
.brightness-0 { filter: brightness(0); }
.brightness-50 { filter: brightness(0.5); }
.brightness-75 { filter: brightness(0.75); }
.brightness-100 { filter: brightness(1); }
.brightness-125 { filter: brightness(1.25); }
.brightness-150 { filter: brightness(1.5); }
.brightness-200 { filter: brightness(2); }

/* Mejoras de contrast */
.contrast-0 { filter: contrast(0); }
.contrast-50 { filter: contrast(0.5); }
.contrast-75 { filter: contrast(0.75); }
.contrast-100 { filter: contrast(1); }
.contrast-125 { filter: contrast(1.25); }
.contrast-150 { filter: contrast(1.5); }
.contrast-200 { filter: contrast(2); }

/* Mejoras de grayscale */
.grayscale-0 { filter: grayscale(0); }
.grayscale { filter: grayscale(100%); }

/* Mejoras de hue-rotate */
.hue-rotate-0 { filter: hue-rotate(0deg); }
.hue-rotate-15 { filter: hue-rotate(15deg); }
.hue-rotate-30 { filter: hue-rotate(30deg); }
.hue-rotate-60 { filter: hue-rotate(60deg); }
.hue-rotate-90 { filter: hue-rotate(90deg); }
.hue-rotate-180 { filter: hue-rotate(180deg); }

/* Mejoras de invert */
.invert-0 { filter: invert(0); }
.invert { filter: invert(100%); }

/* Mejoras de saturate */
.saturate-0 { filter: saturate(0); }
.saturate-50 { filter: saturate(0.5); }
.saturate-100 { filter: saturate(1); }
.saturate-150 { filter: saturate(1.5); }
.saturate-200 { filter: saturate(2); }

/* Mejoras de sepia */
.sepia-0 { filter: sepia(0); }
.sepia { filter: sepia(100%); }

/* Mejoras de backdrop brightness */
.backdrop-brightness-0 { backdrop-filter: brightness(0); }
.backdrop-brightness-50 { backdrop-filter: brightness(0.5); }
.backdrop-brightness-75 { backdrop-filter: brightness(0.75); }
.backdrop-brightness-100 { backdrop-filter: brightness(1); }
.backdrop-brightness-125 { backdrop-filter: brightness(1.25); }
.backdrop-brightness-150 { backdrop-filter: brightness(1.5); }
.backdrop-brightness-200 { backdrop-filter: brightness(2); }

/* Mejoras de backdrop contrast */
.backdrop-contrast-0 { backdrop-filter: contrast(0); }
.backdrop-contrast-50 { backdrop-filter: contrast(0.5); }
.backdrop-contrast-75 { backdrop-filter: contrast(0.75); }
.backdrop-contrast-100 { backdrop-filter: contrast(1); }
.backdrop-contrast-125 { backdrop-filter: contrast(1.25); }
.backdrop-contrast-150 { backdrop-filter: contrast(1.5); }
.backdrop-contrast-200 { backdrop-filter: contrast(2); }

/* Mejoras de backdrop grayscale */
.backdrop-grayscale-0 { backdrop-filter: grayscale(0); }
.backdrop-grayscale { backdrop-filter: grayscale(100%); }

/* Mejoras de backdrop hue-rotate */
.backdrop-hue-rotate-0 { backdrop-filter: hue-rotate(0deg); }
.backdrop-hue-rotate-15 { backdrop-filter: hue-rotate(15deg); }
.backdrop-hue-rotate-30 { backdrop-filter: hue-rotate(30deg); }
.backdrop-hue-rotate-60 { backdrop-filter: hue-rotate(60deg); }
.backdrop-hue-rotate-90 { backdrop-filter: hue-rotate(90deg); }
.backdrop-hue-rotate-180 { backdrop-filter: hue-rotate(180deg); }

/* Mejoras de backdrop invert */
.backdrop-invert-0 { backdrop-filter: invert(0); }
.backdrop-invert { backdrop-filter: invert(100%); }

/* Mejoras de backdrop opacity */
.backdrop-opacity-0 { backdrop-filter: opacity(0); }
.backdrop-opacity-5 { backdrop-filter: opacity(0.05); }
.backdrop-opacity-10 { backdrop-filter: opacity(0.1); }
.backdrop-opacity-20 { backdrop-filter: opacity(0.2); }
.backdrop-opacity-25 { backdrop-filter: opacity(0.25); }
.backdrop-opacity-30 { backdrop-filter: opacity(0.3); }
.backdrop-opacity-40 { backdrop-filter: opacity(0.4); }
.backdrop-opacity-50 { backdrop-filter: opacity(0.5); }
.backdrop-opacity-60 { backdrop-filter: opacity(0.6); }
.backdrop-opacity-70 { backdrop-filter: opacity(0.7); }
.backdrop-opacity-75 { backdrop-filter: opacity(0.75); }
.backdrop-opacity-80 { backdrop-filter: opacity(0.8); }
.backdrop-opacity-90 { backdrop-filter: opacity(0.9); }
.backdrop-opacity-95 { backdrop-filter: opacity(0.95); }
.backdrop-opacity-100 { backdrop-filter: opacity(1); }

/* Mejoras de backdrop saturate */
.backdrop-saturate-0 { backdrop-filter: saturate(0); }
.backdrop-saturate-50 { backdrop-filter: saturate(0.5); }
.backdrop-saturate-100 { backdrop-filter: saturate(1); }
.backdrop-saturate-150 { backdrop-filter: saturate(1.5); }
.backdrop-saturate-200 { backdrop-filter: saturate(2); }

/* Mejoras de backdrop sepia */
.backdrop-sepia-0 { backdrop-filter: sepia(0); }
.backdrop-sepia { backdrop-filter: sepia(100%); }

/* Mejoras de backdrop blur */
.backdrop-blur-none { backdrop-filter: blur(0); }
.backdrop-blur-sm { backdrop-filter: blur(4px); }
.backdrop-blur { backdrop-filter: blur(8px); }
.backdrop-blur-md { backdrop-filter: blur(12px); }
.backdrop-blur-lg { backdrop-filter: blur(16px); }
.backdrop-blur-xl { backdrop-filter: blur(24px); }
.backdrop-blur-2xl { backdrop-filter: blur(40px); }
.backdrop-blur-3xl { backdrop-filter: blur(64px); }

/* Mejoras finales - optimizaciÃ³n de rendimiento */
* {
    -webkit-tap-highlight-color: transparent;
}

button,
a {
    -webkit-tap-highlight-color: rgba(196, 30, 58, 0.2);
}

/* Mejoras de GPU acceleration solo donde se necesita */
.boynow_bt,
.contact_bt,
.read_more,
.seemore_bt,
.category-card,
.product-card-premium {
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000px;
}

/* Mejoras de will-change solo en hover */
.boynow_bt:not(:hover),
.contact_bt:not(:hover),
.read_more:not(:hover),
.seemore_bt:not(:hover),
.category-card:not(:hover),
.product-card-premium:not(:hover) {
    will-change: auto;
}



/* ========== lavitrina-optimizations.css ========== */
/*--------------------------------------------------------------------- LaVitrina64 Final Optimizations ---------------------------------------------------------------------*/

/* Mejoras finales de rendimiento y calidad */

/* OptimizaciÃ³n de repaint/reflow */
.header_section,
.footer_section,
.banner_section {
    contain: layout style paint;
}

/* Mejoras de rendering */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Mejoras de imÃ¡genes */
img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

/* Mejoras de texto */
p, span, a, li {
    text-rendering: optimizeLegibility;
}

/* Mejoras de contraste WCAG AA */
.about_lorem,
.footer_lorem_text {
    color: #555555; /* Mejor contraste que #666 */
}

/* Mejoras de spacing consistente */
section + section {
    margin-top: 0;
}

/* Mejoras de hover states - solo en dispositivos que lo soportan */
@media (hover: hover) {
    .category-card:hover,
    .product-card-premium:hover {
        transform: translateY(-8px);
    }
}

/* Mejoras de touch targets en mÃ³vil */
@media (max-width: 767px) {
    button,
    a,
    .boynow_bt,
    .contact_bt,
    .read_more,
    .seemore_bt {
        min-height: 48px;
        min-width: 48px;
    }
}

/* Mejoras de loading states */
[data-loading="true"] {
    pointer-events: none;
    opacity: 0.6;
}

/* Mejoras de error states */
.error-state {
    color: #dc3545;
    border-color: #dc3545;
}

.error-message {
    color: #dc3545;
    font-size: 14px;
    margin-top: 8px;
    display: block;
}

/* Mejoras de success states */
.success-state {
    color: #28a745;
    border-color: #28a745;
}

.success-message {
    color: #28a745;
    font-size: 14px;
    margin-top: 8px;
    display: block;
}

/* Mejoras de validaciÃ³n de formularios */
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--color-dark);
}

.form-group input:invalid:not(:placeholder-shown) + .error-message,
.form-group textarea:invalid:not(:placeholder-shown) + .error-message {
    display: block;
}

/* Mejoras de grid responsivo mejorado */
@media (min-width: 576px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .products-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Mejoras de container queries (futuro) */
@supports (container-type: inline-size) {
    .container-responsive {
        container-type: inline-size;
    }
}

/* Mejoras de aspect ratio moderno */
@supports (aspect-ratio: 1) {
    .aspect-square {
        aspect-ratio: 1 / 1;
        padding-bottom: 0;
    }
    
    .aspect-video {
        aspect-ratio: 16 / 9;
        padding-bottom: 0;
    }
    
    .aspect-4-3 {
        aspect-ratio: 4 / 3;
        padding-bottom: 0;
    }
}

/* Mejoras de gap para navegadores antiguos */
@supports not (gap: 12px) {
    .hero-buttons-wrapper > * + * {
        margin-left: 12px;
    }
    
    .social-links-container > * + * {
        margin-left: 20px;
    }
}

/* Mejoras de backdrop-filter fallback */
@supports not (backdrop-filter: blur(8px)) {
    .glass {
        background: rgba(255, 255, 255, 0.9);
    }
}

/* Mejoras de CSS Grid fallback */
@supports not (display: grid) {
    .products-grid {
        display: flex;
        flex-wrap: wrap;
    }
    
    .products-grid > * {
        flex: 1 1 250px;
        margin: 10px;
    }
}

/* Mejoras de custom properties fallback */
@supports not (--css: variables) {
    :root {
        --color-primary: #c41e3a;
        --color-dark: #2a2a2a;
        --spacing-md: 24px;
    }
}

/* Mejoras de focus-visible fallback */
@supports not (:focus-visible) {
    *:focus {
        outline: 3px solid var(--color-primary);
        outline-offset: 2px;
    }
}

/* Mejoras de prefers-color-scheme */
@media (prefers-color-scheme: dark) {
    /* Preparado para futuro dark mode */
    /* Por ahora no activamos nada */
}

/* Mejoras de prefers-contrast */
@media (prefers-contrast: high) {
    .boynow_bt,
    .contact_bt,
    .read_more {
        border: 3px solid currentColor;
    }
    
    a {
        text-decoration: underline;
    }
    
    .category-card,
    .product-card-premium {
        border: 2px solid var(--color-dark);
    }
}

/* Mejoras de prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    
    #cart-count {
        animation: none !important;
    }
}

/* Mejoras de prefers-reduced-transparency */
@media (prefers-reduced-transparency: reduce) {
    .header_section,
    .footer_section,
    .banner_section::before {
        background: var(--color-dark) !important;
        opacity: 1 !important;
    }
}

/* Mejoras de print */
@media print {
    * {
        background: white !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    
    a[href]:after {
        content: " (" attr(href) ")";
    }
    
    .header_section,
    .footer_section,
    .sidebar,
    button,
    .boynow_bt,
    .contact_bt,
    .read_more,
    .seemore_bt,
    .social-links-container {
        display: none !important;
    }
    
    .banner_section {
        page-break-after: always;
    }
    
    img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }
    
    h1, h2, h3 {
        page-break-after: avoid;
    }
}

/* Mejoras de accesibilidad - ARIA labels */
[aria-hidden="true"] {
    display: none;
}

[aria-disabled="true"] {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

/* Mejoras de skip links */
.skip-to-content {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--color-primary);
    color: var(--color-white);
    padding: 8px 16px;
    text-decoration: none;
    z-index: 10000;
    border-radius: 0 0 4px 0;
}

.skip-to-content:focus {
    top: 0;
}

/* Mejoras de landmark regions */
main {
    min-height: 60vh;
}

/* Mejoras de semantic HTML */
article,
section {
    display: block;
}

/* Mejoras de listas */
ul, ol {
    padding-left: 20px;
}

/* Mejoras de tablas (si se usan) */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

th, td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid var(--color-gray-lighter);
}

th {
    font-weight: 600;
    background: var(--color-gray-lightest);
}

/* Mejoras de cÃ³digo (si se muestra) */
code {
    background: var(--color-gray-lightest);
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
}

pre {
    background: var(--color-gray-lightest);
    padding: 16px;
    border-radius: var(--border-radius);
    overflow-x: auto;
    margin: 20px 0;
}

pre code {
    background: none;
    padding: 0;
}

/* Mejoras de blockquote (si se usa) */
blockquote {
    border-left: 4px solid var(--color-primary);
    padding-left: 20px;
    margin: 20px 0;
    font-style: italic;
    color: var(--color-gray);
}

/* Mejoras de hr */
hr {
    border: none;
    border-top: 1px solid var(--color-gray-lighter);
    margin: 40px 0;
}

/* Mejoras de detalles/summary */
details {
    margin: 20px 0;
}

summary {
    cursor: pointer;
    font-weight: 600;
    padding: 12px;
    background: var(--color-gray-lightest);
    border-radius: var(--border-radius);
    user-select: none;
}

summary:hover {
    background: var(--color-gray-lighter);
}

details[open] summary {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

details > *:not(summary) {
    padding: 12px;
    background: var(--color-white);
    border-radius: 0 0 var(--border-radius) var(--border-radius);
}

/* Mejoras de progress bar (si se usa) */
progress {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: var(--color-gray-lightest);
}

progress::-webkit-progress-bar {
    background: var(--color-gray-lightest);
    border-radius: 4px;
}

progress::-webkit-progress-value {
    background: var(--color-primary);
    border-radius: 4px;
}

progress::-moz-progress-bar {
    background: var(--color-primary);
    border-radius: 4px;
}

/* Mejoras de meter (si se usa) */
meter {
    width: 100%;
    height: 8px;
}

meter::-webkit-meter-bar {
    background: var(--color-gray-lightest);
}

meter::-webkit-meter-optimum-value {
    background: #28a745;
}

meter::-webkit-meter-suboptimum-value {
    background: #ffc107;
}

meter::-webkit-meter-even-less-good-value {
    background: #dc3545;
}

/* Mejoras de fieldset */
fieldset {
    border: 2px solid var(--color-gray-lighter);
    border-radius: var(--border-radius);
    padding: 20px;
    margin: 20px 0;
}

legend {
    padding: 0 12px;
    font-weight: 600;
    color: var(--color-dark);
}

/* Mejoras de optgroup */
optgroup {
    font-weight: 600;
}

/* Mejoras de output */
output {
    display: inline-block;
    padding: 4px 8px;
    background: var(--color-gray-lightest);
    border-radius: var(--border-radius);
    font-weight: 600;
    color: var(--color-primary);
}

/* Mejoras de datalist */
datalist {
    display: none;
}

/* Mejoras de keygen (deprecated pero por si acaso) */
keygen {
    display: none;
}

/* Mejoras de canvas */
canvas {
    max-width: 100%;
    height: auto;
}

/* Mejoras de video */
video {
    max-width: 100%;
    height: auto;
}

/* Mejoras de audio */
audio {
    width: 100%;
}

/* Mejoras de iframe */
iframe {
    max-width: 100%;
    border: none;
}

/* Mejoras de embed */
embed,
object {
    max-width: 100%;
}

/* Mejoras de svg */
svg {
    max-width: 100%;
    height: auto;
}

/* Mejoras de picture */
picture {
    display: block;
}

/* Mejoras de source */
source {
    display: none;
}

/* Mejoras de track */
track {
    display: none;
}

/* Mejoras de map */
map {
    display: inline;
}

/* Mejoras de area */
area {
    display: none;
}

/* Mejoras de script */
script {
    display: none;
}

/* Mejoras de style */
style {
    display: none;
}

/* Mejoras de template */
template {
    display: none;
}

/* Mejoras de noscript */
noscript {
    display: block;
    padding: 20px;
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: var(--border-radius);
    margin: 20px 0;
    color: #856404;
}

/* Mejoras finales de performance */
.performance-optimized {
    contain: layout style paint;
    will-change: auto;
}

/* Mejoras de critical CSS - elementos above the fold */
.above-fold {
    content-visibility: auto;
    contain-intrinsic-size: 200px;
}

/* Mejoras de lazy loading mejorado */
.lazy-load {
    opacity: 0;
    transition: opacity 0.3s;
}

.lazy-load.loaded {
    opacity: 1;
}

/* Mejoras de intersection observer fallback */
@supports not (intersection-observer: auto) {
    .lazy-load {
        opacity: 1;
    }
}

/* Mejoras de content-visibility */
@supports (content-visibility: auto) {
    .below-fold {
        content-visibility: auto;
    }
}

/* Mejoras de container queries */
@supports (container-type: inline-size) {
    .container-query {
        container-type: inline-size;
    }
    
    @container (min-width: 768px) {
        .container-responsive {
            padding: var(--spacing-lg);
        }
    }
}

/* Mejoras de :has() selector */
@supports selector(:has(*)) {
    .has-children:has(.active) {
        background: var(--color-gray-lightest);
    }
}

/* Mejoras de :is() y :where() */
@supports selector(:is(*)) {
    :is(h1, h2, h3, h4, h5, h6) {
        font-weight: 600;
    }
}

/* Mejoras de :not() avanzado */
@supports selector(:not(*, *)) {
    .not-first-last:not(:first-child, :last-child) {
        margin: 0 10px;
    }
}

/* Mejoras de logical properties */
@supports (margin-inline-start: 0) {
    .logical-spacing {
        margin-inline-start: var(--spacing-md);
        margin-inline-end: var(--spacing-md);
        padding-block-start: var(--spacing-md);
        padding-block-end: var(--spacing-md);
    }
}

/* Mejoras de color-mix() */
@supports (color: color-mix(in srgb, red, blue)) {
    .color-mix {
        background: color-mix(in srgb, var(--color-primary) 50%, white);
    }
}

/* Mejoras de oklch() */
@supports (color: oklch(0% 0 0)) {
    .oklch-color {
        color: oklch(60% 0.2 250);
    }
}

/* Mejoras de @layer */
@supports selector(&) {
    @layer base, components, utilities;
    
    @layer base {
        * {
            box-sizing: border-box;
        }
    }
    
    @layer components {
        .btn {
            padding: 12px 24px;
        }
    }
    
    @layer utilities {
        .text-center {
            text-align: center;
        }
    }
}

/* Mejoras de @scope */
@supports selector(&) {
    @scope (.card) {
        .title {
            font-size: 20px;
        }
    }
}

/* Mejoras de @starting-style */
@supports (animation-timeline: auto) {
    @starting-style {
        .fade-in {
            opacity: 0;
        }
    }
}

/* Mejoras de @property */
@supports (background: paint(something)) {
    @property --primary-color {
        syntax: '<color>';
        initial-value: #c41e3a;
        inherits: false;
    }
}

/* Mejoras de scroll-driven animations */
@supports (animation-timeline: scroll()) {
    .scroll-animated {
        animation: fade-in linear;
        animation-timeline: scroll();
    }
}

/* Mejoras de view transitions */
@supports (view-transition-name: none) {
    ::view-transition-old(root),
    ::view-transition-new(root) {
        animation-duration: 0.3s;
    }
}

/* Mejoras de anchor positioning */
@supports (anchor-name: --anchor) {
    .anchored {
        position-anchor: --anchor;
    }
}

/* Mejoras de text-wrap: balance */
@supports (text-wrap: balance) {
    h1, h2, h3 {
        text-wrap: balance;
    }
}

/* Mejoras de text-wrap: pretty */
@supports (text-wrap: pretty) {
    p {
        text-wrap: pretty;
    }
}

/* Mejoras de font-palette */
@supports (font-palette: normal) {
    .custom-palette {
        font-palette: --custom;
    }
}

/* Mejoras de font-variant-emoji */
@supports (font-variant-emoji: emoji) {
    .emoji {
        font-variant-emoji: emoji;
    }
}

/* Mejoras de initial-letter */
@supports (initial-letter: 3) {
    .drop-cap::first-letter {
        initial-letter: 3;
        font-weight: 700;
        color: var(--color-primary);
    }
}

/* Mejoras de text-box-trim */
@supports (text-box-trim: start) {
    h1, h2, h3 {
        text-box-trim: start;
    }
}

/* Mejoras de text-spacing-trim */
@supports (text-spacing-trim: space-all) {
    .spaced-text {
        text-spacing-trim: space-all;
    }
}

/* Mejoras de line-clamp moderno */
@supports (-webkit-line-clamp: 2) {
    .line-clamp-2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/* Mejoras de subgrid */
@supports (grid-template-columns: subgrid) {
    .subgrid {
        display: grid;
        grid-template-columns: subgrid;
    }
}

/* Mejoras de masonry layout */
@supports (grid-template-rows: masonry) {
    .masonry {
        grid-template-rows: masonry;
    }
}

/* Mejoras de anchor() function */
@supports (top: anchor(--anchor top)) {
    .anchored-element {
        top: anchor(--anchor top);
    }
}

/* Mejoras de size() function */
@supports (width: size(100vw)) {
    .full-size {
        width: size(100vw);
    }
}

/* Mejoras de env() function */
@supports (padding-top: env(safe-area-inset-top)) {
    .safe-area {
        padding-top: env(safe-area-inset-top);
        padding-bottom: env(safe-area-inset-bottom);
        padding-left: env(safe-area-inset-left);
        padding-right: env(safe-area-inset-right);
    }
}

/* Mejoras de constant() function (iOS antiguo) */
@supports (padding-top: constant(safe-area-inset-top)) {
    .safe-area {
        padding-top: constant(safe-area-inset-top);
        padding-bottom: constant(safe-area-inset-bottom);
        padding-left: constant(safe-area-inset-left);
        padding-right: constant(safe-area-inset-right);
    }
}

/* Mejoras de clamp() fallback */
@supports not (font-size: clamp(1rem, 2vw, 3rem)) {
    .responsive-text {
        font-size: 2vw;
    }
    
    @media (max-width: 768px) {
        .responsive-text {
            font-size: 16px;
        }
    }
    
    @media (min-width: 1200px) {
        .responsive-text {
            font-size: 24px;
        }
    }
}

/* Mejoras de min() y max() fallback */
@supports not (width: min(100%, 500px)) {
    .min-width {
        width: 100%;
        max-width: 500px;
    }
}

@supports not (width: max(200px, 50%)) {
    .max-width {
        width: 50%;
        min-width: 200px;
    }
}

/* Mejoras finales de calidad */
.quality-assured {
    /* Clase para marcar elementos que han pasado QA */
    position: relative;
}

/* Mejoras de debugging (solo en desarrollo) */
.debug * {
    outline: 1px solid red;
}

.debug-grid {
    background-image: 
        linear-gradient(to right, rgba(255,0,0,0.1) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,0,0,0.1) 1px, transparent 1px);
    background-size: 20px 20px;
}

/* Mejoras de testing helpers */
.test-highlight {
    background: yellow !important;
    border: 2px solid red !important;
}

/* Mejoras de performance monitoring */
.perf-mark::before {
    content: 'âš¡';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    opacity: 0.3;
}

/* Mejoras finales - limpieza */
.no-js .js-only {
    display: none;
}

.js .no-js-only {
    display: none;
}

/* Mejoras de RTL support (preparado) */
[dir="rtl"] {
    direction: rtl;
}

[dir="rtl"] .text-left {
    text-align: right;
}

[dir="rtl"] .text-right {
    text-align: left;
}

/* Mejoras de LTR explÃ­cito */
[dir="ltr"] {
    direction: ltr;
}

/* Mejoras finales de consistencia */
:root {
    /* Asegurar que las variables estÃ©n disponibles */
    --color-primary: #c41e3a;
    --color-primary-dark: #a01a2e;
    --color-primary-light: #e63950;
    --color-dark: #2a2a2a;
    --color-dark-light: #3a3a3a;
    --color-gray: #666666;
    --color-gray-light: #999999;
    --color-gray-lighter: #e0e0e0;
    --color-gray-lightest: #f5f5f5;
    --color-metallic: #c0c0c0;
    --color-white: #ffffff;
    --spacing-xs: 8px;
    --spacing-sm: 16px;
    --spacing-md: 24px;
    --spacing-lg: 40px;
    --spacing-xl: 60px;
    --spacing-xxl: 80px;
    --border-radius: 8px;
    --border-radius-lg: 12px;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
    --shadow-md: 0 4px 16px rgba(0,0,0,0.12);
    --shadow-lg: 0 8px 24px rgba(0,0,0,0.16);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Mejoras finales de documentaciÃ³n */
/*
 * LaVitrina64 - Sistema de Estilos Completo
 * 
 * Archivos CSS:
 * 1. style.css - Estilos base del template original
 * 2. responsive.css - Media queries originales
 * 3. lavitrina-custom.css - Estilos personalizados base
 * 4. lavitrina-premium.css - Estilos premium y profesionales
 * 5. lavitrina-fixes.css - Correcciones de layout y responsividad
 * 6. lavitrina-enhancements.css - Mejoras adicionales y utilidades
 * 7. lavitrina-optimizations.css - Optimizaciones finales
 * 
 * Orden de carga recomendado:
 * 1. Bootstrap
 * 2. style.css
 * 3. responsive.css
 * 4. lavitrina-custom.css
 * 5. lavitrina-premium.css
 * 6. lavitrina-fixes.css
 * 7. lavitrina-enhancements.css
 * 8. lavitrina-optimizations.css
 */

/* ============================================================================
   FIX: Eliminar icono raro en botones "Ver colección"
   ============================================================================ */
.category-card a::after {
    content: '' !important;
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    position: absolute !important;
    left: -9999px !important;
}

