/*
Theme Name:   Tifoso Premium Storefront Child
Theme URI:    https://tifosostore.com
Description:  Tema Hijo de Storefront para Tifoso Store. Estética Premium "WOW Style" (Glassmorphism + Gradientes + Animaciones 3D en Hover + Tema Oscuro unificado).
Template:     storefront
Version:      1.1.6
Text Domain:  tifoso-premium
*/

/* ============================================================
   1. VARIABLES DE DISEÑO (TOKENS PREMIUM)
   ============================================================ */
:root {
    --tifoso-bg: #0A0B0D;
    --tifoso-bg-sec: #121418;
    --tifoso-bg-tri: #1A1D24;
    --tifoso-gold: #E5B842;
    --tifoso-gold-hover: #F0CE6D;
    --tifoso-red: #D62828;
    --tifoso-red-hover: #F23D3D;
    --tifoso-text: #E0E0D8;
    --tifoso-text-muted: #8F8F88;
    --tifoso-border: rgba(229, 184, 66, 0.12);
    --tifoso-border-active: rgba(229, 184, 66, 0.4);
    --tifoso-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    --tifoso-glow: 0 12px 32px rgba(229, 184, 66, 0.06);
    --tifoso-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* ============================================================
   2. GLOBAL & FONDO GRADIENTE PREMIUM (CON REGLAS DE ANCHO COMPLETO)
   ============================================================ */
body, 
.site,
#page { 
    background: linear-gradient(rgba(10, 11, 13, 0.94), rgba(10, 11, 13, 0.94)), 
                url('tifoso_stadium_bg_dark.png') no-repeat center center fixed !important;
    background-size: cover !important;
    color: var(--tifoso-text) !important; 
    font-family: 'Inter', -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.site-header,
.site-footer,
.footer-wrapper,
.site-content,
#main {
    background: transparent !important;
}

h1, h2, h3, h4, h5, h6, 
.site-title,
.product-title,
.product_title,
.woocommerce-loop-product__title { 
    font-family: 'Outfit', sans-serif !important; 
    color: #FFFFFF !important; 
    text-transform: uppercase; 
    letter-spacing: 0.05em;
}

p, li, .woocommerce-Tabs-panel p { 
    color: var(--tifoso-text); 
    line-height: 1.7;
}

a { 
    color: var(--tifoso-gold); 
    text-decoration: none; 
    transition: var(--tifoso-transition);
}
a:hover { 
    color: var(--tifoso-gold-hover); 
}

/* Selección de texto premium */
::selection {
    background-color: var(--tifoso-gold);
    color: #0A0B0D;
}

/* Contenedor estándar del tema */
.tifoso-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

/* ============================================================
   3. CORRECCIÓN DE ANCHO COMPLETO PARA TIENDA Y PORTADA (BYPASS STOREFRONT MARGINS)
   ============================================================ */
/* Forzar ancho completo de contenedores en la página principal */
.home .site-content,
.home .content-area,
.home .site-main {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

/* Forzar ancho completo en catálogo (Shop y Categorías) para evitar el espacio de barra lateral */
.archive.post-type-archive-product .content-area,
.tax-product_cat .content-area,
.single-product .content-area,
.woocommerce-cart .content-area,
.woocommerce-checkout .content-area {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    float: none !important;
}

.archive.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.single-product .site-main,
.woocommerce-cart .site-main,
.woocommerce-checkout .site-main {
    width: 100% !important;
    max-width: 1360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 20px !important;
    float: none !important;
    box-sizing: border-box;
}


/* Evitar que Storefront limite el contenedor principal de la página */
.col-full {
    max-width: 1360px !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

/* ============================================================
   4. GLASSMORPHISM EN CABECERA (HEADER)
   ============================================================ */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: rgba(10, 11, 13, 0.8) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid var(--tifoso-border) !important;
    padding: 10px 0 !important;
    margin-bottom: 0 !important;
}

/* Barra superior de anuncios */
.tifoso-top-bar {
    background-color: rgba(18, 20, 24, 0.9) !important;
    border-bottom: 1px solid var(--tifoso-border);
    padding: 8px 0;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--tifoso-gold);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.tifoso-top-bar .tifoso-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

/* Sprint social proof + tracking support */
.tifoso-social-proof-premium {
    margin: 34px 0 22px !important;
}
.tifoso-social-proof-kicker,
.tfi-social-proof-panel__eyebrow {
    display: inline-block !important;
    margin-bottom: 10px !important;
    color: var(--tifoso-gold) !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: .76rem !important;
    font-weight: 800 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
}
.tifoso-social-proof-copy,
.tfi-social-proof-panel__head p {
    margin: 10px auto 0 !important;
    max-width: 760px !important;
    color: #C7C7BE !important;
    line-height: 1.65 !important;
}
.tifoso-social-proof-grid,
.tfi-social-proof-panel__grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
    margin-top: 24px !important;
}
.tifoso-social-proof-card,
.tfi-social-proof-card {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    min-height: 100% !important;
    padding: 22px !important;
    border: 1px solid rgba(229,184,66,.18) !important;
    border-radius: 18px !important;
    background:
        radial-gradient(circle at top right, rgba(229,184,66,.18), transparent 34%),
        linear-gradient(180deg, rgba(19,21,25,.98), rgba(10,11,13,.98)) !important;
    box-shadow: 0 20px 48px rgba(0,0,0,.26) !important;
    text-decoration: none !important;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease !important;
}
.tifoso-social-proof-card:hover,
.tfi-social-proof-card:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(229,184,66,.34) !important;
    box-shadow: 0 24px 56px rgba(0,0,0,.32) !important;
}
.tifoso-social-proof-card__tag,
.tfi-social-proof-card__label {
    display: inline-flex !important;
    align-self: flex-start !important;
    padding: 5px 10px !important;
    border-radius: 999px !important;
    background: rgba(229,184,66,.12) !important;
    color: var(--tifoso-gold) !important;
    font-size: .73rem !important;
    font-weight: 700 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}
.tifoso-social-proof-card strong,
.tfi-social-proof-card strong,
.tfi-social-proof-panel__head strong {
    color: #FFFFFF !important;
    font-family: 'Outfit', sans-serif !important;
}
.tifoso-social-proof-card strong,
.tfi-social-proof-card strong {
    font-size: 1.05rem !important;
    line-height: 1.28 !important;
}
.tifoso-social-proof-card p,
.tfi-social-proof-card em {
    margin: 0 !important;
    color: #C7C7BE !important;
    font-size: .92rem !important;
    line-height: 1.58 !important;
    font-style: normal !important;
}
.tifoso-social-proof-card__cta {
    margin-top: auto !important;
    color: #FFFFFF !important;
    font-size: .88rem !important;
    font-weight: 700 !important;
}
.tfi-social-proof-panel {
    margin: 18px 0 0 !important;
    padding: 18px !important;
    border: 1px solid rgba(229,184,66,.18) !important;
    border-radius: 18px !important;
    background:
        radial-gradient(circle at 100% 0%, rgba(229,184,66,.18), transparent 32%),
        linear-gradient(180deg, rgba(16,18,22,.98), rgba(10,11,13,.98)) !important;
    box-shadow: 0 20px 50px rgba(0,0,0,.28) !important;
}
.tfi-social-proof-panel__head {
    margin-bottom: 6px !important;
}
.tfi-social-proof-panel__head strong {
    display: block !important;
    font-size: 1.05rem !important;
    line-height: 1.32 !important;
}
.single-product .tfi-social-proof-panel .tfi-social-proof-panel__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
@media (max-width: 1080px) {
    .tifoso-social-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .single-product .tfi-social-proof-panel .tfi-social-proof-panel__grid {
        grid-template-columns: 1fr !important;
    }
}
@media (max-width: 782px) {
    .tifoso-social-proof-premium {
        margin: 28px 0 18px !important;
    }
    .tifoso-social-proof-grid,
    .tfi-social-proof-panel__grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
    .tifoso-social-proof-card,
    .tfi-social-proof-card,
    .tfi-social-proof-panel {
        padding: 16px !important;
        border-radius: 15px !important;
    }
    .tifoso-social-proof-card strong,
    .tfi-social-proof-card strong,
    .tfi-social-proof-panel__head strong {
        font-size: .98rem !important;
    }
    .tifoso-social-proof-card p,
    .tfi-social-proof-card em,
    .tifoso-social-proof-copy,
    .tfi-social-proof-panel__head p {
        font-size: .88rem !important;
        line-height: 1.55 !important;
    }
}

/* 33. EMPTY CART + SEARCH FINISHING PASS */
body.woocommerce-cart .cart-empty.woocommerce-info,
body.woocommerce-cart .return-to-shop {
    display: none !important;
}

.tfi-empty-cart-recovery {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
}

.tfi-empty-cart-products {
    margin-top: 6px !important;
}

.tfi-empty-cart-products .woocommerce {
    width: 100% !important;
}

.tfi-empty-cart-products ul.products,
.tfi-empty-cart-products ul.products.columns-4 {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
    width: 100% !important;
    margin: 0 !important;
}

.tfi-empty-cart-products ul.products li.product,
.tfi-empty-cart-products ul.products.columns-4 li.product {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.tfi-empty-cart-products ul.products li.product .woocommerce-loop-product__link,
.tfi-empty-cart-products ul.products.columns-4 li.product .woocommerce-loop-product__link {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.tfi-empty-cart-products ul.products li.product .woocommerce-loop-product__title,
.tfi-empty-cart-products ul.products.columns-4 li.product .woocommerce-loop-product__title {
    min-height: 3.1em !important;
    margin: 12px 12px 8px !important;
    font-size: .88rem !important;
    line-height: 1.35 !important;
}

.tfi-empty-cart-products ul.products li.product .price,
.tfi-empty-cart-products ul.products.columns-4 li.product .price {
    margin: 0 12px 10px !important;
    font-size: 1.1rem !important;
}

.tfi-empty-cart-products ul.products li.product .button,
.tfi-empty-cart-products ul.products li.product a.button,
.tfi-empty-cart-products ul.products.columns-4 li.product .button,
.tfi-empty-cart-products ul.products.columns-4 li.product a.button {
    width: calc(100% - 24px) !important;
    margin: auto 12px 12px !important;
}

.tfi-mobile-buybar {
    display: none;
}

@media (max-width: 980px) {
    .tfi-empty-cart-products ul.products,
    .tfi-empty-cart-products ul.products.columns-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }
}

@media (max-width: 782px) {
    .tfi-mobile-buybar {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 1600;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 12px;
        padding: 12px 14px;
        border-radius: 18px;
        border: 1px solid rgba(229,184,66,.18);
        background: linear-gradient(180deg, rgba(18,20,24,.96), rgba(10,11,13,.94));
        box-shadow: 0 18px 44px rgba(0,0,0,.44), 0 0 0 1px rgba(255,255,255,.03) inset;
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    .tfi-mobile-buybar__price {
        color: var(--tifoso-gold);
        font-family: 'Outfit', sans-serif;
        font-size: 1.18rem;
        font-weight: 800;
        line-height: 1;
        letter-spacing: .02em;
    }

    .tfi-mobile-buybar__button {
        min-height: 46px;
        padding: 0 18px;
        border: 0;
        border-radius: 14px;
        background: linear-gradient(135deg, #d62828, #b52020);
        color: #fff;
        font-family: 'Outfit', sans-serif;
        font-size: .84rem;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
        box-shadow: 0 12px 24px rgba(214,40,40,.24);
    }

    body.single-product {
        padding-bottom: 92px !important;
    }

    .tfi-empty-cart-recovery {
        gap: 14px !important;
    }

    .tfi-empty-cart-recovery h2 {
        font-size: clamp(1.35rem, 8vw, 2rem) !important;
        max-width: 12ch !important;
    }

    .tfi-empty-cart-recovery p {
        max-width: 34ch !important;
        font-size: .92rem !important;
        line-height: 1.55 !important;
    }

    .tfi-empty-cart-cta {
        width: 100% !important;
        margin: 4px 0 10px !important;
    }

    .tfi-empty-cart-products ul.products,
    .tfi-empty-cart-products ul.products.columns-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .tfi-empty-cart-products ul.products li.product .woocommerce-loop-product__title,
    .tfi-empty-cart-products ul.products.columns-4 li.product .woocommerce-loop-product__title {
        min-height: 2.8em !important;
        margin: 10px 10px 6px !important;
        font-size: .74rem !important;
    }

    .tfi-empty-cart-products ul.products li.product .price,
    .tfi-empty-cart-products ul.products.columns-4 li.product .price {
        margin: 0 10px 8px !important;
        font-size: .96rem !important;
    }

    .tfi-empty-cart-products ul.products li.product .button,
    .tfi-empty-cart-products ul.products li.product a.button,
    .tfi-empty-cart-products ul.products.columns-4 li.product .button,
    .tfi-empty-cart-products ul.products.columns-4 li.product a.button {
        width: calc(100% - 20px) !important;
        margin: auto 10px 10px !important;
        padding: 10px 10px !important;
        font-size: .72rem !important;
    }
}
.tifoso-top-bar span,
.tifoso-gb-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.tifoso-top-bar svg,
.tifoso-gb-item svg {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
}
.tifoso-first-order-bar {
    background: linear-gradient(90deg, rgba(229, 184, 66, 0.98), rgba(240, 206, 109, 0.96));
    color: #0A0B0D;
    border-bottom: 1px solid rgba(255,255,255,.18);
    font-family: 'Outfit', sans-serif;
}
.tifoso-first-order-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    text-align: center;
    font-size: .88rem;
    font-weight: 700;
    letter-spacing: .02em;
}
.tifoso-first-order-copy,
.tifoso-first-order-copy strong {
    color: #0A0B0D !important;
}
.tifoso-first-order-inner a {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    background: #0A0B0D;
    color: #FFFFFF !important;
    font-size: .78rem;
    text-transform: uppercase;
}
@media (max-width: 600px) {
    .tifoso-top-bar .tifoso-container {
        justify-content: center;
        text-align: center;
    }
    .tifoso-first-order-inner {
        flex-direction: column;
        gap: 6px;
        padding: 8px 20px;
    }
}

.tifoso-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-branding .tifoso-logo-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}
.site-branding .tifoso-logo-img {
    width: 44px;
    height: 58px;
    object-fit: contain;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-branding:hover .tifoso-logo-img {
    transform: scale(1.08) translateY(-1px);
    filter: drop-shadow(0 0 10px rgba(229, 184, 66, 0.6));
}
.site-branding .site-title {
    display: flex;
    flex-direction: column;
    line-height: 0.95;
    font-size: 1.4rem !important;
    margin: 0;
    color: #FFFFFF !important;
    font-family: 'Outfit', sans-serif !important;
    letter-spacing: 0.08em;
}
.site-branding .brand-tifoso {
    font-weight: 800;
    text-transform: uppercase;
    color: #FFFFFF;
}
.site-branding .brand-store {
    font-weight: 300;
    text-transform: uppercase;
    color: var(--tifoso-gold) !important;
    font-size: 0.85rem;
    letter-spacing: 0.22em;
    transition: all 0.3s ease;
}
.site-branding:hover .brand-store {
    color: var(--tifoso-gold-hover) !important;
    text-shadow: 0 0 8px rgba(240, 206, 109, 0.3);
}

.main-navigation ul.nav-menu {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-navigation ul.nav-menu a {
    color: #FFFFFF !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 5px 0;
    position: relative;
}
.main-navigation ul.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--tifoso-gold);
    transition: var(--tifoso-transition);
}
.main-navigation ul.nav-menu a:hover {
    color: var(--tifoso-gold) !important;
}
.main-navigation ul.nav-menu a:hover::after {
    width: 100%;
}

.tifoso-header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Buscador rápido */
.tifoso-search-form {
    display: flex;
    align-items: center;
    background: var(--tifoso-bg-sec);
    border: 1px solid var(--tifoso-border);
    border-radius: 20px;
    padding: 4px 12px;
    transition: var(--tifoso-transition);
}
.tifoso-search-form:focus-within {
    border-color: var(--tifoso-gold);
    box-shadow: 0 0 10px rgba(229, 184, 66, 0.15);
}
.tifoso-search-input {
    background: transparent;
    border: none;
    color: #FFFFFF;
    font-size: 0.9rem;
    outline: none;
    padding: 4px 0;
    width: 160px;
    transition: var(--tifoso-transition);
}
.tifoso-search-input:focus {
    width: 220px;
}
.tifoso-search-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    padding: 0;
    color: var(--tifoso-gold);
}

