.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;
}
.gxext-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;
    }
}

/* Exterior, patios y fincas · estilos exclusivos de la categoría. */

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

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

.gxext-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);
}

.gxext-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;
}

.gxext-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;
}

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

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

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

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

.gxext-opening {
    max-width: 810px;
    padding-bottom: 44px;
}

.gxext-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;
}

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

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

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

.gxext-heading {
    max-width: 760px;
    margin-bottom: 30px;
}

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

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

.gxext-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px;
}

.gxext-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    min-height: 315px;
    padding: 24px;
    border: 1px solid rgba(0,26,58,.10);
    border-radius: 14px;
    background:
        radial-gradient(circle at 100% 0,rgba(203,163,88,.13),transparent 30%),
        #fff;
}

.gxext-card:nth-child(1) {
    grid-column: span 2;
    min-height: 270px;
    display: grid;
    grid-template-columns: 84px minmax(0,1fr) 310px;
    gap: 26px;
    align-items: center;
}

.gxext-card-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.gxext-card:nth-child(1) .gxext-card-top {
    margin: 0;
}

.gxext-card-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    flex: 0 0 58px;
    border: 1px solid rgba(0,26,58,.10);
    border-radius: 14px;
    background: #F1F5F8;
    color: #315475;
    font-size: 1.35rem;
}

.gxext-card-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg,rgba(203,163,88,.65),transparent);
}

.gxext-card-copy {
    flex: 1;
}

.gxext-card h3 {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.gxext-card-copy p {
    margin: 0;
    color: #566477;
    font-size: .84rem;
    line-height: 1.62;
}

.gxext-card-bottom {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(0,26,58,.10);
}

.gxext-card:nth-child(1) .gxext-card-bottom {
    margin: 0;
    padding: 0;
    border-top: 0;
}

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

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

.gxext-actions {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px;
    margin-top: 16px;
}

.gxext-card:nth-child(1) .gxext-actions {
    grid-template-columns: 1fr;
}

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

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

.gxext-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 52px;
    padding: 30px 0;
    border-top: 2px solid #CBA358;
    border-bottom: 1px solid rgba(0,26,58,.10);
}

.gxext-note > div:first-child {
    max-width: 720px;
}

.gxext-note-actions {
    display: flex;
    gap: 9px;
}

.gxext-note-actions 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: .72rem;
    font-weight: 700;
    text-decoration: none;
}

.gxext-note-actions a:last-child {
    width: 44px;
    padding: 0;
    border-color: rgba(0,26,58,.13);
    background: #fff;
    color: #001A3A;
}

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

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

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

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

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

    .gxext-card:nth-child(1) {
        grid-template-columns: 70px minmax(0,1fr);
    }

    .gxext-card:nth-child(1) .gxext-card-bottom {
        grid-column: 1 / -1;
    }

    .gxext-note {
        align-items: flex-start;
        flex-direction: column;
    }
}

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

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

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

    .gxext-grid { grid-template-columns: 1fr; }

    .gxext-card:nth-child(1) {
        grid-column: auto;
        display: flex;
        min-height: 315px;
    }

    .gxext-card:nth-child(1) .gxext-card-top {
        margin-bottom: 24px;
    }

    .gxext-card:nth-child(1) .gxext-card-bottom {
        margin-top: 24px;
        padding-top: 18px;
        border-top: 1px solid rgba(0,26,58,.10);
    }

    .gxext-actions,
    .gxext-card:nth-child(1) .gxext-actions {
        grid-template-columns: 1fr;
    }

    .gxext-note-actions {
        width: 100%;
        flex-wrap: wrap;
    }

    .gxext-note-actions a:first-child {
        flex: 1 1 100%;
    }
}

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