/** Shopify CDN: Minification failed

Line 132:28 Expected ")" to end URL token

**/
/* START_SECTION:sdc-home-premium-v2 (INDEX:38) */
.sdc-home-premium{background:#f6f8fc}
  .sdc-home-hero{
    min-height:320px;
    background:
      linear-gradient(90deg, #07060d 0%, #12131a 45%, #1a1b22 100%);
    color:#fff;
    position:relative;
    overflow:hidden;
    border-radius:18px;
    border:1px solid rgba(255,86,86,.18);
    box-shadow:0 20px 40px rgba(4,1,6,.42);
    isolation:isolate;
  }
  .sdc-home-hero::after{content:none}
  .sdc-home-hero__content{
    width:min(100%,1500px);
    margin:0 auto;
    padding:28px 28px 24px;
    box-sizing:border-box;
    display:grid;
    grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
    gap:12px;
    align-items:center;
    position:relative;
    z-index:5;
    overflow:hidden;
  }
  .sdc-home-hero__left{min-width:0;padding-right:28px;position:relative;z-index:6}
  .sdc-chip{display:inline-flex;align-items:center;gap:6px;background:rgba(12,12,16,.58);border:1px solid rgba(255,59,59,.4);padding:6px 12px;border-radius:999px;font-weight:800;font-size:.72rem;letter-spacing:.03em}
  .sdc-home-hero h1{margin:12px 0 8px;font-size:clamp(2rem,3.2vw,3.35rem);line-height:1.04;font-family:"Playfair Display",Georgia,"Times New Roman",serif;font-weight:700}
  .sdc-home-hero h1 span{color:#ff5a5a}
  .sdc-sub{font-size:clamp(.94rem,1.02vw,1.03rem);color:#d8dbe5;max-width:55ch;line-height:1.42}
  .sdc-hero-cta{display:flex;gap:10px;margin:14px 0}
  .sdc-btn{padding:13px 22px;border-radius:999px;text-decoration:none;font-weight:700}
  .sdc-btn--solid{background:linear-gradient(135deg,#bb001e,#df1738);color:#fff;box-shadow:0 12px 22px rgba(176,0,32,.32)}
  .sdc-btn--ghost{border:1px solid rgba(255,255,255,.24);color:#fff;background:rgba(12,12,16,.45)}
  .sdc-btn--solid:hover{background:linear-gradient(135deg,#8d0000,#c40000)}
  .sdc-btn--ghost:hover{background:rgba(255,255,255,.08);border-color:rgba(255,170,170,.65)}
  .sdc-hero-points{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:10px}
  .sdc-hero-points article{
    backdrop-filter:blur(8px);
    background:rgba(12,12,16,.36);
    border:1px solid rgba(255,255,255,.1);
    border-radius:10px;
    padding:8px 9px;
    box-shadow:0 10px 18px rgba(0,0,0,.2);
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
    transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    min-width:0;
    overflow:visible;
  }
  .sdc-hero-points article:hover{
    transform:translateY(-2px);
    border-color:rgba(255,120,120,.35);
    box-shadow:0 16px 30px rgba(90,0,0,.25);
  }
  .sdc-hero-points i{
    width:22px;
    height:22px;
    color:#ff5a5a;
    display:grid;
    place-items:center;
  }
  .sdc-hero-points i svg{
    width:100%;
    height:100%;
    stroke:currentColor;
    stroke-width:1.75;
    fill:none;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .sdc-hero-points b{display:block;font-size:.76rem;line-height:1.2}
  .sdc-hero-points span{font-size:.72rem;color:#d6e4ff;line-height:1.3}
  .sdc-home-hero__right{display:flex;justify-content:flex-end;align-items:stretch;min-height:300px;overflow:visible;position:relative;min-width:0}
  .hero-content{position:relative;z-index:5}
  .hero-visual{
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    width:52%;
    overflow:hidden;
    background:transparent;
    border:none;
    box-shadow:none;
    z-index:1;
  }
  .hero-visual::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;
    pointer-events:none;
    background:linear-gradient(90deg,#12131a 0%,rgba(18,19,26,.82) 8%,rgba(18,19,26,0) 22%);
  }
  .hero-tech-visual{
    width:100%;
    min-height:320px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
    position:absolute;
    inset:0;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    overflow:hidden;
    isolation:isolate;
  }
  .hero-tech-ring{
    display:none;
  }
  .hero-tech-base{
    display:none;
  }
  .hero-tech-visual::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:url({{ 'logo-soluciones-digitales-watermark.png' | asset_url }});
    background-repeat:no-repeat;
    background-position:calc(100% - 18px) 50%;
    background-size:clamp(340px, 58vw, 860px) auto;
    opacity:.16;
    filter:saturate(1.08) brightness(1.02);
    pointer-events:none;
    transform:translateX(0);
  }
  .hero-tech-visual::after{content:none}

  .sdc-home-brands,.sdc-home-categories{width:min(99%,1800px);margin:0 auto;padding:44px 0 20px;text-align:center}
  .sdc-home-brands h2,.sdc-home-categories h2{margin:0;font-size:clamp(1.8rem,2.5vw,3rem);color:#08122b}
  .sdc-home-brands h2 span,.sdc-home-categories h2 span{color:#c40000}
  .sdc-home-brands p{margin:10px 0 22px;color:#51607c}
  .sdc-brand-carousel{position:relative;padding:0 56px}
  .sdc-brand-track{
    display:flex;
    gap:14px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    padding:6px 2px 10px;
    scrollbar-width:thin;
  }
  .sdc-brand-track::-webkit-scrollbar{height:8px}
  .sdc-brand-track::-webkit-scrollbar-thumb{background:rgba(122,0,0,.25);border-radius:999px}
  .sdc-brand-card,.sdc-category-grid a{background:#fff;border:1px solid #e8edf8;border-radius:16px;box-shadow:0 10px 22px rgba(20,34,70,.06)}
  .sdc-brand-card{
    flex:0 0 clamp(180px,16vw,240px);
    min-height:124px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:14px;
    text-decoration:none;
    scroll-snap-align:start;
    transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }
  .sdc-brand-card:hover{
    transform:translateY(-3px);
    border-color:rgba(179,0,0,.28);
    box-shadow:0 16px 30px rgba(122,0,0,.16);
  }
  .sdc-brand-card img{
    width:auto;
    max-width:72%;
    max-height:54px;
    height:auto;
    object-fit:contain;
    object-position:center;
    filter:none !important;
    mix-blend-mode:normal !important;
    opacity:1 !important;
    image-rendering:auto;
    display:block;
  }
  .sdc-brand-card[data-brand-key="apple"] img{max-width:38%;max-height:72px}
  .sdc-brand-card[data-brand-key="microsoft"] img{max-width:78%;max-height:58px}
  .sdc-brand-card[data-brand-key="fortinet"] img{max-width:78%;max-height:58px}
  .sdc-brand-card[data-brand-key="acer"] img,
  .sdc-brand-card[data-brand-key="aser"] img{max-width:78%;max-height:58px}
  .sdc-brand-card[data-brand-key="asus"] img{max-width:78%;max-height:58px}
  .sdc-brand-card[data-brand-key="dell"] img{max-width:46%;max-height:62px}
  .sdc-brand-card[data-brand-key="dahua"] img{max-width:78%;max-height:58px}
  .sdc-brand-card[data-brand-key="dynabook"] img{max-width:76%;max-height:54px}
  .sdc-brand-card[data-brand-key="lenovo"] img{max-width:74%;max-height:54px}
  .sdc-brand-card[data-brand-key="epson"] img{max-width:82%;max-height:60px}
  .sdc-brand-card[data-brand-key="nexxt"] img{max-width:78%;max-height:56px}
  .sdc-brand-card[data-brand-key="samsung"] img{max-width:78%;max-height:58px}
  .sdc-brand-card[data-brand-key="sophos"] img{max-width:78%;max-height:58px}
  .sdc-brand-fallback-name{
    width:64px;
    height:64px;
    border-radius:14px;
    border:1px solid #e5eaf3;
    background:#f8fafc;
    display:grid;
    place-items:center;
    color:#64748b;
  }
  .sdc-brand-fallback-name svg{
    width:26px;
    height:26px;
    stroke:currentColor;
    fill:none;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .sdc-brand-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:42px;
    height:42px;
    border-radius:12px;
    border:1px solid rgba(179,0,0,.25);
    background:#fff;
    color:#9f0000;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    box-shadow:0 10px 24px rgba(18,0,0,.08);
    z-index:2;
    transition:all .2s ease;
  }
  .sdc-brand-arrow:hover{background:#fff5f5;border-color:rgba(179,0,0,.45);box-shadow:0 14px 30px rgba(122,0,0,.14)}
  .sdc-brand-arrow svg{width:20px;height:20px;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round}
  .sdc-brand-arrow--prev{left:0}
  .sdc-brand-arrow--next{right:0}

  .sdc-category-grid{
    display:grid;
    grid-template-columns:repeat(8,minmax(0,1fr));
    justify-content:stretch;
    gap:14px;
    padding:22px 4px 52px;
  }
  @keyframes sdcCategoryFloat{
    0%,100%{transform:translateY(0) scale(1)}
    50%{transform:translateY(-13px) scale(1.065)}
  }
  @keyframes sdcCategoryIconPulse{
    0%,100%{transform:scale(1);filter:drop-shadow(0 0 0 rgba(196,0,26,0))}
    50%{transform:scale(1.24);filter:drop-shadow(0 14px 18px rgba(196,0,26,.36))}
  }
  .sdc-category-grid a{
    text-decoration:none;
    color:#0d1935;
    min-height:168px;
    width:100%;
    padding:14px 12px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    position:relative;
    overflow:hidden;
    animation:sdcCategoryFloat 2.6s ease-in-out infinite;
    animation-delay:var(--sdc-category-delay, 0s);
    transition:box-shadow .26s ease,border-color .26s ease,background .26s ease;
    will-change:transform;
  }
  .sdc-category-grid a:nth-child(1){--sdc-category-delay:0s}
  .sdc-category-grid a:nth-child(2){--sdc-category-delay:.14s}
  .sdc-category-grid a:nth-child(3){--sdc-category-delay:.28s}
  .sdc-category-grid a:nth-child(4){--sdc-category-delay:.42s}
  .sdc-category-grid a:nth-child(5){--sdc-category-delay:.56s}
  .sdc-category-grid a:nth-child(6){--sdc-category-delay:.70s}
  .sdc-category-grid a:nth-child(7){--sdc-category-delay:.84s}
  .sdc-category-grid a:nth-child(8){--sdc-category-delay:.98s}
  .sdc-category-grid a::before{
    content:"";
    position:absolute;
    inset:-45% -65%;
    background:linear-gradient(115deg, transparent 35%, rgba(196,0,26,.10) 48%, transparent 62%);
    transform:translateX(-120%) rotate(8deg);
    opacity:0;
    transition:opacity .25s ease;
    pointer-events:none;
  }
  .sdc-category-grid a:hover::before{
    opacity:1;
    animation:sdcCategoryShine .75s ease forwards;
  }
  @keyframes sdcCategoryShine{
    from{transform:translateX(-120%) rotate(8deg)}
    to{transform:translateX(120%) rotate(8deg)}
  }
  .sdc-category-grid a:hover{
    box-shadow:0 28px 46px rgba(122,0,0,.24),0 0 28px rgba(255,43,43,.18);
    border-color:rgba(179,0,0,.42);
    background:linear-gradient(180deg,#fff 0%,#fff1f2 100%);
    animation-duration:1.25s;
  }
  .sdc-category-grid i{
    width:34px;
    height:34px;
    color:#b30000;
    margin-bottom:10px;
    animation:sdcCategoryIconPulse 2.1s ease-in-out infinite;
    animation-delay:var(--sdc-category-delay, 0s);
  }
  .sdc-category-grid i svg{width:100%;height:100%;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
  .sdc-category-grid strong{font-size:1.04rem;line-height:1.25}
  .sdc-category-grid span{color:#5c6c89;margin-top:6px;font-size:.84rem;line-height:1.35}

  .sdc-gamer-showcase{
    width:100%;
    max-width:1700px;
    margin:40px auto;
    border-radius:28px;
    overflow:hidden;
    background:linear-gradient(180deg,#fbfaf7 0%,#f6f2eb 100%);
    box-shadow:0 18px 36px rgba(51,45,35,.14);
    border:1px solid rgba(188,173,150,.34);
    padding:22px;
    position:relative;
  }
  .sdc-gamer-showcase__hero{
    display:flex;
    min-height:0;
    height:clamp(320px, 26vw, 430px);
    border-radius:20px;
    overflow:hidden;
    padding:0;
    background:linear-gradient(180deg,#ffffff 0%,#fbfbfb 100%);
    border:1px solid rgba(255,110,110,.14);
    margin-bottom:16px;
  }
  .sdc-gamer-showcase__hero img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center 46%;
    background:transparent;
  }

  .sdc-gamer-showcase__track{
    margin-top:0;
    display:flex;
    gap:14px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    padding:6px 2px 10px;
    scrollbar-width:none;
  }
  .sdc-gamer-showcase__track::-webkit-scrollbar{display:none}
  .sdc-gamer-card{
    scroll-snap-align:start;
    flex:0 0 calc((100% - 56px) / 5);
    background:linear-gradient(180deg, rgba(19,24,38,.76) 0%, rgba(10,14,24,.9) 100%);
    border-radius:18px;
    border:1px solid rgba(255,255,255,.14);
    padding:14px;
    backdrop-filter:blur(10px);
    box-shadow:0 18px 34px rgba(2,6,16,.34);
    transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }
  .sdc-gamer-card:hover{
    transform:translateY(-6px);
    border-color:rgba(255,83,98,.46);
    box-shadow:0 24px 44px rgba(177,10,24,.2), 0 0 24px rgba(177,10,24,.18);
  }
  .sdc-gamer-card__media{
    position:relative;
    min-height:170px;
    border-radius:12px;
    background:linear-gradient(180deg, rgba(16,22,34,.86) 0%, rgba(11,16,26,.92) 100%);
    border:1px solid rgba(255,255,255,.12);
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    text-decoration:none;
  }
  .sdc-gamer-card__media img,
  .sdc-gamer-card__media .placeholder-svg{
    width:100%;
    height:100%;
    object-fit:contain;
    transform:translateY(-2px);
    transition:transform .26s ease;
  }
  .sdc-gamer-card:hover .sdc-gamer-card__media img{transform:translateY(-7px)}
  .sdc-gamer-card__title{
    margin-top:10px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    color:#f8fafc;
    text-decoration:none;
    font-size:.93rem;
    font-weight:800;
    line-height:1.3;
    min-height:2.4em;
  }
  .sdc-gamer-card__specs{
    margin-top:7px;
    color:#9aa7bf;
    font-size:.84rem;
    line-height:1.35;
    min-height:2.6em;
  }
  .sdc-gamer-card__price{
    margin-top:10px;
    color:#ff3048;
    font-weight:950;
    font-size:1.25rem;
    line-height:1;
    text-shadow:0 0 10px rgba(255,48,72,.28);
  }
  .sdc-card-price-wrap{margin-top:10px;display:flex;flex-direction:column;gap:4px}
  .sdc-card-price-old{
    color:#9aa7bf;
    font-size:.82rem;
    line-height:1;
    text-decoration:line-through;
    text-decoration-thickness:1px;
    text-decoration-color:rgba(154,167,191,.9);
  }
  .sdc-gamer-card__price.is-sale,
  .sdc-laptops-card__price.is-sale{margin-top:0}
  .sdc-sale-badge{
    position:absolute;
    top:10px;
    left:10px;
    z-index:2;
    min-height:24px;
    padding:0 10px;
    border-radius:999px;
    background:linear-gradient(135deg,#ad001d,#d10f2f);
    color:#fff;
    font-size:.72rem;
    font-weight:900;
    letter-spacing:.04em;
    display:inline-flex;
    align-items:center;
    box-shadow:0 8px 18px rgba(176,0,32,.35);
  }
  .sdc-gamer-card__cta{
    margin-top:12px;
    min-height:40px;
    border-radius:10px;
    background:rgba(8,12,22,.8);
    border:1px solid rgba(255,255,255,.18);
    color:#fff;
    text-decoration:none;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:.82rem;
  }
  .sdc-gamer-showcase__controls{
    position:absolute;
    left:24px;
    right:24px;
    top:50%;
    transform:translateY(-50%);
    pointer-events:none;
    z-index:3;
  }
  .sdc-gamer-arrow{
    width:48px;
    height:48px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.26);
    background:rgba(9,13,24,.62);
    backdrop-filter:blur(8px);
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    pointer-events:auto;
    box-shadow:0 6px 16px rgba(2,8,20,.34);
    transition:background-color .2s ease,border-color .2s ease,transform .2s ease;
    position:absolute;
  }
  .sdc-gamer-arrow--prev{left:0}
  .sdc-gamer-arrow--next{right:0}
  .sdc-gamer-arrow:hover{
    background:rgba(211,27,50,.32);
    border-color:rgba(255,95,114,.58);
    transform:translateY(-1px);
  }
  .sdc-gamer-arrow svg{
    width:16px;
    height:16px;
    stroke:currentColor;
    stroke-width:2;
    fill:none;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .sdc-printers-showcase{
    width:100%;
    max-width:1700px;
    margin:26px auto 40px;
    border-radius:32px;
    overflow:hidden;
    background:linear-gradient(180deg,#fbfcfe 0%,#f5f7fb 100%);
    border:1px solid rgba(148,163,184,.18);
    box-shadow:0 18px 40px rgba(51,45,35,.12);
    padding:28px;
  }
  .sdc-printers-showcase__hero{
    display:block;
    border-radius:22px;
    overflow:hidden;
    border:1px solid rgba(196,0,26,.14);
    margin-bottom:18px;
    background:#fff;
  }
  .sdc-printers-showcase__hero img{
    width:100%;
    height:auto;
    display:block;
    object-fit:cover;
  }
  .sdc-printers-showcase__viewport{
    position:relative;
    display:flex;
    align-items:center;
    gap:12px;
  }
  .sdc-printers-showcase__track{
    display:flex;
    gap:14px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    padding:2px;
    scrollbar-width:none;
    width:100%;
  }
  .sdc-printers-showcase__track::-webkit-scrollbar{display:none}
  .sdc-printers-arrow{
    width:46px;
    height:46px;
    border-radius:999px;
    border:1px solid rgba(15,23,42,.12);
    background:rgba(9,13,24,.72);
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    cursor:pointer;
    box-shadow:0 10px 18px rgba(2,8,20,.18);
    transition:transform .2s ease, background-color .2s ease, opacity .2s ease;
  }
  .sdc-printers-arrow:hover{
    transform:translateY(-1px);
    background:#b60018;
  }
  .sdc-printers-arrow svg{
    width:16px;
    height:16px;
    stroke:currentColor;
    stroke-width:2;
    fill:none;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .sdc-printer-card{
    scroll-snap-align:start;
    flex:0 0 calc((100% - 56px) / 5);
    background:linear-gradient(180deg,#2b2f39 0%, #2a2e38 100%);
    border-radius:20px;
    border:1px solid rgba(255,255,255,.08);
    padding:14px;
    box-shadow:0 18px 34px rgba(15,23,42,.16);
    transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    display:flex;
    flex-direction:column;
    scroll-snap-align:start;
  }
  .sdc-printer-card:hover{
    transform:translateY(-6px);
    border-color:rgba(255,255,255,.14);
    box-shadow:0 24px 44px rgba(15,23,42,.22);
  }
  .sdc-printer-card__media{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:190px;
    height:190px;
    border-radius:14px;
    background:#fff;
    border:1px solid rgba(255,255,255,.08);
    overflow:hidden;
    text-decoration:none;
  }
  .sdc-printer-card__media img,
  .sdc-printer-card__media svg.placeholder-svg{
    width:100%;
    height:100%;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    object-position:center center;
    transform:scale(.92);
    transition:transform .26s ease;
  }
  .sdc-printer-card:hover .sdc-printer-card__media img,
  .sdc-printer-card:hover .sdc-printer-card__media svg.placeholder-svg{
    transform:scale(.96);
  }
  .sdc-printer-card__title{
    margin-top:10px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    color:#f8fafc;
    text-decoration:none;
    font-size:.93rem;
    font-weight:800;
    line-height:1.3;
    min-height:2.4em;
  }
  .sdc-printer-card__price{
    margin-top:10px;
    color:#ff3048;
    font-weight:950;
    font-size:1.25rem;
    line-height:1;
    text-shadow:0 0 10px rgba(255,48,72,.28);
  }
  .sdc-printer-card__specs{
    margin-top:7px;
    color:#9aa7bf;
    font-size:.84rem;
    line-height:1.35;
    min-height:2.6em;
  }
  .sdc-printer-card__cta{
    margin-top:12px;
    min-height:40px;
    border-radius:10px;
    background:rgba(8,12,22,.8);
    border:1px solid rgba(255,255,255,.18);
    color:#fff;
    text-decoration:none;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:.82rem;
  }
  .sdc-printer-card--empty{
    align-items:center;
    justify-content:center;
    min-height:260px;
  }
  .sdc-printer-card--empty .sdc-printer-card__title{
    padding:24px;
    text-align:center;
  }

  .sdc-home-promotions-strip{
    width:100%;
    max-width:1700px;
    margin:-18px auto 34px;
    padding:34px 30px;
    border-radius:28px;
    background:
      radial-gradient(circle at 8% 18%, rgba(196,0,26,.18), transparent 30%),
      radial-gradient(circle at 92% 12%, rgba(255,48,72,.16), transparent 24%),
      linear-gradient(135deg,#fff 0%,#fff1f3 44%,#f8fafc 100%);
    border:1px solid rgba(196,0,26,.22);
    box-shadow:0 22px 50px rgba(15,23,42,.12);
    position:relative;
    overflow:hidden;
    isolation:isolate;
  }
  .sdc-home-promotions-strip::before{
    content:"";
    position:absolute;
    inset:-1px;
    background:linear-gradient(110deg, transparent 0%, rgba(255,255,255,.68) 44%, transparent 58%);
    transform:translateX(-120%);
    animation:sdcPromoShine 5s ease-in-out infinite;
    pointer-events:none;
    z-index:-1;
  }
  .sdc-home-promotions-strip::after{
    content:"";
    position:absolute;
    right:30px;
    top:24px;
    width:92px;
    height:92px;
    border-radius:999px;
    background:rgba(196,0,26,.08);
    box-shadow:0 0 0 18px rgba(196,0,26,.045);
    pointer-events:none;
    z-index:-1;
  }
  @keyframes sdcPromoShine{
    0%, 46%{transform:translateX(-120%)}
    72%, 100%{transform:translateX(120%)}
  }
  @keyframes sdcPromoCardPulse{
    0%{
      transform:translateY(0) scale(1);
      box-shadow:0 14px 30px rgba(15,23,42,.08);
      border-color:rgba(148,163,184,.16);
    }
    45%{
      transform:translateY(-5px) scale(1.06);
      box-shadow:0 26px 48px rgba(196,0,26,.22);
      border-color:rgba(196,0,26,.34);
    }
    100%{
      transform:translateY(0) scale(1);
      box-shadow:0 14px 30px rgba(15,23,42,.08);
      border-color:rgba(148,163,184,.16);
    }
  }
  .sdc-home-promotions-strip__header{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:18px;
    margin-bottom:22px;
  }
  .sdc-home-promotions-strip__eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    width:max-content;
    max-width:100%;
    padding:8px 12px;
    border-radius:999px;
    background:#b60018;
    color:#fff;
    font-size:.76rem;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
    box-shadow:0 12px 24px rgba(182,0,24,.20);
  }
  .sdc-home-promotions-strip__eyebrow::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:999px;
    background:#fff;
    box-shadow:0 0 0 5px rgba(255,255,255,.22);
  }
  .sdc-home-promotions-strip__header h2{
    margin:8px 0 0;
    color:#081226;
    font-size:clamp(1.7rem,2.4vw,2.65rem);
    line-height:1;
    font-weight:950;
  }
  .sdc-home-promotions-strip__header p{
    margin:8px 0 0;
    color:#59677c;
    font-size:.98rem;
    font-weight:700;
    line-height:1.35;
  }
  .sdc-home-promotions-strip__link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 18px;
    border-radius:999px;
    background:#b60018;
    color:#fff;
    text-decoration:none;
    font-weight:900;
    box-shadow:0 16px 30px rgba(182,0,24,.24);
    transition:transform .2s ease, background-color .2s ease, box-shadow .2s ease;
  }
  .sdc-home-promotions-strip__link::after{
    content:"→";
    margin-left:8px;
    transition:transform .2s ease;
  }
  .sdc-home-promotions-strip__link:hover{
    transform:translateY(-2px);
    background:#970014;
    box-shadow:0 18px 30px rgba(182,0,24,.24);
  }
  .sdc-home-promotions-strip__link:hover::after{transform:translateX(3px)}
  .sdc-home-promotions-strip__grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
  }
  .sdc-home-promo-card{
    display:grid;
    grid-template-columns:104px minmax(0,1fr);
    align-items:center;
    gap:16px;
    min-height:136px;
    padding:16px;
    border-radius:24px;
    background:rgba(255,255,255,.88);
    border:1px solid rgba(148,163,184,.16);
    text-decoration:none;
    color:#0b1426;
    box-shadow:0 14px 30px rgba(15,23,42,.08);
    position:relative;
    overflow:hidden;
    will-change:transform;
    transition:box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
    animation:sdcPromoCardPulse 1.65s ease-in-out infinite;
    animation-delay:var(--sdc-promo-delay, 0s);
  }
  .sdc-home-promo-card::after{
    content:"Ver oferta";
    position:absolute;
    right:12px;
    bottom:12px;
    padding:6px 10px;
    border-radius:999px;
    background:#081226;
    color:#fff;
    font-size:.7rem;
    font-weight:900;
    opacity:0;
    transform:translateY(8px);
    transition:opacity .22s ease, transform .22s ease;
  }
  .sdc-home-promo-card:hover{
    transform:translateY(-6px) scale(1.01);
    border-color:rgba(196,0,26,.32);
    background:#fff;
    box-shadow:0 22px 42px rgba(15,23,42,.14);
  }
  .sdc-home-promo-card:hover::after{
    opacity:1;
    transform:translateY(0);
  }
  .sdc-home-promo-card__media{
    width:104px;
    height:104px;
    border-radius:20px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    border:1px solid rgba(226,232,240,.9);
  }
  .sdc-home-promo-card__media img,
  .sdc-home-promo-card__media .placeholder-svg{
    width:100%;
    height:100%;
    object-fit:contain;
    transform:scale(.9);
    transition:transform .24s ease;
  }
  .sdc-home-promo-card:hover .sdc-home-promo-card__media img,
  .sdc-home-promo-card:hover .sdc-home-promo-card__media .placeholder-svg{
    transform:scale(.98);
  }
  .sdc-home-promo-card__content{
    display:flex;
    min-width:0;
    flex-direction:column;
    gap:5px;
  }
  .sdc-home-promo-card__tag{
    width:max-content;
    max-width:100%;
    padding:5px 9px;
    border-radius:999px;
    background:rgba(196,0,26,.08);
    color:#b60018;
    font-size:.72rem;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.05em;
  }
  .sdc-home-promo-card strong{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    font-size:.98rem;
    line-height:1.2;
    font-weight:950;
  }
  .sdc-home-promo-card__price{
    color:#b60018;
    font-size:1.08rem;
    line-height:1;
    font-weight:950;
  }

  .sdc-laptops-showcase{
    width:100%;
    max-width:1700px;
    margin:26px auto 40px;
    border-radius:32px;
    overflow:visible;
    background:linear-gradient(180deg,#fbfcfe 0%,#f5f7fb 100%);
    box-shadow:0 20px 40px rgba(51,45,35,.15);
    border:1px solid rgba(148,163,184,.18);
    padding:40px;
    position:relative;
  }
  .sdc-laptops-showcase__hero{
    min-height:420px;
    border-radius:20px;
    padding:0;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#0b0d14;
    border:1px solid rgba(255,255,255,.1);
  }
  .sdc-laptops-showcase__hero img{
    width:100%;
    height:420px;
    display:block;
    object-fit:cover;
    object-position:center;
  }
  .sdc-monitor-promo-panel{
    min-height:180px;
    border-radius:24px;
    background:
      radial-gradient(circle at 88% 18%, rgba(255,255,255,.42) 0 9%, transparent 28%),
      radial-gradient(circle at 16% 90%, rgba(255,255,255,.36) 0 8%, transparent 26%),
      linear-gradient(135deg,#fff 0%,#fff5f2 36%,#f6d6d0 100%);
    border:1px solid rgba(196,0,26,.18);
    box-shadow:0 22px 48px rgba(130,20,28,.12);
    overflow:hidden;
    position:relative;
    isolation:isolate;
  }
  .sdc-monitor-promo-panel::before{
    content:"";
    position:absolute;
    inset:18px 22px auto auto;
    width:220px;
    height:120px;
    border-radius:999px;
    background:linear-gradient(135deg,rgba(196,0,26,.16),rgba(196,0,26,.03));
    filter:blur(2px);
    transform:rotate(-10deg);
    z-index:-1;
  }
  .sdc-monitor-promo-panel::after{
    content:"";
    position:absolute;
    right:-60px;
    bottom:-84px;
    width:260px;
    height:180px;
    border-radius:50%;
    background:#c4001a;
    opacity:.12;
    z-index:-1;
  }
  .sdc-monitor-promo-panel__content{
    min-height:180px;
    width:100%;
    padding:28px clamp(22px,4vw,54px);
    display:grid;
    align-content:center;
    justify-items:start;
    gap:8px;
    color:#151923;
    text-decoration:none;
  }
  .sdc-monitor-promo-panel__eyebrow{
    display:inline-flex;
    min-height:30px;
    align-items:center;
    padding:0 12px;
    border-radius:999px;
    background:#c4001a;
    color:#fff;
    font-size:.78rem;
    font-weight:900;
    letter-spacing:.08em;
  }
  .sdc-monitor-promo-panel strong{
    max-width:760px;
    color:#091325;
    font-size:clamp(1.55rem,2.6vw,3rem);
    line-height:1.02;
    font-weight:950;
    letter-spacing:-.04em;
  }
  .sdc-monitor-promo-panel__copy{
    max-width:620px;
    color:#526071;
    font-size:clamp(.96rem,1.1vw,1.08rem);
    font-weight:650;
  }
  .sdc-monitor-promo-panel__cta{
    margin-top:6px;
    display:inline-flex;
    min-height:40px;
    align-items:center;
    padding:0 18px;
    border-radius:999px;
    background:#111827;
    color:#fff;
    font-size:.9rem;
    font-weight:850;
    box-shadow:0 12px 26px rgba(17,24,39,.18);
  }
  .sdc-laptops-showcase__track{
    margin-top:22px;
    display:flex;
    gap:14px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    padding:6px 2px 10px;
    scrollbar-width:none;
    position:relative;
    z-index:2;
  }
  .sdc-laptops-showcase__track::-webkit-scrollbar{display:none}
  .sdc-laptops-showcase__controls{
    position:absolute;
    left:24px;
    right:24px;
    top:50%;
    transform:translateY(-50%);
    pointer-events:none;
    z-index:3;
  }
  .sdc-laptops-arrow{
    width:48px;
    height:48px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.26);
    background:rgba(9,13,24,.62);
    backdrop-filter:blur(8px);
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    pointer-events:auto;
    box-shadow:0 6px 16px rgba(2,8,20,.34);
    transition:background-color .2s ease,border-color .2s ease,transform .2s ease;
    position:absolute;
  }
  .sdc-laptops-arrow--prev{left:0}
  .sdc-laptops-arrow--next{right:0}
  .sdc-laptops-arrow:hover{
    background:rgba(211,27,50,.32);
    border-color:rgba(255,95,114,.58);
    transform:translateY(-1px);
  }
  .sdc-laptops-arrow svg{
    width:16px;
    height:16px;
    stroke:currentColor;
    stroke-width:2;
    fill:none;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .sdc-laptops-card{
    position:relative;
    scroll-snap-align:start;
    flex:0 0 calc((100% - 56px) / 5);
    background:linear-gradient(180deg, rgba(19,24,38,.76) 0%, rgba(10,14,24,.9) 100%);
    border-radius:18px;
    border:1px solid rgba(255,255,255,.14);
    padding:14px;
    backdrop-filter:blur(10px);
    box-shadow:0 18px 34px rgba(2,6,16,.34);
    transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }
  .sdc-laptops-card:hover{
    transform:translateY(-6px);
    border-color:rgba(255,83,98,.46);
    box-shadow:0 24px 44px rgba(177,10,24,.2), 0 0 24px rgba(177,10,24,.18);
  }
  .sdc-laptops-card__media{
    position:relative;
    min-height:170px;
    border-radius:12px;
    background:linear-gradient(180deg, rgba(16,22,34,.86) 0%, rgba(11,16,26,.92) 100%);
    border:1px solid rgba(255,255,255,.12);
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    text-decoration:none;
  }
  .sdc-laptops-card__media img,
  .sdc-laptops-card__media .placeholder-svg{
    width:100%;
    height:100%;
    object-fit:contain;
    transform:translateY(-2px);
    transition:transform .26s ease;
  }
  .sdc-laptops-card:hover .sdc-laptops-card__media img{transform:translateY(-7px)}
  .sdc-laptops-card__title{
    margin-top:10px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    color:#f8fafc;
    text-decoration:none;
    font-size:.93rem;
    font-weight:800;
    line-height:1.3;
    min-height:2.4em;
  }
  .sdc-laptops-card__price{
    margin-top:10px;
    color:#ff3048;
    font-weight:950;
    font-size:1.25rem;
    line-height:1;
    text-shadow:0 0 10px rgba(255,48,72,.28);
  }
  .sdc-laptops-card__specs{
    margin-top:7px;
    color:#9aa7bf;
    font-size:.84rem;
    line-height:1.35;
    min-height:2.6em;
  }
  .sdc-laptops-card__cta{
    margin-top:12px;
    min-height:40px;
    border-radius:10px;
    background:rgba(8,12,22,.8);
    border:1px solid rgba(255,255,255,.18);
    color:#fff;
    text-decoration:none;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:.82rem;
  }
  .sdc-laptops-dots{
    margin-top:14px;
    display:flex;
    justify-content:center;
    gap:10px;
  }
  .sdc-laptops-dots span{
    width:72px;
    height:6px;
    border-radius:999px;
    background:rgba(255,255,255,.18);
  }
  .sdc-laptops-dots span.is-active{
    background:#ff3a4f;
    box-shadow:0 0 16px rgba(255,58,79,.45);
  }

  @media (max-width:1200px){
    .sdc-home-hero__content{grid-template-columns:1fr;padding:24px 20px 20px}
    .hero-visual{position:relative;width:100%;min-height:360px;top:auto;right:auto;bottom:auto}
    .sdc-home-hero__right{min-height:360px}
    .hero-tech-visual{width:100%;min-height:360px;position:relative}
    .hero-tech-ring{display:none}
    .hero-tech-base{display:none}
    .hero-tech-visual::before{background-position:center; background-size:clamp(260px, 68vw, 620px) auto; opacity:.15}
    .sdc-hero-points{grid-template-columns:repeat(2,minmax(0,1fr))}
    .sdc-home-brands,.sdc-home-categories{width:min(98%,1700px)}
    .sdc-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
    .sdc-gamer-showcase{margin:30px 16px}
    .sdc-gamer-showcase__hero{height:320px}
    .sdc-gamer-showcase__hero img{height:100%}
    .sdc-gamer-card{flex-basis:calc((100% - 28px) / 3)}
    .sdc-gamer-showcase__controls{left:20px;right:20px}
    .sdc-laptops-showcase{margin:24px 16px 36px;padding:28px}
    .sdc-laptops-showcase__hero{min-height:320px}
    .sdc-monitor-promo-panel{min-height:190px}
    .sdc-monitor-promo-panel__content{min-height:190px}
    .sdc-laptops-showcase__hero img{height:320px}
    .sdc-laptops-card{flex-basis:calc((100% - 28px) / 3)}
    .sdc-laptops-card{flex-basis:calc((100% - 28px) / 3)}
    .sdc-laptops-showcase__controls{top:50%;left:20px;right:20px}
    .sdc-printers-showcase{margin:24px 16px 36px;padding:22px}
    .sdc-printer-card{flex-basis:calc((100% - 28px) / 3)}
    .sdc-home-promotions-strip{margin:-14px 16px 32px;padding:20px}
    .sdc-home-promotions-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  }
  @media (max-width:720px){
    .sdc-home-hero{border-radius:14px}
    .sdc-home-hero__content{padding:18px 14px}
    .hero-visual{position:relative;width:100%;min-height:260px}
    .sdc-home-hero__right{min-height:260px}
    .hero-tech-visual{width:100%;min-height:260px;position:relative}
    .hero-tech-ring{display:none}
    .hero-tech-base{display:none}
    .hero-tech-visual::before{background-position:center; background-size:clamp(240px, 76vw, 520px) auto; opacity:.14}
    .sdc-hero-cta{flex-direction:column}
    .sdc-hero-points{grid-template-columns:1fr}
    .sdc-home-brands,.sdc-home-categories{width:min(96%,1700px)}
    .sdc-brand-carousel{padding:0}
    .sdc-brand-arrow{display:none}
    .sdc-brand-card{flex:0 0 72vw;min-height:118px;padding:12px}
    .sdc-brand-card img{max-width:74%;max-height:46px}
    .sdc-brand-card[data-brand-key="apple"] img{max-width:38%;max-height:62px}
    .sdc-brand-card[data-brand-key="microsoft"] img{max-width:76%;max-height:48px}
    .sdc-brand-card[data-brand-key="acer"] img,
    .sdc-brand-card[data-brand-key="aser"] img{max-width:76%;max-height:48px}
    .sdc-brand-card[data-brand-key="asus"] img{max-width:76%;max-height:48px}
    .sdc-brand-card[data-brand-key="lenovo"] img{max-width:72%;max-height:46px}
    .sdc-brand-card[data-brand-key="dynabook"] img{max-width:74%;max-height:46px}
    .sdc-brand-card[data-brand-key="epson"] img{max-width:80%;max-height:50px}
    .sdc-brand-card[data-brand-key="fortinet"] img{max-width:78%;max-height:48px}
    .sdc-brand-card[data-brand-key="dell"] img{max-width:48%;max-height:54px}
    .sdc-brand-card[data-brand-key="dahua"] img{max-width:78%;max-height:48px}
    .sdc-brand-card[data-brand-key="nexxt"] img{max-width:76%;max-height:46px}
    .sdc-brand-card[data-brand-key="samsung"] img{max-width:76%;max-height:48px}
    .sdc-brand-card[data-brand-key="sophos"] img{max-width:76%;max-height:48px}
    .sdc-brand-card[data-brand-key="logitech"] img,
    .sdc-brand-card[data-brand-key="sk-hynix"] img,
    .sdc-brand-card[data-brand-key="x-micro"] img{max-width:76%;max-height:48px}
    .sdc-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;gap:12px}
    .sdc-category-grid a{min-height:154px;padding:12px 10px}
    .sdc-category-grid i{width:30px;height:30px}
    .sdc-home-hero{min-height:auto}
    .sdc-gamer-showcase{margin:26px 10px;padding:12px;border-radius:18px}
    .sdc-gamer-showcase__hero{
      height:220px;
      border-radius:14px;
    }
    .sdc-gamer-showcase__hero img{height:100%}
    .sdc-gamer-showcase__track{gap:10px;margin-top:12px}
    .sdc-gamer-card{flex-basis:74vw}
    .sdc-gamer-showcase__controls{left:16px;right:16px}
    .sdc-gamer-arrow{width:44px;height:44px}
    .sdc-laptops-showcase{margin:18px 10px 28px;padding:16px;border-radius:22px}
    .sdc-laptops-showcase__hero{min-height:220px;border-radius:14px}
    .sdc-monitor-promo-panel{min-height:210px;border-radius:18px}
    .sdc-monitor-promo-panel__content{min-height:210px;padding:22px 18px}
    .sdc-laptops-showcase__hero img{height:220px}
    .sdc-laptops-showcase__track{gap:10px;margin-top:12px}
    .sdc-laptops-card{flex-basis:74vw}
    .sdc-laptops-showcase__controls{top:50%;left:16px;right:16px}
    .sdc-laptops-arrow{width:44px;height:44px}
    .sdc-laptops-arrow--prev{left:0}
    .sdc-laptops-arrow--next{right:0}
    .sdc-laptops-dots span{width:42px}
    .sdc-printers-showcase{margin:18px 10px 28px;padding:16px;border-radius:22px}
    .sdc-printers-showcase__head{display:block}
    .sdc-printers-showcase__all{margin-top:12px;min-height:40px}
    .sdc-printers-showcase__track{gap:10px}
    .sdc-printer-card{flex-basis:74vw}
    .sdc-printers-arrow{width:44px;height:44px}
    .sdc-home-promotions-strip{
      margin:-10px 10px 26px;
      padding:20px 16px;
      border-radius:22px;
    }
    .sdc-home-promotions-strip::after{
      right:-18px;
      top:-18px;
    }
    .sdc-home-promotions-strip__header{
      align-items:flex-start;
      flex-direction:column;
      gap:12px;
      margin-bottom:14px;
    }
    .sdc-home-promotions-strip__header h2{
      font-size:1.7rem;
    }
    .sdc-home-promotions-strip__header p{
      font-size:.9rem;
    }
    .sdc-home-promotions-strip__link{min-height:40px;padding:0 16px}
    .sdc-home-promotions-strip__grid{
      display:flex;
      gap:12px;
      overflow-x:auto;
      scroll-snap-type:x mandatory;
      padding-bottom:4px;
      scrollbar-width:none;
    }
    .sdc-home-promotions-strip__grid::-webkit-scrollbar{display:none}
    .sdc-home-promo-card{
      min-width:292px;
      scroll-snap-align:start;
      grid-template-columns:86px minmax(0,1fr);
      min-height:118px;
      padding:14px;
    }
    .sdc-home-promo-card::after{display:none}
    .sdc-home-promo-card__media{
      width:86px;
      height:86px;
    }
  }
  @media (prefers-reduced-motion: reduce){
    .sdc-home-promotions-strip::before{
      animation:none;
    }
    .sdc-category-grid a,
    .sdc-category-grid i{
      animation:none;
    }
  }
/* END_SECTION:sdc-home-premium-v2 */