/* Carrito dinámico */
.tifoso-cart-icon-wrapper a {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--tifoso-bg-sec);
    border: 1px solid var(--tifoso-border);
    padding: 8px 16px;
    border-radius: 20px;
    color: #FFFFFF !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    transition: var(--tifoso-transition);
}
.tifoso-cart-icon-wrapper a:hover {
    border-color: var(--tifoso-gold);
    box-shadow: var(--tifoso-glow);
}
.tifoso-cart-icon-wrapper .count {
    background-color: var(--tifoso-red);
    color: #FFFFFF;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

/* Ocultar elementos por defecto de Storefront que no usemos */
.storefront-handheld-footer-bar,
.site-search,
.site-header-cart {
    display: none !important;
}

@media (max-width: 992px) {
    .main-navigation {
        display: none !important;
    }
    .tifoso-search-input {
        width: 100px;
    }
    .tifoso-search-input:focus {
        width: 130px;
    }
}

/* ============================================================
   5. HOME PAGE (FRONT PAGE) - "WOW STYLE"
   ============================================================ */
/* Hero section */
.tifoso-hero {
    height: 75vh;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-image: url('https://tifosostore.com/wp-content/uploads/2026/05/tifoso-hero-serie-a-3-2.jpg');
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid var(--tifoso-border);
    width: 100% !important;
}


/* ============================================================
   32. PREMIUM STRICT OVERRIDES (HOME / PDP / CART / CHECKOUT)
   ============================================================ */
html body {
    --tfi-shell: min(1440px, calc(100vw - 64px));
    --tfi-panel-bg: linear-gradient(180deg, rgba(19, 21, 25, 0.96), rgba(10, 11, 13, 0.94));
    --tfi-panel-border: rgba(229, 184, 66, 0.14);
    --tfi-panel-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

html body.home .site-main,
html body.single-product .site-main,
html body.woocommerce-cart .site-main,
html body.woocommerce-checkout .site-main,
html body.woocommerce-shop .site-main {
    width: min(var(--tfi-shell), calc(100vw - 64px)) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

html body.home .tifoso-container {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
}

html body.home .tifoso-hero-premium {
    padding: 34px 0 18px !important;
}
html body.home .tifoso-hero-container {
    align-items: center !important;
    gap: 42px !important;
}
html body.home .tifoso-hero-left {
    max-width: 560px !important;
}
html body.home .tifoso-hero-badge {
    min-height: 38px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.035) !important;
    border: 1px solid rgba(229,184,66,.16) !important;
    backdrop-filter: blur(14px) !important;
}
html body.home .tifoso-hero-title-premium {
    font-size: clamp(3rem, 6vw, 5.2rem) !important;
    line-height: .93 !important;
    letter-spacing: .01em !important;
    margin: 18px 0 16px !important;
    max-width: 8.5ch !important;
}
html body.home .tifoso-hero-text-premium {
    max-width: 43ch !important;
    font-size: 1.04rem !important;
    line-height: 1.72 !important;
    color: #d9d7cf !important;
}
html body.home .tifoso-hero-actions-premium {
    margin-top: 6px !important;
    gap: 12px !important;
}
html body.home .tifoso-hero-bullets {
    margin-top: 18px !important;
    gap: 10px !important;
}
html body.home .bullet-item span {
    font-size: .8rem !important;
    letter-spacing: .1em !important;
}
html body.home .tifoso-hero-slider-wrapper {
    max-width: 380px !important;
}
html body.home .tifoso-section-link-premium,
html body.home .filter-link {
    font-size: .74rem !important;
    letter-spacing: .14em !important;
}
html body.home .tifoso-tabs-filter {
    gap: 8px !important;
}
html body.home .filter-tab {
    min-height: 30px !important;
    padding: 0 11px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.03) !important;
    border: 1px solid rgba(255,255,255,.06) !important;
    color: #d4d1c6 !important;
}
html body.home .filter-tab.active {
    background: rgba(229,184,66,.12) !important;
    border-color: rgba(229,184,66,.28) !important;
    color: #fff !important;
}
html body.home .products li.product {
    box-shadow: var(--tfi-panel-shadow) !important;
}
html body.home .products li.product {
    border: 1px solid rgba(255,255,255,.05) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    background: var(--tfi-panel-bg) !important;
}
html body.home .products li.product .woocommerce-loop-product__link {
    display: grid !important;
    grid-template-rows: auto 1fr auto auto !important;
    min-height: 100% !important;
}
html body.home .products li.product img {
    aspect-ratio: 4 / 4.6 !important;
    object-fit: cover !important;
}
html body.home .products li.product .woocommerce-loop-product__title {
    min-height: 3.25em !important;
    font-size: .92rem !important;
    font-weight: 600 !important;
    line-height: 1.34 !important;
}
html body.home .products li.product .price {
    font-size: 1.12rem !important;
    font-weight: 700 !important;
}
html body.home .products li.product .button,
html body.home .products li.product a.button,
html body.home .products li.product .add_to_cart_button {
    min-height: 38px !important;
    border-radius: 10px !important;
}

html body.single-product div.product.type-product {
    margin-top: 12px !important;
}
html body.single-product .summary.entry-summary {
    gap: 16px !important;
}
html body.single-product .summary.entry-summary .product_title {
    font-size: clamp(1.95rem, 3.1vw, 2.85rem) !important;
    line-height: 1.02 !important;
    letter-spacing: .015em !important;
    max-width: 12ch !important;
}
html body.single-product .summary.entry-summary .woocommerce-product-rating {
    width: fit-content !important;
    min-height: 34px !important;
    padding: 0 14px !important;
}
html body.single-product div.product p.price,
html body.single-product div.product span.price {
    font-size: clamp(2rem, 3vw, 2.6rem) !important;
    margin: 0 !important;
}
html body.single-product .woocommerce-product-details__short-description p {
    max-width: 44ch !important;
    font-size: .98rem !important;
    line-height: 1.74 !important;
    color: #d8d6ce !important;
}
html body.single-product form.cart {
    margin-top: 6px !important;
    padding-top: 16px !important;
}
html body.single-product form.cart .variations label {
    color: #f1eee4 !important;
}
html body.single-product .single_add_to_cart_button {
    min-height: 58px !important;
    font-size: .98rem !important;
    letter-spacing: .08em !important;
}
html body.single-product .tfi-buy-confidence-panel,
html body.single-product .tifoso-garanzia,
html body.single-product .tifoso-pay-assurance {
    border-radius: 18px !important;
    border-color: var(--tfi-panel-border) !important;
    background: var(--tfi-panel-bg) !important;
    box-shadow: var(--tfi-panel-shadow) !important;
}
html body.single-product .tfi-buy-confidence-panel {
    padding: 18px !important;
    margin: 16px 0 4px !important;
}
html body.single-product .tfi-buy-confidence-main strong {
    font-size: 1rem !important;
    line-height: 1.45 !important;
}
html body.single-product .tfi-buy-confidence-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
}
html body.single-product .tfi-buy-confidence-grid span,
html body.single-product .tfi-buy-confidence-grid a {
    min-height: 46px !important;
    border-radius: 12px !important;
    padding: 10px 12px !important;
}
html body.single-product .tfi-first-order-inline {
    min-height: 46px !important;
    margin-top: 14px !important;
}
html body.single-product .tifoso-pay-assurance {
    margin-top: 6px !important;
    padding: 18px 16px 4px !important;
}
html body.single-product .tifoso-pay-badges {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0,1fr)) !important;
    gap: 8px !important;
}
html body.single-product .tifoso-pay-badges span {
    min-height: 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    background: rgba(255,255,255,.03) !important;
}
html body.single-product .tifoso-garanzia {
    margin: 16px 0 0 !important;
    padding: 18px !important;
}
html body.single-product .tifoso-garanzia__hero {
    align-items: center !important;
    padding-bottom: 14px !important;
    margin-bottom: 14px !important;
    border-bottom: 1px solid rgba(255,255,255,.06) !important;
}
html body.single-product .tifoso-garanzia__visual {
    background: linear-gradient(135deg, rgba(229,184,66,.18), rgba(229,184,66,.08)) !important;
    border: 1px solid rgba(229,184,66,.18) !important;
}
html body.single-product .tifoso-garanzia__hero strong {
    font-size: .95rem !important;
    line-height: 1.45 !important;
}
html body.single-product .tifoso-garanzia__head {
    font-size: .84rem !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
}
html body.single-product .tifoso-garanzia__row {
    padding: 10px 0 !important;
    border-top: 1px solid rgba(255,255,255,.05) !important;
}
html body.single-product .tifoso-garanzia__row:first-of-type {
    border-top: 0 !important;
}
html body.single-product .tifoso-garanzia__row strong {
    font-size: .86rem !important;
}
html body.single-product .tifoso-garanzia__row span {
    font-size: .78rem !important;
    line-height: 1.55 !important;
    color: #cfcbbf !important;
}
html body.single-product .woocommerce-tabs {
    padding-top: 18px !important;
}
html body.single-product .woocommerce-tabs .panel,
html body.single-product .woocommerce-Tabs-panel {
    border-radius: 0 0 18px 18px !important;
}

html body.woocommerce-cart .cart_totals,
html body.woocommerce-checkout #order_review,
html body.woocommerce-checkout .woocommerce-billing-fields,
html body.woocommerce-checkout .woocommerce-additional-fields {
    box-shadow: var(--tfi-panel-shadow) !important;
}
html body.woocommerce-cart .cart_totals h2,
html body.woocommerce-checkout #order_review_heading,
html body.woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: clamp(1.2rem, 2vw, 1.8rem) !important;
}
html body.woocommerce-checkout p.form-row label {
    color: #f2efe4 !important;
    font-size: .78rem !important;
}
html body.woocommerce-checkout input.input-text,
html body.woocommerce-checkout select,
html body.woocommerce-checkout textarea {
    background: rgba(9,10,12,.72) !important;
    border: 1px solid rgba(255,255,255,.1) !important;
}
html body.woocommerce-checkout .tfi-checkout-secure-payments,
html body.woocommerce-checkout .tfi-checkout-help-box {
    background: rgba(255,255,255,.02) !important;
    border: 1px solid rgba(255,255,255,.06) !important;
}

@media (max-width: 782px) {
    html body.home .tifoso-hero-premium {
        padding: 20px 0 8px !important;
    }
    html body.home .tifoso-hero-container {
        gap: 24px !important;
    }
    html body.home .tifoso-hero-title-premium {
        font-size: clamp(2.25rem, 10vw, 3.25rem) !important;
        max-width: 9ch !important;
    }
    html body.home .tifoso-hero-text-premium {
        font-size: .95rem !important;
        max-width: 34ch !important;
    }
    html body.home .tifoso-products-section-premium,
    html body.home .tifoso-leagues-section-premium,
    html body.home .tifoso-countdown-section-premium {
        padding-top: 18px !important;
        padding-bottom: 24px !important;
    }
}
.tifoso-hero-subtitle {
    color: var(--tifoso-gold) !important;
    font-size: 1.15rem !important;
    letter-spacing: 0.25em;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.tifoso-hero-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem) !important;
    line-height: 1.1 !important;
    margin-bottom: 20px !important;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.95), 0 0 40px rgba(0, 0, 0, 0.8) !important;
}
.tifoso-hero-text {
    font-size: 1.15rem;
    color: #D1D5DB;
    margin-bottom: 35px;
    line-height: 1.6;
}
.tifoso-hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Botones Premium */
.tifoso-btn {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 8px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: var(--tifoso-transition);
}
.tifoso-btn-primary {
    background-color: var(--tifoso-red) !important;
    color: #FFFFFF !important;
    box-shadow: 0 4px 20px rgba(214, 40, 40, 0.3);
}
.tifoso-btn-primary:hover {
    background-color: var(--tifoso-red-hover) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(214, 40, 40, 0.5);
}
.tifoso-btn-secondary {
    background-color: transparent !important;
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF;
}
.tifoso-btn-secondary:hover {
    background-color: #FFFFFF !important;
    color: #0A0B0D !important;
    transform: translateY(-2px);
}

/* Leagues Grid */
.tifoso-leagues-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
    box-sizing: border-box;
}
.tifoso-section-title {
    font-size: 2.2rem !important;
    text-align: center;
    margin-bottom: 10px !important;
}
.tifoso-section-subtitle {
    text-align: center;
    color: var(--tifoso-text-muted);
    font-size: 1.05rem;
    margin-bottom: 50px;
}
.tifoso-leagues-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
@media (max-width: 992px) {
    .tifoso-leagues-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .tifoso-leagues-grid {
        grid-template-columns: 1fr;
    }
}

.tifoso-league-tile {
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    border: 1px solid var(--tifoso-border);
    display: flex;
    align-items: flex-end;
    padding: 24px;
    text-decoration: none;
    box-shadow: var(--tifoso-shadow);
    transition: var(--tifoso-transition);
}
.tifoso-league-tile-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to top, rgba(10, 11, 13, 0.9) 0%, rgba(10, 11, 13, 0.2) 100%);
    z-index: 1;
    transition: var(--tifoso-transition);
}
.tifoso-league-tile-content {
    position: relative;
    z-index: 2;
    width: 100%;
}
.tifoso-league-tile h4 {
    font-size: 1.6rem !important;
    margin-bottom: 8px !important;
    color: #FFFFFF !important;
}
.tifoso-tile-btn {
    color: var(--tifoso-gold);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-block;
    transition: var(--tifoso-transition);
}
.tifoso-league-tile:hover {
    transform: translateY(-6px);
    border-color: var(--tifoso-gold);
    box-shadow: var(--tifoso-glow), 0 15px 35px rgba(0,0,0,0.6);
}
.tifoso-league-tile:hover .tifoso-league-tile-overlay {
    background: linear-gradient(to top, rgba(10, 11, 13, 0.95) 0%, rgba(10, 11, 13, 0.4) 100%);
}
.tifoso-league-tile:hover .tifoso-tile-btn {
    color: var(--tifoso-gold-hover);
    transform: translateX(4px);
}

/* Products loop adjustments */
.tifoso-products-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    box-sizing: border-box;
}
.tifoso-products-sale {
    border-top: 1px solid var(--tifoso-border);
    padding-top: 80px;
}

/* Trustpilot Section */
.tifoso-trustpilot-section {
    background-color: var(--tifoso-bg-sec);
    border-top: 1px solid var(--tifoso-border);
    border-bottom: 1px solid var(--tifoso-border);
    padding: 80px 20px;
}
.tifoso-trustpilot-header {
    text-align: center;
    margin-bottom: 50px;
}
.tifoso-tp-stars {
    color: #00B67A;
    font-size: 2rem;
    margin-bottom: 10px;
    display: block;
}
.tifoso-trustpilot-header h4 {
    font-size: 1.8rem !important;
    margin-bottom: 8px !important;
}
.tifoso-trustpilot-header p {
    color: var(--tifoso-text-muted);
}
.tifoso-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}
.tifoso-review-card {
    background: var(--tifoso-bg-tri);
    border: 1px solid var(--tifoso-border);
    border-radius: 12px;
    padding: 24px;
    box-shadow: var(--tifoso-shadow);
}
.tifoso-review-stars {
    color: #00B67A;
    margin-bottom: 15px;
    font-size: 1.1rem;
}
.tifoso-review-card h5 {
    font-size: 1.15rem !important;
    margin-bottom: 10px !important;
    color: #FFFFFF !important;
}
.tifoso-review-card p {
    color: #C5C5CE;
    font-style: italic;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 15px;
}
.tifoso-review-author {
    color: var(--tifoso-gold);
    font-size: 0.85rem;
    font-weight: 600;
}


/* ============================================================
   5. WOOCOMMERCE PRODUCT CARDS & LOOP (ESTRUCTURA DE REJILLA)
   ============================================================ */
/* Rejilla de productos */
ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
    padding: 0 !important;
    margin: 20px 0 !important;
    list-style: none !important;
}
ul.products::before, ul.products::after {
    display: none !important;
}

@media (max-width: 1200px) {
    ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}
@media (max-width: 768px) {
    ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
}
@media (max-width: 480px) {
    ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
}

/* === TARJETA DE PRODUCTO === */
li.product {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    background: linear-gradient(145deg, #16181F, #1A1D26) !important;
    border: 1px solid rgba(229, 184, 66, 0.12) !important;
    border-radius: 14px !important;
    overflow: visible !important;
    padding: 0 !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.35) !important;
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
    height: 100% !important;
    position: relative !important;
}

li.product:hover {
    transform: translateY(-8px) !important;
    border-color: rgba(229, 184, 66, 0.5) !important;
    box-shadow: 0 0 0 1px rgba(229, 184, 66, 0.2), 0 20px 50px rgba(0,0,0,0.55) !important;
}

/* === IMAGEN: contenedor de aspecto cuadrado 1:1 para uniformidad === */
li.product .woocommerce-loop-product__link {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    text-decoration: none !important;
}

li.product a.woocommerce-loop-product__link img,
li.product a img,
li.product img.attachment-woocommerce_thumbnail,
li.product img {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important;
    border-radius: 13px 13px 0 0 !important;
    background-color: #13151C !important;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    margin: 0 !important;
}

li.product:hover img {
    transform: scale(1.06) !important;
}

/* === CONTENIDO TEXTUAL (debajo de la imagen) === */
li.product .product-card-body,
li.product > .woocommerce-loop-product__link ~ *,
li.product > .button,
li.product > .price,
li.product > .woocommerce-loop-product__title {
    padding: 0 14px !important;
}

/* Wrapper para contenido después de la imagen */
li.product .woocommerce-loop-product__link {
    border-radius: 13px !important;
    overflow: hidden !important;
}

