*{box-sizing:border-box}
:root{--red:#ef233c;--red2:#d90429;--dark:#07111f;--blue:#2563eb;--muted:#64748b;--border:#e5e7eb;--bg:#f5f6f8;--text:#0f172a;--white:#fff}
body{font-family:Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text);margin:0}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.top{display:flex;justify-content:space-around;background:var(--red);color:#fff;padding:10px 20px;font-weight:800;font-size:14px}
.top a{color:#fff;text-decoration:none}
.nav{display:grid;grid-template-columns:310px 1fr 220px;align-items:center;gap:28px;background:#fff;color:var(--text);padding:28px 7%;border-bottom:1px solid var(--border)}
.logo{font-size:34px;font-weight:1000;color:#111827;letter-spacing:-1.5px;line-height:1;white-space:nowrap}
.logo span{color:var(--blue)}
.logo small{display:block;font-size:13px;color:#475569;font-weight:800;letter-spacing:0;margin-top:6px;text-decoration:underline}
.nav form{display:flex;flex:1;height:58px;background:#eef2f7;overflow:hidden}
.nav input{flex:1;padding:0 22px;border:0;background:#eef2f7;font-size:17px;outline:none}
.nav button{width:76px;border:0;background:var(--blue);color:white;font-size:22px;cursor:pointer}
.cart{color:#111827;text-decoration:underline;font-weight:1000;justify-self:end;font-size:17px}
.menu{display:flex;align-items:center;gap:42px;padding:0 7%;background:#fff;border-bottom:1px solid var(--border);box-shadow:none;min-height:66px}
.menu a{text-decoration:underline;color:#0f172a;font-weight:1000;font-size:17px}
.menu a:nth-child(2){color:var(--red)}
.menu a:nth-child(3){color:#9333ea}
.menu a:nth-child(4){color:#16a34a}
.admin-link{margin-left:auto}
.wrap{max-width:1280px;margin:0 auto;padding:42px 25px}
.btn{background:var(--red);color:white;padding:14px 22px;border-radius:4px;text-decoration:none;border:0;font-weight:1000;display:inline-block;cursor:pointer}
.btn.outline{background:white;color:var(--red);border:1px solid var(--red)}
.small{padding:10px 14px}
.hero{background:radial-gradient(circle at 80% 20%,rgba(255,255,255,.55),transparent 24%),linear-gradient(120deg,#ffd6d6 0%,#fff4c2 48%,#e9d5ff 100%);color:#111827;padding:68px 70px;border-radius:42px;min-height:360px;display:grid;align-content:center;position:relative;overflow:hidden}
.hero:after{content:"18 SIN";position:absolute;right:70px;top:86px;background:#fff;color:var(--red);border-radius:42px;padding:48px 60px;font-size:70px;font-weight:1000;box-shadow:0 22px 60px rgba(15,23,42,.10)}
.hero h1{font-size:56px;line-height:1.05;max-width:620px;margin:0 0 22px;letter-spacing:-1.8px}
.hero p{font-size:21px;color:#334155;max-width:560px;line-height:1.35;margin:0 0 26px}
.hero .btn{position:relative;z-index:2}
.section-title{display:flex;justify-content:space-between;align-items:center;margin-top:48px;margin-bottom:20px}
.section-title h2{font-size:28px;margin:0;letter-spacing:-.5px}
.section-title a{color:var(--blue);text-decoration:none;font-weight:1000}
.cat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}
.cat{height:158px;background-size:cover;background-position:center;border-radius:8px;color:white;padding:22px;text-decoration:none;display:flex;flex-direction:column;justify-content:end;box-shadow:0 12px 30px rgba(15,23,42,.08);overflow:hidden;position:relative;transition:.2s}
.cat:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.65))}
.cat:hover{transform:translateY(-4px)}
.cat strong,.cat span,.cat b{position:relative;z-index:1}
.cat strong{font-size:23px}.cat span{font-weight:800;margin-top:4px}
.cat b{width:42px;height:42px;border-radius:50%;background:white;color:#111;display:grid;place-items:center;margin-top:16px}
.products{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}
.product{background:white;border:1px solid var(--border);border-radius:8px;padding:18px;box-shadow:0 10px 26px rgba(15,23,42,.06);position:relative;min-height:400px;display:flex;flex-direction:column}
.product:hover{box-shadow:0 20px 45px rgba(15,23,42,.12)}
.product img{width:100%;height:190px;object-fit:contain;border-radius:6px;background:#fff;margin-bottom:12px}
.badge{position:absolute;top:14px;right:14px;background:var(--red);color:#fff;border-radius:6px;padding:7px 10px;font-weight:1000;font-size:12px}
.product h3{font-size:18px;min-height:48px;margin:10px 0 8px}
.product p{color:#475569;margin:0 0 10px}
.product strong{display:block;color:var(--red);font-size:25px;margin:10px 0 4px}
.product del{color:#94a3b8}
.product div:last-child{display:flex;gap:10px;margin-top:auto}
.product div:last-child .btn{flex:1;text-align:center}
.wa{position:fixed;right:28px;bottom:28px;left:auto;background:#22c55e;color:white;border-radius:50%;width:72px;height:72px;padding:0;text-decoration:none;box-shadow:0 18px 42px rgba(34,197,94,.50);display:flex;align-items:center;justify-content:center;font-size:0;z-index:99}
.wa:before{content:"☎";font-size:36px;color:white}
.wa small{display:none}
.page{display:grid;grid-template-columns:280px 1fr;gap:30px}
.filters{background:white;border-radius:14px;padding:24px;border:1px solid var(--border)}
.filters input,.filters select,.checkout input,.checkout select,.checkout textarea{width:100%;padding:14px;margin:8px 0 16px;border:1px solid #dbe3ef;border-radius:8px}
.detail{display:grid;grid-template-columns:1.2fr .8fr;gap:42px}
.gallery>img{width:100%;border-radius:12px;background:white}
.gallery button{border:0;background:white;margin:8px;border-radius:8px}
.gallery button img{width:80px;height:70px;object-fit:cover}
.price{font-size:34px}
.line{display:flex;justify-content:space-between;background:white;border-radius:12px;padding:18px;margin:12px 0}
.checkout .cols{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.credit-card{height:230px;border-radius:24px;padding:28px;color:white;background:linear-gradient(135deg,#051226,#2659ca);display:flex;flex-direction:column;justify-content:space-between;font-size:22px;box-shadow:0 18px 40px #aeb8ca;transition:.35s}
.credit-card.flip{transform:rotateY(12deg);background:linear-gradient(135deg,#111,#333)}
.card{background:white;border-radius:20px;padding:24px}
@media(max-width:1000px){.nav{grid-template-columns:1fr;gap:16px}.cart{justify-self:start}.menu{overflow:auto;gap:26px}.hero{padding:40px}.hero:after{display:none}.hero h1{font-size:38px}.page,.detail,.checkout .cols{grid-template-columns:1fr}}
@media(max-width:560px){.top{display:block;text-align:center}.logo{font-size:28px}.wrap{padding:28px 16px}.products{grid-template-columns:1fr}}

/* Carrusel principal */
.hero-store{width:min(1480px,calc(100% - 44px));margin:34px auto 18px}
.hero-carousel{position:relative;overflow:hidden;border-radius:28px;background:#06142e;box-shadow:0 20px 55px rgba(15,23,42,.18)}
.hero-track{display:flex;transition:transform .65s cubic-bezier(.22,.61,.36,1)}
.hero-slide{position:relative;flex:0 0 100%;aspect-ratio:1920/650;min-height:300px;background:#06142e}
.hero-slide img{display:block;width:100%;height:100%;object-fit:cover}
.hero-slide-link{position:absolute;inset:0;z-index:2}
.hero-arrow{position:absolute;top:50%;z-index:5;width:52px;height:52px;border:0;border-radius:50%;transform:translateY(-50%);background:rgba(3,10,25,.72);color:#fff;font-size:38px;cursor:pointer}
.hero-prev{left:20px}.hero-next{right:20px}
.hero-dots{position:absolute;left:50%;bottom:16px;z-index:6;transform:translateX(-50%);display:flex;gap:9px;padding:8px 12px;border-radius:999px;background:rgba(3,10,25,.28)}
.hero-dots button{width:10px;height:10px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.66);cursor:pointer;transition:.25s}
.hero-dots button.is-active{width:34px;background:#ef233c}
@media(max-width:900px){.hero-store{width:calc(100% - 24px);margin-top:18px}.hero-carousel{border-radius:18px}.hero-slide{aspect-ratio:16/7;min-height:220px}.hero-arrow{width:42px;height:42px;font-size:31px}.hero-prev{left:10px}.hero-next{right:10px}}
@media(max-width:560px){.hero-slide{aspect-ratio:4/3;min-height:260px}}


/* ===== Pulido visual TecnoCelMisiones ===== */

/* Barra superior gris moderna */
.tcm-top{
    background:#eef1f4 !important;
    color:#263241 !important;
    border-bottom:1px solid #dde3ea;
}
.tcm-top .wrap2{
    min-height:38px;
}
.tcm-top a{
    color:#263241 !important;
}

/* Logo y encabezado mejor proporcionados */
.tcm-head .wrap2{
    grid-template-columns:300px minmax(420px,1fr) 280px !important;
}
.tcm-logo{
    font-size:30px !important;
    letter-spacing:-1px;
    white-space:nowrap;
    line-height:1.05;
}
.tcm-logo small{
    margin-top:5px;
    font-size:12px !important;
    color:#64748b !important;
}
.search-box{
    border-radius:8px !important;
    box-shadow:inset 0 0 0 1px #e2e8f0;
}
.search-box button{
    transition:.2s ease;
}
.search-box button:hover{
    background:#1d4ed8;
}

/* Carrusel: mostrar la imagen completa sin recortes */
.hero-carousel{
    background:#071329 !important;
}
.hero-slide{
    background:#071329 !important;
}
.hero-slide img{
    object-fit:contain !important;
    object-position:center !important;
}

/* Beneficios */
.service-strip{
    max-width:1480px !important;
    margin:0 auto 42px !important;
    padding:0 22px !important;
}
.service-box.service-box--three{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:0;
    overflow:hidden;
    border:1px solid #e2e8f0 !important;
    border-radius:16px !important;
    background:#fff !important;
    box-shadow:0 12px 30px rgba(15,23,42,.06);
}
.service-item--modern{
    min-height:118px;
    padding:26px 30px !important;
    display:flex !important;
    align-items:center !important;
    gap:18px !important;
    border-right:1px solid #e2e8f0 !important;
    background:#fff;
    transition:transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.service-item--modern:last-child{
    border-right:0 !important;
}
.service-item--modern:hover{
    background:#f8fafc;
    transform:translateY(-2px);
    box-shadow:0 10px 24px rgba(15,23,42,.06);
}
.service-icon{
    width:54px;
    height:54px;
    flex:0 0 54px;
    display:grid;
    place-items:center;
    border-radius:16px;
    background:linear-gradient(145deg,#eff6ff,#eef2ff);
    color:#2563eb;
    box-shadow:inset 0 0 0 1px rgba(37,99,235,.10);
}
.service-icon svg{
    width:30px;
    height:30px;
}
.service-copy b{
    display:block;
    margin-bottom:5px;
    color:#0f172a !important;
    font-size:18px;
    line-height:1.15;
}
.service-copy span{
    display:block;
    color:#64748b !important;
    font-size:15px !important;
}

/* Categorías: imágenes encuadradas y sin recortes */
.cat-card{
    height:190px !important;
    padding:16px !important;
    border-radius:14px !important;
    overflow:hidden;
}
.cat-icon{
    width:112px !important;
    height:112px !important;
    border-radius:16px !important;
    background-size:contain !important;
    background-repeat:no-repeat !important;
    background-position:center !important;
    background-color:#f8fafc !important;
    box-shadow:inset 0 0 0 1px #eef2f7;
}
.cat-card span{
    font-size:17px;
    color:#0f172a;
}

/* Responsive */
@media(max-width:1000px){
    .tcm-head .wrap2{
        grid-template-columns:1fr !important;
    }
    .service-box.service-box--three{
        grid-template-columns:1fr !important;
    }
    .service-item--modern{
        border-right:0 !important;
        border-bottom:1px solid #e2e8f0 !important;
    }
    .service-item--modern:last-child{
        border-bottom:0 !important;
    }
}
@media(max-width:560px){
    .tcm-logo{
        font-size:26px !important;
    }
    .service-item--modern{
        padding:22px !important;
    }
    .cat-card{
        height:170px !important;
    }
    .cat-icon{
        width:96px !important;
        height:96px !important;
    }
}

/* Carrusel adaptado a banners de 1280 x 322 px */
.hero-store{
    width:min(1480px, calc(100% - 48px)) !important;
    margin:32px auto 14px !important;
}

.hero-carousel{
    width:100% !important;
    background:transparent !important;
    border-radius:24px !important;
    overflow:hidden !important;
    box-shadow:0 16px 38px rgba(15,23,42,.14) !important;
}

.hero-track{
    display:flex !important;
    width:100% !important;
}

.hero-slide{
    flex:0 0 100% !important;
    width:100% !important;
    min-height:0 !important;
    aspect-ratio:1280 / 322 !important;
    background:transparent !important;
}

.hero-slide img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center !important;
}

/* Flechas */
.hero-arrow{
    width:46px !important;
    height:46px !important;
    font-size:32px !important;
}

/* Indicadores dentro de la foto */
.hero-dots{
    bottom:12px !important;
}

@media(max-width:900px){
    .hero-store{
        width:calc(100% - 24px) !important;
    }

    .hero-slide{
        aspect-ratio:1280 / 322 !important;
    }

    .hero-arrow{
        width:40px !important;
        height:40px !important;
        font-size:28px !important;
    }
}

@media(max-width:560px){
    .hero-slide{
        aspect-ratio:16 / 7 !important;
    }

    .hero-slide img{
        object-fit:cover !important;
        object-position:center !important;
    }
}

/* ===== Estructura original migrada desde index.php ===== */
:root{
    --red:#ef233c;
    --dark:#0b1220;
    --blue:#2563eb;
    --muted:#64748b;
    --border:#e5e7eb;
    --bg:#f5f5f5;
}
body{background:#f5f5f5}
.tcm-top{
    background:var(--red);
    color:#fff;
    font-weight:800;
    font-size:13px;
}
.tcm-top .wrap2{
    max-width:1400px;
    margin:auto;
    padding:8px 22px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.tcm-head{
    background:#fff;
    border-bottom:1px solid var(--border);
}
.tcm-head .wrap2{
    max-width:1400px;
    margin:auto;
    padding:24px 22px;
    display:grid;
    grid-template-columns:260px 1fr 300px;
    gap:28px;
    align-items:center;
}
.tcm-logo{
    font-size:34px;
    font-weight:1000;
    color:#111827;
}
.tcm-logo span{color:#2563eb}
.tcm-logo small{
    display:block;
    font-size:13px;
    color:#64748b;
    font-weight:800;
}
.search-box{
    display:flex;
    background:#f1f5f9;
    border-radius:2px;
    overflow:hidden;
    height:54px;
}
.search-box input{
    flex:1;
    border:0;
    background:#f1f5f9;
    padding:0 20px;
    font-size:16px;
    outline:none;
}
.search-box button{
    width:72px;
    border:0;
    background:#2563eb;
    color:#fff;
    font-size:20px;
    cursor:pointer;
}
.head-actions{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:22px;
    font-weight:900;
}
.head-actions a{
    color:#111827;
}
.tcm-menu{
    background:#fff;
    border-bottom:1px solid var(--border);
}
.tcm-menu .wrap2{
    max-width:1400px;
    margin:auto;
    padding:0 22px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.menu-left{
    display:flex;
    align-items:center;
    gap:34px;
}
.menu-left a{
    padding:18px 0;
    font-weight:900;
    color:#111827;
}
.menu-left .cat-main{
    min-width:220px;
    border-right:1px solid var(--border);
}
.sale-link{color:#ef233c!important}
.purple-link{color:#a21caf!important}
.green-link{color:#16a34a!important}
.hero-store{
    max-width:1280px;
    margin:34px auto 8px;
    padding:0 22px;
}
.slider{
    position:relative;
    min-height:360px;
    border-radius:42px;
    background:
        radial-gradient(circle at 20% 20%,rgba(255,255,255,.35),transparent 28%),
        linear-gradient(135deg,#ffd6d6,#fef3c7 48%,#dbeafe);
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    overflow:hidden;
    padding:42px 70px;
}
.slider:before{
    content:"";
    position:absolute;
    right:-120px;
    top:-80px;
    width:520px;
    height:520px;
    background:rgba(239,35,60,.18);
    border-radius:50%;
}
.slider h1{
    font-size:52px;
    line-height:1;
    margin:0 0 14px;
    color:#0f172a;
}
.slider p{
    font-size:20px;
    color:#334155;
    max-width:520px;
}
.slider .pay{
    color:#ef233c;
    font-size:72px;
    font-weight:1000;
    line-height:1;
}
.slider-card{
    background:#fff;
    border-radius:38px;
    padding:36px;
    box-shadow:0 20px 60px rgba(15,23,42,.12);
    position:relative;
}
.slider-card strong{
    display:block;
    font-size:24px;
    color:#0f172a;
}
.slider-card span{
    color:#64748b;
}
.dots{
    text-align:center;
    margin:14px 0 24px;
}
.dots span{
    display:inline-block;
    width:9px;
    height:9px;
    background:#cbd5e1;
    border-radius:50%;
    margin:0 4px;
}
.dots span.active{
    width:28px;
    border-radius:10px;
    background:#ef233c;
}
.service-strip{
    max-width:1280px;
    margin:0 auto 42px;
    padding:0 22px;
}
.service-box{
    background:#fff;
    border:1px solid var(--border);
    border-radius:6px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    overflow:hidden;
}
.service-item{
    padding:24px;
    display:flex;
    gap:14px;
    align-items:center;
    border-right:1px solid var(--border);
}
.service-item:last-child{border-right:0}
.service-item b{display:block;color:#111827}
.service-item span{color:#64748b;font-size:14px}
.tcm-section{
    max-width:1280px;
    margin:0 auto;
    padding:0 22px 42px;
}
.tcm-title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:18px;
}
.tcm-title h2{
    font-size:26px;
    margin:0;
}
.tcm-title a{
    color:#2563eb;
    font-weight:1000;
}
.category-row{
    display:grid;
    grid-template-columns:repeat(7,1fr);
    gap:16px;
}
.cat-card{
    background:#fff;
    border:1px solid var(--border);
    border-radius:8px;
    height:150px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:10px;
    font-weight:900;
    transition:.2s;
}
.cat-card:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(15,23,42,.12);
}
.cat-icon{
    width:78px;
    height:78px;
    border-radius:14px;
    background-size:cover;
    background-position:center;
    background-color:#f1f5f9;
}
.offer-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:18px;
}
.offer-card{
    background:#fff;
    border:1px solid var(--border);
    border-radius:6px;
    padding:18px;
    min-height:380px;
    display:flex;
    flex-direction:column;
    position:relative;
}
.offer-card img{
    width:100%;
    height:180px;
    object-fit:contain;
    margin-bottom:16px;
}
.offer-badge{
    position:absolute;
    top:14px;
    right:14px;
    background:#ef233c;
    color:#fff;
    border-radius:8px;
    padding:8px 10px;
    font-weight:1000;
    font-size:12px;
}
.offer-card h3{
    font-size:17px;
    min-height:48px;
}
.brand-line{
    color:#64748b;
    font-size:14px;
}
.price-main{
    color:#ef233c;
    font-size:24px;
    font-weight:1000;
}
.old-price{
    color:#94a3b8;
    text-decoration:line-through;
    margin-left:8px;
}
.installments{
    font-size:14px;
    font-weight:900;
    margin-top:6px;
}
.card-actions{
    margin-top:auto;
    display:flex;
    gap:10px;
}
.card-actions a{
    flex:1;
    text-align:center;
    padding:12px;
    border-radius:4px;
    font-weight:1000;
}
.buy-btn{
    background:#ef233c;
    color:#fff;
}
.view-btn{
    border:1px solid #ef233c;
    color:#ef233c;
}
.double-banners{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:22px;
}
.mini-banner{
    background:#fff;
    display:grid;
    grid-template-columns:1fr 1.4fr;
    align-items:center;
    min-height:190px;
    overflow:hidden;
}
.mini-banner div{
    padding:34px;
}
.mini-banner h3{
    font-size:24px;
    line-height:1.1;
}
.mini-banner a{
    display:inline-block;
    background:#ef233c;
    color:#fff;
    padding:14px 24px;
    font-weight:1000;
    margin-top:12px;
}
.mini-banner .image{
    height:190px;
    background:linear-gradient(135deg,#fecaca,#dbeafe);
}
.footer-pro{
    background:#fff;
    margin-top:40px;
    border-top:1px solid var(--border);
}
.footer-pro .wrap2{
    max-width:1280px;
    margin:auto;
    padding:46px 22px;
    display:grid;
    grid-template-columns:1.4fr repeat(5,1fr);
    gap:32px;
}
.footer-pro h4{margin:0 0 18px}
.footer-pro a,.footer-pro p{
    display:block;
    color:#475569;
    margin:10px 0;
}
.newsletter input{
    width:100%;
    padding:16px;
    border:1px solid var(--border);
}
.newsletter button{
    margin-top:12px;
    background:#ef233c;
    color:#fff;
    border:0;
    padding:15px 22px;
    font-weight:1000;
}
.whatsapp-pro{
    position:fixed;
    right:28px;
    bottom:28px;
    width:70px;
    height:70px;
    background:#22c55e;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
    box-shadow:0 18px 40px rgba(34,197,94,.45);
    z-index:99;
}
@media(max-width:1000px){
    .tcm-head .wrap2{grid-template-columns:1fr}
    .category-row,.offer-grid{grid-template-columns:repeat(2,1fr)}
    .service-box,.double-banners,.footer-pro .wrap2{grid-template-columns:1fr}
    .slider{grid-template-columns:1fr;padding:36px}
    .slider h1{font-size:36px}
}

/* =========================================================
   TECNOCELMISIONES — HOME MODERNO
   ========================================================= */
:root{
    --brand:#0f55e8;
    --brand-dark:#073d9e;
    --brand-soft:#edf4ff;
    --ink:#07162d;
    --muted-2:#6b7a90;
    --line:#e3eaf4;
    --surface:#ffffff;
    --page:#f6f8fb;
}
body{background:var(--page);color:var(--ink)}
.wrap2{max-width:1480px;margin:0 auto;padding-left:34px;padding-right:34px}

/* Top strip */
.tcm-top{
    background:linear-gradient(90deg,#0f55e8 0%,#053b94 100%) !important;
    color:#fff !important;
    border:0 !important;
}
.top-grid{
    min-height:76px !important;
    display:grid !important;
    grid-template-columns:1.15fr 1.2fr 1.15fr 1fr;
    gap:0;
    padding-top:0 !important;
    padding-bottom:0 !important;
}
.top-item{
    display:flex;
    align-items:center;
    gap:14px;
    padding:0 28px;
    border-right:1px solid rgba(255,255,255,.18);
}
.top-item:first-child{padding-left:0}
.top-item:last-child{border-right:0;padding-right:0}
.top-item strong{display:block;font-size:15px;line-height:1.2}
.top-item small{display:block;margin-top:3px;color:#dbeafe;font-size:13px}
.top-icon{
    width:42px;height:42px;flex:0 0 42px;border-radius:13px;
    display:grid;place-items:center;background:rgba(255,255,255,.12);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)
}
.top-icon svg{width:23px;height:23px}

/* Main header */
.tcm-head{background:#fff;border-bottom:0;box-shadow:0 8px 28px rgba(15,23,42,.05)}
.tcm-head .wrap2{
    min-height:142px;
    display:grid !important;
    grid-template-columns:400px minmax(420px,1fr) 170px !important;
    gap:34px !important;
    align-items:center;
    padding-top:24px !important;
    padding-bottom:24px !important;
}
.brand-lockup{display:flex;align-items:center;gap:16px;min-width:0}
.brand-mark{
    width:72px;height:72px;flex:0 0 72px;border-radius:50%;
    display:grid;place-items:center;color:#fff;
    background:linear-gradient(145deg,#1768ff,#073d9e);
    box-shadow:0 14px 32px rgba(15,85,232,.28)
}
.brand-mark svg{width:45px;height:45px}
.tcm-logo{font-size:32px !important;letter-spacing:-1.25px !important;line-height:1 !important}
.tcm-logo small{font-size:13px !important;margin-top:7px !important;color:#5f6f86 !important;font-weight:700 !important}
.search-box{
    height:66px !important;border-radius:18px !important;background:#fff !important;
    border:1px solid #e3eaf4;box-shadow:0 10px 30px rgba(15,23,42,.08) !important;
    display:flex;align-items:center;overflow:hidden
}
.search-leading{width:58px;display:grid;place-items:center;color:#94a3b8}
.search-leading svg{width:25px;height:25px}
.search-box input{background:#fff !important;padding:0 10px !important;font-size:17px !important}
.search-box button{
    width:84px !important;height:56px;margin-right:5px;border-radius:15px !important;
    display:grid;place-items:center;background:linear-gradient(145deg,#1768ff,#0644b5) !important;
    box-shadow:0 10px 22px rgba(15,85,232,.25)
}
.search-box button svg{width:27px;height:27px}
.head-actions{justify-content:flex-end !important}
.cart-action{
    position:relative;min-width:150px;min-height:82px;padding:14px 18px;
    display:flex;align-items:center;gap:12px;color:#fff !important;border-radius:20px;
    background:linear-gradient(145deg,#1768ff,#0644b5);
    box-shadow:0 14px 32px rgba(15,85,232,.25);
    transition:.2s
}
.cart-action:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(15,85,232,.3)}
.cart-icon{width:42px;height:42px;display:grid;place-items:center}
.cart-icon svg{width:34px;height:34px}
.cart-copy strong{display:block;font-size:17px}
.cart-copy small{display:block;margin-top:3px;color:#dbeafe;font-weight:700}
.cart-count{
    position:absolute;right:-8px;top:-8px;width:28px;height:28px;border-radius:50%;
    display:grid;place-items:center;background:#fff;color:var(--brand);font-size:13px;
    box-shadow:0 4px 12px rgba(15,23,42,.15)
}

/* Navigation */
.tcm-menu{background:#fff;border-bottom:1px solid var(--line)}
.tcm-menu .wrap2{min-height:82px;display:flex;align-items:center;justify-content:space-between}
.menu-left{gap:0 !important;display:flex;align-items:center}
.menu-left a,.store-link{
    min-height:50px;padding:0 30px !important;display:flex;align-items:center;gap:10px;
    font-size:16px;font-weight:850;border-right:1px solid var(--line)
}
.menu-left a svg,.store-link svg{width:23px;height:23px;flex:0 0 23px}
.menu-left .cat-main{
    min-width:235px !important;border-right:1px solid var(--line) !important;border-radius:14px;
    color:#fff !important;background:linear-gradient(145deg,#1768ff,#0644b5);
    box-shadow:0 10px 22px rgba(15,85,232,.18)
}
.menu-left a em{
    font-style:normal;font-size:11px;color:#fff;padding:5px 9px;border-radius:999px;
    background:currentColor;filter:saturate(1.1)
}
.sale-link em{background:#ef233c !important}
.purple-link em{background:#7e22ce !important}
.green-link em{background:#16a34a !important}
.store-link{border-right:0 !important;padding-right:0 !important;font-weight:850}
.store-link svg{color:var(--brand)}

/* Hero */
.hero-store{width:min(1480px,calc(100% - 68px)) !important;margin:34px auto 22px !important;padding:0 !important}
.hero-carousel{border-radius:28px !important;background:transparent !important;box-shadow:0 18px 44px rgba(15,23,42,.13) !important}
.hero-slide{aspect-ratio:1280/360 !important;min-height:0 !important;background:transparent !important}
.hero-slide img{object-fit:cover !important}
.hero-arrow{
    width:50px !important;height:50px !important;background:rgba(3,15,39,.72) !important;
    box-shadow:0 10px 22px rgba(0,0,0,.18)
}
.hero-dots{bottom:14px !important;background:rgba(3,15,39,.28) !important}

/* Remove legacy benefits under hero */
.service-strip{display:none !important}

/* Category section */
.category-section{padding-top:12px !important}
.category-heading{
    margin-bottom:24px !important;padding:0 2px;position:relative
}
.category-heading:before{
    content:"";position:absolute;left:-18px;top:4px;width:5px;height:52px;
    border-radius:999px;background:linear-gradient(#1768ff,#60a5fa)
}
.category-heading-main{display:flex;align-items:center;gap:14px}
.category-heading-icon{
    width:50px;height:50px;border-radius:15px;display:grid;place-items:center;
    color:var(--brand);background:linear-gradient(145deg,#eff6ff,#e7f0ff);
    box-shadow:inset 0 0 0 1px #cfe0ff
}
.category-heading-icon svg{width:27px;height:27px}
.category-heading h2{font-size:34px !important;letter-spacing:-.8px;margin:0 !important}
.category-heading p{margin:4px 0 0;color:#68778d;font-size:15px}
.category-heading>a{display:flex;align-items:center;gap:10px;font-size:16px}
.category-heading>a span{font-size:24px}
.category-row{grid-template-columns:repeat(7,minmax(0,1fr)) !important;gap:18px !important}
.cat-card{
    height:300px !important;padding:16px !important;border:1px solid #e3eaf4 !important;
    border-radius:22px !important;background:#fff !important;gap:12px !important;
    box-shadow:0 14px 34px rgba(15,23,42,.07);
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease !important
}
.cat-card:hover{
    transform:translateY(-7px) !important;border-color:#bfd2ff !important;
    box-shadow:0 22px 46px rgba(15,85,232,.14) !important
}
.cat-icon{
    width:100% !important;height:190px !important;border-radius:18px !important;
    background-size:cover !important;background-position:center !important;
    background-repeat:no-repeat !important;background-color:#eef3f8 !important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.65),0 8px 18px rgba(15,23,42,.08)
}
.cat-card:hover .cat-icon{transform:scale(1.02)}
.cat-name{font-size:18px !important;font-weight:900;color:#0a1730}
.cat-mini-icon{
    width:38px;height:38px;border-radius:12px;background:#f8fbff;
    box-shadow:inset 0 0 0 1px #cfe0ff;position:relative;color:var(--brand)
}
.cat-mini-icon:before,.cat-mini-icon:after{content:"";position:absolute}
.cat-mini-icon--phone:before{inset:8px 11px;border:2px solid currentColor;border-radius:3px}
.cat-mini-icon--phone:after{width:3px;height:3px;border-radius:50%;background:currentColor;left:18px;bottom:9px}
.cat-mini-icon--tv:before{left:8px;right:8px;top:9px;height:16px;border:2px solid currentColor;border-radius:3px}
.cat-mini-icon--tv:after{width:12px;height:2px;background:currentColor;left:13px;bottom:8px}
.cat-mini-icon--fire:before{left:11px;top:7px;width:16px;height:22px;border:2px solid currentColor;border-radius:55% 45% 60% 40%}
.cat-mini-icon--laptop:before{left:9px;right:9px;top:9px;height:15px;border:2px solid currentColor;border-radius:3px}
.cat-mini-icon--laptop:after{left:7px;right:7px;bottom:8px;height:2px;background:currentColor}
.cat-mini-icon--game:before{left:7px;right:7px;top:10px;height:17px;border:2px solid currentColor;border-radius:9px}
.cat-mini-icon--headphones:before{left:8px;right:8px;top:8px;height:20px;border:2px solid currentColor;border-bottom:0;border-radius:14px 14px 0 0}
.cat-mini-icon--plug:before{left:14px;top:8px;width:10px;height:17px;border:2px solid currentColor;border-radius:3px}
.cat-mini-icon--plug:after{left:17px;bottom:6px;width:4px;height:8px;border-left:2px solid currentColor}
.cat-mini-icon--grid:before{inset:9px;background:linear-gradient(currentColor 0 0) 0 0/7px 7px no-repeat,linear-gradient(currentColor 0 0) 100% 0/7px 7px no-repeat,linear-gradient(currentColor 0 0) 0 100%/7px 7px no-repeat,linear-gradient(currentColor 0 0) 100% 100%/7px 7px no-repeat}

/* WhatsApp */
.whatsapp-pro{font-size:0 !important}
.whatsapp-pro svg{width:34px;height:34px}

/* Responsive */
@media(max-width:1180px){
    .top-grid{grid-template-columns:1fr 1fr}
    .top-item{min-height:70px}
    .tcm-head .wrap2{grid-template-columns:1fr !important}
    .brand-lockup,.head-actions{justify-content:center !important}
    .menu-left{overflow:auto}
    .category-row{grid-template-columns:repeat(4,minmax(0,1fr)) !important}
}
@media(max-width:760px){
    .wrap2{padding-left:18px;padding-right:18px}
    .top-grid{grid-template-columns:1fr !important}
    .top-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.15);padding:12px 0}
    .top-item:last-child{border-bottom:0}
    .tcm-head .wrap2{padding-top:18px !important;padding-bottom:18px !important}
    .brand-mark{width:58px;height:58px;flex-basis:58px}
    .tcm-logo{font-size:26px !important}
    .cart-action{min-width:145px}
    .tcm-menu .wrap2{padding-top:10px;padding-bottom:10px;overflow:auto}
    .menu-left a,.store-link{padding:0 18px !important;white-space:nowrap}
    .hero-store{width:calc(100% - 24px) !important}
    .hero-slide{aspect-ratio:16/7 !important}
    .category-row{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
    .cat-card{height:260px !important}
    .cat-icon{height:160px !important}
}



/* Correcciones de compatibilidad */
.search-box input{flex:1;border:0;outline:none;min-width:0}
.tcm-logo small{display:block}
.brand-lockup{color:inherit}
.offer-grid{align-items:stretch}
.offer-card img{display:block}


/* =========================================================
   OPORTUNIDADES TECNO SALE — DISEÑO DEFINITIVO
   ========================================================= */
.deals-section{
    padding-top:18px !important;
}
.deals-heading{
    margin-bottom:26px !important;
    padding:0 2px;
    position:relative;
}
.deals-heading:before{
    content:"";
    position:absolute;
    left:-18px;
    top:4px;
    width:5px;
    height:52px;
    border-radius:999px;
    background:linear-gradient(#1768ff,#60a5fa);
}
.deals-heading-main{
    display:flex;
    align-items:center;
    gap:14px;
}
.deals-heading-icon{
    width:50px;
    height:50px;
    border-radius:15px;
    display:grid;
    place-items:center;
    color:#0f55e8;
    background:linear-gradient(145deg,#eff6ff,#e7f0ff);
    box-shadow:inset 0 0 0 1px #cfe0ff;
}
.deals-heading-icon svg{
    width:27px;
    height:27px;
}
.deals-heading h2{
    margin:0 !important;
    font-size:34px !important;
    letter-spacing:-.8px;
}
.deals-heading p{
    margin:4px 0 0;
    color:#68778d;
    font-size:15px;
}
.deals-heading>a{
    display:flex;
    align-items:center;
    gap:10px;
    color:#0f55e8;
    font-size:16px;
    font-weight:900;
}
.deals-heading>a span{
    font-size:24px;
}

.offer-grid{
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    gap:20px !important;
    align-items:stretch;
}
.offer-card{
    min-height:560px !important;
    padding:0 !important;
    overflow:hidden;
    border:1px solid #e3eaf4 !important;
    border-radius:22px !important;
    background:#fff !important;
    box-shadow:0 14px 34px rgba(15,23,42,.07);
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.offer-card:hover{
    transform:translateY(-7px);
    border-color:#bfd2ff !important;
    box-shadow:0 22px 46px rgba(15,85,232,.14);
}
.offer-card-top{
    position:absolute;
    inset:0 0 auto 0;
    z-index:3;
    pointer-events:none;
}
.offer-badge{
    top:14px !important;
    right:14px !important;
    border-radius:999px !important;
    padding:8px 12px !important;
    background:linear-gradient(135deg,#ff3153,#df1238) !important;
    box-shadow:0 9px 20px rgba(239,35,60,.24);
    font-size:11px !important;
    letter-spacing:.4px;
}
.offer-badge--top{
    background:linear-gradient(135deg,#1768ff,#0644b5) !important;
    box-shadow:0 9px 20px rgba(15,85,232,.22);
}
.offer-image-wrap{
    display:block;
    height:230px;
    margin:14px;
    overflow:hidden;
    border-radius:18px;
    background:linear-gradient(145deg,#f8fbff,#eef4fb);
    box-shadow:inset 0 0 0 1px #e5edf7;
}
.offer-image-wrap img{
    width:100% !important;
    height:100% !important;
    margin:0 !important;
    padding:14px;
    object-fit:contain !important;
    transition:transform .28s ease;
}
.offer-card:hover .offer-image-wrap img{
    transform:scale(1.045);
}
.offer-card-body{
    display:flex;
    flex:1;
    flex-direction:column;
    padding:4px 20px 20px;
}
.brand-line{
    margin:0 0 7px !important;
    color:#6b7a90 !important;
    font-size:13px !important;
    font-weight:750;
    text-transform:uppercase;
    letter-spacing:.45px;
}
.offer-card h3{
    min-height:52px !important;
    margin:0 0 14px !important;
    color:#07162d;
    font-size:17px !important;
    line-height:1.38;
}
.price-block{
    display:grid;
    gap:3px;
    margin-bottom:13px;
}
.price-label{
    color:#7b889b;
    font-size:12px;
    font-weight:800;
}
.price-label--offer{
    margin-top:4px;
    color:#0f55e8;
}
.price-main{
    color:#0f55e8 !important;
    font-size:27px !important;
    line-height:1.1;
}
.old-price{
    margin:0 !important;
    color:#94a3b8 !important;
    font-size:15px;
    text-decoration:line-through;
}
.cash-benefit{
    display:flex;
    align-items:center;
    gap:11px;
    margin:2px 0 13px;
    padding:12px;
    border:1px solid #bbf7d0;
    border-radius:15px;
    background:linear-gradient(145deg,#f0fdf4,#ecfdf5);
    color:#166534;
}
.cash-benefit-icon{
    width:36px;
    height:36px;
    flex:0 0 36px;
    display:grid;
    place-items:center;
    border-radius:11px;
    background:#dcfce7;
}
.cash-benefit-icon svg{
    width:21px;
    height:21px;
}
.cash-benefit strong{
    display:block;
    color:#15803d;
    font-size:15px;
}
.cash-benefit span{
    display:block;
    margin-top:1px;
    color:#3f6f4e;
    font-size:11px;
    line-height:1.25;
}
.cash-benefit small{
    display:block;
    margin-top:4px;
    color:#166534;
    font-size:14px;
    font-weight:900;
}
.installments{
    display:flex;
    align-items:center;
    gap:8px;
    margin:0 0 16px !important;
    padding:10px 12px;
    border-radius:13px;
    background:#eff6ff;
    color:#174a9a;
    font-size:13px !important;
    font-weight:850 !important;
}
.installments-icon{
    width:22px;
    height:22px;
    display:grid;
    place-items:center;
}
.installments-icon svg{
    width:21px;
    height:21px;
}
.card-actions{
    margin-top:auto !important;
    gap:10px !important;
}
.card-actions a{
    min-height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border-radius:13px !important;
    font-size:14px;
    transition:.2s;
}
.card-actions svg{
    width:19px;
    height:19px;
}
.buy-btn{
    background:linear-gradient(145deg,#1768ff,#0644b5) !important;
    box-shadow:0 10px 20px rgba(15,85,232,.18);
}
.buy-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 25px rgba(15,85,232,.25);
}
.view-btn{
    border:1px solid #bfd2ff !important;
    color:#0f55e8 !important;
    background:#fff;
}
.view-btn:hover{
    background:#eff6ff;
}

@media(max-width:1180px){
    .offer-grid{
        grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    }
}
@media(max-width:760px){
    .offer-grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    }
}
@media(max-width:520px){
    .offer-grid{
        grid-template-columns:1fr !important;
    }
    .offer-card{
        min-height:540px !important;
    }
}

/* ===== AJUSTE FINAL: TARJETAS COMPACTAS + BANNERS + FOOTER AZUL ===== */
.offer-card{min-height:500px!important}
.offer-image-wrap{height:185px!important}
.offer-card-body{padding:2px 18px 18px!important}
.offer-card h3{min-height:46px!important;margin-bottom:10px!important}
.price-block{margin-bottom:9px!important}
.cash-benefit{margin:0 0 9px!important;padding:9px 10px!important}
.cash-benefit-icon{width:32px!important;height:32px!important;flex-basis:32px!important}
.cash-benefit span{font-size:10px!important}
.cash-benefit small{font-size:13px!important}
.installments{margin-bottom:11px!important;padding:8px 10px!important}
.card-actions a{min-height:42px!important}
.promo-section{padding-bottom:34px!important}
.double-banners{gap:20px!important}
.mini-banner{position:relative;min-height:235px!important;border-radius:22px;overflow:hidden;display:grid!important;grid-template-columns:1fr 1.25fr!important;color:#fff;background:linear-gradient(135deg,#073d9e 0%,#0f55e8 58%,#2c7df0 100%)!important;box-shadow:0 18px 42px rgba(15,85,232,.18);transition:transform .22s ease,box-shadow .22s ease}
.mini-banner:hover{transform:translateY(-5px);box-shadow:0 24px 50px rgba(15,85,232,.25)}
.mini-banner:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 20%,rgba(255,255,255,.18),transparent 30%),linear-gradient(90deg,rgba(2,18,49,.16),transparent 55%);pointer-events:none}
.mini-banner-copy{position:relative;z-index:2;padding:34px 0 34px 34px!important;align-self:center}
.mini-banner-kicker{display:block;margin-bottom:13px;color:#cfe0ff;font-size:13px;font-weight:850;letter-spacing:.8px}
.mini-banner h3{margin:0 0 7px!important;color:#fff;font-size:30px!important;line-height:1.05!important}
.mini-banner p{margin:0 0 22px;color:#dbeafe;font-size:16px}
.mini-banner-button{display:inline-flex;align-items:center;gap:12px;padding:12px 17px;border-radius:12px;background:#fff;color:#0f55e8;font-weight:900;box-shadow:0 10px 20px rgba(2,18,49,.16)}
.mini-banner-art{position:relative;z-index:1;min-height:235px;padding:0!important;background-repeat:no-repeat!important;background-position:center bottom!important;background-size:contain!important}
.mini-banner--electro .mini-banner-art{background-image:linear-gradient(90deg,rgba(15,85,232,0),rgba(15,85,232,.06)),url('../img/categories/electro.jpg')!important}
.mini-banner--informatica .mini-banner-art{background-image:linear-gradient(90deg,rgba(15,85,232,0),rgba(15,85,232,.06)),url('../img/categories/notebooks.jpg')!important}
.footer-modern{margin-top:0!important;border-top:0!important;background:linear-gradient(135deg,#031b45 0%,#052d70 56%,#073d9e 100%)!important;color:#fff}
.footer-main{display:grid!important;grid-template-columns:1.45fr repeat(4,1fr) 1.25fr!important;gap:0!important;padding-top:48px!important;padding-bottom:42px!important}
.footer-main>section{min-width:0;padding:0 25px;border-right:1px solid rgba(255,255,255,.12)}
.footer-main>section:first-child{padding-left:0}.footer-main>section:last-child{padding-right:0;border-right:0}
.footer-modern h4{margin:0 0 17px;color:#fff;font-size:16px}
.footer-modern a,.footer-modern p,.footer-modern span{color:#dbeafe}
.footer-modern section>a{display:block;margin:10px 0;font-size:14px}
.footer-modern section>a:hover{color:#fff;transform:translateX(2px)}
.footer-logo{display:flex!important;align-items:center;gap:13px;margin-bottom:22px!important}
.footer-logo-mark{width:54px;height:54px;flex:0 0 54px;border-radius:16px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#1768ff,#0b4fd2);box-shadow:0 12px 28px rgba(0,0,0,.2)}
.footer-logo-mark svg{width:34px;height:34px}.footer-logo strong{display:block;color:#fff;font-size:20px}.footer-logo small{display:block;margin-top:4px;color:#bfdbfe;font-size:12px}
.footer-contact{display:grid;gap:11px}.footer-contact a,.footer-contact span{display:flex!important;align-items:center;gap:9px;margin:0!important;font-size:13px}.footer-contact svg{width:18px;height:18px}
.footer-social{display:flex;gap:10px;margin-top:20px}.footer-social a{width:36px;height:36px;margin:0!important;border-radius:50%;display:grid!important;place-items:center;background:rgba(255,255,255,.10);color:#fff!important;font-size:18px;font-weight:900}.footer-social a:hover{background:#1768ff;transform:translateY(-2px)!important}
.payment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.payment-grid span{min-height:38px;padding:8px 9px;border-radius:9px;display:grid;place-items:center;background:#fff;color:#073d9e;font-size:11px;font-weight:900;text-align:center}.footer-payments p{margin:16px 0 0;color:#bfdbfe;font-size:13px;font-weight:800}
.footer-bottom{background:rgba(0,0,0,.18);border-top:1px solid rgba(255,255,255,.08)}.footer-bottom .wrap2{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:25px;color:#bfdbfe;font-size:12px}.footer-bottom nav{display:flex;gap:28px}.footer-bottom a{color:#dbeafe}
@media(max-width:1180px){.footer-main{grid-template-columns:repeat(3,1fr)!important;row-gap:34px!important}.footer-main>section{border-right:0;padding:0 20px}.footer-main>section:nth-child(3n+1){padding-left:0}}
@media(max-width:760px){.offer-card{min-height:480px!important}.offer-image-wrap{height:170px!important}.double-banners{grid-template-columns:1fr!important}.mini-banner{min-height:210px!important}.mini-banner-art{min-height:210px}.footer-main{grid-template-columns:1fr 1fr!important}.footer-main>section{padding:0 12px}.footer-main>section:nth-child(odd){padding-left:0}.footer-bottom .wrap2{padding-top:18px;padding-bottom:18px;align-items:flex-start;flex-direction:column}.footer-bottom nav{flex-wrap:wrap;gap:12px 20px}}
@media(max-width:520px){.mini-banner{grid-template-columns:1fr!important}.mini-banner-copy{padding:28px!important}.mini-banner-art{min-height:160px}.footer-main{grid-template-columns:1fr!important}.footer-main>section{padding:0!important}}



/* === Ajuste solicitado: quitar iconos inferiores y compactar categorías === */
.cat-mini-icon,
[class*="cat-mini-icon"]{display:none!important;}
.cat-card{height:250px!important;padding:14px!important;gap:6px!important;}
.cat-icon{height:170px!important;width:100%!important;border-radius:18px!important;background-size:cover!important;background-position:center!important;}
.cat-name{margin-top:6px!important;font-size:18px!important;font-weight:900!important;}
@media(max-width:760px){
 .cat-card{height:225px!important;}
 .cat-icon{height:150px!important;}
}


/* =========================================================
   FUNCIONES V1 — menú, buscador y logo
   ========================================================= */
.brand-mark--image{
    padding:0 !important;
    background:transparent !important;
    box-shadow:none !important;
}
.brand-mark--image img{
    display:block;
    width:72px;
    height:72px;
}
.smart-search{position:relative;overflow:visible !important}
.search-suggestions{
    position:absolute;
    left:0;
    right:0;
    top:calc(100% + 10px);
    z-index:120;
    padding:10px;
    border:1px solid #dbe6f5;
    border-radius:16px;
    background:#fff;
    box-shadow:0 22px 55px rgba(7,22,45,.18);
}
.search-suggestions[hidden]{display:none !important}
.search-suggestion{
    display:flex;
    align-items:center;
    gap:12px;
    padding:11px 12px;
    border-radius:12px;
}
.search-suggestion:hover,.search-suggestion.is-active{background:#edf4ff}
.search-suggestion img{
    width:46px;height:46px;object-fit:contain;border-radius:9px;background:#f5f8fc
}
.search-suggestion strong{display:block;font-size:14px;color:#07162d}
.search-suggestion small{display:block;margin-top:3px;color:#6b7a90}
.search-suggestion-empty{padding:14px;color:#64748b;font-size:14px}

.category-menu{position:relative}
.category-menu .cat-main{
    border:0;
    cursor:pointer;
    font-family:inherit;
}
.category-dropdown{
    position:absolute;
    top:calc(100% + 12px);
    left:0;
    z-index:110;
    width:300px;
    padding:12px;
    border:1px solid #bed2f6;
    border-radius:18px;
    background:linear-gradient(180deg,#f8fbff,#edf4ff);
    box-shadow:0 24px 55px rgba(6,61,158,.20);
}
.category-dropdown[hidden]{display:none !important}
.category-dropdown-title{
    padding:10px 12px 12px;
    color:#073d9e;
    font-size:13px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.6px;
}
.category-dropdown a{
    display:flex !important;
    align-items:center;
    justify-content:space-between;
    min-height:auto !important;
    margin:3px 0;
    padding:12px 14px !important;
    border:0 !important;
    border-radius:12px;
    color:#0b2f70 !important;
    background:#fff;
    box-shadow:0 4px 12px rgba(7,22,45,.04);
}
.category-dropdown a:hover{
    color:#fff !important;
    background:linear-gradient(145deg,#1768ff,#0644b5);
    transform:translateX(3px);
}
.category-dropdown a span{font-weight:900}
.category-dropdown a small{font-size:11px;color:#7a8ba4}
.category-dropdown a:hover small{color:#dbeafe}
.category-dropdown .category-dropdown-all{
    justify-content:center;
    margin-top:8px;
    color:#fff !important;
    background:#073d9e;
}
.menu-static{
    min-height:50px;
    padding:0 30px;
    display:flex;
    align-items:center;
    gap:10px;
    border-right:1px solid var(--line);
    font-size:16px;
    font-weight:850;
    cursor:default;
    user-select:none;
}
.menu-static svg{width:23px;height:23px}
.menu-static em{
    padding:5px 9px;
    border-radius:999px;
    color:#fff;
    font-size:11px;
    font-style:normal;
}
.purple-link.menu-static em{background:#7e22ce}
.green-link.menu-static em{background:#16a34a}

/* Página de productos */
.products-page{background:#f5f8fc}
.catalog-shell{max-width:1480px;margin:0 auto;padding:34px}
.catalog-head{
    display:flex;align-items:flex-end;justify-content:space-between;gap:20px;
    margin-bottom:24px;padding:26px;border-radius:22px;color:#fff;
    background:linear-gradient(135deg,#073d9e,#1768ff);
    box-shadow:0 18px 40px rgba(15,85,232,.18)
}
.catalog-head h1{margin:0;font-size:36px}
.catalog-head p{margin:7px 0 0;color:#dbeafe}
.catalog-meta{font-weight:900}
.catalog-layout{display:grid;grid-template-columns:250px 1fr;gap:24px}
.catalog-sidebar{
    align-self:start;position:sticky;top:18px;padding:18px;border:1px solid #e0e8f4;
    border-radius:18px;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.06)
}
.catalog-sidebar h3{margin:0 0 12px}
.catalog-sidebar a{
    display:block;padding:11px 12px;border-radius:10px;color:#315078;font-weight:750
}
.catalog-sidebar a:hover,.catalog-sidebar a.active{color:#fff;background:#0f55e8}
.catalog-grid{
    display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px
}
.catalog-card{
    display:flex;flex-direction:column;overflow:hidden;border:1px solid #e2eaf4;
    border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.06)
}
.catalog-card-image{height:210px;padding:16px;background:#f7faff}
.catalog-card-image img{width:100%;height:100%;object-fit:contain}
.catalog-card-body{display:flex;flex:1;flex-direction:column;padding:17px}
.catalog-brand{margin:0 0 6px;color:#708097;font-size:12px;font-weight:900;text-transform:uppercase}
.catalog-card h3{min-height:48px;margin:0 0 12px;font-size:17px}
.catalog-discount{display:inline-flex;align-self:flex-start;margin-bottom:8px;padding:5px 9px;border-radius:999px;color:#fff;background:#ef233c;font-size:11px;font-weight:900}
.catalog-price-old{color:#94a3b8;text-decoration:line-through}
.catalog-price{margin-top:4px;color:#0f55e8;font-size:25px;font-weight:1000}
.catalog-actions{display:flex;gap:9px;margin-top:auto;padding-top:15px}
.catalog-actions a{flex:1;padding:11px;border-radius:11px;text-align:center;font-weight:900}
.catalog-buy{color:#fff;background:#0f55e8}
.catalog-view{color:#0f55e8;border:1px solid #bfd2ff}
.catalog-empty{
    grid-column:1/-1;padding:40px;border:1px dashed #b9c9df;border-radius:20px;
    background:#fff;text-align:center
}
.recommendations{margin-top:28px}
.recommendations h2{font-size:25px}
.search-note{
    display:inline-block;margin-top:10px;padding:7px 10px;border-radius:999px;
    color:#174a9a;background:#eaf2ff;font-size:13px;font-weight:800
}
@media(max-width:1100px){
    .catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:800px){
    .catalog-layout{grid-template-columns:1fr}
    .catalog-sidebar{position:static}
    .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:520px){
    .catalog-shell{padding:18px}
    .catalog-head{align-items:flex-start;flex-direction:column}
    .catalog-grid{grid-template-columns:1fr}
}



/* =========================================================
   TCM v2.0 — CORRECCIONES Y COMERCIO
   ========================================================= */
.category-menu .cat-main{width:235px!important;height:58px!important;min-height:58px!important;padding:0 22px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;border:0!important;border-radius:14px!important;color:#fff!important;background:linear-gradient(145deg,#1768ff,#0644b5)!important;font-family:inherit!important;font-size:16px!important;font-weight:900!important;line-height:1!important;cursor:pointer!important;box-shadow:0 10px 22px rgba(15,85,232,.18)!important}
.category-menu .cat-main svg{display:block!important;width:23px!important;height:23px!important;min-width:23px!important;max-width:23px!important;min-height:23px!important;max-height:23px!important}
.category-menu{display:flex;align-items:center}
.footer-logo-mark img{width:40px;height:40px}

.category-landing,.commerce-shell,.checkout-shell{max-width:1480px;margin:0 auto;padding:38px 34px 58px}
.category-hero{min-height:330px;padding:54px;border-radius:28px;display:flex;align-items:center;overflow:hidden;position:relative;color:#fff;background:linear-gradient(90deg,rgba(3,27,69,.96),rgba(15,85,232,.70)),var(--category-image) center/cover;box-shadow:0 22px 48px rgba(7,22,45,.15)}
.category-hero>div{max-width:620px;position:relative;z-index:1}.category-hero span{font-weight:900;text-transform:uppercase;letter-spacing:1px;color:#bcd5ff}.category-hero h1{font-size:52px;margin:9px 0 12px}.category-hero p{font-size:19px;line-height:1.5;color:#e7f0ff}.category-hero a{display:inline-block;margin-top:12px;padding:13px 20px;border-radius:12px;background:#fff;color:#0f55e8;font-weight:900}
.category-products{padding-top:34px}.category-products-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px}.category-products-head h2{font-size:32px;margin:0}.category-products-head p{color:#68778d}.category-products-head>a{color:#0f55e8;font-weight:900}

.commerce-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:26px}.commerce-title span{color:#0f55e8;font-weight:900;text-transform:uppercase}.commerce-title h1{font-size:42px;margin:5px 0}.commerce-title p{color:#68778d}.commerce-title>a{padding:12px 17px;border:1px solid #bfd2ff;border-radius:12px;color:#0f55e8;font-weight:900;background:#fff}
.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:26px}.cart-list{display:grid;gap:16px}.cart-row{display:grid;grid-template-columns:150px 1fr 180px;gap:22px;align-items:center;padding:18px;border:1px solid #e1e9f4;border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.06)}.cart-product-image{height:130px;padding:10px;border-radius:15px;background:#f5f8fc}.cart-product-image img{width:100%;height:100%;object-fit:contain}.cart-product-info>span{color:#6b7a90;font-size:12px;font-weight:900;text-transform:uppercase}.cart-product-info h2{margin:5px 0 7px;font-size:19px}.cart-product-info small{color:#708097}.cart-quantity{display:inline-flex;margin-top:16px;border:1px solid #d7e2f1;border-radius:12px;overflow:hidden}.cart-quantity button{width:38px;height:36px;border:0;background:#edf4ff;color:#0f55e8;font-size:20px;cursor:pointer}.cart-quantity strong{width:42px;display:grid;place-items:center}.cart-product-price{text-align:right}.cart-product-price>strong{display:block;color:#0f55e8;font-size:23px}.cart-product-price small{color:#7b889b}.remove-item{margin-top:18px;border:0;background:none;color:#ef233c;font-weight:800;cursor:pointer}.cart-summary,.checkout-summary{align-self:start;position:sticky;top:18px;padding:25px;border-radius:22px;color:#fff;background:linear-gradient(145deg,#073d9e,#1768ff);box-shadow:0 22px 45px rgba(15,85,232,.22)}.cart-summary>span{font-size:21px;font-weight:900}.cart-summary>div{display:flex;justify-content:space-between;margin-top:20px}.cart-summary hr,.checkout-summary hr{border:0;border-top:1px solid rgba(255,255,255,.22);margin:20px 0}.cart-total strong{font-size:28px}.checkout-cta{display:block;margin-top:24px;padding:15px;border-radius:13px;text-align:center;background:#fff;color:#0f55e8;font-weight:900}.cart-summary>small{display:block;margin-top:14px;text-align:center;color:#dbeafe}.empty-cart{text-align:center;padding:70px;border:1px dashed #b8c8df;border-radius:24px;background:#fff}.empty-cart-icon{font-size:55px}.empty-cart h2{font-size:28px}.empty-cart p{color:#68778d}.empty-cart a{display:inline-block;margin-top:12px;padding:14px 22px;border-radius:13px;color:#fff;background:#0f55e8;font-weight:900}

.checkout-progress{display:flex;align-items:center;justify-content:center;margin-bottom:28px}.checkout-progress span{padding:9px 14px;border-radius:999px;background:#e8eef7;color:#708097;font-weight:850}.checkout-progress .done,.checkout-progress .active{color:#fff;background:#0f55e8}.checkout-progress i{width:70px;height:2px;background:#cbd8ea}.checkout-layout{display:grid;grid-template-columns:1fr 390px;gap:28px}.checkout-main{display:grid;gap:18px}.checkout-panel{padding:26px;border:1px solid #e1e9f4;border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.05)}.checkout-panel header{display:flex;align-items:center;gap:14px;margin-bottom:22px}.checkout-panel header>b{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;color:#fff;background:#0f55e8}.checkout-panel h2{margin:0}.checkout-panel header p{margin:4px 0 0;color:#708097}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid .full{grid-column:1/-1}.checkout-panel label{display:grid;gap:7px;color:#315078;font-weight:800}.checkout-panel input,.checkout-panel textarea{width:100%;padding:13px 14px;border:1px solid #d8e3f1;border-radius:12px;font:inherit;outline:none}.checkout-panel input:focus,.checkout-panel textarea:focus{border-color:#0f55e8;box-shadow:0 0 0 3px #e6efff}.shipping-options,.payment-options{display:grid;gap:12px}.shipping-options label,.payment-options label{display:flex;grid-template-columns:none;align-items:flex-start;gap:12px;padding:15px;border:1px solid #dce6f3;border-radius:14px;cursor:pointer}.shipping-options label:has(input:checked),.payment-options label:has(input:checked){border-color:#0f55e8;background:#edf4ff}.shipping-options input,.payment-options input{width:auto;margin-top:3px}.shipping-options strong,.payment-options span{display:block;color:#07162d}.shipping-options small,.payment-options small{display:block;margin-top:4px;color:#68778d;font-weight:500}.notes-label{margin-top:18px}.checkout-summary h2{margin-top:0}.checkout-mini-item{display:grid!important;grid-template-columns:58px 1fr auto!important;gap:11px!important;align-items:center!important;margin:14px 0!important}.checkout-mini-item img{width:58px;height:58px;object-fit:contain;border-radius:10px;background:#fff}.checkout-mini-item span strong{display:block;font-size:13px}.checkout-mini-item span small{color:#dbeafe}.checkout-summary>div:not(.checkout-mini-item){display:flex;justify-content:space-between;margin:15px 0}.checkout-total strong{font-size:27px}.checkout-summary button{width:100%;padding:15px;border:0;border-radius:13px;background:#fff;color:#0f55e8;font-weight:900;font-size:15px;cursor:pointer}.checkout-summary>small{display:block;margin-top:12px;text-align:center;color:#dbeafe}

@media(max-width:1000px){.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-summary,.checkout-summary{position:static}.cart-row{grid-template-columns:120px 1fr}.cart-product-price{grid-column:2;text-align:left}.category-hero h1{font-size:40px}}
@media(max-width:620px){.category-landing,.commerce-shell,.checkout-shell{padding:22px 16px 42px}.category-hero{min-height:280px;padding:30px}.category-hero h1{font-size:34px}.cart-row{grid-template-columns:1fr}.cart-product-image{height:180px}.cart-product-price{grid-column:auto}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.checkout-progress{overflow:auto;justify-content:flex-start}.checkout-progress i{width:30px;min-width:30px}.commerce-title{align-items:flex-start;flex-direction:column;gap:16px}}


/* =========================================================
   V2.1 — LOGOS DE PAGO Y PÁGINAS LEGALES
   ========================================================= */
.payment-grid--logos{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.payment-grid--logos span{min-height:54px;padding:5px;background:#fff;overflow:hidden}
.payment-grid--logos img{display:block;width:100%;height:44px;object-fit:contain}
.footer-bottom nav{flex-wrap:wrap;justify-content:flex-end}
.footer-bottom .legal-highlight{padding:8px 12px;border-radius:999px;color:#073d9e!important;background:#fff;font-weight:900}
.legal-page{background:#f5f8fc}
.legal-shell{max-width:1180px;margin:0 auto;padding:40px 30px 70px}
.legal-hero{padding:42px;border-radius:26px;color:#fff;background:linear-gradient(135deg,#073d9e,#1768ff);box-shadow:0 20px 44px rgba(15,85,232,.18)}
.legal-hero span{font-size:12px;font-weight:900;letter-spacing:1px;color:#cfe0ff}
.legal-hero h1{margin:8px 0 10px;font-size:42px}
.legal-hero p{margin:0;color:#dbeafe;font-size:17px}
.legal-notice{margin:20px 0;padding:16px 18px;border:1px solid #fde68a;border-radius:15px;color:#7c4a03;background:#fffbeb;font-weight:750}
.legal-grid{display:grid;gap:16px;margin-top:22px}
.legal-card{padding:25px 28px;border:1px solid #e0e8f4;border-radius:20px;background:#fff;box-shadow:0 10px 26px rgba(15,23,42,.05)}
.legal-card h2{margin:0 0 12px;color:#073d9e;font-size:21px}
.legal-card p{margin:8px 0;color:#44546b;line-height:1.7}
.legal-card a{color:#0f55e8;font-weight:800}
@media(max-width:700px){.payment-grid--logos{grid-template-columns:1fr 1fr}.legal-shell{padding:24px 16px 50px}.legal-hero{padding:28px}.legal-hero h1{font-size:32px}.footer-bottom nav{justify-content:flex-start}}


/* =========================================================
   V2.2 — FOOTER GLOBAL Y PÁGINAS UNIFICADAS
   ========================================================= */
html,body{min-height:100%}
body{min-height:100vh;display:flex;flex-direction:column}
body>main,.category-landing,.commerce-shell,.checkout-shell,.legal-shell,.simple-page-shell,.product-detail-shell{flex:1 0 auto;width:100%}
.site-footer{margin-top:auto!important}
.site-footer .footer-main{grid-template-columns:1.4fr .85fr .9fr 1fr 1.15fr 1.25fr!important;max-width:1540px}
.footer-brand-copy{max-width:290px;margin:-8px 0 20px!important;color:#bfd5f7!important;line-height:1.55;font-size:13px}
.footer-whatsapp-link{display:inline-flex!important;align-items:center;justify-content:center;margin-top:18px!important;padding:11px 15px;border-radius:11px;color:#fff!important;background:#16a34a;font-weight:900}
.footer-repentance{padding:24px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:20px;background:rgba(255,255,255,.07)}
.footer-repentance-kicker{display:block;margin-bottom:8px;color:#93c5fd!important;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.8px}
.footer-repentance h4{font-size:18px!important;line-height:1.25}
.footer-repentance p{margin:0 0 16px!important;color:#cfe0ff!important;font-size:13px;line-height:1.5}
.footer-repentance a{display:inline-flex!important;justify-content:center;margin:0!important;padding:12px 14px;border-radius:11px;color:#073d9e!important;background:#fff;font-weight:900;text-align:center}
.footer-contact>a,.footer-contact>span{min-width:0}.footer-contact span span,.footer-contact a span{overflow-wrap:anywhere}
.payment-grid--logos span{min-height:58px!important;border-radius:12px!important;box-shadow:0 6px 16px rgba(0,0,0,.08)}
.payment-grid--logos img{height:42px!important}
.footer-bottom .legal-highlight{box-shadow:0 6px 16px rgba(0,0,0,.14)}

.product-detail-shell{max-width:1480px;margin:0 auto;padding:34px}
.product-breadcrumb{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:20px;color:#708097;font-size:13px}.product-breadcrumb a{color:#0f55e8;font-weight:800}
.product-detail-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:32px;align-items:start}
.product-gallery-modern,.product-buy-panel{border:1px solid #e0e8f4;border-radius:24px;background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.07)}
.product-gallery-modern{padding:22px}.product-main-image{height:520px;padding:24px;border-radius:18px;background:#f7faff}.product-main-image img{width:100%;height:100%;object-fit:contain}
.product-thumbs{display:flex;gap:10px;margin-top:14px;overflow:auto}.product-thumbs button{width:80px;height:72px;padding:7px;border:1px solid #d8e3f1;border-radius:12px;background:#fff;cursor:pointer}.product-thumbs img{width:100%;height:100%;object-fit:contain}
.product-buy-panel{position:sticky;top:18px;padding:30px}.product-brand{color:#64748b;font-size:13px;font-weight:900;text-transform:uppercase}.product-buy-panel h1{margin:8px 0 9px;font-size:34px;line-height:1.15}.product-category-label{color:#64748b}.product-old-price{display:block;margin-top:22px;color:#94a3b8;text-decoration:line-through}.product-current-price{display:block;margin-top:4px;color:#0f55e8;font-size:38px}.product-benefit{margin:18px 0;padding:13px;border-radius:13px;color:#174a9a;background:#edf4ff;font-weight:800}.product-description{color:#405169;line-height:1.7}.product-add-button,.product-whatsapp-button{display:flex;align-items:center;justify-content:center;margin-top:18px;padding:15px;border-radius:13px;font-weight:900}.product-add-button{color:#fff;background:linear-gradient(145deg,#1768ff,#0644b5)}.product-whatsapp-button{margin-top:10px;color:#15803d;border:1px solid #bbf7d0;background:#f0fdf4}
.simple-page-shell{max-width:1180px;margin:0 auto;padding:38px 30px 70px}.simple-page-hero{padding:42px;border-radius:25px;color:#fff;background:linear-gradient(135deg,#073d9e,#1768ff);box-shadow:0 18px 40px rgba(15,85,232,.18)}.simple-page-hero span{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.8px;color:#bfdbfe}.simple-page-hero h1{margin:8px 0;font-size:42px}.simple-page-hero p{margin:0;color:#dbeafe;font-size:17px}.contact-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:22px}.contact-cards>a,.contact-cards>div{padding:25px;border:1px solid #e0e8f4;border-radius:19px;background:#fff;box-shadow:0 10px 26px rgba(15,23,42,.05)}.contact-cards b,.contact-cards span{display:block}.contact-cards b{color:#073d9e;font-size:18px}.contact-cards span{margin-top:7px;color:#64748b}.thanks-card{max-width:760px;margin:40px auto;padding:52px;border-radius:26px;text-align:center;color:#fff;background:linear-gradient(135deg,#073d9e,#1768ff);box-shadow:0 22px 48px rgba(15,85,232,.22)}.thanks-card>span{font-weight:900;text-transform:uppercase;color:#bfdbfe}.thanks-card h1{font-size:42px;margin:10px 0}.thanks-card p{color:#dbeafe}.thanks-card a{display:inline-block;margin-top:18px;padding:14px 20px;border-radius:12px;color:#0f55e8;background:#fff;font-weight:900}
@media(max-width:1250px){.site-footer .footer-main{grid-template-columns:repeat(3,1fr)!important;row-gap:32px!important}.footer-repentance{margin-right:0}.product-detail-grid{grid-template-columns:1fr}.product-buy-panel{position:static}}
@media(max-width:760px){.site-footer .footer-main{grid-template-columns:1fr 1fr!important}.footer-main>section{padding:0 14px!important}.footer-repentance{grid-column:1/-1}.product-detail-shell{padding:22px 16px}.product-main-image{height:350px}.product-buy-panel h1{font-size:28px}.contact-cards{grid-template-columns:1fr}.simple-page-shell{padding:24px 16px 50px}}
@media(max-width:520px){.site-footer .footer-main{grid-template-columns:1fr!important}.footer-repentance{grid-column:auto}.product-main-image{height:290px}.thanks-card{padding:34px 22px}.thanks-card h1{font-size:33px}}

/* =========================================================
   V2.3 — FOOTER UNIFICADO EN TODAS LAS PÁGINAS
   ========================================================= */
.site-footer--unified{
    margin-top:auto!important;
    background:linear-gradient(135deg,#031b45 0%,#052d70 58%,#0b46a3 100%)!important;
}
.site-footer--unified .footer-main{
    max-width:1480px!important;
    grid-template-columns:1.35fr .9fr 1fr 1.15fr 1.25fr!important;
    gap:0!important;
    padding-top:52px!important;
    padding-bottom:46px!important;
}
.site-footer--unified .footer-main>section{
    min-width:0;
    padding:0 28px!important;
    border-right:1px solid rgba(255,255,255,.12)!important;
}
.site-footer--unified .footer-main>section:first-child{padding-left:0!important}
.site-footer--unified .footer-main>section:last-child{padding-right:0!important;border-right:0!important}
.site-footer--unified .footer-logo-mark{
    width:64px!important;height:64px!important;flex:0 0 64px!important;border-radius:18px!important
}
.site-footer--unified .footer-logo-mark img{width:48px;height:48px;object-fit:contain}
.site-footer--unified .footer-logo strong{font-size:22px!important}
.site-footer--unified .footer-logo small{font-size:12px!important}
.site-footer--unified .footer-brand-copy{max-width:300px!important}
.site-footer--unified h4{font-size:17px!important;margin-bottom:18px!important}
.site-footer--unified section>a{font-size:14px!important;margin:10px 0!important}
.site-footer--unified .footer-repentance-button{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    margin-top:14px!important;
    padding:11px 13px!important;
    border-radius:11px;
    color:#073d9e!important;
    background:#fff;
    font-weight:900!important;
    box-shadow:0 8px 18px rgba(0,0,0,.15)
}
.site-footer--unified .footer-repentance-button:hover{transform:translateY(-2px)!important}
.site-footer--unified .payment-grid--logos{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
.site-footer--unified .payment-grid--logos span{
    min-height:62px!important;
    padding:7px!important;
    border-radius:13px!important;
    background:#fff!important;
    box-shadow:0 8px 18px rgba(0,0,0,.10)!important;
}
.site-footer--unified .payment-grid--logos img{width:100%!important;height:46px!important;object-fit:contain!important}
.site-footer--unified .footer-payments p{max-width:250px;line-height:1.45}
.site-footer--unified .footer-bottom .wrap2{max-width:1480px!important;min-height:72px!important}
.site-footer--unified .footer-bottom nav{gap:22px!important}
.site-footer--unified .footer-bottom a{font-size:12px}
@media(max-width:1200px){
    .site-footer--unified .footer-main{grid-template-columns:repeat(3,1fr)!important;row-gap:34px!important}
    .site-footer--unified .footer-main>section{border-right:0!important;padding:0 20px!important}
    .site-footer--unified .footer-main>section:nth-child(3n+1){padding-left:0!important}
}
@media(max-width:760px){
    .site-footer--unified .footer-main{grid-template-columns:1fr 1fr!important}
    .site-footer--unified .footer-main>section{padding:0 12px!important}
    .site-footer--unified .footer-main>section:nth-child(odd){padding-left:0!important}
    .site-footer--unified .footer-bottom .wrap2{align-items:flex-start!important;flex-direction:column!important;padding-top:18px!important;padding-bottom:18px!important}
    .site-footer--unified .footer-bottom nav{justify-content:flex-start!important;gap:12px 18px!important}
}
@media(max-width:520px){
    .site-footer--unified .footer-main{grid-template-columns:1fr!important}
    .site-footer--unified .footer-main>section{padding:0!important}
}


/* =========================================================
   MEDIOS DE PAGO PREMIUM — LOGOS EN IMAGEN
   ========================================================= */
.site-footer--unified .payment-grid--logos{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
}
.site-footer--unified .payment-grid--logos span{
    min-height:76px!important;
    padding:12px 14px!important;
    border:1px solid rgba(255,255,255,.38)!important;
    border-radius:16px!important;
    background:linear-gradient(145deg,#ffffff,#f4f7fc)!important;
    box-shadow:0 10px 24px rgba(0,0,0,.14)!important;
    overflow:hidden;
    transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important;
}
.site-footer--unified .payment-grid--logos span:hover{
    transform:translateY(-4px) scale(1.02)!important;
    border-color:#8fb7ff!important;
    box-shadow:0 16px 30px rgba(0,0,0,.20)!important;
}
.site-footer--unified .payment-grid--logos img{
    width:100%!important;
    height:54px!important;
    display:block!important;
    object-fit:contain!important;
    filter:none!important;
}
.site-footer--unified .footer-payments p{
    display:flex;
    align-items:center;
    gap:8px;
    margin-top:18px!important;
    color:#dbeafe!important;
    font-size:13px!important;
    font-weight:850!important;
}
.site-footer--unified .footer-payments p:before{
    content:'🔒';
    width:30px;height:30px;border-radius:10px;
    display:grid;place-items:center;
    background:rgba(255,255,255,.10);
}
@media(max-width:520px){
    .site-footer--unified .payment-grid--logos span{min-height:68px!important;padding:10px!important}
    .site-footer--unified .payment-grid--logos img{height:46px!important}
}

.top-icon svg{width:22px;height:22px;display:block}

.payment-option-mp{border-color:#7bb7ff!important;background:linear-gradient(135deg,#eef8ff,#fff)!important}
.payment-result-shell{min-height:62vh;display:grid;place-items:center;padding:52px 20px;background:#f4f7fb}
.payment-result-card{width:min(680px,100%);padding:46px 34px;border:1px solid #dfe7f2;border-radius:28px;background:#fff;text-align:center;box-shadow:0 20px 55px rgba(15,23,42,.1)}
.payment-result-icon{width:88px;height:88px;margin:0 auto 20px;display:grid;place-items:center;border-radius:50%;font-size:48px;font-weight:900}
.payment-result-card--approved .payment-result-icon{color:#087b3c;background:#dcfce7}
.payment-result-card--pending .payment-result-icon{color:#9a6700;background:#fff3c4}
.payment-result-card--cancelled .payment-result-icon{color:#b42318;background:#fee4e2}
.payment-result-eyebrow{color:#0f55e8;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.8px}
.payment-result-card h1{margin:10px 0 13px;font-size:clamp(27px,4vw,42px)}
.payment-result-card p{font-size:18px;color:#52647e}
.payment-result-card small{display:block;margin-top:12px;color:#718096}
.payment-result-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:28px}
.payment-result-actions a{padding:14px 20px;border-radius:13px;border:1px solid #bad0f5;color:#0f55e8;font-weight:900}
.payment-result-actions .payment-result-primary{color:#fff;border-color:#0f55e8;background:linear-gradient(145deg,#1768ff,#0644b5)}
@media(max-width:700px){
.payment-result-shell{padding:28px 14px}
.payment-result-card{padding:34px 20px;border-radius:22px}
.payment-result-icon{width:72px;height:72px;font-size:38px}
.payment-result-actions{display:grid}
.payment-result-actions a{width:100%}
}

.brand-mark--image{overflow:hidden;background:#071b46}
.brand-mark--image img{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%}

.shipping-live-card{
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:16px;
    padding:20px;
    border:1px solid #cfe0fb;
    border-radius:18px;
    background:linear-gradient(135deg,#f5f9ff,#fff);
}
.shipping-live-icon{
    width:48px;height:48px;display:grid;place-items:center;
    border-radius:14px;background:#e6f0ff;font-size:24px;
}
.shipping-live-card strong,.shipping-live-card small{display:block}
.shipping-live-card small{margin-top:4px;color:#657895}
.shipping-live-card>b{font-size:21px;color:#0f55e8}
.shipping-rates-note{
    display:grid;
    grid-template-columns:1fr auto;
    gap:8px 16px;
    margin-top:14px;padding:15px 18px;
    border:1px dashed #bdd1f5;border-radius:14px;
    background:#fbfdff;
}
.shipping-rates-note span strong,.shipping-rates-note span small{display:block}
.shipping-rates-note span small{margin-top:2px;color:#718096}
.shipping-rates-note>b{align-self:center;color:#0f55e8}

.payment-options--professional label{
    position:relative;
    overflow:hidden;
    transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.payment-options--professional label:has(input:checked){
    border-color:#1768ff!important;
    box-shadow:0 0 0 3px rgba(23,104,255,.1);
    transform:translateY(-1px);
}
.payment-method-content{
    display:flex!important;
    align-items:center;
    gap:14px;
}
.payment-method-content>span{display:block}
.payment-method-content strong,.payment-method-content small{display:block}
.payment-method-content small{margin-top:4px}
.payment-method-icon{
    width:48px;height:48px;flex:0 0 48px;
    display:grid;place-items:center;
    border-radius:14px;
    color:#0f55e8;background:#eaf2ff;
    font-style:normal;font-weight:900;
}
.payment-method-icon--mp{color:#009ee3;background:#e8f8ff}
.payment-method-disabled{opacity:.56;cursor:not-allowed}
.payment-method-disabled input{cursor:not-allowed}
.checkout-summary button:disabled{opacity:.5;cursor:not-allowed}

@media(max-width:700px){
    .shipping-live-card{grid-template-columns:auto 1fr}
    .shipping-live-card>b{grid-column:1/-1;text-align:right}
    .shipping-rates-note{grid-template-columns:1fr auto}
    .payment-method-icon{width:42px;height:42px;flex-basis:42px}
}

/* V4.2.1 — identidad visual uniforme en todas las páginas */
.brand-global-logo,
.footer-global-logo{
    display:grid;
    place-items:center;
    overflow:hidden;
    border-radius:50%;
    background:#071b46;
    flex:0 0 auto;
}
.brand-global-logo{
    width:82px;
    height:82px;
    box-shadow:0 10px 28px rgba(15,85,232,.22);
}
.footer-global-logo{
    width:68px;
    height:68px;
    margin-bottom:12px;
}
.brand-global-logo img,
.footer-global-logo img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    border-radius:50%;
}
.site-brand img,
.footer-brand img{
    object-fit:cover;
    border-radius:50%;
}
@media(max-width:768px){
    .brand-global-logo{width:58px;height:58px}
    .footer-global-logo{width:56px;height:56px}
}

/* V4.2.2 — encabezado y pie realmente unificados */
.brand-mark--image,
.footer-logo-mark{
    overflow:hidden !important;
    border-radius:50% !important;
    background:#071b46 !important;
}
.brand-mark--image{
    width:84px !important;
    height:84px !important;
    flex:0 0 84px !important;
    padding:0 !important;
}
.footer-logo-mark{
    width:66px !important;
    height:66px !important;
    flex:0 0 66px !important;
    padding:0 !important;
}
.brand-mark--image img,
.footer-logo-mark img{
    width:100% !important;
    height:100% !important;
    display:block !important;
    object-fit:cover !important;
    border-radius:50% !important;
}
.home-page .brand-mark--image{
    box-shadow:0 10px 28px rgba(15,85,232,.22);
}
@media(max-width:768px){
    .brand-mark--image{
        width:58px !important;
        height:58px !important;
        flex-basis:58px !important;
    }
    .footer-logo-mark{
        width:54px !important;
        height:54px !important;
        flex-basis:54px !important;
    }
}

/* V4.3.1 — carrito profesional */
.cart-shell--modern{padding:52px max(24px,5vw);background:#f5f8fc}
.cart-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}
.cart-eyebrow{display:block;color:#0f55e8;font-size:13px;font-weight:900;letter-spacing:.5px}
.cart-heading h1{margin:7px 0 5px;font-size:clamp(34px,5vw,54px);color:#071a3f}
.cart-heading p{margin:0;color:#657895;font-size:18px}
.cart-continue-link{padding:14px 18px;border:1px solid #9dbcf5;border-radius:13px;color:#0f55e8;font-weight:900;background:#fff}
.cart-layout-modern{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:30px;align-items:start}
.cart-items-modern{display:grid;gap:18px}
.cart-product-card{display:grid;grid-template-columns:170px minmax(0,1fr) auto 220px;gap:24px;align-items:center;padding:24px;border:1px solid #dce6f4;border-radius:24px;background:#fff;box-shadow:0 14px 36px rgba(15,23,42,.06)}
.cart-product-image{height:190px;display:grid;place-items:center;border:1px solid #edf2f8;border-radius:18px;background:#f8fbff;overflow:hidden}
.cart-product-image img{width:100%;height:100%;object-fit:contain}
.cart-product-category{display:inline-flex;padding:7px 12px;border-radius:999px;color:#0f55e8;background:#eaf2ff;font-size:12px;font-weight:900}
.cart-product-info h2{margin:12px 0 16px;color:#071a3f;font-size:24px}
.cart-product-meta{display:grid;gap:8px;color:#4b607c}
.cart-stock-ok{color:#16824a}
.qty-control{display:flex;align-items:center;border:1px solid #d7e3f7;border-radius:12px;overflow:hidden;background:#f8fbff}
.qty-control button,.qty-control strong{width:48px;height:46px;display:grid;place-items:center;border:0;background:transparent}
.qty-control button{color:#0f55e8;font-size:22px;cursor:pointer}
.qty-control strong{background:#fff}
.cart-product-price{text-align:right}
.cart-product-price small,.cart-product-price span{display:block;color:#718096}
.cart-product-price strong{display:block;margin:6px 0;color:#0f55e8;font-size:28px}
.cart-remove-link{display:inline-block;margin-top:14px;color:#ef233c;font-weight:900}
.cart-summary-modern{position:sticky;top:20px;overflow:hidden;border-radius:24px;background:#fff;box-shadow:0 18px 45px rgba(15,85,232,.16)}
.cart-summary-title{display:flex;align-items:center;justify-content:space-between;padding:24px;color:#fff;background:linear-gradient(135deg,#06369a,#1768ff)}
.cart-summary-title h2{margin:0;font-size:25px}
.cart-summary-title span{width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.35);border-radius:50%}
.cart-summary-modern>div:not(.cart-summary-title),.cart-summary-modern>hr,.cart-summary-modern>a,.cart-summary-modern>small{margin-left:24px;margin-right:24px}
.cart-summary-row,.cart-summary-total{display:flex;justify-content:space-between;gap:20px;padding:18px 0}
.cart-summary-modern hr{border:0;border-top:1px solid #e4ebf5}
.cart-summary-total strong{color:#0f55e8;font-size:31px}
.cart-checkout-button{display:block;margin-top:16px;padding:17px;border-radius:13px;color:#fff;text-align:center;font-weight:900;background:linear-gradient(135deg,#0f55e8,#1768ff)}
.cart-secure-note{display:block;padding:14px 0 20px;text-align:center;color:#0f55e8}
.cart-empty-modern{padding:60px 24px;text-align:center;border:1px dashed #bdd1f5;border-radius:24px;background:#fff}
.cart-empty-icon{font-size:52px}
.cart-empty-modern h2{font-size:30px}
.cart-empty-modern a{display:inline-block;margin-top:14px;padding:14px 20px;border-radius:12px;color:#fff;background:#0f55e8;font-weight:900}

@media(max-width:1100px){
    .cart-layout-modern{grid-template-columns:1fr}
    .cart-summary-modern{position:static}
    .cart-product-card{grid-template-columns:140px minmax(0,1fr) auto}
    .cart-product-price{grid-column:2/-1;display:flex;align-items:center;justify-content:space-between;text-align:left}
}
@media(max-width:700px){
    .cart-shell--modern{padding:30px 14px}
    .cart-heading{align-items:flex-start;flex-direction:column}
    .cart-product-card{grid-template-columns:100px minmax(0,1fr);gap:16px;padding:16px;border-radius:18px}
    .cart-product-image{height:125px}
    .cart-product-info h2{font-size:19px}
    .cart-product-quantity{grid-column:1/2}
    .cart-product-price{grid-column:2/3;display:block;text-align:right}
    .cart-product-price strong{font-size:24px}
    .cart-summary-title{padding:20px}
}

/* V4.3.2 — corrección visual definitiva del carrito */
.cart-product-card{min-width:0}
.cart-product-info,.cart-product-price{min-width:0}
.cart-product-info h2{
    overflow-wrap:anywhere;
    line-height:1.25;
}
.cart-product-meta span{
    overflow-wrap:anywhere;
}
.cart-product-price strong{
    white-space:nowrap;
}
.cart-product-image img{
    max-width:100%;
    max-height:100%;
}
@media(max-width:1250px){
    .cart-product-card{
        grid-template-columns:145px minmax(220px,1fr) auto 190px;
        gap:18px;
    }
}
@media(max-width:900px){
    .cart-product-card{
        grid-template-columns:120px minmax(0,1fr);
    }
    .cart-product-quantity{
        grid-column:1/2;
    }
    .cart-product-price{
        grid-column:2/3;
    }
}

/* V4.4 — stock, checkout y transferencia */
.product-out-stock,.catalog-sold-out,.cart-stock-empty{
    display:inline-flex;align-items:center;justify-content:center;
    padding:8px 12px;border-radius:999px;
    color:#b42318;background:#fee4e2;font-weight:900;
}
.product-add-button--disabled{opacity:.65;cursor:not-allowed;pointer-events:none}
.checkout-auto-total{
    display:grid;grid-template-columns:1fr auto;gap:5px 16px;
    padding:20px;border:1px solid #cfe0fb;border-radius:18px;background:#f8fbff;
}
.checkout-auto-total span{font-weight:850}
.checkout-auto-total strong{grid-row:1/3;grid-column:2;color:#0f55e8;font-size:24px;align-self:center}
.checkout-auto-total small{color:#657895}
.checkout-summary--simple .checkout-payable{display:block!important;text-align:center;padding:24px 0}
.checkout-payable small,.checkout-payable strong{display:block}
.checkout-payable strong{margin-top:8px;color:#fff;font-size:38px}
.checkout-summary-postal{display:flex!important;justify-content:space-between!important}
.transfer-details{margin-top:16px;padding:20px;border:1px solid #bcd2f8;border-radius:18px;background:#f7faff}
.transfer-details h3{margin:0 0 14px}
.transfer-details>div{display:flex;justify-content:space-between;gap:20px;padding:8px 0;border-bottom:1px solid #e1e9f5}
.transfer-details p{margin:15px 0 0;color:#52657e}
.payment-final-shell{min-height:65vh;padding:60px 20px;background:#f4f7fb}
.payment-final-card{max-width:760px;margin:auto;padding:38px;border:1px solid #dbe5f3;border-radius:26px;background:#fff;box-shadow:0 20px 50px rgba(15,23,42,.08)}
.payment-final-card>span{color:#0f55e8;font-weight:900}
.payment-final-card h1{font-size:38px;color:#071a3f}
.bank-final-details{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0}
.bank-final-details>div{padding:16px;border-radius:14px;background:#f4f8ff}
.bank-final-details small,.bank-final-details strong{display:block}
.bank-final-details strong{margin-top:5px;overflow-wrap:anywhere}
.payment-whatsapp-proof,.payment-back-home{display:block;margin-top:12px;padding:16px;border-radius:13px;text-align:center;font-weight:900}
.payment-whatsapp-proof{color:#fff;background:#20b858}
.payment-back-home{color:#0f55e8;border:1px solid #aac4f2}
@media(max-width:700px){
    .bank-final-details{grid-template-columns:1fr}
    .checkout-auto-total{grid-template-columns:1fr}
    .checkout-auto-total strong{grid-row:auto;grid-column:auto}
}

.contact-nav-icon{width:23px;height:23px;flex:0 0 23px}
.store-link{display:inline-flex!important;align-items:center;gap:9px}
.payment-grid--logos span{overflow:hidden}
.payment-grid--logos img{width:100%;height:100%;object-fit:contain}
.payment-method-icon img{width:100%;height:100%;object-fit:contain}
.payment-method-icon--qr span{
    width:42px;height:42px;display:grid;place-items:center;border-radius:11px;
    background:linear-gradient(135deg,#122a65,#1478ff);color:#fff;font-style:normal
}
.payment-method-icon--card span{font-size:25px}


/* V4.6 — carruseles responsive, banners diferenciados y medios de pago */
.hero-slide{display:grid!important;grid-template-columns:minmax(300px,.9fr) minmax(420px,1.35fr);align-items:center;overflow:hidden;color:#fff;isolation:isolate}
.hero-slide:before{content:"";position:absolute;inset:0;z-index:-2;background:var(--hero-bg)}
.hero-slide:after{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 75% 30%,rgba(255,255,255,.12),transparent 35%),linear-gradient(90deg,rgba(2,10,30,.2),transparent 60%)}
.hero-slide--gaming{--hero-bg:linear-gradient(120deg,#16062d,#45107d 55%,#111b4d)}
.hero-slide--mobile{--hero-bg:linear-gradient(120deg,#041a45,#0759ae 58%,#02162f)}
.hero-slide--home{--hero-bg:linear-gradient(120deg,#063a46,#087d86 55%,#052b35)}
.hero-slide-copy{padding:44px 20px 44px 58px;z-index:1}
.hero-slide-copy>span{font-size:13px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase;color:#dbeafe}
.hero-slide-copy h2{margin:10px 0 10px;font-size:clamp(34px,4vw,62px);line-height:1.02;letter-spacing:-1.5px}.hero-slide-copy h2 em{font-style:normal;color:#58a6ff}.hero-slide--gaming h2 em{color:#d567ff}.hero-slide--home h2 em{color:#67f0a4}
.hero-slide-copy p{max-width:430px;margin:0 0 20px;color:#e6efff;font-size:17px}.hero-slide-copy a{display:inline-flex;padding:12px 20px;border-radius:12px;background:#1768ff;color:#fff;font-weight:900;box-shadow:0 10px 25px rgba(0,0,0,.2)}
.hero-slide-art{height:100%;min-height:300px;background-repeat:no-repeat;background-position:center;background-size:cover;mask-image:linear-gradient(90deg,transparent 0,#000 22%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 22%)}
.hero-slide--gaming .hero-slide-art{background-image:url('../img/categories/gaming.jpg')}.hero-slide--mobile .hero-slide-art{background-image:url('../img/categories/celulares.jpg')}.hero-slide--home .hero-slide-art{background-image:url('../img/categories/electro.jpg')}
.home-carousel{position:relative}.home-carousel-track{display:flex!important;gap:18px!important;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 2px 16px!important}.home-carousel-track::-webkit-scrollbar{display:none}
.category-row .cat-card{flex:0 0 clamp(170px,13.3vw,205px);scroll-snap-align:start;height:250px!important}.category-row .cat-icon{height:165px!important}
.home-product-carousel .offer-card{flex:0 0 clamp(245px,22vw,310px);scroll-snap-align:start}
.home-carousel-arrow{position:absolute;top:50%;z-index:8;width:46px;height:46px;border:1px solid #e0e8f4;border-radius:50%;display:grid;place-items:center;transform:translateY(-50%);background:#fff;color:#09224d;font-size:34px;line-height:1;cursor:pointer;box-shadow:0 10px 28px rgba(15,23,42,.13)}.home-carousel-prev{left:-24px}.home-carousel-next{right:-24px}.home-carousel-arrow:disabled{opacity:.28;cursor:default}
.home-empty-state{padding:28px;border:1px dashed #bdd0ee;border-radius:18px;background:#f7faff;color:#52657e;text-align:center;font-weight:750}.featured-section{padding-top:18px!important}.featured-heading .deals-heading-icon{font-size:25px}
.payment-method-icon{padding:6px;background:#f2f7ff!important}.payment-method-icon img{object-fit:contain}.payment-method-icon--mp{background:#eaf9ff!important}
@media(max-width:760px){.hero-slide{grid-template-columns:1fr;min-height:430px}.hero-slide-copy{padding:34px 28px 10px}.hero-slide-art{min-height:220px;mask-image:linear-gradient(180deg,transparent,#000 24%);-webkit-mask-image:linear-gradient(180deg,transparent,#000 24%)}.hero-arrow{width:42px!important;height:42px!important}.home-carousel-prev{left:-8px}.home-carousel-next{right:-8px}.category-row .cat-card{flex-basis:72vw;max-width:260px}.home-product-carousel .offer-card{flex-basis:82vw;max-width:320px}}
@media(pointer:coarse){.home-carousel-arrow{width:44px;height:44px}.home-carousel-track{scroll-snap-stop:always}}


/* V4.6.1 FINAL — responsive PC, Android, iPhone e iPad */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}
body{overflow-x:hidden}
img,svg,video{max-width:100%}
button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}
input,select,textarea,button{font:inherit}

/* Inicio: banners y categorías más compactos */
.home-page .hero-store{width:min(1320px,calc(100% - 40px))!important;margin:26px auto 16px!important}
.home-page .hero-carousel{border-radius:24px!important}
.home-page .hero-slide{min-height:250px!important;max-height:320px!important}
.home-page .hero-slide-copy{padding:30px 18px 30px 46px!important}
.home-page .hero-slide-copy h2{font-size:clamp(30px,3.4vw,50px)!important}
.home-page .hero-slide-art{min-height:250px!important}
.home-page .category-row .cat-card{flex-basis:clamp(145px,11.5vw,178px)!important;height:218px!important}
.home-page .category-row .cat-icon{height:138px!important}
.home-page .cat-name{font-size:16px!important}

/* Mercado Pago: logotipo tipográfico, sin icono genérico */
.mp-wordmark{display:flex!important;align-items:center;justify-content:center;gap:4px;padding:8px 6px;font-family:Arial,sans-serif;font-size:15px;font-weight:900;line-height:1;text-transform:lowercase;background:#fff}
.mp-wordmark b{color:#0875c9}.mp-wordmark em{color:#00a8e8;font-style:normal}
.payment-method-content--text-only{display:flex;flex-direction:column;gap:3px}
.payment-option-mp .payment-method-content{padding-left:4px}

/* Carrito: resumen por nombre y precio */
.cart-summary-products{margin:0 24px;padding:10px 0 4px;border-bottom:1px solid #e4ebf5}
.cart-summary-product{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:start;padding:11px 0}
.cart-summary-product span{color:#24364f;line-height:1.3;overflow-wrap:anywhere}
.cart-summary-product strong{white-space:nowrap;color:#071a3f}
.cart-product-price strong{margin:0;color:#0f55e8}

/* Checkout: textos iniciales limpios */
.checkout-auto-total strong:empty:before,.checkout-summary-postal strong:empty:before{content:'—'}

/* Tablets */
@media (max-width:1024px){
  .home-page .hero-store{width:calc(100% - 28px)!important}
  .home-page .hero-slide{grid-template-columns:minmax(260px,.95fr) minmax(340px,1.2fr)!important;min-height:240px!important}
  .home-page .hero-slide-copy{padding:28px 16px 28px 38px!important}
  .home-page .hero-slide-art{min-height:240px!important}
  .footer-main{grid-template-columns:1.3fr 1fr 1fr!important}
  .footer-payments{grid-column:auto/span 2}
}

/* Celulares Android y Apple */
@media (max-width:760px){
  .wrap2,.tcm-section{width:calc(100% - 24px)!important}
  .home-page .hero-store{width:calc(100% - 20px)!important;margin-top:14px!important}
  .home-page .hero-slide{grid-template-columns:1fr!important;min-height:390px!important;max-height:none!important}
  .home-page .hero-slide-copy{padding:26px 24px 4px!important}
  .home-page .hero-slide-copy h2{font-size:clamp(29px,10vw,40px)!important;line-height:1.05!important}
  .home-page .hero-slide-copy p{font-size:15px!important}
  .home-page .hero-slide-art{min-height:190px!important;background-position:center!important}
  .home-page .category-row .cat-card{flex-basis:62vw!important;max-width:220px!important;height:205px!important}
  .home-page .category-row .cat-icon{height:132px!important}
  .home-carousel-arrow{width:42px!important;height:42px!important}
  .home-carousel-prev{left:-5px!important}.home-carousel-next{right:-5px!important}

  .cart-shell--modern{padding:26px 12px!important}
  .cart-heading h1{font-size:36px!important}
  .cart-layout-modern{gap:20px!important}
  .cart-product-card{grid-template-columns:88px minmax(0,1fr)!important;gap:12px!important;padding:14px!important}
  .cart-product-image{height:105px!important}
  .cart-product-info h2{font-size:17px!important;margin:8px 0 10px!important}
  .cart-product-category{font-size:10px!important;padding:5px 8px!important}
  .cart-product-quantity{grid-column:1/2!important}
  .qty-control button,.qty-control strong{width:40px!important;height:40px!important}
  .cart-product-price{grid-column:2/3!important;align-self:center!important;text-align:right!important}
  .cart-product-price strong{font-size:21px!important}
  .cart-summary-modern{border-radius:18px!important}
  .cart-summary-products{margin:0 18px!important}
  .cart-summary-modern>div:not(.cart-summary-title),.cart-summary-modern>hr,.cart-summary-modern>a,.cart-summary-modern>small{margin-left:18px!important;margin-right:18px!important}

  .checkout-shell{padding-left:12px!important;padding-right:12px!important}
  .checkout-layout{grid-template-columns:1fr!important}
  .checkout-summary{position:static!important}
  .checkout-panel{padding:18px!important;border-radius:18px!important}
  .checkout-panel header{align-items:flex-start!important}
  .form-grid{grid-template-columns:1fr!important}
  .form-grid .full{grid-column:auto!important}
  .payment-method-content{gap:12px!important}
  .payment-method-icon{width:42px!important;height:42px!important;flex-basis:42px!important}
  .transfer-details>div{gap:12px!important;align-items:flex-start!important}
  .transfer-details>div strong{text-align:right;overflow-wrap:anywhere}

  .footer-main{grid-template-columns:1fr!important;gap:28px!important}
  .footer-payments{grid-column:auto!important}
  .footer-bottom .wrap2{flex-direction:column!important;gap:12px!important;text-align:center!important}
  .footer-bottom nav{justify-content:center!important;flex-wrap:wrap!important}
}

@media (max-width:390px){
  .home-page .category-row .cat-card{flex-basis:72vw!important}
  .cart-product-card{grid-template-columns:76px minmax(0,1fr)!important}
  .cart-product-image{height:92px!important}
  .cart-product-price strong{font-size:19px!important}
  .payment-grid{grid-template-columns:1fr 1fr!important}
}

/* iOS safe areas */
@supports(padding:max(0px)){
  body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}
  .whatsapp-pro{bottom:max(18px,env(safe-area-inset-bottom))}
}

/* v4.6.2 - Logo clásico oficial de Mercado Pago */
.payment-grid .payment-logo--mp{display:block;width:min(138px,100%);height:46px;object-fit:contain}
.payment-method-logo--mp{display:block;width:112px;height:48px;object-fit:contain;flex:0 0 auto}
@media (max-width:640px){
  .payment-grid .payment-logo--mp{width:min(118px,100%);height:40px}
  .payment-method-logo--mp{width:92px;height:42px}
}

.legal-notice{
    display:none !important;
}
/* =========================================================
   PAYPAL — INTEGRACIÓN VISUAL CHECKOUT
   Agregado sin reemplazar ni eliminar estilos anteriores
   ========================================================= */
.payment-option-paypal{
    position:relative;
}

.payment-option-paypal .payment-method-content{
    display:flex;
    align-items:center;
    gap:14px;
}

.payment-method-icon--paypal{
    width:58px !important;
    height:48px !important;
    flex:0 0 58px !important;
    padding:5px !important;
    overflow:hidden;
    border:1px solid #dce5f2;
    border-radius:12px;
    background:#fff !important;
    box-shadow:0 5px 14px rgba(15,23,42,.06);
}

.payment-method-icon--paypal img{
    display:block;
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
}

.payment-option-paypal strong{
    color:#071a3f;
}

.payment-option-paypal small{
    display:block;
    margin-top:3px;
    color:#718096;
    line-height:1.35;
}

.payment-option-paypal:has(input:checked){
    border-color:#0070ba !important;
    background:linear-gradient(145deg,#f8fcff,#eef8ff) !important;
    box-shadow:0 0 0 3px rgba(0,112,186,.10);
}

.payment-option-paypal:has(input:checked) strong{
    color:#003087;
}

.payment-option-paypal.payment-method-disabled{
    opacity:.58;
    cursor:not-allowed;
}

.payment-option-paypal.payment-method-disabled .payment-method-icon--paypal{
    filter:grayscale(1);
}

/* Logo PayPal para bloques de medios de pago del footer o resumen */
.payment-logo--paypal,
.payment-grid img[alt="PayPal"],
.payment-grid--logos img[alt="PayPal"]{
    display:block;
    width:min(138px,100%);
    height:46px;
    object-fit:contain;
}

/* Aviso de conversión de moneda PayPal */
.paypal-currency-note{
    margin-top:12px;
    padding:12px 14px;
    border:1px solid #cfe3f3;
    border-radius:12px;
    background:#f4faff;
    color:#33556f;
    font-size:13px;
    line-height:1.45;
}

.paypal-currency-note strong{
    color:#003087;
}

/* Botón de retorno o confirmación PayPal */
.paypal-action-button{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    width:100%;
    min-height:52px;
    padding:14px 18px;
    border:0;
    border-radius:13px;
    color:#fff;
    background:linear-gradient(135deg,#0070ba,#003087);
    font-weight:900;
    box-shadow:0 12px 24px rgba(0,48,135,.20);
    cursor:pointer;
}

.paypal-action-button:hover{
    transform:translateY(-1px);
    box-shadow:0 15px 28px rgba(0,48,135,.25);
}

@media(max-width:640px){
    .payment-method-icon--paypal{
        width:50px !important;
        height:43px !important;
        flex-basis:50px !important;
    }

    .payment-logo--paypal,
    .payment-grid img[alt="PayPal"],
    .payment-grid--logos img[alt="PayPal"]{
        width:min(118px,100%);
        height:40px;
    }
}