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

/* Hogar práctico y ahorro · estilos exclusivos de la categoría. */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gxhome-heading {
    max-width: 770px;
    margin-bottom: 30px;
}

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

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

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

.gxhome-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border: 1px solid rgba(0,26,58,.10);
    border-radius: 12px;
    background: #fff;
}

.gxhome-card:nth-child(5) {
    grid-column: span 2;
}

.gxhome-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.gxhome-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    flex: 0 0 48px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 70% 20%,rgba(203,163,88,.22),transparent 40%),
        #F1F5F8;
    color: #315475;
    font-size: 1.15rem;
}

.gxhome-card h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
}

.gxhome-card > p {
    margin: 0;
    color: #566477;
    font-size: .83rem;
    line-height: 1.62;
}

.gxhome-card-footer {
    margin-top: auto;
    padding-top: 20px;
}

.gxhome-price {
    padding-top: 15px;
    border-top: 1px solid rgba(0,26,58,.10);
}

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

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

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

.gxhome-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: .63rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

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

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

.gxhome-guidance > div:first-child {
    max-width: 720px;
}

.gxhome-guidance-actions {
    display: flex;
    gap: 9px;
}

.gxhome-guidance-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;
}

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

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

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

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

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

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

    .gxhome-guidance {
        align-items: flex-start;
        flex-direction: column;
    }
}

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

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

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

    .gxhome-grid { grid-template-columns: 1fr; }
    .gxhome-card:nth-child(5) { grid-column: auto; }
    .gxhome-actions { grid-template-columns: 1fr; }

    .gxhome-guidance-actions {
        width: 100%;
        flex-wrap: wrap;
    }

    .gxhome-guidance-actions a:first-child {
        flex: 1 1 100%;
    }
}

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