li.product .woocommerce-loop-product__title {
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    color: #FFFFFF !important;
    font-family: 'Outfit', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    margin: 12px 14px 8px !important;
    padding: 0 !important;
    height: 2.7em !important;
    max-height: 2.7em !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

li.product .price {
    color: var(--tifoso-gold) !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    margin: 0 14px 10px !important;
    padding: 0 !important;
    display: block !important;
}

li.product .price del {
    color: rgba(255,255,255,0.35) !important;
    font-size: 0.85rem !important;
    font-weight: 400 !important;
    margin-right: 6px !important;
}

li.product .price ins {
    text-decoration: none !important;
    color: var(--tifoso-gold) !important;
}

/* === BOTÓN AÑADIR AL CARRITO === */
li.product .button,
li.product a.button,
li.product .add_to_cart_button {
    display: block !important;
    width: calc(100% - 28px) !important;
    margin: auto 14px 14px !important;
    padding: 11px 14px !important;
    background: linear-gradient(135deg, #D62828, #B52020) !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 8px !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.82rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

li.product .button:hover,
li.product a.button:hover {
    background: linear-gradient(135deg, #F23D3D, #D62828) !important;
    box-shadow: 0 6px 20px rgba(214, 40, 40, 0.4) !important;
    transform: none !important;
    color: #FFFFFF !important;
}

/* === BADGE OFERTA / ON SALE === */
span.onsale {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    right: auto !important;
    z-index: 10 !important;
    background: linear-gradient(135deg, #D62828, #FF5252) !important;
    color: #FFFFFF !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.06em !important;
    border-radius: 6px !important;
    padding: 5px 10px !important;
    min-height: auto !important;
    min-width: auto !important;
    line-height: 1.3 !important;
    box-shadow: 0 2px 8px rgba(214,40,40,0.5) !important;
}

/* === ESTRELLAS DE VALORACIÓN === */
li.product .star-rating {
    color: var(--tifoso-gold) !important;
    font-size: 0.85rem !important;
    margin: 0 14px 8px !important;
}

li.product .star-rating::before {
    color: rgba(229, 184, 66, 0.25) !important;
}

li.product .star-rating span::before {
    color: var(--tifoso-gold) !important;
}

/* === SWIPER CAROUSELES: mismo efecto uniform === */
.tifoso-best-sellers-swiper li.product,
.tifoso-new-arrivals-swiper li.product,
.tifoso-special-offers-swiper li.product,
.tifoso-national-teams-swiper li.product {
    border-radius: 14px !important;
    overflow: visible !important;
}

/* Animar la tarjeta desde dentro del swiper */
.swiper-slide li.product {
    height: 100% !important;
}

.swiper-slide {
    height: auto !important;
}

/* Swatches de Talla interactivos (chips) */
.tawcvs-swatches .swatch.swatch-label {
    background-color: var(--tifoso-bg-sec) !important;
    color: #FFFFFF !important;
    border: 1px solid var(--tifoso-border) !important;
    border-radius: 8px !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600 !important;
    min-width: 44px !important;
    height: 44px !important;
    line-height: 42px !important;
    transition: var(--tifoso-transition) !important;
}
.tawcvs-swatches .swatch.swatch-label.selected, 
.tawcvs-swatches .swatch.swatch-label:hover {
    background-color: var(--tifoso-bg-tri) !important;
    border-color: var(--tifoso-gold) !important;
    color: var(--tifoso-gold) !important;
}

/* Acordeones y pestañas Storefront */
.woocommerce-tabs ul.tabs {
    border-bottom: 1px solid var(--tifoso-border) !important;
    padding: 0 !important;
}
.woocommerce-tabs ul.tabs li {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}
.woocommerce-tabs ul.tabs li a {
    color: var(--tifoso-text-muted) !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.1rem !important;
    text-transform: uppercase;
    padding: 10px 20px !important;
}
.woocommerce-tabs ul.tabs li.active a {
    color: var(--tifoso-gold) !important;
    border-bottom: 2px solid var(--tifoso-gold);
}
.woocommerce-tabs .woocommerce-Tabs-panel {
    background-color: rgba(18, 20, 24, 0.4) !important;
    border: 1px solid var(--tifoso-border) !important;
    border-top: none !important;
    border-radius: 0 0 12px 12px;
    padding: 30px !important;
}

/* Guía de Tallas */
.tifoso-size-guide {
    background: transparent;
}
.tifoso-size-guide h3 {
    color: #FFFFFF !important;
    margin-bottom: 15px !important;
    font-size: 1.4rem !important;
}
.tifoso-sg-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.tifoso-sg-table th, .tifoso-sg-table td {
    padding: 12px;
    border: 1px solid var(--tifoso-border);
    text-align: center;
}
.tifoso-sg-table th {
    background-color: var(--tifoso-bg-tri);
    color: var(--tifoso-gold);
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
}
.tifoso-sg-table td {
    background-color: var(--tifoso-bg-sec);
    color: #FFFFFF;
}
.tifoso-sg-trigger,
.tifoso-sg-trigger-v2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 15px 0;
    color: var(--tifoso-gold);
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    font-size: 0.95rem;
    text-decoration: underline;
}
.tifoso-sg-trigger-v2 svg {
    width: 16px;
    height: 16px;
}

/* ============================================================
   7. MODAL LIGHTBOX CUSTOM (GLASSMORPHIC CON ALTO CONTRASTE)
   ============================================================ */
.tifoso-modal-overlay,
.tifoso-modal-overlay-v2 {
    position: fixed !important;
    top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
    background-color: rgba(10, 11, 13, 0.85) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    z-index: 10000 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
}
.tifoso-modal-overlay.tifoso-modal-open,
.tifoso-modal-overlay-v2.tifoso-modal-open {
    display: flex !important;
}
.tifoso-modal-box,
.tifoso-modal-box-v2 {
    background: #121418 !important;
    border: 2px solid var(--tifoso-gold) !important;
    border-radius: 16px !important;
    width: 100% !important;
    max-width: 550px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), var(--tifoso-glow) !important;
    position: relative !important;
    padding: 30px !important;
    box-sizing: border-box !important;
    animation: tifoso-fadeIn 0.3s ease-out;
}
.tifoso-modal-content,
.tifoso-modal-content-v2 {
    color: #FFFFFF !important;
}
.tifoso-modal-content p,
.tifoso-modal-content-v2 p {
    color: #C5C5CE !important;
    font-size: 0.95rem;
}
.tifoso-modal-close,
.tifoso-modal-close-v2 {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 2rem;
    color: var(--tifoso-text-muted) !important;
    cursor: pointer;
    line-height: 1;
    transition: var(--tifoso-transition);
}
.tifoso-modal-close:hover,
.tifoso-modal-close-v2:hover {
    color: #FFFFFF !important;
}

/* Forzar tabla oscura en modal de tallas */
.tifoso-modal-content .tifoso-size-guide h3,
.tifoso-modal-content-v2 .tifoso-size-guide h3 {
    color: #FFFFFF !important;
    font-family: 'Outfit', sans-serif !important;
    text-transform: uppercase !important;
    margin-bottom: 15px !important;
}
.tifoso-modal-content .tifoso-sg-table,
.tifoso-modal-content-v2 .tifoso-sg-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 20px 0 !important;
}
.tifoso-modal-content .tifoso-sg-table th,
.tifoso-modal-content-v2 .tifoso-sg-table th {
    background-color: #1A1D24 !important;
    color: var(--tifoso-gold) !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600 !important;
    padding: 12px 10px !important;
    border: 1px solid rgba(229, 184, 66, 0.2) !important;
}
.tifoso-modal-content .tifoso-sg-table td,
.tifoso-modal-content-v2 .tifoso-sg-table td {
    background-color: #121418 !important;
    color: #FFFFFF !important;
    padding: 12px 10px !important;
    border: 1px solid rgba(229, 184, 66, 0.1) !important;
}
.tifoso-modal-content .tifoso-sg-table tr:nth-child(even) td,
.tifoso-modal-content-v2 .tifoso-sg-table tr:nth-child(even) td {
    background-color: #1A1D24 !important;
}

@keyframes tifoso-fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

/* ============================================================
   8. COMPONENTES EXTRA (ADDON PERSONALIZACIÓN, BADGES, ETC.)
   ============================================================ */
.tifoso-perso {
    background-color: var(--tifoso-bg-sec);
    border: 1px solid var(--tifoso-border);
    border-radius: 12px;
    padding: 20px;
    margin: 25px 0;
}
.tifoso-perso__title {
    font-size: 1.15rem !important;
    margin-bottom: 15px !important;
    color: #FFFFFF !important;
}
.tifoso-perso__check {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 0.95rem;
}
.tifoso-perso__check input {
    margin-right: 8px;
}
.tifoso-perso__price {
    color: var(--tifoso-gold);
    font-weight: 600;
}
.tifoso-perso__nn {
    display: flex;
    gap: 12px;
    margin: 15px 0;
}
.tifoso-perso__input {
    background-color: var(--tifoso-bg-tri);
    border: 1px solid var(--tifoso-border);
    border-radius: 6px;
    color: #FFFFFF;
    padding: 10px 14px;
    font-size: 0.9rem;
    outline: none;
    flex-grow: 1;
    text-transform: uppercase;
}
.tifoso-perso__input--num {
    width: 60px;
    flex-grow: 0;
    text-align: center;
}
.tifoso-perso__input:focus {
    border-color: var(--tifoso-gold);
}

.tifoso-pay-assurance {
    margin-top: 25px;
    border-top: 1px solid var(--tifoso-border);
    padding-top: 20px;
    text-align: center;
}
.tifoso-pay-secure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 15px;
}
.tifoso-pay-secure svg {
    width: 16px;
    height: 16px;
    color: var(--tifoso-gold);
}
.tifoso-pay-badges {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    color: var(--tifoso-text-muted);
}
.tifoso-pay-badges span {
    border: 1px solid var(--tifoso-border);
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
}

/* Caja de Garantía */
.tifoso-garanzia {
    border: 1px solid var(--tifoso-border);
    background-color: rgba(18, 20, 24, 0.4);
    border-radius: 12px;
    padding: 20px;
    margin: 30px 0;
}
.tifoso-garanzia__head {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Outfit', sans-serif;
    color: #FFFFFF;
    font-size: 1.1rem;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.tifoso-garanzia__head svg {
    color: #00B67A;
    width: 20px; height: 20px;
}
.tifoso-garanzia__row {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}
.tifoso-garanzia__row:last-child {
    margin-bottom: 0;
}
.tifoso-garanzia__row svg {
    color: var(--tifoso-gold);
    width: 18px; height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}
.tifoso-garanzia__row strong {
    display: block;
    color: #FFFFFF;
    font-size: 0.95rem;
    margin-bottom: 2px;
}
.tifoso-garanzia__row span {
    font-size: 0.85rem;
    color: var(--tifoso-text-muted);
}

/* Disponibilidad */
.tifoso-availability {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #C5C5CE;
    margin: 15px 0;
}
.tifoso-availability__dot {
    width: 8px;
    height: 8px;
    background-color: #00B67A;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px #00B67A;
    animation: tifoso-pulse 2s infinite;
}
@keyframes tifoso-pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 182, 122, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(0, 182, 122, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 182, 122, 0); }
}

/* ============================================================
   9. FOOTER Y CRÉDITOS
   ============================================================ */
/* Evitar que drawers/menús laterales asomen por los bordes */
html, body {
    overflow-x: clip;
}

.site-footer {
    border-top: 1px solid rgba(229, 184, 66, 0.15) !important;
    background: linear-gradient(180deg, rgba(10, 11, 13, 0.98) 0%, rgba(6, 7, 8, 1) 100%) !important;
    padding: 70px 0 30px !important;
    box-sizing: border-box !important;
}

.tifoso-ft-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.4fr;
    gap: 40px;
    margin-bottom: 40px;
    align-items: start;
}
@media (max-width: 1024px) {
    .tifoso-ft-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 28px;
    }
}
@media (max-width: 600px) {
    .tifoso-ft-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}
.tifoso-ft-col--payments .tifoso-secure-payments--footer {
    max-width: 100%;
}

.tifoso-ft-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none !important;
    margin-bottom: 20px;
}
.tifoso-ft-brand-name {
    font-family: 'Outfit', sans-serif;
    font-size: 1.45rem;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tifoso-ft-tag {
    font-size: 0.9rem;
    color: var(--tifoso-text-muted);
    line-height: 1.7;
    margin-bottom: 20px;
}
.tifoso-ft-contact {
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}
.tifoso-ft-contact a {
    color: var(--tifoso-text-muted) !important;
    text-decoration: none !important;
    transition: var(--tifoso-transition);
}
.tifoso-ft-contact a:hover {
    color: var(--tifoso-gold) !important;
}

.tifoso-ft-col h4 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    color: #FFFFFF !important;
    margin-bottom: 24px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    position: relative !important;
    padding-bottom: 8px !important;
}
.tifoso-ft-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--tifoso-gold);
}

.tifoso-ft-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tifoso-ft-col li {
    margin-bottom: 14px;
}
.tifoso-ft-col li a {
    color: var(--tifoso-text-muted) !important;
    font-size: 0.9rem;
    text-decoration: none !important;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.tifoso-ft-col li a:hover {
    color: var(--tifoso-gold) !important;
    transform: translateX(6px);
}

.tfi-payment-band {
    width: 100% !important;
}
.tfi-payment-showcase {
    padding: 22px 22px 18px !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 0 !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.005)) !important;
}
.tfi-payment-showcase__title {
    display: grid !important;
    grid-template-columns: minmax(24px, 1fr) auto minmax(24px, 1fr) !important;
    align-items: center !important;
    gap: 14px !important;
    margin-bottom: 18px !important;
}
.tfi-payment-showcase__title span {
    display: block !important;
    height: 1px !important;
    background: rgba(255,255,255,0.14) !important;
}
.tfi-payment-showcase__title strong {
    color: #FFFFFF !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.02rem !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    text-align: center !important;
}
.tfi-payment-band__track {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    align-items: center !important;
    justify-content: center !important;
}
.tfi-payment-band__item {
    min-width: 96px !important;
    min-height: 52px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 14px !important;
    border-radius: 4px !important;
    background: #FFFFFF !important;
    border: 1px solid rgba(15,17,20,0.12) !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08) !important;
    transition: transform .16s ease, border-color .16s ease, background .16s ease !important;
}
.tfi-payment-band__item:hover {
    transform: translateY(-1px) !important;
    border-color: rgba(229,184,66,.28) !important;
    background: #FFFFFF !important;
}
.tfi-payment-band__logo {
    display: block !important;
    width: auto !important;
    max-width: 86px !important;
    max-height: 28px !important;
    height: auto !important;
    object-fit: contain !important;
    filter: none !important;
    opacity: 1 !important;
}
.tfi-payment-band__meta {
    display: grid !important;
    gap: 8px !important;
    margin-top: 14px !important;
}
.tfi-payment-band__meta span {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: var(--tifoso-text-muted) !important;
    font-size: .83rem !important;
    line-height: 1.4 !important;
}
.tfi-payment-band__meta svg {
    width: 16px !important;
    height: 16px !important;
    color: var(--tifoso-gold) !important;
    flex: 0 0 16px !important;
}

.tifoso-ft-ship-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
}
.tifoso-ft-shipline {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.83rem;
    color: var(--tifoso-text-muted);
}
.tifoso-ft-shipline svg {
    flex-shrink: 0;
    color: var(--tifoso-gold);
}
.tifoso-footer-utility {
    display: none;
}
.tifoso-footer-utility__payments {
    flex: 0 0 auto;
}
.tfi-payment-band--footer .tfi-payment-band__track {
    max-width: 720px !important;
}
.tfi-payment-band--checkout .tfi-payment-band__track {
    max-width: 640px !important;
}
.tfi-payment-band--checkout .tfi-payment-band__item {
    min-width: 94px !important;
}
.tfi-payment-showcase--checkout {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}
@media (max-width: 782px) {
    .tfi-payment-band__track {
        gap: 8px !important;
    }
    .tfi-payment-band__item {
        min-width: 84px !important;
        min-height: 46px !important;
        padding: 7px 10px !important;
    }
    .tfi-payment-band__logo {
        max-width: 72px !important;
        max-height: 22px !important;
    }
    .tfi-payment-showcase {
        padding: 16px 14px 14px !important;
    }
    .tfi-payment-showcase__title {
        gap: 10px !important;
        margin-bottom: 14px !important;
    }
    .tfi-payment-showcase__title strong {
        font-size: .94rem !important;
    }
    .tifoso-footer-utility {
        justify-content: center;
        margin-bottom: 14px;
    }
}

.tifoso-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 25px;
    margin-top: 0;
    text-align: center;
}
.tifoso-footer-bottom p {
    font-size: 0.8rem;
    color: var(--tifoso-text-muted);
    margin: 0;
}

/* Pulsante flottante WhatsApp */
.tifoso-wa-float {
    position: fixed; 
    right: 25px; 
    bottom: 25px; 
    z-index: 9999;
    width: 56px; 
    height: 56px; 
    border-radius: 50%;
    background: #25D366; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
    transition: var(--tifoso-transition);
    animation: wa-pulse 2s infinite;
}
.tifoso-wa-float:hover {
    transform: translateY(-3px) scale(1.08);
    background: #20bd5a;
    box-shadow: 0 10px 26px rgba(37, 211, 102, 0.5);
}
.tifoso-wa-float svg { 
    width: 30px; 
    height: 30px; 
    display: block; 
}

/* ============================================================
   11. UX/UI PRO MAX OPTIMIZATIONS
   ============================================================ */

/* Menú de navegación desplegable - corrección de superposiciones y modo oscuro */
.main-navigation ul.nav-menu li {
    position: relative !important;
}
.main-navigation ul li ul {
    background-color: #121418 !important;
    border: 1px solid var(--tifoso-border) !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6) !important;
    padding: 12px 0 !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    z-index: 999999 !important;
    display: none;
    margin: 0 !important;
    list-style: none !important;
}
.main-navigation ul li:hover > ul {
    display: block !important;
}
.main-navigation ul li ul li {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.main-navigation ul li ul li a {
    color: #E0E0D8 !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    text-transform: none !important;
    padding: 10px 24px !important;
    display: block !important;
    width: 220px !important;
    box-sizing: border-box !important;
    letter-spacing: 0.02em !important;
    transition: var(--tifoso-transition) !important;
    text-align: left !important;
}
.main-navigation ul li ul li a::after {
    display: none !important;
}
.main-navigation ul li ul li a:hover {
    background-color: #1A1D24 !important;
    color: var(--tifoso-gold) !important;
    padding-left: 28px !important;
}

/* Evitar superposición horizontal de submenús de tercer nivel */
.main-navigation ul li ul li ul {
    left: 100% !important;
    top: 0 !important;
}

/* Selectores de ordenamiento de WooCommerce en modo oscuro */
.woocommerce-ordering select {
    background-color: var(--tifoso-bg-sec) !important;
    color: #FFFFFF !important;
    border: 1px solid var(--tifoso-border) !important;
    border-radius: 6px !important;
    padding: 8px 16px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    outline: none !important;
    cursor: pointer !important;
    box-shadow: var(--tifoso-shadow) !important;
}
.woocommerce-ordering select:focus {
    border-color: var(--tifoso-gold) !important;
}

/* Correcciones de Alineación de Garantías bajo el menú */
.tifoso-guarantee-bar {
    background: rgba(18, 20, 24, 0.9) !important;
    border-bottom: 1px solid var(--tifoso-border) !important;
    padding: 10px 0 !important;
}
.tifoso-gb-inner {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
}
.tifoso-gb-item {
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    color: var(--tifoso-text) !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}
@media (max-width: 768px) {
    .tifoso-gb-inner {
        justify-content: center !important;
        text-align: center !important;
    }
}


/* OVERPLAY HERO AJUSTADO */
.tifoso-hero-overlay {
    position: absolute !important;
    top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
    background: radial-gradient(circle at center, rgba(10, 11, 13, 0.78) 0%, rgba(10, 11, 13, 0.99) 100%) !important;
    z-index: 1 !important;
}

.tifoso-hero-content {
    position: relative !important;
    z-index: 2 !important;
    text-align: center !important;
    max-width: 750px !important;
    background: rgba(10, 11, 13, 0.72) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(229, 184, 66, 0.1) !important;
    border-radius: 16px !important;
    padding: 50px 40px !important;
    margin: 0 auto !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6) !important;
}


/* ============================================================
   12. UX/UI PRO MAX OVERHAUL (SOLUCIÓN DE ROTURAS DE DISEÑO)
   ============================================================ */

