.gx-store-main { width:100% !important; max-width:1200px !important; margin-left:auto !important; margin-right:auto !important; padding:0 !important; }
/* BLOQUE 1 · SHELL EXTERIOR CANONICO
   Fecha/hora: 27/09/2026 02:21 Europe/Madrid */
.main-wrapper {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.gxtv-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
@media (max-width: 1180px) {
    .main-wrapper {
        width: calc(100% - 44px) !important;
        max-width: none !important;
    }
}
@media (max-width: 991px) {
    .main-wrapper {
        width: calc(100% - 36px) !important;
    }
}
@media (max-width: 640px) {
    .main-wrapper {
        width: calc(100% - 32px) !important;
    }
}

/* Televisión y antenas · estilos exclusivos de la categoría. */

.gxtv-page,
.gxtv-page * { box-sizing: border-box; }

.gxtv-page {
    width: 100%;
    color: #10223A;
    font-family: 'Inter', sans-serif;
}

.gxtv-page .gx-context-bar {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid rgba(0,26,58,.06);
    border-bottom: 1px solid rgba(0,26,58,.08);
    background: rgba(255,255,255,.74);
}

.gxtv-page .gx-context-bar-inner {
    width: 100%;
    max-width: 1200px;
    min-height: 46px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    align-items: center;
}

.gxtv-page .gx-context-item {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 18px;
    color: #536174;
    font-size: .77rem;
    line-height: 1.3;
    text-align: center;
}

.gxtv-page .gx-context-item + .gx-context-item {
    border-left: 1px solid rgba(0,26,58,.08);
}

.gxtv-page .gx-context-item i {
    width: 13px;
    min-width: 13px;
    flex: 0 0 13px;
    color: #CBA358;
    font-size: .9rem;
    text-align: center;
}

.gxtv-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 84px;
}

.gxtv-content h1,
.gxtv-content h2,
.gxtv-content h3 {
    color: #001A3A;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.gxtv-opening {
    max-width: 820px;
    padding-bottom: 44px;
}

.gxtv-opening .eyebrow {
    display: block;
    margin: 0 0 20px;
    color: #CBA358;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 100;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gxtv-opening h1 {
    margin: 0 0 18px;
    font-size: 35px;
    font-weight: 700;
    line-height: 41.3px;
    letter-spacing: -.45px;
}

.gxtv-lead {
    max-width: 760px;
    margin: 0;
    color: #4A5568;
    font-size: 1rem;
    line-height: 1.6;
}

.gxtv-catalogue {
    padding-top: 44px;
    border-top: 1px solid rgba(0,26,58,.12);
}

.gxtv-heading {
    display: grid;
    grid-template-columns: minmax(0,760px) 1fr;
    gap: 48px;
    align-items: end;
    margin-bottom: 28px;
}

.gxtv-heading h2,
.gxtv-check h2 {
    margin: 0 0 14px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.32px;
    letter-spacing: -.45px;
}

.gxtv-heading p,
.gxtv-check p {
    margin: 0;
    color: #5A6778;
    font-size: .9rem;
    line-height: 1.7;
}

.gxtv-signal-line {
    height: 1px;
    margin-bottom: 8px;
    background: linear-gradient(90deg,rgba(203,163,88,.65),transparent);
}

.gxtv-list {
    border-top: 1px solid rgba(0,26,58,.10);
}

.gxtv-row {
    display: grid;
    grid-template-columns: 64px minmax(0,1fr) 170px 205px;
    gap: 22px;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid rgba(0,26,58,.10);
}

.gxtv-row-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(0,26,58,.10);
    border-radius: 50%;
    background: linear-gradient(145deg,#F7F9FB,#EDF2F6);
    color: #315475;
    font-size: 1.25rem;
}

.gxtv-row-copy h3 {
    margin: 0 0 7px;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
}

.gxtv-row-copy p {
    margin: 0;
    color: #5A6778;
    font-size: .82rem;
    line-height: 1.55;
}

.gxtv-row-price span {
    display: block;
    margin-bottom: 4px;
    color: #6B7584;
    font-size: .69rem;
}

.gxtv-row-price strong {
    color: #001A3A;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.15rem;
}

.gxtv-row-actions {
    display: grid;
    gap: 7px;
}

.gxtv-row-actions a {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 7px 10px;
    border: 1px solid rgba(0,26,58,.12);
    border-radius: 7px;
    color: #294968;
    font-size: .65rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.gxtv-row-actions .gxtv-cart {
    border-color: #CBA358;
    background: linear-gradient(135deg,#DFB96E,#B88E45);
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,26,58,.45);
}

.gxtv-check {
    display: grid;
    grid-template-columns: 72px minmax(0,1fr) auto;
    gap: 24px;
    align-items: center;
    margin-top: 48px;
    padding: 30px 0;
    border-top: 2px solid #CBA358;
    border-bottom: 1px solid rgba(0,26,58,.10);
}

.gxtv-check-mark {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #F2F5F8;
    color: #315475;
    font-size: 1.35rem;
}

.gxtv-check a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid #CBA358;
    border-radius: 8px;
    background: linear-gradient(135deg,#DFB96E,#B88E45);
    color: #fff;
    font-size: .73rem;
    font-weight: 700;
    text-decoration: none;
}

.gxtv-conditions {
    max-width: 780px;
    margin: 18px 0 0;
    color: #647084;
    font-size: .75rem;
    line-height: 1.65;
}

@media (max-width:1180px) {
    .gxtv-page .gx-context-bar-inner { width: calc(100% - 44px); }
}

@media (max-width:991px) {
    .gxtv-page .gx-context-bar-inner {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .gxtv-page .gx-context-item {
        min-height: 39px;
        justify-content: flex-start;
        padding-left: 22px;
        padding-right: 22px;
        text-align: left;
    }

    .gxtv-page .gx-context-item + .gx-context-item {
        border-left: 0;
        border-top: 1px solid rgba(0,26,58,.07);
    }

    .gxtv-row {
        grid-template-columns: 56px minmax(0,1fr) 160px;
    }

    .gxtv-row-actions {
        grid-column: 2 / -1;
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .gxtv-check {
        grid-template-columns: 60px 1fr;
    }

    .gxtv-check a {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width:640px) {
    .gxtv-page .gx-context-bar {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .gxtv-page .gx-context-item { font-size: .72rem; }
    .gxtv-content { padding-bottom: 58px; }
    .gxtv-opening { padding-bottom: 38px; }
    .gxtv-opening .eyebrow { margin-bottom: 11px; }

    .gxtv-opening h1 { margin-bottom: 16px; }\n\n    .gxtv-opening h1,
    .gxtv-heading h2,
    .gxtv-check h2 {
        font-size: 23.2px;
        line-height: 27.376px;
        letter-spacing: -.45px;
    }

    .gxtv-heading {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .gxtv-signal-line { display: none; }

    .gxtv-row {
        grid-template-columns: 48px minmax(0,1fr);
        gap: 14px;
    }

    .gxtv-row-icon {
        width: 46px;
        height: 46px;
    }

    .gxtv-row-price,
    .gxtv-row-actions {
        grid-column: 1 / -1;
    }

    .gxtv-row-actions { grid-template-columns: 1fr; }

    .gxtv-check {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .gxtv-check a {
        grid-column: 1;
        width: 100%;
    }
}

@media (prefers-reduced-motion:reduce) {
    .gxtv-page *,
    .gxtv-page *::before,
    .gxtv-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