/* Menú de navegación principal - alineación, flyout y capas */
.main-navigation ul.menu li.menu-item-has-children,
.main-navigation ul.nav-menu li.menu-item-has-children {
    position: relative !important;
}
.main-navigation ul.menu li ul.sub-menu,
.main-navigation ul.nav-menu li ul.sub-menu {
    background-color: #121418 !important;
    border: 1px solid var(--tifoso-border) !important;
    border-radius: 8px !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8) !important;
    padding: 10px 0 !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    z-index: 999999 !important;
    display: none !important;
    margin: 0 !important;
    list-style: none !important;
    min-width: 210px !important;
}
.main-navigation ul.menu li:hover > ul.sub-menu,
.main-navigation ul.nav-menu li:hover > ul.sub-menu {
    display: block !important;
}
.main-navigation ul.menu li ul.sub-menu li,
.main-navigation ul.nav-menu li ul.sub-menu li {
    width: 100% !important;
    position: relative !important;
    margin: 0 !important;
}
.main-navigation ul.menu li ul.sub-menu li a,
.main-navigation ul.nav-menu li ul.sub-menu li a {
    color: #E0E0D8 !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    text-transform: none !important;
    padding: 11px 20px !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: var(--tifoso-transition) !important;
    text-align: left !important;
}
.main-navigation ul.menu li ul.sub-menu li a::after,
.main-navigation ul.nav-menu li ul.sub-menu li a::after {
    display: none !important;
}
.main-navigation ul.menu li ul.sub-menu li a:hover,
.main-navigation ul.nav-menu li ul.sub-menu li a:hover {
    background-color: #1A1D24 !important;
    color: var(--tifoso-gold) !important;
    padding-left: 26px !important;
}

/* Submenús de tercer nivel (flyout a la derecha ordenado) */
.main-navigation ul.menu li ul.sub-menu li ul.sub-menu,
.main-navigation ul.nav-menu li ul.sub-menu li ul.sub-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: -1px !important;
}

/* Forzar cabeceras oscuras en tablas de WooCommerce (evitar fondo blanco del navegador) */
.woocommerce-cart table.shop_table thead th,
.woocommerce-checkout table.shop_table thead th,
table.shop_table thead th,
.woocommerce-cart table.shop_table th,
.woocommerce-checkout table.shop_table th {
    background-color: #121418 !important;
    color: #FFFFFF !important;
    border-bottom: 2px solid var(--tifoso-gold) !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    padding: 16px 12px !important;
}
.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table {
    background-color: var(--tifoso-bg-sec) !important;
    border: 1px solid var(--tifoso-border) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}

/* Botones principales con efecto shimmer */
@keyframes tifoso-shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}
.tifoso-btn-primary,
.single-product .single_add_to_cart_button {
    background: linear-gradient(90deg, #D62828 0%, #F23D3D 50%, #D62828 100%) !important;
    background-size: 200% 100% !important;
    transition: background-position .45s ease, transform .2s ease, box-shadow .2s ease !important;
    transition: var(--tifoso-transition) !important;
}
.tifoso-btn-primary:hover,
.single-product .single_add_to_cart_button:hover {
    background-position: 100% 0 !important;
    background-color: var(--tifoso-red-hover) !important;
    transform: translateY(-2px) !important;
}

/* Forzar el 100% de ancho en el contenido del carrito y checkout */
.woocommerce-cart .content-area,
.woocommerce-checkout .content-area {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
}
.woocommerce-cart .site-main,
.woocommerce-checkout .site-main {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    float: none !important;
}

/* Descuadres de imágenes en catálogo (simetría absoluta) */
li.product img,
.woocommerce-loop-category__title + img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    background-color: #16181D !important;
    transition: var(--tifoso-transition) !important;
}
li.product:hover img {
    transform: scale(1.03) !important;
}

/* Selector de ordenación de WooCommerce en modo oscuro premium con flecha custom */
.woocommerce-ordering select {
    background-color: #121418 !important;
    color: #FFFFFF !important;
    border: 1px solid var(--tifoso-border) !important;
    border-radius: 6px !important;
    padding: 8px 16px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    outline: none !important;
    cursor: pointer !important;
    box-shadow: var(--tifoso-shadow) !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='50' fill='%23E5B842'><polygon points='0,0 100,0 50,50'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 10px 6px !important;
    padding-right: 38px !important;
}
.woocommerce-ordering select:focus {
    border-color: var(--tifoso-gold) !important;
}

/* ============================================================
   8. TRUST BADGES EN PÁGINA DE PRODUCTO
   ============================================================ */
.tifoso-trust-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin: 20px 0 !important;
    padding: 12px 15px !important;
    background: #121418 !important;
    border: 1px solid rgba(229, 184, 66, 0.1) !important;
    border-radius: 12px !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2) !important;
}

.tifoso-trust-badge {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex: 1 !important;
    justify-content: center !important;
}

.tifoso-trust-badge svg {
    width: 20px !important;
    height: 20px !important;
    color: var(--tifoso-gold) !important;
    flex-shrink: 0 !important;
}

.tifoso-trust-badge span {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    color: #E2E2E9 !important;
    white-space: nowrap !important;
}

/* Responsivo para móviles */
@media (max-width: 600px) {
    .tifoso-trust-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        padding: 15px !important;
    }
    .tifoso-trust-badge {
        justify-content: flex-start !important;
        width: 100% !important;
    }
    .tifoso-trust-badge span {
        white-space: normal !important;
        font-size: 0.85rem !important;
    }
}

/* ============================================================
   9. NOTIFICACIONES Y ALERTAS WOOCOMMERCE PREMIUM
   ============================================================ */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-notice,
ul.woocommerce-error {
    background: rgba(18, 20, 24, 0.95) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
    color: #F5F5F0 !important;
    padding: 18px 24px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 24px !important;
    list-style: none !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
}

/* Bordes izquierdos coloreados según el tipo */
.woocommerce-message {
    border-left: 5px solid #2ECC71 !important; /* Verde éxito */
}

.woocommerce-info,
.woocommerce-notice {
    border-left: 5px solid var(--tifoso-gold) !important; /* Dorado info */
}

.woocommerce-error,
ul.woocommerce-error {
    border-left: 5px solid var(--tifoso-red) !important; /* Rojo error */
}

/* Ajustes para listas de errores */
ul.woocommerce-error {
    flex-direction: column !important;
    align-items: flex-start !important;
}
ul.woocommerce-error li {
    margin-left: 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
    color: #F5F5F0 !important;
}

/* Alinear enlaces de "Ver carrito" (Visualizza carrello) */
.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce-error a.button,
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
    background: var(--tifoso-gold) !important;
    color: #0A0B0D !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-radius: 8px !important;
    padding: 8px 16px !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.05em !important;
    border: none !important;
    min-height: auto !important;
    transition: transform 0.2s ease, background-color 0.2s ease !important;
    float: none !important; /* Quitar floats nativos */
    margin: 0 !important;
}

.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover {
    background: var(--tifoso-gold-hover) !important;
    transform: translateY(-1px) !important;
}

/* Iconos de las notificaciones */
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
    font-family: "WooCommerce" !important;
    content: "" !important; /* Quitamos los iconos feos nativos de storefront si los hay */
    display: none !important;
}

/* ============================================================
   FASE VENTA 1: conversion premium para primera compra
   ============================================================ */
.tifoso-search-btn svg,
.tifoso-cart-contents svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.tifoso-search-btn,
.tifoso-cart-contents {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.tfi-shop-conversion-strip {
    margin: 0 0 22px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid rgba(229,184,66,.18);
    border-radius: 16px;
    background:
        radial-gradient(circle at 18% 0%, rgba(229,184,66,.12), transparent 34%),
        linear-gradient(135deg, rgba(18,20,24,.95), rgba(10,11,13,.92));
    box-shadow: 0 18px 48px rgba(0,0,0,.28);
}
.tfi-shop-strip-kicker {
    display: block;
    margin-bottom: 4px;
    color: var(--tifoso-gold);
    font-family: 'Outfit', sans-serif;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.tfi-shop-conversion-strip strong {
    color: #FFFFFF;
    font-size: 1rem;
}
.tfi-shop-strip-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}
.tfi-shop-strip-actions span {
    color: #0A0B0D;
    background: var(--tifoso-gold);
    border-radius: 999px;
    padding: 8px 12px;
    font-size: .8rem;
    font-weight: 800;
}
.tfi-shop-strip-actions a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.14);
    color: #FFFFFF !important;
    font-family: 'Outfit', sans-serif;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

li.product {
    background:
        linear-gradient(180deg, rgba(18,20,24,.96), rgba(10,11,13,.96)) !important;
    border: 1px solid rgba(229,184,66,.13) !important;
    box-shadow: 0 18px 42px rgba(0,0,0,.28) !important;
}
li.product:hover {
    border-color: rgba(229,184,66,.32) !important;
    box-shadow: 0 24px 60px rgba(0,0,0,.42), 0 0 0 1px rgba(229,184,66,.08) !important;
}
li.product .add_to_cart_button,
li.product .button {
    min-height: 44px !important;
    border-radius: 10px !important;
}

.tfi-mobile-sticky-buy {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 10px 10px 14px;
    border: 1px solid rgba(229,184,66,.22);
    border-radius: 16px;
    background: rgba(10,11,13,.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 20px 50px rgba(0,0,0,.55);
}
.tfi-mobile-sticky-buy.is-visible {
    display: flex;
}
.tfi-mobile-sticky-copy {
    display: grid;
    gap: 2px;
}
.tfi-mobile-sticky-copy span {
    color: var(--tifoso-gold);
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    line-height: 1;
}
.tfi-mobile-sticky-copy small {
    color: #CFCFC8;
    font-size: .72rem;
}
.tfi-mobile-sticky-btn {
    min-height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--tifoso-red), #B91C1C);
    color: #FFFFFF;
    font-family: 'Outfit', sans-serif;
    font-size: .84rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
}

@media (max-width: 980px) {
    .single-product div.product {
        display: block;
    }
    .single-product div.product .summary {
        position: static;
        margin-top: 22px;
    }
}
@media (max-width: 782px) {
    .single-product .site-main,
    .archive.post-type-archive-product .site-main,
    .tax-product_cat .site-main {
        padding: 14px !important;
    }
    .single-product div.product .summary {
        padding: 18px !important;
        border-radius: 16px;
    }
    .tfi-buy-confidence-grid {
        grid-template-columns: 1fr;
    }
    .single-product .single_add_to_cart_button {
        width: 100% !important;
    }
    .tfi-shop-conversion-strip {
        flex-direction: column;
        align-items: flex-start;
    }
    .tfi-shop-strip-actions {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    body.single-product {
        padding-bottom: 76px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .tfi-mobile-sticky-buy,
    li.product,
    .single-product .single_add_to_cart_button {
        transition: none !important;
    }
}

/* ============================================================
   10. ESTADIO DE FÚTBOL COMO FONDO GLOBAL (WOW STYLE)
   ============================================================ */
body {
    background-image: linear-gradient(rgba(10, 11, 13, 0.94), rgba(10, 11, 13, 0.94)), url('https://tifosostore.com/wp-content/uploads/2026/05/tifoso-hero-stadium-desktop.png') !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #0A0B0D !important;
}

/* ============================================================
   11. REDISEÑO DEL CARRITO (2 COLUMN LAYOUT & PREMIUM STYLING)
   ============================================================ */

/* Estructura en 2 Columnas (Escritorio) */
@media (min-width: 992px) {
    .woocommerce-cart .entry-content .woocommerce {
        display: grid !important;
        grid-template-columns: 1fr 380px !important;
        gap: 30px !important;
        align-items: start !important;
    }
    
    .woocommerce-cart .woocommerce-cart-form {
        grid-column: 1 !important;
        margin-bottom: 0 !important;
    }
    
    .woocommerce-cart .cart-collaterals {
        grid-column: 2 !important;
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
    }
}

/* Contenedor flotante oscuro translúcido de la tabla del carrito */
.woocommerce-cart table.shop_table.cart {
    background: rgba(18, 20, 24, 0.6) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(229, 184, 66, 0.15) !important;
    border-radius: 16px !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    overflow: hidden !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4) !important;
    width: 100% !important;
}

/* Cabecera de la tabla */
.woocommerce-cart table.shop_table.cart th {
    background: #121418 !important;
    color: var(--tifoso-gold) !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border: none !important;
    padding: 16px 20px !important;
    font-size: 0.90rem !important;
    letter-spacing: 0.05em !important;
}

/* Celdas de la tabla */
.woocommerce-cart table.shop_table.cart td {
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-bottom: none !important;
    padding: 20px !important;
    background: transparent !important;
    color: #FFFFFF !important;
    vertical-align: middle !important;
}

/* Imagen de producto en el carrito */
.woocommerce-cart table.shop_table.cart td.product-thumbnail img {
    width: 70px !important;
    height: auto !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Nombre de producto y variación */
.woocommerce-cart table.shop_table.cart td.product-name a {
    color: #F5F5F0 !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 500 !important;
    font-size: 1.05rem !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}
.woocommerce-cart table.shop_table.cart td.product-name a:hover {
    color: var(--tifoso-gold) !important;
}
.woocommerce-cart table.shop_table.cart td.product-name dl.variation {
    margin-top: 6px !important;
    font-size: 0.8rem !important;
    color: var(--tifoso-gold) !important;
    font-family: 'Inter', sans-serif !important;
}
.woocommerce-cart table.shop_table.cart td.product-name dl.variation dt,
.woocommerce-cart table.shop_table.cart td.product-name dl.variation dd {
    display: inline !important;
    margin: 0 !important;
}
.woocommerce-cart table.shop_table.cart td.product-name dl.variation dt::after {
    content: ": " !important;
}
.woocommerce-cart table.shop_table.cart td.product-name dl.variation dd::after {
    content: " | " !important;
}
.woocommerce-cart table.shop_table.cart td.product-name dl.variation dd:last-child::after {
    content: "" !important;
}

/* Botón de eliminar (Cruz) */
.woocommerce-cart table.shop_table.cart a.remove {
    color: #A8A8A0 !important;
    font-size: 1.6rem !important;
    transition: color 0.2s ease, transform 0.2s ease !important;
    background: transparent !important;
}
.woocommerce-cart table.shop_table.cart a.remove:hover {
    color: var(--tifoso-red) !important;
    background: transparent !important;
    transform: scale(1.2) !important;
}

/* Fila de acciones y cupones */
.woocommerce-cart table.shop_table.cart td.actions {
    background: #121418 !important;
    border-top: 1px solid rgba(229, 184, 66, 0.15) !important;
    padding: 16px 20px !important;
}
.woocommerce-cart table.shop_table.cart .coupon {
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
    float: left !important;
}
.woocommerce-cart table.shop_table.cart .coupon input[type="text"] {
    background: #0A0B0D !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    color: #FFFFFF !important;
    padding: 8px 14px !important;
    width: 190px !important;
    min-height: 40px !important;
    font-size: 0.9rem !important;
    margin: 0 !important;
}
.woocommerce-cart table.shop_table.cart .coupon button.button,
.woocommerce-cart table.shop_table.cart button[name="update_cart"] {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-radius: 8px !important;
    padding: 8px 18px !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.05em !important;
    min-height: 40px !important;
    transition: all 0.2s ease !important;
    margin: 0 !important;
}
.woocommerce-cart table.shop_table.cart .coupon button.button {
    background: transparent !important;
    border: 1px solid var(--tifoso-gold) !important;
    color: var(--tifoso-gold) !important;
}
.woocommerce-cart table.shop_table.cart .coupon button.button:hover {
    background: var(--tifoso-gold) !important;
    color: #0A0B0D !important;
}
.woocommerce-cart table.shop_table.cart button[name="update_cart"] {
    background: rgba(255, 255, 255, 0.04) !important;
    color: #A8A8A0 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    float: right !important;
}
.woocommerce-cart table.shop_table.cart button[name="update_cart"]:not(:disabled):hover {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #FFFFFF !important;
}

/* ============================================================
   SELECTOR DE CANTIDAD CON BOTONES (- 1 +)
   ============================================================ */
.quantity {
    display: inline-flex !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background: #0A0B0D !important;
    align-items: center !important;
}
.quantity .qty {
    width: 42px !important;
    height: 38px !important;
    border: none !important;
    background: transparent !important;
    color: #FFFFFF !important;
    text-align: center !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    padding: 0 !important;
    -moz-appearance: textfield !important;
}
.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}
.quantity .plus,
.quantity .minus {
    width: 36px !important;
    height: 38px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: none !important;
    color: #A8A8A0 !important;
    font-size: 1.1rem !important;
    cursor: pointer !important;
    transition: background 0.2s ease, color 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    line-height: 1 !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
}
.quantity .plus:hover,
.quantity .minus:hover {
    background: rgba(255, 255, 255, 0.09) !important;
    color: #FFFFFF !important;
}

/* ============================================================
   COJA DE TOTALES DEL CARRITO (WIDGET DERECHA)
   ============================================================ */
.woocommerce-cart .cart-collaterals .cart_totals {
    background: rgba(18, 20, 24, 0.6) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(229, 184, 66, 0.15) !important;
    border-radius: 16px !important;
    padding: 25px !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4) !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Título Totales */
.woocommerce-cart .cart_totals h2 {
    color: var(--tifoso-gold) !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.35rem !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid rgba(229, 184, 66, 0.15) !important;
    padding-bottom: 12px !important;
}

/* Tabla de totales */
.woocommerce-cart .cart_totals table.shop_table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 20px !important;
    background: transparent !important;
    border: none !important;
}
.woocommerce-cart .cart_totals table.shop_table tr th,
.woocommerce-cart .cart_totals table.shop_table tr td {
    border: none !important;
    background: transparent !important;
    padding: 12px 0 !important;
    color: #FFFFFF !important;
}
.woocommerce-cart .cart_totals table.shop_table tr th {
    color: #A8A8A0 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    width: 35% !important;
}
.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal td,
.woocommerce-cart .cart_totals table.shop_table tr.shipping td {
    font-size: 0.95rem !important;
    text-align: right !important;
    font-family: 'Inter', sans-serif !important;
}
.woocommerce-cart .cart_totals table.shop_table tr.order-total th {
    font-size: 1.05rem !important;
    color: #FFFFFF !important;
}
.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
    color: var(--tifoso-gold) !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.5rem !important;
    text-align: right !important;
}

/* Modifica Indirizzo */
.woocommerce-cart .cart_totals .shipping-calculator-button {
    color: var(--tifoso-gold) !important;
    text-decoration: underline !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}
.woocommerce-cart .cart_totals .shipping-calculator-button:hover {
    color: var(--tifoso-gold-hover) !important;
}

/* Botón Procedi con l'ordine (Finalizar compra) */
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: var(--tifoso-gold) !important;
    color: #0A0B0D !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.15rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    min-height: 52px !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 15px rgba(229, 184, 66, 0.3) !important;
    border: none !important;
    margin-bottom: 12px !important;
    width: 100% !important;
    text-align: center !important;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
    background: var(--tifoso-gold-hover) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(229, 184, 66, 0.45) !important;
}

/* Checkout Seguro Candado */
.tfi-cart-secure-note {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-top: 15px !important;
    color: #A8A8A0 !important;
    font-size: 0.78rem !important;
    font-family: 'Inter', sans-serif !important;
}
.tfi-cart-secure-note svg {
    color: #2ECC71 !important;
    flex-shrink: 0 !important;
}

/* Corrección de margenes en móviles */
@media (max-width: 991px) {
    .woocommerce-cart table.shop_table.cart {
        margin-bottom: 30px !important;
    }
}

/* ============================================================
   12. REDISEÑO PREMIUM DE PORTADA (HOMEPAGE "WOW STYLE")
   ============================================================ */

/* Hero Premium */
.tifoso-hero-premium {
    padding: 56px 0 104px;
    position: relative;
    overflow: hidden;
    background: transparent !important;
}
.tifoso-hero-atmosphere {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.tifoso-hero-atmosphere::before {
    content: "";
    position: absolute;
    inset: 6% 12% 12%;
    border-radius: 36px;
    background:
        radial-gradient(circle at 18% 28%, rgba(214, 40, 40, 0.17), transparent 32%),
        radial-gradient(circle at 82% 24%, rgba(45, 103, 255, 0.18), transparent 28%),
        radial-gradient(circle at 48% 68%, rgba(229, 184, 66, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
    border: 1px solid rgba(255,255,255,0.04);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    opacity: 0.95;
}
.tifoso-hero-ledwall {
    position: absolute;
    inset: 8% 8% 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.9), rgba(0,0,0,0));
    opacity: 0.18;
    transform: perspective(1200px) rotateX(66deg) translateY(24%);
}
.tifoso-hero-beam {
    position: absolute;
    top: -8%;
    width: 34%;
    height: 120%;
    background: linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0));
    opacity: 0.08;
    filter: blur(10px);
}
.tifoso-hero-beam--left {
    left: 7%;
    transform: skewX(-12deg);
}
.tifoso-hero-beam--right {
    right: 9%;
    transform: skewX(12deg);
}

/* Accesibilidad y performance: respetar 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;
    }
}
.tifoso-hero-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(0);
    opacity: 0.26;
    mix-blend-mode: screen;
}
.tifoso-hero-orb--gold {
    right: 16%;
    top: 12%;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(229,184,66,0.45), rgba(229,184,66,0));
}
.tifoso-hero-orb--red {
    left: 22%;
    bottom: 10%;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(214,40,40,0.28), rgba(214,40,40,0));
    animation-delay: -4s;
}
.tifoso-hero-container {
    display: grid !important;
    grid-template-columns: 1.2fr 1fr !important;
    gap: 40px !important;
    align-items: center !important;
    position: relative;
    z-index: 1;
}
.tifoso-hero-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Badge con pulso verde */
.tifoso-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(229, 184, 66, 0.08);
    border: 1px solid rgba(229, 184, 66, 0.18);
    padding: 6px 14px;
    border-radius: 20px;
    color: var(--tifoso-gold);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}
.badge-dot {
    width: 6px;
    height: 6px;
    background-color: #2ECC71;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px #2ECC71;
    animation: t-pulse 2s infinite;
}
@keyframes t-pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(46, 204, 113, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(46, 204, 113, 0); }
}

.tifoso-hero-title-premium {
    font-size: clamp(2.6rem, 5vw, 4.2rem) !important;
    line-height: 1.1 !important;
    margin-bottom: 20px !important;
    font-weight: 900;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
}
.tifoso-hero-text-premium {
    font-size: 1.1rem;
    color: #C5C5CE;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 520px;
}

/* Acciones */
.tifoso-hero-actions-premium {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.tifoso-btn-premium-gold {
    background: var(--tifoso-gold) !important;
    color: #0A0B0D !important;
    padding: 13px 26px !important;
    border-radius: 8px !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.25s ease !important;
    font-size: 0.95rem !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(229, 184, 66, 0.25) !important;
}
.tifoso-btn-premium-gold:hover {
    background: var(--tifoso-gold-hover) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(229, 184, 66, 0.4) !important;
}
.tifoso-btn-premium-gold svg.btn-arrow {
    width: 14px;
    height: 14px;
    transition: transform 0.2s ease;
}
.tifoso-btn-premium-gold:hover svg.btn-arrow {
    transform: translateX(3px);
}
.tifoso-btn-premium-outline {
    background: transparent !important;
    color: #FFFFFF !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    padding: 13px 26px !important;
    border-radius: 8px !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    display: inline-flex !important;
    align-items: center !important;
    transition: all 0.25s ease !important;
    font-size: 0.95rem !important;
}
.tifoso-btn-premium-outline:hover {
    border-color: #FFFFFF !important;
    background: rgba(255, 255, 255, 0.05) !important;
    transform: translateY(-2px) !important;
}

/* Balas de confianza */
.tifoso-hero-bullets {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.bullet-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #E2E2E9;
    letter-spacing: 0.05em;
}
.bullet-icon {
    width: 16px;
    height: 16px;
    color: #2ECC71;
    flex-shrink: 0;
}

/* Slider Interactiva */
.tifoso-hero-slider-wrapper {
    position: relative;
    width: 100%;
    max-width: 560px;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tifoso-hero-slider-wrapper::before {
    content: "";
    position: absolute;
    inset: 12% 6% 9%;
    border-radius: 34px;
    background: radial-gradient(circle at center, rgba(255,255,255,0.08), rgba(255,255,255,0));
    filter: blur(22px);
    opacity: 0.82;
}
.tifoso-hero-slider {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tifoso-hero-slide {
    position: absolute;
    width: 320px;
    transition: all 0.58s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
    opacity: 0;
    z-index: 1;
}

/* Estados del Slider */
.tifoso-hero-slide.slide-active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1.03) translate3d(0, -6px, 0);
    z-index: 10;
}
.tifoso-hero-slide.slide-prev {
    opacity: 0.44;
    pointer-events: auto;
    transform: translate3d(-158px, 18px, 0) scale(0.84) rotate(-5deg);
    z-index: 5;
}
.tifoso-hero-slide.slide-next {
    opacity: 0.44;
    pointer-events: auto;
    transform: translate3d(158px, 18px, 0) scale(0.84) rotate(5deg);
    z-index: 5;
}

.tifoso-product-card-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(17, 19, 23, 0.92), rgba(10, 11, 13, 0.98)) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid color-mix(in srgb, var(--hero-accent, var(--tifoso-gold)) 55%, rgba(255,255,255,0.12));
    border-radius: 28px;
    padding: 18px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.52);
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.tifoso-hero-slide.slide-active .tifoso-product-card-hero {
    border-color: color-mix(in srgb, var(--hero-accent, var(--tifoso-gold)) 78%, #fff);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.03), 0 36px 80px rgba(0, 0, 0, 0.56), 0 0 48px color-mix(in srgb, var(--hero-accent, var(--tifoso-gold)) 22%, transparent);
}
.tifoso-hero-slide.slide-active:hover .tifoso-product-card-hero {
    transform: translateY(-6px);
}
.hero-card-ambient {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.14;
    transform: scale(1.08);
    filter: blur(3px) saturate(1.15);
    z-index: -2;
}
.hero-card-grid {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0)),
        repeating-linear-gradient(90deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 38px);
    mask-image: linear-gradient(180deg, rgba(0,0,0,1), rgba(0,0,0,0.35));
    opacity: 0.35;
    z-index: -1;
}
.card-image-container {
    position: relative;
    background: radial-gradient(circle at top, rgba(255,255,255,0.06), rgba(255,255,255,0)) , #121418;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 18px 10px;
    aspect-ratio: 0.92;
    overflow: hidden;
}
.card-image-container::after {
    content: "";
    position: absolute;
    inset: auto 12% 6% 12%;
    height: 18px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(0,0,0,0.58), rgba(0,0,0,0));
    filter: blur(10px);
}
.card-img {
    max-width: 100%;
    max-height: 264px;
    object-fit: contain;
    filter: drop-shadow(0 22px 26px rgba(0, 0, 0, 0.45));
    transition: transform 0.5s ease, filter 0.5s ease;
}
.tifoso-hero-slide.slide-active:hover .card-img {
    transform: scale(1.04) translateY(-2px);
    filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.54));
}
.card-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.card-kicker {
    display: inline-flex;
    width: fit-content;
    min-height: 28px;
    align-items: center;
    padding: 0 11px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--hero-accent, var(--tifoso-gold)) 24%, rgba(255,255,255,0.02));
    border: 1px solid color-mix(in srgb, var(--hero-accent, var(--tifoso-gold)) 36%, rgba(255,255,255,0.08));
    color: #f5f5f2;
    font-family: 'Outfit', sans-serif;
    font-size: 0.69rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}
.card-team {
    font-family: 'Outfit', sans-serif;
    font-size: 1.38rem;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0;
}
.card-title {
    font-size: 0.9rem;
    color: #c7c7bf;
    line-height: 1.45;
}
.card-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.card-price {
    font-family: 'Outfit', sans-serif;
    font-size: 1.26rem;
    color: #fff;
    font-weight: 800;
}
.card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    color: #d9d9d1;
    font-family: 'Outfit', sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.tag-new-coll {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--tifoso-gold), #f0ce6d);
    color: #0A0B0D;
    font-family: 'Outfit', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
    letter-spacing: 0.05em;
    z-index: 12;
    box-shadow: 0 4px 10px rgba(229, 184, 66, 0.3);
}

/* Controles de Navegación */
.tifoso-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(18, 20, 24, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    z-index: 15;
    outline: none;
}
.tifoso-slider-nav:hover {
    background: var(--tifoso-gold);
    color: #0A0B0D;
    border-color: var(--tifoso-gold);
}
.nav-prev { left: -50px; }
.nav-next { right: -50px; }
.tifoso-slider-nav svg { width: 18px; height: 18px; }

/* Dots Slider */
.tifoso-slider-dots {
    position: absolute;
    bottom: -35px;
    display: flex;
    gap: 8px;
    z-index: 15;
}
.slider-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    transition: all 0.25s ease;
}
.slider-dot.active {
    background: var(--tifoso-gold);
    transform: scale(1.3);
}

@keyframes tifosoHeroBeam {
    0% { transform: translateY(-1%) skewX(-12deg); opacity: 0.05; }
    50% { opacity: 0.11; }
    100% { transform: translateY(2%) skewX(-8deg); opacity: 0.06; }
}
@keyframes tifosoHeroOrb {
    0% { transform: translate3d(0, 0, 0) scale(0.94); }
    50% { transform: translate3d(0, -14px, 0) scale(1.03); }
    100% { transform: translate3d(0, 0, 0) scale(0.95); }
}

/* Responsivo para el Hero */
@media (max-width: 991px) {
    .tifoso-hero-container {
        grid-template-columns: 1fr !important;
        text-align: center;
        gap: 60px !important;
    }
    .tifoso-hero-left {
        align-items: center;
    }
    .tifoso-hero-actions-premium {
        justify-content: center;
    }
    .nav-prev { left: -25px; }
    .nav-next { right: -25px; }
    .tifoso-hero-slider-wrapper {
        max-width: 430px;
        height: 460px;
    }
    .tifoso-hero-slide {
        width: 260px;
    }
    .tifoso-hero-slide.slide-prev { transform: translate3d(-88px, 18px, 0) scale(0.82) rotate(-4deg); }
    .tifoso-hero-slide.slide-next { transform: translate3d(88px, 18px, 0) scale(0.82) rotate(4deg); }
    .card-img { max-height: 228px; }
    .card-meta-row { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   SECCIÓN: ESPLORA PER CAMPIONATO (LOGO CAROUSEL)
   ============================================================ */
.tifoso-leagues-section-premium {
    padding: 80px 0 40px;
}
.tifoso-section-header-premium {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}
.tifoso-section-header-premium.centered {
    justify-content: center;
}
.tifoso-section-title-premium {
    font-size: 1.85rem !important;
    margin: 0 !important;
}
.tifoso-section-link-premium {
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    color: var(--tifoso-gold);
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: none !important;
}
.tifoso-section-link-premium:hover {
    color: var(--tifoso-gold-hover);
}
.tifoso-section-link-premium svg.link-arrow {
    width: 14px;
    height: 14px;
    transition: transform 0.2s ease;
}
.tifoso-section-link-premium:hover svg.link-arrow {
    transform: translateX(3px);
}

.tifoso-leagues-carousel-shell {
    position: relative;
    overflow: hidden;
}
.tifoso-leagues-swiper {
    overflow: hidden !important;
    padding: 8px 2px 42px !important;
}
.tifoso-leagues-swiper .swiper-slide {
    height: auto;
    opacity: 1;
    transform: none;
    transition: transform 0.35s ease, opacity 0.35s ease;
}
.tifoso-leagues-swiper .swiper-slide-active,
.tifoso-leagues-swiper .swiper-slide-duplicate-active,
.tifoso-leagues-swiper .swiper-slide-visible {
    opacity: 1;
    transform: none;
}
.tifoso-league-card-premium {
    position: relative;
    min-height: 280px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: stretch;
    text-decoration: none !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}
.tifoso-league-card-premium .card-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 0;
}
.tifoso-league-card-premium:hover .card-bg {
    transform: scale(1.08);
}
.tifoso-league-card-premium .card-gradient {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
    transition: opacity 0.4s ease;
}

/* Blend-mode Multiply Gradients */
.league-seriea .card-gradient { background: linear-gradient(to top, rgba(0, 86, 163, 0.96) 15%, rgba(0, 43, 102, 0.4) 100%); }
.league-premier .card-gradient { background: linear-gradient(to top, rgba(56, 0, 60, 0.96) 15%, rgba(26, 0, 31, 0.4) 100%); }
.league-laliga .card-gradient { background: linear-gradient(to top, rgba(229, 26, 46, 0.96) 15%, rgba(128, 0, 10, 0.4) 100%); }
.league-bundesliga .card-gradient { background: linear-gradient(to top, rgba(214, 40, 40, 0.96) 15%, rgba(247, 127, 0, 0.4) 100%); }
.league-ligue1 .card-gradient { background: linear-gradient(to top, rgba(9, 28, 62, 0.96) 15%, rgba(30, 70, 138, 0.4) 100%); }

.card-content-league {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-height: 280px;
    padding: 24px 24px 22px;
    text-align: center;
}
.league-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.82);
    font-family: 'Outfit', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.league-logo-container {
    width: 126px;
    height: 126px;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.10) 52%, rgba(255, 255, 255, 0.02) 100%);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
}
.league-logo {
    width: 88px;
    height: 88px;
    object-fit: contain;
    filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.22));
}
.league-text h4 {
    font-size: 1.5rem !important;
    color: #FFFFFF !important;
    margin: 0 0 8px !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase;
}
.league-text p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
    line-height: 1.45;
    max-width: 24ch;
}
.league-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    transition: all 0.3s ease;
}
.tifoso-league-card-premium:hover {
    transform: translateY(-8px);
    border-color: rgba(229, 184, 66, 0.42);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(229, 184, 66, 0.18), 0 0 28px rgba(229, 184, 66, 0.14);
}
.tifoso-league-card-premium:hover .league-arrow {
    background: var(--tifoso-gold);
    border-color: var(--tifoso-gold);
    color: #0A0B0D;
    transform: scale(1.1);
}
.tifoso-leagues-swiper .swiper-pagination-bullets {
    bottom: 0 !important;
}
.tifoso-leagues-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.22);
    opacity: 1;
    margin: 0 5px !important;
}
.tifoso-leagues-pagination .swiper-pagination-bullet-active {
    background: var(--tifoso-gold);
    box-shadow: 0 0 16px rgba(229, 184, 66, 0.4);
}

@media (max-width: 1024px) {
    .card-content-league {
        min-height: 260px;
    }
    .league-logo-container {
        width: 112px;
        height: 112px;
    }
    .league-logo {
        width: 78px;
        height: 78px;
    }
}
@media (max-width: 768px) {
    .tifoso-leagues-section-premium {
        padding: 52px 0 24px;
    }
    .tifoso-leagues-swiper {
        padding: 8px 2px 34px !important;
    }
    .tifoso-league-card-premium {
        min-height: 246px;
        border-radius: 18px;
    }
    .card-content-league {
        min-height: 246px;
        padding: 18px 18px 20px;
        gap: 14px;
    }
    .league-kicker {
        min-height: 28px;
        font-size: 0.62rem;
    }
    .league-logo-container {
        width: 96px;
        height: 96px;
        border-radius: 24px;
    }
    .league-logo {
        width: 66px;
        height: 66px;
    }
    .league-text h4 {
        font-size: 1.15rem !important;
        margin-bottom: 6px !important;
    }
    .league-text p {
        font-size: 0.76rem;
        max-width: 22ch;
    }
    .league-arrow {
        width: 38px;
        height: 38px;
    }
}

/* ============================================================
   SECCIÓN: TAB FILTER & 6 COLUMNS PRODUCTS
   ============================================================ */
.tifoso-products-section-premium {
    padding: 40px 0;
}
.tifoso-products-section-premium--tight {
    padding-top: 0;
    padding-bottom: 40px;
}
.tifoso-products-section-premium--extended {
    padding-top: 0;
    padding-bottom: 60px;
}
.tifoso-products-grid-premium--spaced {
    padding-bottom: 20px;
}
.tifoso-tabs-filter {
    display: flex;
    gap: 15px;
    align-items: center;
}
.filter-tab {
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: var(--tifoso-text-muted);
    cursor: pointer;
    transition: color 0.2s ease;
    padding: 4px 8px;
    border-bottom: 2px solid transparent;
}
.filter-tab:hover, .filter-tab.active {
    color: var(--tifoso-gold);
    border-color: var(--tifoso-gold);
}
.filter-link {
    margin-left: 10px;
}

/* Grilla de 6 columnas */
.tifoso-products-grid-6 ul.products {
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 16px !important;
}
.tifoso-products-grid-6 ul.products li.product {
    padding: 10px !important;
}
.tifoso-products-grid-6 ul.products li.product .woocommerce-loop-product__title {
    font-size: 0.88rem !important;
}
.tifoso-products-grid-6 ul.products li.product .price {
    font-size: 1.05rem !important;
}

@media (max-width: 1200px) {
    .tifoso-products-grid-6 ul.products {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}
@media (max-width: 768px) {
    .tifoso-products-grid-6 ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 480px) {
    .tifoso-products-grid-6 ul.products {
        grid-template-columns: 1fr !important;
    }
}

/* ============================================================
   SECCIÓN: COUNTDOWN BANNER (SALDI SPECIALI)
   ============================================================ */
.tifoso-countdown-section-premium {
    padding: 60px 0;
}
.tifoso-countdown-banner-premium {
    position: relative;
    background: rgba(18, 20, 24, 0.6) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(229, 184, 66, 0.15);
    border-radius: 20px;
    padding: 40px 50px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}
.banner-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.banner-left {
    flex: 1.3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.banner-label-gold {
    color: var(--tifoso-gold);
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
}
.banner-title {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem) !important;
    line-height: 1.1 !important;
    margin: 0 0 10px 0 !important;
    font-weight: 900;
}
.banner-subtitle {
    font-size: 0.98rem;
    color: #C5C5CE;
    margin: 0 0 25px 0;
}
.banner-btn {
    box-shadow: 0 4px 15px rgba(229, 184, 66, 0.2) !important;
}

/* Cuenta atrás */
.banner-center {
    flex: 1.1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(10, 11, 13, 0.5);
    padding: 22px 25px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.4);
}
.clock-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    color: var(--tifoso-gold);
    letter-spacing: 0.08em;
    margin-bottom: 15px;
}
.tifoso-live-clock {
    display: flex;
    gap: 12px;
}
.clock-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
}
.clock-number {
    font-family: 'Outfit', sans-serif;
    font-size: 2.1rem;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.1;
}
.clock-label {
    font-size: 0.68rem;
    color: var(--tifoso-text-muted);
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 5px;
    letter-spacing: 0.02em;
}

/* Imagen Promo */
.banner-right {
    flex: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-promo-img {
    max-height: 200px;
    object-fit: contain;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.55));
    transition: transform 0.5s ease;
}
.tifoso-countdown-banner-premium:hover .banner-promo-img {
    transform: translateY(-5px);
}

@media (max-width: 991px) {
    .tifoso-countdown-banner-premium {
        padding: 40px 30px;
    }
    .banner-flex {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    .banner-left {
        align-items: center;
    }
}

/* ============================================================
   SECCIÓN: TESTIMONIALS (DICONO DI NOI)
   ============================================================ */
.tifoso-reviews-section-premium {
    padding: 60px 0 100px;
}
.tifoso-reviews-grid-premium {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
}
.tifoso-review-card-premium {
    background: rgba(18, 20, 24, 0.6) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(229, 184, 66, 0.12);
    border-radius: 16px;
    padding: 24px;
    box-shadow: var(--tifoso-shadow);
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.tifoso-review-card-premium:hover {
    transform: translateY(-5px);
    border-color: var(--tifoso-gold);
}
.review-stars-gold {
    color: var(--tifoso-gold);
    font-size: 1.1rem;
    letter-spacing: 0.05em;
}
.review-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #E2E2E9;
    font-style: italic;
    margin: 0;
}
.review-author-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 12px;
}
.author-name {
    color: #FFFFFF;
    font-weight: 600;
}
.author-city {
    color: var(--tifoso-gold);
    font-weight: 500;
}

.tifoso-reviews-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 35px;
}
.r-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    cursor: pointer;
}
.r-dot.active {
    background: var(--tifoso-gold);
}

@media (max-width: 991px) {
    .tifoso-reviews-grid-premium {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
}

/* ============================================================
   EFECTO HOVER: IMAGEN DE LA ESPALDA AL PASAR EL RATÓN (FLIP)
   ============================================================ */
.tfi-product-image-wrapper {
    position: relative !important;
    overflow: hidden !important;
    display: block !important;
    width: 100% !important;
    padding-top: 100% !important; /* Cuadrado 1:1 */
}

.tfi-product-image-wrapper img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.tfi-product-image-wrapper .tfi-main-image {
    opacity: 1 !important;
    z-index: 2 !important;
}

.tfi-product-image-wrapper .tfi-hover-image {
    opacity: 0 !important;
    z-index: 1 !important;
}

/* Efecto hover sobre la tarjeta del producto */
li.product:hover .tfi-product-image-wrapper .tfi-main-image,
.product-small:hover .tfi-product-image-wrapper .tfi-main-image {
    opacity: 0 !important;
}

li.product:hover .tfi-product-image-wrapper .tfi-hover-image,
.product-small:hover .tfi-product-image-wrapper .tfi-hover-image {
    opacity: 1 !important;
    z-index: 3 !important;
}

/* Fallback de hover para imágenes iguales (zoom y ajuste de luz) */
.tfi-product-image-wrapper img.tfi-hover-fallback {
    filter: brightness(0.9) contrast(1.05) !important;
    transform: scale(1.06) !important;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* ============================================================
   CARRUSEL SWIPER DE PRODUCTOS EN LA PORTADA
   ============================================================ */
.tifoso-products-carousel-wrapper {
    position: relative !important;
    width: 100% !important;
    padding: 0 40px !important;
    box-sizing: border-box !important;
}

.tifoso-best-sellers-swiper,
.tifoso-new-arrivals-swiper,
.tifoso-special-offers-swiper,
.tifoso-national-teams-swiper {
    padding: 10px 0 65px 0 !important;
    overflow: hidden !important;
    position: relative !important;
}

.tifoso-best-sellers-swiper .swiper-slide,
.tifoso-new-arrivals-swiper .swiper-slide,
.tifoso-special-offers-swiper .swiper-slide,
.tifoso-national-teams-swiper .swiper-slide {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    align-self: stretch !important;
}

.tifoso-best-sellers-swiper .swiper-wrapper,
.tifoso-new-arrivals-swiper .swiper-wrapper,
.tifoso-special-offers-swiper .swiper-wrapper,
.tifoso-national-teams-swiper .swiper-wrapper {
    display: flex !important;
    align-items: stretch !important;
}

.tifoso-best-sellers-swiper .swiper-slide li.product,
.tifoso-new-arrivals-swiper .swiper-slide li.product,
.tifoso-special-offers-swiper .swiper-slide li.product,
.tifoso-national-teams-swiper .swiper-slide li.product {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.tifoso-best-sellers-swiper .product-small {
    margin-bottom: 0 !important;
}

/* Botones navegación Swiper dorados */
.tifoso-swiper-prev,
.tifoso-swiper-next,
.tifoso-new-arrivals-prev,
.tifoso-new-arrivals-next,
.tifoso-special-offers-prev,
.tifoso-special-offers-next,
.tifoso-national-teams-prev,
.tifoso-national-teams-next {
    color: var(--tifoso-gold) !important;
    width: 40px !important;
    height: 40px !important;
    background: rgba(18, 20, 24, 0.85) !important;
    border: 1px solid var(--tifoso-border) !important;
    border-radius: 50% !important;
    backdrop-filter: blur(8px) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
}

.tifoso-swiper-prev:after,
.tifoso-swiper-next:after,
.tifoso-new-arrivals-prev:after,
.tifoso-new-arrivals-next:after,
.tifoso-special-offers-prev:after,
.tifoso-special-offers-next:after,
.tifoso-national-teams-prev:after,
.tifoso-national-teams-next:after {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.tifoso-swiper-prev:hover,
.tifoso-swiper-next:hover,
.tifoso-new-arrivals-prev:hover,
.tifoso-new-arrivals-next:hover,
.tifoso-special-offers-hover,
.tifoso-special-offers-prev:hover,
.tifoso-special-offers-next:hover,
.tifoso-national-teams-prev:hover,
.tifoso-national-teams-next:hover {
    background: var(--tifoso-gold) !important;
    color: #0A0B0D !important;
    border-color: var(--tifoso-gold) !important;
    box-shadow: 0 0 15px rgba(229, 184, 66, 0.4) !important;
}

.tifoso-swiper-prev,
.tifoso-new-arrivals-prev,
.tifoso-special-offers-prev,
.tifoso-national-teams-prev {
    left: 0px !important;
}

.tifoso-swiper-next,
.tifoso-new-arrivals-next,
.tifoso-special-offers-next,
.tifoso-national-teams-next {
    right: 0px !important;
}

/* Swiper Pagination */
.tifoso-swiper-pagination,
.tifoso-new-arrivals-pagination,
.tifoso-special-offers-pagination,
.tifoso-national-teams-pagination {
    bottom: 15px !important;
}

.tifoso-swiper-pagination .swiper-pagination-bullet,
.tifoso-new-arrivals-pagination .swiper-pagination-bullet,
.tifoso-special-offers-pagination .swiper-pagination-bullet,
.tifoso-national-teams-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.25) !important;
    opacity: 1 !important;
    width: 8px !important;
    height: 8px !important;
    transition: all 0.3s ease !important;
}

.tifoso-swiper-pagination .swiper-pagination-bullet-active,
.tifoso-new-arrivals-pagination .swiper-pagination-bullet-active,
.tifoso-special-offers-pagination .swiper-pagination-bullet-active,
.tifoso-national-teams-pagination .swiper-pagination-bullet-active {
    background: var(--tifoso-gold) !important;
    width: 20px !important;
    border-radius: 4px !important;
}

/* Cuadrícula de Productos Estática y Responsiva */
.tifoso-products-grid-premium {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
    width: 100% !important;
    padding: 20px 0 40px 0 !important;
    box-sizing: border-box !important;
}

.tifoso-products-grid-premium .product-small {
    margin-bottom: 0 !important;
    height: 100% !important;
}

.tifoso-products-grid-premium li.product {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Responsive Grid columns */
@media (max-width: 992px) {
    .tifoso-products-grid-premium {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px !important;
    }
}

@media (max-width: 767px) {
    .tifoso-products-grid-premium {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
}



/* ============================================================
   13. REDISEÑO PREMIUM DE CHECKOUT / CASSA (WOW STYLE)
   ============================================================ */

/* Timeline/Pasos del Checkout */
.tfi-checkout-steps-wrapper {
    width: 100% !important;
    margin-bottom: 30px !important;
    background: rgba(18, 20, 24, 0.6) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 16px !important;
    padding: 24px !important;
}
.tfi-checkout-steps {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}
.tfi-step {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    position: relative !important;
    flex: 1 !important;
    z-index: 2 !important;
}
.tfi-step-number {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    color: rgba(255, 255, 255, 0.6) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    transition: all 0.3s ease !important;
}
.tfi-step-label {
    font-family: 'Outfit', sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.5) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    transition: all 0.3s ease !important;
}
/* Active Step */
.tfi-step--active .tfi-step-number {
    background: var(--tifoso-gold) !important;
    border-color: var(--tifoso-gold) !important;
    color: #0A0B0D !important;
    box-shadow: 0 0 15px rgba(229, 184, 66, 0.4) !important;
}
.tfi-step--active .tfi-step-label {
    color: var(--tifoso-gold) !important;
    font-weight: 700 !important;
}
/* Completed Step */
.tfi-step--completed .tfi-step-number {
    background: rgba(229, 184, 66, 0.15) !important;
    border-color: var(--tifoso-gold) !important;
    color: var(--tifoso-gold) !important;
}
.tfi-step--completed .tfi-step-label {
    color: rgba(255, 255, 255, 0.85) !important;
}
/* Connecting Lines */
.tfi-step-line {
    flex: 2 !important;
    height: 2px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    margin: 0 -20px !important;
    transform: translateY(-22px) !important;
    z-index: 1 !important;
}
.tfi-step-line--completed {
    background: var(--tifoso-gold) !important;
}
.tfi-checkout-security-badge {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-bottom: 25px !important;
    color: #A8A8A0 !important;
    font-size: 0.85rem !important;
    font-family: 'Inter', sans-serif !important;
}
.tfi-checkout-security-badge svg {
    flex-shrink: 0 !important;
}

/* Form Layout en 2 Columnas */
@media (min-width: 992px) {
    form.woocommerce-checkout {
        display: grid !important;
        grid-template-columns: 58fr 42fr !important;
        grid-template-rows: auto auto !important;
        gap: 30px !important;
    }
    form.woocommerce-checkout .col2-set {
        grid-column: 1 !important;
        grid-row: 1 / span 2 !important;
        margin-bottom: 0 !important;
    }
    form.woocommerce-checkout #order_review_heading {
        grid-column: 2 !important;
        grid-row: 1 !important;
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }
    form.woocommerce-checkout #order_review {
        grid-column: 2 !important;
        grid-row: 2 !important;
    }
}

/* Estilos de las Tarjetas Traslúcidas */
.woocommerce-checkout .col2-set {
    background: rgba(18, 20, 24, 0.75) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    padding: 30px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
    float: none !important;
    width: 100% !important;
}
.woocommerce-checkout #order_review {
    background: rgba(18, 20, 24, 0.75) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    padding: 30px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

/* Encabezados */
.woocommerce-checkout h3 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding-bottom: 12px !important;
    margin-bottom: 24px !important;
}
.woocommerce-checkout #order_review_heading {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    padding-left: 10px !important;
    border-left: 4px solid var(--tifoso-gold) !important;
    line-height: 1.2 !important;
}

/* Stack de Billing y Shipping */
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce-checkout .col2-set .col-2 {
    margin-top: 35px !important;
}

/* Inputs de Checkout */
.woocommerce-checkout p.form-row {
    margin-bottom: 18px !important;
    padding: 0 !important;
}
.woocommerce-checkout label {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    color: #A8A8A0 !important;
    margin-bottom: 6px !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    letter-spacing: 0.02em !important;
}
.woocommerce-checkout label .required {
    color: #FF5E5E !important;
    text-decoration: none !important;
}
.woocommerce-checkout input.input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    background: rgba(10, 11, 13, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 8px !important;
    color: #FFFFFF !important;
    padding: 12px 16px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.92rem !important;
    transition: all 0.25s ease !important;
    width: 100% !important;
    height: auto !important;
    min-height: 48px !important;
}
.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
    outline: none !important;
    border-color: var(--tifoso-gold) !important;
    background: rgba(10, 11, 13, 0.8) !important;
    box-shadow: 0 0 10px rgba(229, 184, 66, 0.2) !important;
}

/* Select2 personalización */
.woocommerce-checkout .select2-container--default .select2-selection--single {
    background-color: rgba(10, 11, 13, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 8px !important;
    height: 48px !important;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #FFFFFF !important;
    line-height: 48px !important;
    padding-left: 16px !important;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px !important;
}
.select2-dropdown {
    background-color: #121418 !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #FFFFFF !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--tifoso-gold) !important;
    color: #0A0B0D !important;
}

/* Tabla de Orden */
.woocommerce-checkout-review-order-table {
    border: none !important;
    margin-bottom: 24px !important;
    background: transparent !important;
    width: 100% !important;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    padding: 16px 0 !important;
    background: transparent !important;
    color: #FFFFFF !important;
}
.woocommerce-checkout-review-order-table thead th {
    color: #A8A8A0 !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    border-top: none !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1) !important;
}

/* Elementos de compra con miniatura */
.tfi-checkout-item-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}
.tfi-checkout-thumb {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    flex-shrink: 0 !important;
}
.tfi-checkout-item-details {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}
.tfi-checkout-item-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    color: #FFFFFF !important;
    line-height: 1.3 !important;
}
.tfi-checkout-meta {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}
.tfi-meta-item {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.76rem !important;
    color: #A8A8A0 !important;
}
.tfi-meta-item strong {
    color: #D4A944 !important;
}

/* Totales y Envío */
.woocommerce-checkout-review-order-table .product-total {
    text-align: right !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
}
.woocommerce-checkout-review-order-table tr.cart-subtotal th,
.woocommerce-checkout-review-order-table tr.shipping th,
.woocommerce-checkout-review-order-table tr.tax-total th {
    color: #A8A8A0 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
}
.woocommerce-checkout-review-order-table tr.cart-subtotal td,
.woocommerce-checkout-review-order-table tr.shipping td,
.woocommerce-checkout-review-order-table tr.tax-total td {
    text-align: right !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
    color: #FFFFFF !important;
}
.woocommerce-checkout-review-order-table #shipping_method {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.woocommerce-checkout-review-order-table #shipping_method li {
    margin-bottom: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
}

/* Total general */
.woocommerce-checkout-review-order-table tr.order-total th {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    border-bottom: none !important;
}
.woocommerce-checkout-review-order-table tr.order-total td {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: var(--tifoso-gold) !important;
    text-align: right !important;
    border-bottom: none !important;
}

/* Métodos de Pago y Radios */
#payment {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}
#payment ul.payment_methods {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 0 0 20px 0 !important;
    margin-bottom: 20px !important;
    list-style: none !important;
}
#payment ul.payment_methods li {
    margin-bottom: 12px !important;
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    transition: all 0.3s ease !important;
}
#payment ul.payment_methods li:hover {
    border-color: rgba(229, 184, 66, 0.3) !important;
    background: rgba(255, 255, 255, 0.04) !important;
}
.woocommerce-checkout input[type="radio"],
.woocommerce-checkout input[type="checkbox"] {
    accent-color: var(--tifoso-gold) !important;
    width: 16px !important;
    height: 16px !important;
    cursor: pointer !important;
}
#payment ul.payment_methods li input[type=radio] {
    margin-right: 10px !important;
}
#payment ul.payment_methods li label {
    font-family: 'Outfit', sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: #FFFFFF !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    cursor: pointer !important;
    margin: 0 !important;
    display: inline-block !important;
}
#payment ul.payment_methods li label img {
    max-height: 24px !important;
    margin-left: 10px !important;
    vertical-align: middle !important;
    display: inline-block !important;
}
#payment div.payment_box {
    background: rgba(0, 0, 0, 0.25) !important;
    color: #A8A8A0 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.85rem !important;
    line-height: 1.5 !important;
    border-radius: 6px !important;
    padding: 12px 16px !important;
    margin: 10px 0 0 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.04) !important;
}
#payment div.payment_box::before {
    display: none !important;
}

/* Botón de Pago Principal */
#payment #place_order {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 54px !important;
    background: linear-gradient(135deg, #E5B842 0%, #D4A944 100%) !important;
    color: #0A0B0D !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.15rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    border-radius: 12px !important;
    border: none !important;
    padding: 14px 24px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    box-shadow: 0 4px 15px rgba(229, 184, 66, 0.25) !important;
}
#payment #place_order:hover {
    background: linear-gradient(135deg, #F0C44C 0%, #E0B54F 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(229, 184, 66, 0.45) !important;
}
#payment #place_order::before {
    content: "" !important;
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    margin-right: 10px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230A0B0D' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%3E%3C/path%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

/* Widgets de Garantía y Confianza */
.tfi-checkout-guarantees-wrapper {
    margin-top: 30px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}
.tfi-checkout-secure-payments {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
}
.tfi-secure-title {
    color: var(--tifoso-gold) !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    letter-spacing: 0.05em !important;
    display: flex !important;
    align-items: center !important;
}
.tfi-checkout-secure-payments p {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.8rem !important;
    color: #A8A8A0 !important;
    margin: 0 0 12px 0 !important;
    line-height: 1.4 !important;
}
/* Caja de Ayuda */
.tfi-checkout-help-box {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
}
.tfi-help-content {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin-bottom: 12px !important;
}
.tfi-help-icon {
    color: var(--tifoso-gold) !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
}
.tfi-help-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}
.tfi-help-text strong {
    font-family: 'Outfit', sans-serif !important;
    color: #FFFFFF !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.05em !important;
}
.tfi-help-text span {
    font-family: 'Inter', sans-serif !important;
    color: #A8A8A0 !important;
    font-size: 0.78rem !important;
}
.tfi-help-hours {
    color: var(--tifoso-gold) !important;
    font-size: 0.72rem !important;
    font-weight: 600 !important;
}
.tfi-help-contacts {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding-top: 12px !important;
}
.tfi-contact-link {
    font-family: 'Outfit', sans-serif !important;
    color: #FFFFFF !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}
.tfi-contact-link:hover {
    color: var(--tifoso-gold) !important;
}

/* Cupones y Avisos */
.woocommerce-form-login-toggle,
.woocommerce-form-coupon-toggle {
    background: rgba(18, 20, 24, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    margin-bottom: 20px !important;
    color: #FFFFFF !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
}
.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a {
    color: var(--tifoso-gold) !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}
.woocommerce-form-login-toggle a:hover,
.woocommerce-form-coupon-toggle a:hover {
    color: var(--tifoso-gold-hover) !important;
}
form.login,
form.checkout_coupon {
    background: rgba(18, 20, 24, 0.75) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    padding: 24px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}
form.checkout_coupon p {
    color: #A8A8A0 !important;
    font-size: 0.85rem !important;
    margin-bottom: 15px !important;
}
form.checkout_coupon .form-row-first {
    width: 65% !important;
    float: left !important;
    margin: 0 !important;
}
form.checkout_coupon .form-row-last {
    width: 30% !important;
    float: right !important;
    margin: 0 !important;
}
form.checkout_coupon button.button {
    width: 100% !important;
    background: var(--tifoso-gold) !important;
    color: #0A0B0D !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    text-transform: uppercase !important;
    height: 48px !important;
    border-radius: 8px !important;
    border: none !important;
    cursor: pointer !important;
}
form.checkout_coupon button.button:hover {
    background: var(--tifoso-gold-hover) !important;
}
.woocommerce-clear {
    clear: both !important;
}

/* Responsivo para Móviles */
@media (max-width: 991px) {
    .tfi-step-line {
        transform: translateY(-19px) !important;
    }
    .woocommerce-checkout .col2-set {
        padding: 20px !important;
    }
    .woocommerce-checkout #order_review {
        padding: 20px !important;
        margin-top: 30px !important;
    }
    form.checkout_coupon .form-row-first,
    form.checkout_coupon .form-row-last {
        width: 100% !important;
        float: none !important;
        margin-bottom: 10px !important;
    }
}


/* ============================================================
   14. CORRECCIONES DE ANCHO Y DISEÑO EN CHECKOUT (CASSA)
   ============================================================ */

/* Expandir columnas de la rejilla al ancho completo de su celda */
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

.woocommerce-checkout .col2-set {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
}

/* Evitar que el nombre de producto se comprima y se rompa palabra por palabra */
.woocommerce-checkout-review-order-table td.product-name {
    width: 70% !important;
    max-width: 70% !important;
    text-align: left !important;
}
.woocommerce-checkout-review-order-table td.product-total {
    width: 30% !important;
    text-align: right !important;
    white-space: nowrap !important;
}
.tfi-checkout-item-title {
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
}

/* Corregir la caja blanca/gris de place-order del plugin/WooCommerce */
#payment .place-order {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-top: 25px !important;
    width: 100% !important;
    float: none !important;
}

/* Texto de privacidad legible en modo oscuro */
.woocommerce-privacy-policy-text p {
    color: #A8A8A0 !important;
    font-size: 0.82rem !important;
    line-height: 1.6 !important;
    font-family: 'Inter', sans-serif !important;
    margin-bottom: 15px !important;
    text-align: left !important;
}
.woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link {
    color: var(--tifoso-gold) !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}
.woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link:hover {
    color: var(--tifoso-gold-hover) !important;
}

/* ============================================================
   15. ESTILO PREMIUM DE TARJETAS DE CATEGORÍAS (WOW STYLE)
   ============================================================ */
li.product-category {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    border: 1px solid rgba(229, 184, 66, 0.12) !important;
    background-color: #121418 !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4) !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
}

li.product-category:hover {
    border-color: var(--tifoso-gold) !important;
    box-shadow: var(--tifoso-glow), 0 12px 25px rgba(0, 0, 0, 0.5) !important;
    transform: translateY(-4px) !important;
}

li.product-category a {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    text-decoration: none !important;
}

li.product-category img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 324/389 !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.5s ease !important;
    border-radius: 0 !important; /* El borde lo da el contenedor li */
    margin: 0 !important;
}

li.product-category:hover img {
    transform: scale(1.04) !important;
}

/* Título de categoría superpuesto en la parte inferior de la imagen */
li.product-category h2.woocommerce-loop-category__title {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 22px 10px 14px 10px !important;
    background: linear-gradient(to top, rgba(10, 11, 13, 0.95) 0%, rgba(10, 11, 13, 0.7) 60%, transparent 100%) !important;
    color: #FFFFFF !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-align: center !important;
    letter-spacing: 0.05em !important;
    z-index: 5 !important;
    box-sizing: border-box !important;
    line-height: 1.2 !important;
}

/* Estilo del contador de productos dentro del título de la categoría */
li.product-category h2.woocommerce-loop-category__title mark.count {
    background: transparent !important;
    color: var(--tifoso-gold) !important;
    font-weight: 500 !important;
    margin-left: 4px !important;
    font-size: 0.85rem !important;
}

/* ============================================================
   Final conversion overrides - PDP / shop / mobile buy
   ============================================================ */
.single-product div.product {
    display: grid !important;
    grid-template-columns: minmax(0, 1.04fr) minmax(380px, .96fr) !important;
    gap: 34px !important;
    align-items: start !important;
}
.single-product div.product .summary {
    position: sticky !important;
    top: 126px !important;
    background: linear-gradient(180deg, rgba(18,20,24,.96), rgba(10,11,13,.94)) !important;
    border: 1px solid rgba(229,184,66,.2) !important;
    border-radius: 18px !important;
    padding: 24px !important;
    box-shadow: 0 24px 70px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.04) !important;
}
.single-product .single_add_to_cart_button {
    min-height: 56px !important;
    border-radius: 12px !important;
    padding: 16px 34px !important;
    font-size: 1.06rem !important;
    letter-spacing: .06em !important;
}
.tfi-buy-confidence-panel,
.tfi-shop-conversion-strip {
    isolation: isolate;
}
@media (max-width: 980px) {
    .single-product div.product {
        display: block !important;
    }
    .single-product div.product .summary {
        position: static !important;
        margin-top: 22px !important;
    }
}
@media (max-width: 782px) {
    .single-product div.product .summary {
        border-radius: 16px !important;
        padding: 18px !important;
    }
    .single-product .single_add_to_cart_button {
        width: 100% !important;
    }
}

/* ============================================================
   P0 ecommerce supervisor fixes - shop / PDP / checkout mobile
   ============================================================ */
.tfi-shop-archive-heading {
    margin: 0 0 20px !important;
    padding: 22px 0 10px !important;
    max-width: 860px !important;
}
.tfi-shop-archive-heading span {
    display: inline-flex !important;
    align-items: center !important;
    margin-bottom: 9px !important;
    color: var(--tifoso-gold) !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: .76rem !important;
    font-weight: 800 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
}
.tfi-shop-archive-heading h1 {
    margin: 0 0 8px !important;
    color: #FFFFFF !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: clamp(2rem, 4vw, 3.35rem) !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
}
.tfi-shop-archive-heading p {
    margin: 0 !important;
    max-width: 720px !important;
    color: #CFCFC8 !important;
    font-size: 1rem !important;
    line-height: 1.65 !important;
}
.tfi-shop-featured-products {
    margin: 34px 0 20px !important;
    padding-top: 28px !important;
    border-top: 1px solid rgba(229,184,66,.14) !important;
}
.tfi-shop-featured-head {
    margin-bottom: 18px !important;
    max-width: 760px !important;
}
.tfi-shop-featured-head span {
    display: inline-block !important;
    margin-bottom: 8px !important;
    color: var(--tifoso-gold) !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: .75rem !important;
    font-weight: 800 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
}
.tfi-shop-featured-head h2 {
    margin: 0 0 8px !important;
    color: #FFFFFF !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: clamp(1.65rem, 3vw, 2.35rem) !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
}
.tfi-shop-featured-head p {
    margin: 0 !important;
    color: #CFCFC8 !important;
    line-height: 1.6 !important;
}
.tfi-shop-featured-products ul.products {
    margin-top: 0 !important;
}
.single-product .tfi-buy-confidence-panel {
    margin-top: 14px !important;
    padding: 14px !important;
    border-radius: 12px !important;
}
.single-product .tfi-buy-confidence-main {
    margin-bottom: 10px !important;
}
.single-product .tfi-buy-confidence-main strong {
    font-size: .92rem !important;
    line-height: 1.38 !important;
}
.single-product .tfi-buy-confidence-grid {
    gap: 7px !important;
}
.single-product .tfi-buy-confidence-grid span,
.single-product .tfi-buy-confidence-grid a {
    min-height: 38px !important;
    padding: 7px 9px !important;
    border-radius: 9px !important;
    font-size: .78rem !important;
    line-height: 1.2 !important;
}
.single-product .tfi-buy-confidence-panel svg,
.single-product .tfi-buy-confidence-grid svg,
.single-product .tifoso-trust-badges svg,
.single-product .tifoso-sg-trigger-v2 svg {
    width: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
    height: 16px !important;
    min-height: 16px !important;
    max-height: 16px !important;
    flex: 0 0 16px !important;
    display: block !important;
}
.tfi-empty-cart-recovery {
    margin: 24px 0 34px !important;
    padding: 28px !important;
    border: 1px solid rgba(229,184,66,.18) !important;
    border-radius: 16px !important;
    background: linear-gradient(180deg, rgba(18,20,24,.98), rgba(10,11,13,.96)) !important;
    box-shadow: 0 22px 60px rgba(0,0,0,.36) !important;
}
.tfi-empty-cart-recovery > span {
    color: var(--tifoso-gold) !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: .75rem !important;
    font-weight: 800 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
}
.tfi-empty-cart-recovery h2 {
    margin: 8px 0 8px !important;
    color: #FFFFFF !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: clamp(1.55rem, 3vw, 2.35rem) !important;
    line-height: 1.1 !important;
}
.tfi-empty-cart-recovery p {
    max-width: 650px !important;
    color: #CFCFC8 !important;
    line-height: 1.6 !important;
}
.tfi-empty-cart-cta {
    margin: 8px 0 22px !important;
    min-height: 46px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
}
.tfi-empty-cart-products ul.products {
    margin-top: 14px !important;
}
#payment #place_order {
    white-space: normal !important;
    text-align: center !important;
}
@media (max-width: 782px) {
    .tifoso-top-bar,
    .tifoso-guarantee-bar {
        font-size: .72rem !important;
        line-height: 1.25 !important;
    }
    .tifoso-top-bar span:nth-child(n+3),
    .tifoso-guarantee-bar span:nth-child(n+3) {
        display: none !important;
    }
    body .tifoso-top-bar svg,
    body .tifoso-top-bar span svg,
    body .tifoso-guarantee-bar svg,
    body .tifoso-gb-item svg {
        width: 14px !important;
        min-width: 14px !important;
        max-width: 14px !important;
        height: 14px !important;
        min-height: 14px !important;
        max-height: 14px !important;
        flex: 0 0 14px !important;
        display: inline-block !important;
    }
    .tifoso-top-bar .tifoso-container {
        display: grid !important;
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        gap: 6px !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
    .tifoso-top-bar span,
    .tifoso-gb-item {
        justify-content: center !important;
        gap: 6px !important;
        text-align: center !important;
    }
    .site-header {
        padding: 8px 0 !important;
    }
    .tifoso-header-inner {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        gap: 10px !important;
        align-items: center !important;
    }
    .site-branding {
        min-width: 0 !important;
    }
    .site-branding .tifoso-logo-link {
        gap: 8px !important;
        min-width: 0 !important;
    }
    .site-branding .tifoso-logo-img {
        width: 38px !important;
        height: 50px !important;
        flex: 0 0 38px !important;
    }
    .site-branding .site-title {
        font-size: 1.08rem !important;
        letter-spacing: .06em !important;
        max-width: 112px !important;
        overflow: hidden !important;
    }
    .site-branding .brand-store {
        font-size: .68rem !important;
        letter-spacing: .16em !important;
    }
    .tifoso-header-actions {
        gap: 8px !important;
        justify-content: flex-end !important;
        min-width: 0 !important;
    }
    .tifoso-search-form {
        width: 142px !important;
        max-width: 38vw !important;
        padding: 4px 8px !important;
        border-radius: 16px !important;
    }
    .tifoso-search-input {
        width: 92px !important;
        min-width: 0 !important;
        font-size: .78rem !important;
    }
    .tifoso-search-btn,
    .tifoso-cart-contents {
        width: 36px !important;
        min-width: 36px !important;
        height: 36px !important;
    }
    .tfi-shop-archive-heading {
        padding-top: 12px !important;
    }
    .tfi-shop-archive-heading h1 {
        font-size: 2.05rem !important;
    }
    .tfi-shop-featured-products {
        margin-top: 26px !important;
        padding-top: 22px !important;
    }
    .tfi-shop-conversion-strip {
        border-radius: 14px !important;
        padding: 14px !important;
    }
    .single-product .tfi-buy-confidence-grid {
        grid-template-columns: 1fr !important;
    }
    .single-product .tfi-first-order-inline {
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: 3px !important;
    }
    .single-product .tifoso-wa-float {
        bottom: 138px !important;
        right: 14px !important;
    }
    .tfi-empty-cart-recovery {
        padding: 20px !important;
        border-radius: 14px !important;
    }
}

/* PDP premium service block - stable icon sizing and visual polish */
html body.single-product .summary svg,
html body.single-product form.cart svg,
html body.single-product .tfi-buy-confidence-panel svg,
html body.single-product .tifoso-trust-row svg,
html body.single-product .tifoso-pay-assurance svg,
html body.single-product .tifoso-garanzia svg {
    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
    flex: 0 0 18px !important;
    display: inline-block !important;
}
.single-product .tifoso-trust-row,
.single-product .tifoso-pay-assurance,
.single-product .tifoso-garanzia {
    max-width: 100% !important;
}
.single-product .tifoso-garanzia {
    margin: 18px 0 0 !important;
    padding: 14px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(229,184,66,.20) !important;
    background:
        radial-gradient(circle at 92% 8%, rgba(229,184,66,.20), transparent 34%),
        linear-gradient(180deg, rgba(18,20,24,.96), rgba(10,11,13,.98)) !important;
    box-shadow: 0 18px 46px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.04) !important;
}
.single-product .tifoso-garanzia__hero {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 14px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
}
.single-product .tifoso-garanzia__visual {
    width: 58px !important;
    height: 58px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 14px !important;
    color: #0A0B0D !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,.32), transparent 42%),
        linear-gradient(135deg, #F0CE6D, #C99B22) !important;
    box-shadow: 0 12px 26px rgba(229,184,66,.22) !important;
}
.single-product .tifoso-garanzia__eyebrow {
    display: block !important;
    margin-bottom: 4px !important;
    color: var(--tifoso-gold) !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: .70rem !important;
    font-weight: 800 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
}
.single-product .tifoso-garanzia__hero strong {
    display: block !important;
    color: #FFFFFF !important;
    font-size: .95rem !important;
    line-height: 1.35 !important;
}
.single-product .tifoso-garanzia__head {
    margin-bottom: 11px !important;
    font-size: .88rem !important;
    letter-spacing: .08em !important;
}
.single-product .tifoso-garanzia__row {
    display: grid !important;
    grid-template-columns: 20px minmax(0, 1fr) !important;
    gap: 10px !important;
    margin-bottom: 11px !important;
}
.single-product .tifoso-garanzia__row strong {
    font-size: .88rem !important;
    line-height: 1.28 !important;
}
.single-product .tifoso-garanzia__row span {
    display: block !important;
    font-size: .78rem !important;
    line-height: 1.45 !important;
}
@media (max-width: 782px) {
    .single-product .tifoso-garanzia {
        padding: 13px !important;
        border-radius: 14px !important;
    }
    .single-product .tifoso-garanzia__hero {
        grid-template-columns: 50px minmax(0, 1fr) !important;
    }
    .single-product .tifoso-garanzia__visual {
        width: 50px !important;
        height: 50px !important;
    }
}

/* Header symmetry and variable-product CTA alignment */
.tifoso-top-bar .tifoso-container {
    display: grid !important;
    grid-template-columns: repeat(2, max-content) !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 24px !important;
}
.tifoso-top-bar span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 28px !important;
    text-align: center !important;
    font-size: .78rem !important;
    line-height: 1.2 !important;
}
.tifoso-first-order-inner {
    gap: 12px !important;
    min-height: 42px !important;
}
.tifoso-guarantee-bar {
    padding: 12px 0 !important;
}
.tifoso-gb-inner {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: center !important;
    gap: 18px !important;
}
.tifoso-gb-item {
    justify-content: center !important;
    min-height: 32px !important;
    text-align: center !important;
    font-size: .82rem !important;
    line-height: 1.3 !important;
}
.single-product .woocommerce-info {
    max-width: 1160px !important;
    margin: 8px auto 20px !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
}
.single-product form.variations_form .single_variation_wrap {
    display: grid !important;
    gap: 12px !important;
}
.single-product form.variations_form .woocommerce-variation-add-to-cart {
    display: grid !important;
    grid-template-columns: 56px minmax(0, 1fr) !important;
    gap: 10px 12px !important;
    align-items: center !important;
}
.single-product form.variations_form .woocommerce-variation-add-to-cart .quantity {
    grid-column: 1 !important;
    margin: 0 !important;
}
.single-product form.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    grid-column: 2 !important;
    width: 100% !important;
    margin: 0 !important;
}
.single-product form.variations_form .woocommerce-variation-add-to-cart .tifoso-sg-trigger-v2 {
    grid-column: 1 / -1 !important;
    margin: -2px 0 0 !important;
    justify-self: start !important;
    font-size: .78rem !important;
    letter-spacing: .08em !important;
}
.single-product form.variations_form .woocommerce-variation-add-to-cart .tifoso-trust-row {
    grid-column: 1 / -1 !important;
    margin: 6px 0 0 !important;
}
.single-product form.variations_form.cart .variations td.value {
    display: grid !important;
    gap: 10px !important;
}
.single-product .tifoso-size-select--enhanced {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 1px !important;
    height: 1px !important;
}
.single-product .tifoso-size-pills {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(64px, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
}
.single-product .tifoso-size-pill {
    min-height: 48px !important;
    padding: 0 12px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    background: rgba(255,255,255,.03) !important;
    color: #f5f3eb !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: .96rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03) !important;
    transition: transform .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease !important;
}
.single-product .tifoso-size-pill:hover {
    transform: translateY(-1px) !important;
    border-color: rgba(229,184,66,.38) !important;
    background: rgba(229,184,66,.08) !important;
}
.single-product .tifoso-size-pill.is-active {
    border-color: rgba(229,184,66,.7) !important;
    background: linear-gradient(180deg, rgba(229,184,66,.24), rgba(229,184,66,.12)) !important;
    color: #fff5d2 !important;
    box-shadow: 0 12px 24px rgba(0,0,0,.24), inset 0 0 0 1px rgba(255,255,255,.04) !important;
}
.single-product .tifoso-size-pill:disabled {
    opacity: .34 !important;
    cursor: not-allowed !important;
    text-decoration: line-through !important;
    transform: none !important;
}
@media (max-width: 980px) {
    .tifoso-top-bar .tifoso-container {
        grid-template-columns: 1fr !important;
        justify-content: center !important;
    }
    .tifoso-gb-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 782px) {
    .tifoso-gb-inner {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    .single-product form.variations_form .woocommerce-variation-add-to-cart {
        grid-template-columns: 1fr !important;
    }
    .single-product form.variations_form .woocommerce-variation-add-to-cart .quantity,
    .single-product form.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button,
    .single-product form.variations_form .woocommerce-variation-add-to-cart .tifoso-sg-trigger-v2,
    .single-product form.variations_form .woocommerce-variation-add-to-cart .tifoso-trust-row {
        grid-column: 1 !important;
    }
    .single-product .tifoso-size-pills {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

/* Final symmetry pass - header, search/cart, PDP buy box */
html body .tifoso-top-bar .tifoso-container {
    max-width: 1160px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
}
html body .tifoso-top-bar span {
    justify-content: center !important;
    min-height: 30px !important;
    font-size: .76rem !important;
    letter-spacing: .08em !important;
}
html body .tifoso-first-order-inner {
    min-height: 44px !important;
    gap: 14px !important;
    font-size: .95rem !important;
}
html body .tifoso-header-inner {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 28px !important;
    min-height: 72px !important;
}
html body .site-branding {
    margin: 0 !important;
}
html body .main-navigation {
    justify-self: center !important;
    width: 100% !important;
}
html body .main-navigation ul.nav-menu {
    justify-content: center !important;
    gap: 28px !important;
}
html body .main-navigation ul.nav-menu a {
    font-size: .92rem !important;
    letter-spacing: .07em !important;
}
html body .tifoso-header-actions {
    display: grid !important;
    grid-auto-flow: column !important;
    align-items: center !important;
    gap: 12px !important;
}
html body .tifoso-search-form {
    width: 248px !important;
    min-width: 248px !important;
    height: 46px !important;
    padding: 0 12px 0 14px !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)) !important;
    border: 1px solid rgba(229,184,66,.18) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04) !important;
}
html body .tifoso-search-input {
    width: 100% !important;
    min-width: 0 !important;
    font-size: .88rem !important;
}
html body .tifoso-search-input:focus {
    width: 100% !important;
}
html body .tifoso-search-btn {
    width: 30px !important;
    height: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
}
html body .tifoso-cart-contents {
    position: relative !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 46px !important;
    padding: 0 !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)) !important;
    border: 1px solid rgba(229,184,66,.18) !important;
}
html body .tifoso-cart-contents .count {
    position: absolute !important;
    top: 6px !important;
    right: 8px !important;
    width: 18px !important;
    height: 18px !important;
    font-size: .68rem !important;
}
html body .tifoso-gb-inner {
    max-width: 1160px !important;
    gap: 16px !important;
}
html body .tifoso-gb-item {
    padding: 0 8px !important;
}
html body.single-product .summary.entry-summary {
    display: grid !important;
    gap: 14px !important;
}
html body.single-product .summary.entry-summary > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
html body.single-product .summary.entry-summary .product_title {
    max-width: 15ch !important;
}
html body.single-product .summary.entry-summary .price {
    margin-top: 6px !important;
}
html body.single-product .tfi-buy-confidence-panel {
    padding: 18px !important;
    border-radius: 16px !important;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)) !important;
}
html body.single-product form.variations_form.cart {
    padding: 16px !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.015) !important;
}
html body.single-product form.variations_form.cart .variations {
    margin-bottom: 8px !important;
}
html body.single-product form.variations_form.cart .variations select {
    min-height: 46px !important;
    width: 100% !important;
    border-radius: 10px !important;
    padding: 10px 14px !important;
}
html body.single-product form.variations_form.cart .woocommerce-variation-add-to-cart {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    gap: 12px 14px !important;
    align-items: center !important;
}
html body.single-product form.variations_form.cart .woocommerce-variation-add-to-cart .quantity {
    width: 64px !important;
}
html body.single-product form.variations_form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    width: 100% !important;
    display: block !important;
}
html body.single-product form.variations_form.cart .woocommerce-variation-add-to-cart .tifoso-sg-trigger-v2 {
    margin: 0 !important;
    font-size: .74rem !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
}
html body.single-product form.variations_form.cart .woocommerce-variation-add-to-cart .tifoso-trust-row {
    margin: 2px 0 0 !important;
}
html body.single-product .tifoso-pay-assurance {
    margin-top: 8px !important;
    padding-top: 14px !important;
}
html body.single-product .tifoso-pay-badges {
    gap: 8px !important;
}
html body.single-product .tifoso-pay-badges span {
    min-height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
}
@media (max-width: 1100px) {
    html body .tifoso-header-inner {
        grid-template-columns: auto auto !important;
    }
    html body .main-navigation {
        display: none !important;
    }
}
@media (max-width: 782px) {
    html body .tifoso-top-bar .tifoso-container,
    html body .tifoso-gb-inner {
        grid-template-columns: 1fr !important;
    }
    html body .tifoso-header-inner {
        grid-template-columns: minmax(0, 1fr) auto !important;
        gap: 10px !important;
    }
    html body .tifoso-search-form {
        width: 148px !important;
        min-width: 148px !important;
        height: 42px !important;
    }
    html body.single-product form.variations_form.cart .woocommerce-variation-add-to-cart {
        grid-template-columns: 1fr !important;
    }
    html body.single-product .summary.entry-summary .product_title {
        max-width: none !important;
    }
}

/* Header live search + cart drawer */
.tifoso-search-shell {
    position: relative !important;
}
.tifoso-search-dropdown {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    right: 0 !important;
    width: min(420px, 82vw) !important;
    z-index: 1200 !important;
}
.tifoso-search-dropdown__inner {
    border: 1px solid rgba(229,184,66,.18) !important;
    border-radius: 18px !important;
    padding: 10px !important;
    background: rgba(10,11,13,.98) !important;
    box-shadow: 0 28px 70px rgba(0,0,0,.48) !important;
    backdrop-filter: blur(18px) !important;
}
.tifoso-search-state {
    padding: 14px 12px !important;
    color: #CFCFC8 !important;
    font-size: .9rem !important;
    line-height: 1.45 !important;
}
.tifoso-search-results {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    gap: 8px !important;
}
.tifoso-search-result {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: center !important;
    padding: 8px !important;
    border-radius: 14px !important;
    border: 1px solid transparent !important;
    background: rgba(255,255,255,.02) !important;
    text-decoration: none !important;
}
.tifoso-search-result:hover {
    border-color: rgba(229,184,66,.16) !important;
    background: rgba(229,184,66,.07) !important;
}
.tifoso-search-thumb {
    width: 58px !important;
    height: 58px !important;
    display: grid !important;
    place-items: center !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,.05) !important;
}
.tifoso-search-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}
.tifoso-search-thumb--empty {
    color: var(--tifoso-gold) !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 800 !important;
}
.tifoso-search-copy {
    display: grid !important;
    gap: 4px !important;
}
.tifoso-search-copy strong {
    color: #FFFFFF !important;
    font-size: .92rem !important;
    line-height: 1.25 !important;
}
.tifoso-search-copy em {
    color: var(--tifoso-gold) !important;
    font-size: .82rem !important;
    font-style: normal !important;
}
.tifoso-search-more {
    margin-top: 8px !important;
    min-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    border-radius: 12px !important;
    border: 1px solid rgba(229,184,66,.16) !important;
    color: #FFFFFF !important;
    font-family: 'Outfit', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
    text-decoration: none !important;
}
.tifoso-cart-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1205 !important;
    background: rgba(10,11,13,.58) !important;
    backdrop-filter: blur(8px) !important;
}
.tifoso-cart-drawer {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: min(430px, 100vw) !important;
    z-index: 1210 !important;
    transform: translateX(100%) !important;
    transition: transform .28s ease !important;
    pointer-events: none !important;
}
.tifoso-cart-drawer.is-open {
    transform: translateX(0) !important;
    pointer-events: auto !important;
}
.tifoso-cart-drawer__panel {
    height: 100% !important;
    display: grid !important;
    grid-template-rows: auto 1fr auto !important;
    background: linear-gradient(180deg, rgba(18,20,24,.99), rgba(10,11,13,.995)) !important;
    border-left: 1px solid rgba(229,184,66,.14) !important;
    box-shadow: -24px 0 70px rgba(0,0,0,.45) !important;
}
.tifoso-cart-drawer__head,
.tifoso-cart-drawer__foot {
    padding: 20px !important;
    border-bottom: 1px solid rgba(255,255,255,.06) !important;
}
.tifoso-cart-drawer__foot {
    border-bottom: 0 !important;
    border-top: 1px solid rgba(255,255,255,.06) !important;
}
.tifoso-cart-drawer__head {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 12px !important;
}
.tifoso-cart-drawer__kicker {
    display: block !important;
    margin-bottom: 4px !important;
    color: var(--tifoso-gold) !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: .72rem !important;
    text-transform: uppercase !important;
    letter-spacing: .12em !important;
}
.tifoso-cart-drawer__head strong {
    color: #FFFFFF !important;
    font-size: 1.05rem !important;
    line-height: 1.3 !important;
}
.tifoso-cart-drawer__close {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(229,184,66,.14) !important;
    background: rgba(255,255,255,.03) !important;
    color: #FFFFFF !important;
    font-size: 1.35rem !important;
    cursor: pointer !important;
}
.tifoso-cart-drawer__body {
    padding: 16px 20px !important;
    overflow: auto !important;
}
.tifoso-cart-drawer__shipping {
    display: grid !important;
    gap: 12px !important;
    padding: 14px !important;
    margin-bottom: 14px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(229,184,66,.12) !important;
    background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015)) !important;
}
.tifoso-cart-drawer__shipping-copy {
    display: grid !important;
    gap: 6px !important;
}
.tifoso-cart-drawer__shipping-label {
    color: var(--tifoso-gold) !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: .78rem !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
}
.tifoso-cart-drawer__shipping-copy strong {
    color: #FFFFFF !important;
    font-size: .98rem !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
}
.tifoso-cart-drawer__shipping-copy .woocommerce-Price-amount {
    color: var(--tifoso-gold) !important;
    font-weight: 800 !important;
}
.tifoso-cart-drawer__shipping-bar {
    width: 100% !important;
    height: 6px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.08) !important;
    overflow: hidden !important;
}
.tifoso-cart-drawer__shipping-bar span {
    display: block !important;
    height: 100% !important;
    border-radius: inherit !important;
    background: linear-gradient(90deg, #E5B842 0%, #F2D26A 100%) !important;
}
.tifoso-cart-drawer__items {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    gap: 12px !important;
}
.tifoso-cart-drawer__item {
    display: grid !important;
    grid-template-columns: 78px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 10px !important;
    padding-right: 44px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(255,255,255,.06) !important;
    background: rgba(255,255,255,.02) !important;
    position: relative !important;
}
.tifoso-cart-drawer__remove {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    background: rgba(255,255,255,.04) !important;
    color: #FFFFFF !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    cursor: pointer !important;
    transition: background .2s ease, border-color .2s ease, transform .2s ease !important;
}
.tifoso-cart-drawer__remove:hover {
    background: rgba(229,184,66,.12) !important;
    border-color: rgba(229,184,66,.24) !important;
    transform: scale(1.04) !important;
}
.tifoso-cart-drawer__remove:disabled {
    opacity: .45 !important;
    cursor: wait !important;
}
.tifoso-cart-drawer__thumb {
    width: 78px !important;
    height: 78px !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    display: block !important;
}
.tifoso-cart-drawer__thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.tifoso-cart-drawer__meta {
    display: grid !important;
    gap: 6px !important;
    align-content: start !important;
}
.tifoso-cart-drawer__meta a {
    color: #FFFFFF !important;
    font-size: .92rem !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
}
.tifoso-cart-drawer__meta span {
    color: #B9B9B2 !important;
    font-size: .82rem !important;
}
.tifoso-cart-drawer__meta strong {
    color: var(--tifoso-gold) !important;
    font-size: .92rem !important;
}
.tifoso-cart-drawer__empty {
    padding: 14px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(255,255,255,.06) !important;
    background: rgba(255,255,255,.02) !important;
}
.tifoso-cart-drawer__empty strong {
    display: block !important;
    margin-bottom: 6px !important;
    color: #FFFFFF !important;
}
.tifoso-cart-drawer__empty p {
    margin: 0 !important;
    color: #CFCFC8 !important;
    line-height: 1.55 !important;
}
.tifoso-cart-drawer__empty-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-top: 14px !important;
}
.tifoso-cart-drawer__ghost {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 40px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(229,184,66,.16) !important;
    background: rgba(255,255,255,.03) !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: .82rem !important;
}
.tifoso-cart-drawer__trust {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 14px !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(255,255,255,.06) !important;
}
.tifoso-cart-drawer__trust span {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 32px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.04) !important;
    border: 1px solid rgba(255,255,255,.06) !important;
    color: #D5D5CF !important;
    font-size: .78rem !important;
    line-height: 1 !important;
}
.tifoso-cart-drawer__subtotal {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 14px !important;
    gap: 12px !important;
}
.tifoso-cart-drawer__subtotal span {
    color: #CFCFC8 !important;
}
.tifoso-cart-drawer__subtotal strong {
    color: #FFFFFF !important;
    font-size: 1.05rem !important;
}
.tifoso-cart-drawer__actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
}
.tifoso-cart-drawer__btn {
    min-height: 46px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px !important;
    text-align: center !important;
}
.tifoso-cart-drawer__btn.is-secondary {
    background: rgba(255,255,255,.04) !important;
    border: 1px solid rgba(229,184,66,.14) !important;
    color: #FFFFFF !important;
}
body.tifoso-cart-open {
    overflow: hidden !important;
}
@media (max-width: 782px) {
    .tifoso-search-dropdown {
        left: 0 !important;
        right: auto !important;
        width: min(360px, calc(100vw - 40px)) !important;
    }
    .tifoso-cart-drawer__actions {
        grid-template-columns: 1fr !important;
    }
    .tifoso-cart-drawer__trust {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }
    .tifoso-cart-drawer__trust span:last-child {
        grid-column: 1 / -1 !important;
    }
}

/* Phase 3 polish: shop mobile density */
@media (max-width: 782px) {
    html body.woocommerce-shop .tfi-shop-archive-heading {
        max-width: none !important;
        margin-bottom: 18px !important;
    }
    html body.woocommerce-shop .tfi-shop-archive-heading span {
        font-size: .68rem !important;
        letter-spacing: .14em !important;
    }
    html body.woocommerce-shop .tfi-shop-archive-heading h1 {
        font-size: 2rem !important;
        line-height: 1.02 !important;
        margin: 8px 0 10px !important;
        max-width: 11ch !important;
    }
    html body.woocommerce-shop .tfi-shop-archive-heading p {
        font-size: .88rem !important;
        line-height: 1.45 !important;
        max-width: 34ch !important;
    }
    html body.woocommerce-shop .tfi-shop-conversion-strip {
        padding: 14px !important;
        border-radius: 14px !important;
    }
    html body.woocommerce-shop .tfi-shop-strip-actions {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
        width: 100% !important;
    }
    html body.woocommerce-shop .tfi-shop-strip-actions a,
    html body.woocommerce-shop .tfi-shop-strip-actions span {
        justify-content: center !important;
        min-height: 38px !important;
        font-size: .72rem !important;
        text-align: center !important;
    }
    html body.woocommerce-shop ul.products.columns-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }
    html body.woocommerce-shop ul.products.columns-4 li.product {
        min-width: 0 !important;
    }
    html body.woocommerce-shop ul.products.columns-4 li.product .woocommerce-loop-product__title {
        font-size: .74rem !important;
        line-height: 1.3 !important;
        height: 2.6em !important;
        max-height: 2.6em !important;
        margin: 10px 10px 6px !important;
    }
    html body.woocommerce-shop ul.products.columns-4 li.product .price {
        font-size: .96rem !important;
        margin: 0 10px 8px !important;
    }
    html body.woocommerce-shop ul.products.columns-4 li.product .button,
    html body.woocommerce-shop ul.products.columns-4 li.product a.button,
    html body.woocommerce-shop ul.products.columns-4 li.product .add_to_cart_button {
        width: calc(100% - 20px) !important;
        margin: auto 10px 10px !important;
        padding: 10px 10px !important;
        font-size: .72rem !important;
    }
    html body.woocommerce-shop .tfi-shop-featured-products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }
}


