@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,900&display=swap');

@font-face {
    font-family: 'Gazzetta';
    src: url('SuperPet/landing/cyberwow2026/Gazzetta-Regular.otf?$staticlink$') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.cyber-main .container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.cyber-main .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px
}

.cyber-main .col-lg-4,
.cyber-main .col-lg-5 {
    position: relative;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px
}

@media (min-width:992px) {
    .cyber-main .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .cyber-main .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
}

.cyber-main .px-3 {
    padding-right: 16px !important;
    padding-left: 16px !important
}

.cyber-main .pb-3 {
    padding-bottom: 16px !important
}

.cyber-main .pt-5 {
    padding-top: 48px !important
}

.cyber-main .mt-4 {
    margin-top: 24px !important
}

.cyber-main .mt-5 {
    margin-top: 48px !important
}

.cyber-main .w-100 {
    width: 100% !important
}

.cyber-main .text-center {
    text-align: center !important
}

.cyber-main .text-left {
    text-align: left !important
}

.cyber-main .d-none {
    display: none !important
}

.cyber-main .d-block {
    display: block !important
}

@media (min-width:768px) {
    .cyber-main .d-md-block {
        display: block !important
    }
}

    .cyber-main {
      --sz-blue:     #361066;
      --sz-blue-dk:  #0047c4;
      --sz-blue-mid: #2275ff;
      --sz-purple:   #1a05a9;
      --sz-purple-dk:#420d88;
      --sz-red:      #e21600;
      --sz-red-dk:   #cc0028;
      --sz-yellow:   #fffdff;
      --sz-yellow-dk:#e0dfe0;
      --sz-white:    #fffdff;
      --sz-offwhite: #f0f2f8;
      --sz-text:     #0d1a3a;
      --sz-muted:    #556080;	
    }

    .cyber-main *, .cyber-main *::before, .cyber-main *::after { box-sizing: border-box; margin: 0; padding: 0; }

    .cyber-main {
      font-family: 'Montserrat', sans-serif !important;
      background: var(--sz-offwhite);
      color: var(--sz-text) !important;
      overflow-x: hidden;
    }

    .cyber-main h2 {
    font-family: 'Montserrat', sans-serif !important;
    }
    

        .cyber-main .container-fluid {
      max-width: 1320px;
      padding-left: 12px;
      padding-right: 12px;
    }
    @media (max-width: 575px) {
      .cyber-main .container-fluid { padding-left: 10px; padding-right: 10px; }}
        .cyber-main .sz-hero {
      background:  linear-gradient(135deg, #361066 0%,  #1805aa 100%);
      position: relative;
      overflow: hidden;
      padding: 0;
      min-height: 520px;
      display: flex; align-items: stretch;
    }
    /* formas decorativas */
    .cyber-main .sz-hero-blob2 {
      position: absolute; width: 350px; height: 350px;
      background: var(--sz-blue-mid); border-radius: 50%;
      bottom: -160px; left: -80px; opacity: 0.25;
      pointer-events: none;
    }
    .cyber-main .sz-hero-blob3 {
      position: absolute; width: 200px; height: 200px;
      background: var(--sz-yellow); border-radius: 50%;
      top: 30px; left: 38%; opacity: 0.07;
      pointer-events: none;
    }
    /* diagonal red slice */
    .cyber-main .sz-hero-slice {
      position: absolute;
      right: 0; top: 0; bottom: 0;
      width: 42%;
      opacity: 0.18;
      pointer-events: none;
    }

    .cyber-main .sz-hero .container-fluid { position: relative; z-index: 2; padding-top: 56px; padding-bottom: 0px; display: flex; align-items: stretch; max-width: 1440px; margin-left: auto; margin-right: auto; }
    .cyber-main .sz-hero .container-fluid > .row { align-items: stretch !important; width: 100%; margin: 0; }
    .cyber-main .sz-hero .container-fluid > .row > .col-lg-5 { display: flex; flex-direction: column; justify-content: center; padding-bottom: 24px; }
	  .cyber-main .sz-hero .container-fluid > .row > .col-lg-4 { display: flex; flex-direction: column; justify-content: center; padding-bottom: 24px; }

    .cyber-main .sz-hero-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--sz-red);
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 6px 16px;
      border-radius: 20px;
      margin-bottom: 18px;
      width: 250px;
    }
    .cyber-main .sz-hero-label::before {
      content: ''; width: 7px; height: 7px;
      background: #fff; border-radius: 50%;
      animation: blink 1s infinite;
    }
    @keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.2} }

    .sz-hero-title {
      font-family: 'Montserrat', sans-serif !important;
    }

    .cyber-main .sz-hero-title {
      font-size: clamp(42px, 2.5vw, 78px);
      font-weight: 900;
      line-height: 0.92;
      color: #fff;
      letter-spacing: -2px;
      margin-bottom: 10px;
      text-transform: uppercase;
    }
    .cyber-main .sz-hero-title .line-yellow { color: var(--sz-yellow); }
    .cyber-main .sz-hero-title .line-outline {
      -webkit-text-stroke: 3px #fff;
      color: transparent;
    }

    .cyber-main .sz-hero-date {
      font-size: 15px; font-weight: 700;
      color: rgba(255,255,255,0.65);
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-bottom: 18px;
    }
    .cyber-main .sz-hero-date span {
      background: rgba(255,255,255,0.12);
      padding: 4px 12px; border-radius: 6px;
      color: rgba(255,255,255,0.9);
    }

    .cyber-main .sz-btn-yellow {
      background: var(--sz-red); color: #fff;
      font-weight: 900; font-size: 15px;
      padding: 15px 32px; border-radius: 50px;
      border: none; cursor: pointer;
      text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
      box-shadow: 0 6px 28px rgba(0,94,242,0.35);
      transition: transform .15s, box-shadow .15s;
      letter-spacing: 0.01em;
    }
    .cyber-main .sz-btn-yellow:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(255,214,0,0.55); color: #fff; }
	  
	  .cyber-main .cyber70 {
    width: 100%;
    max-width: 220px;
    }

        @media (max-width: 1144px) {
      .cyber-main .sz-hero { min-height: 0; }
      .cyber-main .sz-hero .container-fluid {
        padding-top: 28px;
        padding-bottom: 0;
        align-items: flex-end;
      }
      .cyber-main .sz-hero .container-fluid > .row {
        align-items: flex-end !important;
        flex-wrap: nowrap;
      }
      .cyber-main .sz-hero .container-fluid > .row > .col-lg-4 {
        flex: 0 0 58%;
        max-width: 58%;
      }
      .cyber-main .sz-hero .container-fluid > .row > .col-lg-5 {
        flex: 0 0 42%;
        max-width: 42%;
        padding-bottom: 16px;
        justify-content: flex-end;
      }

      .cyber-main .sz-hero-label {
        font-size: 11px;
        padding: 4px 12px;
        margin-bottom: 10px;
        width: 220px;
      }
      .cyber-main .sz-hero-title { letter-spacing: -1px; margin-bottom: 8px; }
      .cyber-main .sz-hero-title img { width: 200px !important; padding-bottom: 6px !important; }
      .cyber-main .sz-hero-date { font-size: 12px; margin-bottom: 18px; }
      .cyber-main .sz-btn-yellow { font-size: 13px; padding: 12px 22px; }}

        @media (min-width: 768px) and (max-width: 991px) {
      .cyber-main .sz-hero .container-fluid { padding-top: 40px; }
      .cyber-main .sz-hero-label {
        font-size: 13px;
        padding: 5px 14px;
        margin-bottom: 14px;
        width: 240px;
      }
      .cyber-main .sz-hero-title { margin-bottom: 12px; }
      .cyber-main .sz-hero-title img { width: 280px !important; padding-bottom: 8px !important; }
      .cyber-main .sz-hero-date { font-size: 14px; margin-bottom: 22px; }
      .cyber-main .sz-btn-yellow { font-size: 14px; padding: 13px 26px; }
      .cyber-main .cyber70 { max-width: 160px; }
		
		.cyber-main .sz-pw-logo img {
    display: block;
    width: 190px !important;
    height: auto;
}
		
		.cyber-main .sz-pw-bignum {
    font-size: 72px !important;
    font-weight: 900;
    color: var(--sz-yellow);
    line-height: 1;
}
		
		.cyber-main .sz-pw-title {
    font-size: 26px !important;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0px;
}
		.cyber-main .sz-pw-sub {
    font-size: 15px !important;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 10px;
}}

    @media (max-width: 575px) {
      .cyber-main .sz-hero .container-fluid { padding-top: 20px; }
      .cyber-main .sz-hero-title img { width: 170px !important; }
      .cyber-main .sz-hero-date { font-size: 11px; }
      /* Ocultar trusts menos relevantes en pantallas muy pequeñas */
		
		.cyber-main .cyber70 {
			width: 100%;
            max-width: 140px !important;
            align-self: center !important;
			}
		
		    .cyber-main .sz-hero-label {
        font-size: 11px;
        padding: 4px 12px;
        margin-bottom: 10px;
        width: 195px;
    }}

        .cyber-main .sz-cblock {
      background: var(--sz-red);
      border-radius: 10px;
      padding: 14px 10px 10px;
      text-align: center; min-width: 62px;
      flex: 1;
    }
    .cyber-main .sz-cblock-num {
      font-size: 36px; font-weight: 900; color: #fff;
      line-height: 1; font-variant-numeric: tabular-nums;
      display: block;
    }
    .cyber-main .sz-cblock-lbl {
      font-size: 9px; color: rgba(255,255,255,0.65);
      font-weight: 700; letter-spacing: 0.1em;
      text-transform: uppercase; margin-top: 4px;
      display: block;
    }
    .cyber-main .sz-csep {
      font-size: 30px; font-weight: 900;
      color: var(--sz-yellow); padding: 10px 2px 0;
    }

        .cyber-main .sz-ticker {
      background: var(--sz-red);
      padding: 10px 0;
      overflow: hidden;
      position: relative;
    }
    .cyber-main .sz-ticker-inner {
      display: flex; align-items: center;
      gap: 0; white-space: nowrap;
      animation: tickerScroll 28s linear infinite;
    }
    @keyframes tickerScroll {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    .cyber-main .sz-ticker-item {
      display: inline-flex; align-items: center; gap: 10px;
      padding: 0 28px;
      font-size: 12px; font-weight: 700;
      color: rgba(255,255,255,0.9);
      letter-spacing: 0.06em; text-transform: uppercase;
    }
    .cyber-main .sz-ticker-item span {
      color: var(--sz-yellow);
    }
    .cyber-main .sz-ticker-dot {
      width: 5px; height: 5px;
      background: rgba(255,255,255,0.4);
      border-radius: 50%; display: inline-block;
    }
    @media (max-width: 767px) {
      .cyber-main .sz-ticker-inner { animation-duration: 12s; }
      .cyber-main .sz-ticker-item { padding: 0 18px; font-size: 11px; }}

        .cyber-main .sz-counter-bar {
      background: linear-gradient(135deg, #361066 0%,  #1805aa 100%);
      border-top: 1px solid rgba(255,255,255,0.08);
      border-bottom: 1px solid rgba(0,0,0,0.2);
      padding: 0;
      position: sticky;
      top: 0;
      z-index: 99;
      box-shadow: 0 4px 20px rgba(0,0,0,0.3);
      overflow: hidden;
    }
    .cyber-main .sz-counter-bar .container-fluid {
      display: flex;
      align-items: center;
      justify-content: end;
      gap: 12px;
      height: 58px;
    }
    .cyber-main .sz-cb-left {
      display: flex; align-items: center; gap: 8px;
      flex-shrink: 0;
    }
    .cyber-main .sz-cb-live {
      width: 8px; height: 8px; border-radius: 50%;
      background: var(--sz-red);
      box-shadow: 0 0 8px var(--sz-red);
      animation: blink 1s infinite; flex-shrink: 0;
    }
    .cyber-main .sz-cb-label {
      font-size: 13px; font-weight: 700;
      color: rgba(255,255,255,0.85);
      letter-spacing: 0.01em; white-space: nowrap;
    }
    .cyber-main .sz-cb-right {
      display: flex; align-items: center; gap: 5px;
      flex-shrink: 0;
    }
    /* bloques contador en la barra */
    .cyber-main .sz-counter-bar .sz-cblock {
      background: rgba(255,255,255,0.15);
      border: 1px solid rgba(255,255,255,0.22);
      border-radius: 7px;
      padding: 5px 9px 4px;
      text-align: center; min-width: 46px;
    }
    .cyber-main .sz-counter-bar .sz-cblock-num {
      font-size: 20px; font-weight: 900; color: #fff;
      line-height: 1; font-variant-numeric: tabular-nums;
      display: block;
    }
    .cyber-main .sz-counter-bar .sz-cblock-lbl {
      font-size: 7px; color: rgba(255,255,255,0.6);
      font-weight: 700; letter-spacing: 0.1em;
      text-transform: uppercase; margin-top: 2px;
      display: block;
    }
    .cyber-main .sz-counter-bar .sz-csep {
      font-size: 18px; font-weight: 900;
      color: rgba(255,255,255,0.9); padding: 0 1px;
      flex-shrink: 0;
    }
        @media (max-width: 767px) {
      .cyber-main .sz-counter-bar .container-fluid {
        height: auto;
        padding-top: 9px;
        padding-bottom: 9px;
        justify-content: center;
        gap: 8px;
        flex-wrap: nowrap;
      }
      .cyber-main .sz-cb-label { font-size: 11px; }
      .cyber-main .sz-cb-live { width: 7px; height: 7px; }
      .cyber-main .sz-counter-bar .sz-cblock {
        min-width: 36px;
        padding: 4px 6px 3px;
        border-radius: 6px;
      }
      .cyber-main .sz-counter-bar .sz-cblock-num { font-size: 16px; }
      .cyber-main .sz-counter-bar .sz-cblock-lbl { font-size: 6px; }
      .cyber-main .sz-counter-bar .sz-csep { font-size: 14px; }}
    @media (max-width: 374px) {
      .cyber-main .sz-cb-label { display: none; }
      .cyber-main .sz-cb-live { display: none; }
      .cyber-main .sz-counter-bar .container-fluid { justify-content: center; }}

        .cyber-main .sz-hero-img-wrap {
      position: absolute;
      right: -90px; bottom: 0;
      width: 58%;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      pointer-events: none;
      z-index: 2;
    }
    .cyber-main .sz-hero-img {
      max-width: 100%;
      max-height: 400px;
      object-fit: contain;
      object-position: bottom;
      filter: drop-shadow(0 16px 40px rgba(0,0,0,0.35));
      animation: float 3.5s ease-in-out infinite;
      display: block;
      /* ancla la imagen al bottom: el translateY(-10px) del float
         queda absorbido porque el wrapper ya está pegado al borde */
      transform-origin: bottom center;
		margin-bottom: -10px;
    }
    @media (max-width: 1144px) {
      .cyber-main .sz-hero-img-wrap { width: 55%; opacity: 0.35; }
      .cyber-main .sz-hero-img { max-height: 320px; }}
    @media (min-width: 768px) and (max-width: 991px) {
      .cyber-main .sz-hero-img-wrap { width: 45%; opacity: 0.5; }
      .cyber-main .sz-hero-img { max-height: 360px; }}
    @media (max-width: 575px) {
      .cyber-main .sz-hero-img-wrap { width: 50%; opacity: 0.25; }
      .cyber-main .sz-hero-img { display: none; }}

        .cyber-main .sz-hero-corner-img {
      position: absolute;
      top: 20px; right: 20px;
      width: 95px; height: auto;
      z-index: 3; pointer-events: none;
    }
    @media (max-width: 575px) { .cyber-main .sz-hero-corner-img { width: 64px; top: 12px; right: 12px; }}

        .cyber-main .sz-main { padding: 36px 0 72px; }

        .cyber-main .sz-sec-hd {
      display: flex; align-items: center;
      justify-content: space-between; margin-bottom: 18px; margin-top: 48px;
    }
    .cyber-main .sz-sec-title {
      font-size: 19px; font-weight: 800; color: var(--sz-text);
      display: flex; align-items: center; gap: 10px; margin: 0;
    }
    .cyber-main .sz-sec-title::before {
      content: ''; display: block;
      width: 5px; height: 24px;
      background: linear-gradient(180deg, #361066 0%, #1805aa 100%);
      border-radius: 3px;
    }
    .cyber-main .sz-sec-link {
      font-size: 13px; font-weight: 600; color: var(--sz-purple);
      text-decoration: none; display: flex; align-items: center; gap: 4px;
    }
    .cyber-main .sz-sec-link:hover { text-decoration: underline; }

    
    /* Grid de banners secundarios */
    /* Row de banners chicos (iconos de categoría) */
                .cyber-main .sz-products {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px; margin-bottom: 32px;
    }

        .cyber-main .sz-products-carousel-wrap {
      position: relative;
      margin-bottom: 32px;
    }
    /* Viewport: recorta el contenido desbordado */
    .cyber-main .sz-products-carousel-viewport {
      overflow: hidden;
      width: 100%;
    }
    /* Track: se mueve con transform */
    .cyber-main .sz-products-carousel-wrap .sz-products {
      display: flex;
      overflow: visible;
      gap: 14px;
      margin-bottom: 0;
      will-change: transform;
    }
    .cyber-main .sz-products-carousel-wrap .sz-prod {
      flex: 0 0 calc(25% - 11px);
      min-width: 0;
    }
    .cyber-main .sz-car-dots-wrap {
      display: flex; justify-content: center; gap: 7px;
      margin-top: 18px;
    }
    .cyber-main .sz-car-dot {
      width: 8px; height: 8px; border-radius: 50%;
      background: #ccc; border: none; cursor: pointer;
      padding: 0; transition: background .2s, transform .2s;
    }
    .cyber-main .sz-car-dot.active { background: var(--sz-purple); transform: scale(1.25); }
    .cyber-main .sz-prod {
      background: #fff; border-radius: 13px;
      padding: 16px; border: 1px solid transparent;
      transition: all .2s; cursor: pointer;
      text-decoration: none !important;
      display: flex; flex-direction: column;
      position: relative;
    }
    .cyber-main .sz-prod:hover { border-color: var(--sz-purple); box-shadow: 0 0 0 1px rgba(89,14,177,0.30), 0 8px 24px rgba(89,14,177,0.10), 0 2px 8px rgba(0,0,0,0.06); transform: translateY(-3px); }
    .cyber-main .sz-prod-thumb {
      border-radius: 9px;
      height: 228px;
      display: flex; align-items: center; justify-content: center;
      font-size: 56px; margin-bottom: 13px; position: relative;
      overflow: hidden;
    }
    .cyber-main .sz-prod-off-badge {
      position: absolute; top: 8px; left: 8px;
      background: var(--sz-purple); color: #fff;
      font-size: 11px; font-weight: 800;
      padding: 3px 9px; border-radius: 6px;
    }
    .cyber-main .sz-prod-brand { font-size: 10px; color: var(--sz-muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 3px; }
    .cyber-main .sz-prod-name { font-size: 13px; font-weight: 700; color: var(--sz-text); line-height: 1.3; margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: calc(13px * 1.3 * 2); }
    .cyber-main .sz-prod-pricing { display: flex; align-items: baseline; gap: 7px; flex-wrap: wrap; margin-bottom: 12px; }
    .cyber-main .sz-prod-price { font-size: 19px; font-weight: 900; color: var(--sz-purple); }
    .cyber-main .sz-prod-old { font-size: 12px; color: var(--sz-muted); text-decoration: line-through; }
    .cyber-main .sz-prod-add {
      display: flex; align-items: center; justify-content: center; gap: 6px;
      width: 100%; background: var(--sz-red); color: #fff;
      font-family: 'Montserrat', sans-serif; font-size: 12.5px; font-weight: 700;
      padding: 10px; border-radius: 9px; border: none; cursor: pointer;
      transition: opacity .15s;
      margin-top: auto;
    }
    .cyber-main .sz-prod-add:hover { opacity: 0.88; }

        .cyber-main .sz-promo-wide {
      background:  linear-gradient(135deg, #361066 0%,  #1805aa 100%)
                  ;
      border-radius: 16px; padding: 34px 44px;
      display: flex; align-items: center;
      justify-content: space-between; gap: 24px;
      margin-bottom: 32px; position: relative; overflow: hidden;
    }
    
    .cyber-main .sz-pw-title { font-size: 36px; font-weight: 900; color: #fff; margin-bottom: 0px; }
    .cyber-main .sz-pw-sub { font-size: 20px; color: rgba(255,255,255,0.75); margin-bottom: 10px; }
    .cyber-main .sz-pw-right { position: relative; z-index: 1; text-align: right; flex-shrink: 0; }
    .cyber-main .sz-pw-bignum { font-size: 92px; font-weight: 900; color: var(--sz-yellow); line-height: 1; }
    .cyber-main .sz-pw-off { font-size: 18px; font-weight: 800; color: rgba(255,255,255,0.75); margin-bottom: -10px }
    .cyber-main .sz-pw-logo { position: relative; z-index: 1; flex-shrink: 0; display: flex; align-items: center; }
    .cyber-main .sz-pw-logo img { display: block; width: 300px; height: auto; }

	  
	        @media (max-width: 575px) {}

        @media (max-width: 575px) {}

        .cyber-main .sz-cupon-topbar-v2 {
      background:  linear-gradient(135deg, #361066 0%,  #1805aa 100%);
      border-top: 1px solid rgba(0,94,242,0.3);
      border-bottom: 1px solid rgba(89,14,177,0.3);
      box-shadow: 0 0 28px 4px rgba(0,94,242,0.15), 0 0 48px 8px rgba(89,14,177,0.10);
      padding: 14px 0 26px;
      position: relative;
      overflow: hidden;
		border-radius: 15px;
    }
    /* blob decorativo izquierda — igual que sz-promo-wide::after */
    .cyber-main .sz-cupon-topbar-v2::before {
      content: '';
      position: absolute;
      left: -60px; top: -70px;
      width: 220px; height: 220px;
      
      border-radius: 50%;
      opacity: 0.14;
      pointer-events: none;
    }
    /* blob decorativo derecha */
    .cyber-main .sz-cupon-topbar-v2::after {
      content: '';
      position: absolute;
      right: -40px; bottom: -60px;
      width: 180px; height: 180px;
      
      border-radius: 50%;
      opacity: 0.18;
      pointer-events: none;
    }
    .cyber-main .sz-cupon-topbar-v2 .container-fluid {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 28px;
      flex-wrap: wrap;
      position: relative;
      z-index: 1;
    }
    .cyber-main .sz-ctb2-left {
      display: flex;
      align-items: center;
      gap: 14px;
    }
    .cyber-main .sz-ctb2-badge-wrap {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 2px;
    }
    .cyber-main .sz-ctb2-timer-tag {
      font-size: 14px;
      font-weight: 800;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0.06em;
		margin-bottom: -10px;
		padding-left: 28px;
	
    }
    .cyber-main .sz-ctb2-badge {
      font-size: 72px;
      font-weight: 900;
      color: var(--sz-yellow);
      line-height: 1;
      letter-spacing: -1px;
    }
    .cyber-main .sz-ctb2-divider {
      width: 1.5px;
      height: 32px;
      background: rgba(255,255,255,0.2);
      flex-shrink: 0;
    }
    .cyber-main .sz-ctb2-title {
      font-size: 18px;
      font-weight: 800;
      color: #fff;
      line-height: 1.25;
    }
    .cyber-main .sz-ctb2-sub {
      font-size: 14px;
      color: rgba(255,255,255,1);
      margin-top: 2px;
    }
    .cyber-main .sz-ctb2-pill {
      display: flex;
      align-items: center;
      gap: 12px;
      background: rgba(255,255,255,0.07);
      border: 1.5px dashed rgba(255,255,255,0.35);
      border-radius: 8px;
      padding: 8px 18px;
      position: relative;
      overflow: hidden;
    }
    /* shimmer sobre la pill */
    .cyber-main .sz-ctb2-pill::after {
      content: '';
      position: absolute;
      top: 0; left: -60%;
      width: 50%; height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent);
      animation: ctb2Shimmer 2.8s ease-in-out infinite;
    }
    @keyframes ctb2Shimmer {
      0%   { left: -60%; }
      100% { left: 120%; }
    }
    .cyber-main .sz-ctb2-code-wrap {}
    .cyber-main .sz-ctb2-label {
      font-size: 11px;
      font-weight: 700;
      color: rgba(255,255,255,0.45);
      text-transform: uppercase;
      letter-spacing: 0.12em;
    }
    .cyber-main .sz-ctb2-code {
      font-size: 20px;
      font-weight: 900;
      color: #fff;
      letter-spacing: 0.12em;
      position: relative;
      z-index: 1;
    }
    .cyber-main .sz-ctb2-copy {
      background: none;
      border: none;
      cursor: pointer;
      color: rgba(255,255,255,0.45);
      font-size: 15px;
      padding: 0;
      transition: color .2s, transform .15s;
      position: relative;
      z-index: 1;
      flex-shrink: 0;
      width: 22px;
      height: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
    }
    .cyber-main .sz-ctb2-copy:hover { color: var(--sz-yellow); transform: scale(1.2); }
    .cyber-main .sz-ctb2-copy:focus { outline: none; box-shadow: none; }
    .cyber-main .sz-ctb2-cta {
      display: inline-flex; align-items: center; justify-content: center;
      background: var(--sz-red);
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      font-size: 13px; font-weight: 900;
      padding: 10px 24px;
      border-radius: 50px; border: none; cursor: pointer;
      text-decoration: none !important; white-space: nowrap;
      transition: transform .15s, box-shadow .15s, background .15s;
      box-shadow: 0 3px 14px rgba(0,0,0,0.18);
      flex-shrink: 0;
		text-transform: uppercase;
    }
    .cyber-main .sz-ctb2-cta:hover {
      
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 7px 22px rgba(0,0,0,0.22);
    }
    .cyber-main .sz-ctb2-legal {
      position: absolute;
      right: 24px;
      bottom: -19px;
      font-size: 11px;
      font-weight: 500;
      color: rgba(255,255,255,0.8);
      letter-spacing: 0.01em;
      z-index: 1;
      pointer-events: none;
    }
    @media (max-width: 575px) {
      .cyber-main .sz-cupon-topbar-v2 { padding-bottom: 14px; }
      .cyber-main .sz-cupon-topbar-v2 .container-fluid { gap: 14px; justify-content: center; }
      .cyber-main .sz-ctb2-badge { font-size: 36px; }
      .cyber-main .sz-ctb2-title { font-size: 16px; }
      .cyber-main .sz-ctb2-pill { padding: 7px 14px; }
      .cyber-main .sz-ctb2-code { font-size: 15px; }
      .cyber-main .sz-ctb2-cta { order: 2; font-size: 13px; padding: 9px 16px; }
      .cyber-main .sz-ctb2-pill { order: 2; padding: 7px 14px; }
      .cyber-main .sz-ctb2-arrow { display: none; }
      .cyber-main .sz-ctb2-legal {
        position: static;
        width: 100%;
        order: 3;
        text-align: center;
        margin-top: 2px;
        font-size: 10px;
      }
		
		.cyber-main .sz-ctb2-timer-tag {
      font-size: 12px;
      font-weight: 800;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0;
		margin-bottom: 0px;
		padding-left: 0px;
	
    }}

        .cyber-main .satisfaccion {
      background: #ededed;
      border-bottom: #e21600 2px solid;
      border-radius: 10px;
      padding: 20px 50px;
    }
    .cyber-main .garantia-section {
      padding: 56px 0; background: #fff;
      border-top: 1px solid #f0f0f0; text-align: center;
      position: relative;
    }
    .cyber-main .garantia-section p {
      font-size: .92rem; color: #343434; line-height: 1.65;
      max-width: 690px; margin: 0 auto 12px;
    }
    .cyber-main .garantia-stars { font-size: 1.1rem; color: #e21600; margin: 0px 0; }
    .cyber-main .garantia-badge { font-size: 1.3rem; font-weight: 800; color: #e21600;  }
    

        @media (max-width: 1100px) {}
    @media (max-width: 991px) {
      .cyber-main .sz-hero-title { font-size: 46px; }
      .cyber-main .sz-products { grid-template-columns: repeat(2, 1fr); }
      .cyber-main .sz-products-carousel-wrap .sz-prod { flex: 0 0 calc(50% - 7px); }}
    @media (max-width: 767px) {

            .cyber-main .sz-promo-wide {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        padding: 24px 20px 28px;
        gap: 12px;
        background-position: 80% center;
        background-size: 170%;
		  justify-content: space-around;
      }
      .cyber-main .sz-pw-title { font-size: 17px; margin-bottom: 4px; line-height: 1.25; }
      .cyber-main .sz-pw-sub { font-size: 12px; margin-bottom: 14px; }
      .cyber-main .sz-pw-right { text-align: center; flex-shrink: 0; }
      .cyber-main .sz-pw-bignum { font-size: 52px; }
      .cyber-main .sz-pw-off { font-size: 13px; }
      .cyber-main .sz-pw-logo { flex-basis: 100%; justify-content: center; margin-bottom: 4px; }
      .cyber-main .sz-pw-logo img {         width: 200px;
        margin-bottom: 10px; }}
    @media (max-width: 575px) {
      .cyber-main .sz-products { grid-template-columns: 1fr 1fr; gap: 10px; }
      .cyber-main .sz-products-carousel-wrap .sz-prod { flex: 0 0 calc(50% - 5px); }
      .cyber-main .sz-hero-title { font-size: 20px; letter-spacing: -1px; }
		
		.cyber-main .sz-prod { padding: 10px;}
		
		.cyber-main .sz-d24-off-ring {
    position: absolute;
    top: -5px !important;
    right: -18px !important;
    width: 62px;
    height: 62px;
    
    }
		.cyber-main .sz-pw-bignum { font-size: 62px; }
		
		.cyber-main .satisfaccion {
    background: #ededed;
    border-bottom: #e21600 2px solid;
    border-radius: 10px;
    padding: 20px 20px;
}}
	  
	  @media (max-width: 375px) {
		  
		  .cyber-main .sz-pw-bignum { font-size: 52px; }}

        .cyber-main .sz-tg-filters {
      display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px;
    }
    .cyber-main .sz-tg-filter-btn {
      background: #fff; border: 1.5px solid #dde3f0;
      border-radius: 50px; padding: 8px 18px;
      font-family: 'Montserrat', sans-serif;
      font-size: 12px; font-weight: 700; color: var(--sz-muted);
      cursor: pointer; transition: all .2s; white-space: nowrap;
    }
    .cyber-main .sz-tg-filter-btn:hover { border-color: var(--sz-purple); color: var(--sz-purple); }
    .cyber-main .sz-tg-filter-btn.active {
      background: var(--sz-purple); color: #fff; border-color: var(--sz-purple);
      box-shadow: 0 4px 14px rgba(89,14,177,0.32);
    }
    .cyber-main .sz-ten-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-auto-rows: auto;
      gap: 14px;
      margin-bottom: 16px;
    }
    .cyber-main .sz-tg-banner.sz-hidden { display: none; }
    .cyber-main .sz-tg-wide { grid-column: span 1; }
    .cyber-main .sz-tg-tall { grid-row: span 1; }
    .cyber-main .sz-tg-wide2 { grid-column: span 1; }

    .cyber-main .sz-tg-banner {
      border-radius: 14px; overflow: hidden;
      padding: 0;
      position: relative; cursor: pointer;
      text-decoration: none; display: block;
      transition: transform .2s, box-shadow .2s;
      background: #f0f2f8;
      line-height: 0;
    }
    .cyber-main .sz-tg-banner:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.22); }
    .cyber-main .sz-tg-banner:hover .sz-tg-deco-img { opacity: 0.30; transform: rotate(-2deg) scale(1.08); }
    .cyber-main .sz-tg-wide .sz-tg-title { font-size: 15px; }
    .cyber-main .sz-tg-tall .sz-tg-title { font-size: 15px; }
    .cyber-main .sz-tg-wide2 .sz-tg-title { font-size: 15px; }
    .cyber-main .sz-tg-arrow {
      position: absolute; bottom: 16px; right: 16px;
      width: 30px; height: 30px;
      background: rgba(255,255,255,0.18); border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      color: #fff; font-size: 14px; transition: background .2s, transform .2s;
    }
    .cyber-main .sz-tg-banner:hover .sz-tg-arrow { background: rgba(255,255,255,0.35); transform: translateX(2px); }

    .cyber-main .sz-tg-c1 { background: #f0f2f8; }
    .cyber-main .sz-tg-c2 { background: #f0f2f8; }
    .cyber-main .sz-tg-c3 { background: linear-gradient(130deg, #3a0a82 0%, #1805aa 100%); }
    .cyber-main .sz-tg-c4 { background: linear-gradient(130deg, #003da8 0%, #0072e5 100%); }
    .cyber-main .sz-tg-c5 { background: linear-gradient(130deg, #1805aa 0%, #8a2be2 100%); }
    .cyber-main .sz-tg-c6 { background: linear-gradient(130deg, #0047c4 0%, #361066 100%); }
    .cyber-main .sz-tg-c7 { background: linear-gradient(130deg, #420d88 0%, #1805aa 100%); }
    .cyber-main .sz-tg-c8 { background: linear-gradient(130deg, #9b000c 0%, #ff1e3c 100%); }
    .cyber-main .sz-tg-c9 { background: linear-gradient(130deg, #1805aa 0%, #7e23d4 100%); }
    .cyber-main .sz-tg-c10 { background: linear-gradient(130deg, #0047c4 0%, #361066 100%); }

    @media (max-width: 1100px) {
      .cyber-main .sz-ten-grid { grid-template-columns: repeat(4, 1fr); 
		    gap: 8px;}}
    @media (max-width: 767px) {
      .cyber-main .sz-ten-grid { grid-template-columns: repeat(3, 1fr); 
		    gap: 8px;}}
    @media (max-width: 480px) {
      .cyber-main .sz-ten-grid { grid-template-columns: repeat(1, 1fr);
		    gap: 8px;}}

        .cyber-main .sz-carousel-wrap {
      overflow: hidden;
      position: relative;
      flex: 1;
      min-width: 0;
      border-radius: 14px;
    }
    .cyber-main .sz-carousel-outer {
      position: relative;
      display: flex;
      align-items: center;
      gap: 0px;
      margin-bottom: 16px;
    }
    .cyber-main .sz-carousel-outer .sz-car-arrow {
      position: static;
      transform: none;
      flex-shrink: 0;
    }
    .cyber-main .sz-car-arrow {
      position: absolute;
      top: 42%; transform: translateY(-50%);
      width: 40px; height: 40px; border-radius: 50%;
      background: #fff;
      border: 1.5px solid rgba(0,0,0,0.10);
      box-shadow: 0 2px 10px rgba(0,0,0,0.13);
      cursor: pointer; z-index: 10;
      display: flex; align-items: center; justify-content: center;
      transition: box-shadow .15s, background .15s;
    }
    .cyber-main .sz-car-arrow:hover { background: var(--sz-blue); border-color: var(--sz-blue); }
    .cyber-main .sz-car-arrow:hover svg { stroke: #fff; }
    .cyber-main .sz-car-arrow svg { stroke: var(--sz-text); transition: stroke .15s; }
    .cyber-main .sz-car-arrow.prev { left: -20px; }
    .cyber-main .sz-car-arrow.next { right: -20px; }
    .cyber-main .sz-car-arrow:disabled { opacity: 0.35; pointer-events: none; }
    .cyber-main .sz-carousel-track {
      display: flex; gap: 12px;
      width: max-content;
      animation: carouselScroll 40s linear infinite;
      will-change: transform;
    }
    .cyber-main .sz-carousel-wrap:hover .sz-carousel-track {
      animation-play-state: paused;
    }
    @keyframes carouselScroll {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    .cyber-main .sz-car-slide {
      flex: 0 0 280px;
      width: 280px;
      border-radius: 14px; overflow: hidden;
      padding: 0;
      position: relative; text-decoration: none;
      display: block;
      cursor: pointer; transition: transform .2s, box-shadow .2s;
      background: #f0f2f8;
      line-height: 0;
    }
    .cyber-main .sz-car-slide:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(0,0,0,0.25); }
    .cyber-main .sz-car-c1 { background: #f0f2f8; }
    .cyber-main .sz-car-bg-img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 14px;
    }

    @media (max-width: 767px) {
      .cyber-main .sz-car-slide { flex: 0 0 220px; width: 220px; }
      .cyber-main .sz-carousel-outer .sz-car-arrow { width: 32px; height: 32px; }
      .cyber-main .sz-carousel-outer .sz-car-arrow svg { width: 14px; height: 14px; }}

    
        .cyber-main .sz-deal24 {
      background: linear-gradient(120deg, #0d0a2e 0%, #0047c4 50%, #420d88 100%);
      border-radius: 16px;
      padding: 20px 24px 24px;
      position: relative;
      overflow: hidden;
      margin-bottom: 14px;
      display: flex;
      flex-direction: column;
    }
    .cyber-main .sz-deal24::before {
      content: '';
      position: absolute; inset: 0;
      background:
        radial-gradient(circle at 5%  60%, rgba(232,0,30,0.22)  0%, transparent 45%),
        radial-gradient(circle at 95% 40%, rgba(0,51,204,0.20)  0%, transparent 45%);
      pointer-events: none;
    }

        .cyber-main .sz-d24-header {
      display: flex; align-items: center;
      justify-content: space-between; gap: 16px;
      margin-bottom: 16px;
      position: relative; z-index: 1;
    }
    .cyber-main .sz-d24-pill {
      display: inline-flex; align-items: center; gap: 7px;
      background: var(--sz-red); color: #fff;
      font-size: 10px; font-weight: 800; letter-spacing: 0.12em;
      text-transform: uppercase; padding: 4px 12px;
      border-radius: 20px; margin-bottom: 6px;
    }
    .cyber-main .sz-d24-live {
      width: 7px; height: 7px; border-radius: 50%;
      background: #fff; animation: blink 1s infinite; flex-shrink: 0;
    }
    .cyber-main .sz-d24-title {
      font-size: clamp(20px, 2.6vw, 36px); font-weight: 900; color: #fff;
      letter-spacing: -1px; line-height: 1; margin: 0;
    }
    .cyber-main .sz-d24-title em { color: var(--sz-yellow); font-style: normal; }
    .cyber-main .sz-d24-header-right { flex-shrink: 0; }
    .cyber-main .sz-d24-countdown-label {
      font-size: 9px; font-weight: 700; color: rgba(255,255,255,0.5);
      text-transform: uppercase; letter-spacing: 0.1em;
      margin-bottom: 6px; text-align: right;
    }
    .cyber-main .sz-d24-blocks { display: flex; align-items: flex-start; gap: 5px; }
    .cyber-main .sz-d24-block {
      background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
      border-radius: 7px; padding: 7px 10px 5px;
      text-align: center; min-width: 46px; backdrop-filter: blur(6px);
    }
    .cyber-main .sz-d24-num {
      display: block; font-size: 22px; font-weight: 900;
      color: var(--sz-yellow); line-height: 1; font-variant-numeric: tabular-nums;
    }
    .cyber-main .sz-d24-lbl {
      display: block; font-size: 8px; font-weight: 700;
      color: rgba(255,255,255,0.5); text-transform: uppercase;
      letter-spacing: 0.1em; margin-top: 3px;
    }
    .cyber-main .sz-d24-sep { font-size: 18px; font-weight: 900; color: var(--sz-yellow); padding-top: 5px; }

            .cyber-main .sz-d24-body {
      display: flex;
      align-items: stretch;
      position: relative; z-index: 1;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.10);
      border-radius: 14px;
      overflow: hidden;
      min-height: 160px;
    }

    /* COL 1 — Imagen: se adapta al contenido */
    .cyber-main .sz-d24-img-wrap {
      flex: 0 0 300px;
      display: flex; align-items: center; justify-content: center;
      padding: 16px 20px;
      
     
    }
    .cyber-main .sz-d24-splash {
      position: relative;
      filter: drop-shadow(0 8px 20px rgba(0,0,0,0.55));
      animation: float 3s ease-in-out infinite;
    }
    .cyber-main .sz-d24-splash .img-bomba {
      width: auto;
      max-width: 150px;
      height: auto;
      object-fit: contain;
      display: block;
    }

    /* Badge circular "30% DTO." sobre la imagen del producto */
    .cyber-main .sz-d24-off-ring {
      position: absolute;
      top: -2px; right: -22px;
      width: 70px; height: 70px;
      border-radius: 50%;
      background: linear-gradient(135deg, #ff3d85, #e8001e);
      
      display: flex; flex-direction: column; align-items: center; justify-content: center;
      box-shadow: 0 6px 18px rgba(232,0,60,0.55);
      transform: rotate(-6deg);
      z-index: 2;
    }
    .cyber-main .sz-d24-off-num {
      font-family: 'Gazzetta', 'Montserrat', sans-serif;
      font-size: 44px;  color: #fff; line-height: 0.5; margin-top: 10px
    }
    .cyber-main .sz-d24-off-num small { font-size: 44px; margin-left: 1px; }
    .cyber-main .sz-d24-off-text {
          font-size: 14px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-top: 0;
    }

    /* COL 2 — Precios | divisor | nombre + CTA */
    .cyber-main .sz-d24-price-col {
      flex: 1 1 0;
      min-width: 0;
      display: flex; align-items: center; gap: 26px;
      padding: 20px 20px;
    }
    .cyber-main .sz-d24-price-block {
      display: flex; flex-direction: column; gap: 3px;
      flex-shrink: 0;
    }
    .cyber-main .sz-d24-antes {
      font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.75);
    }
    .cyber-main .sz-d24-price {
      font-family: 'Gazzetta', 'Montserrat', sans-serif;
    font-size: 94px;
    color: #fff;
    line-height: 0.8;
    letter-spacing: 0px;
    white-space: nowrap;
    }
    .cyber-main .sz-d24-perkg {
      font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.6);
      margin-top: 2px; white-space: nowrap;
    }
    .cyber-main .sz-d24-vdivider {
      width: 1px; align-self: stretch;
      background: rgba(255,255,255,0.5);
      flex-shrink: 0;
		height: 80%;
    align-self: center;
    }
    .cyber-main .sz-d24-info-block {
      display: flex; flex-direction: column; gap: 14px;
      min-width: 0;
    }
    .cyber-main .sz-d24-brand {
      font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.40);
      text-transform: uppercase; letter-spacing: 0.12em;
    }
    .cyber-main .sz-d24-name {
      font-size: 19px; font-weight: 700; color: #fff;
      line-height: 1.2; margin: 0;
    }
    .cyber-main .sz-d24-info-block .sz-d24-cta {
      align-self: flex-start;
      margin: 0;
    }
    .cyber-main .sz-d24-cta {
      display: inline-flex; align-items: center; justify-content: center;
      align-self: flex-start;
      background: var(--sz-red); color: #fff;
      font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 900;
      padding: 12px 30px; border-radius: 50px; border: none; cursor: pointer;
      text-decoration: none; transition: transform .15s, box-shadow .15s;
      box-shadow: 0 4px 20px rgba(232,0,30,0.45);
    }
    .cyber-main .sz-d24-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(232,0,30,0.65); color: #fff; }

    /* COL 3 — Imagen de mascota, ocupa el alto completo del cuadro */
    .cyber-main .sz-d24-pet-col {
      flex: 0 0 400px;
      align-self: stretch;
      display: flex; align-items: flex-end; justify-content: center;
      overflow: hidden;
    }
    .cyber-main .sz-d24-product-img {
      width: 100%; height: 100%;
      object-fit: cover; object-position: center bottom;
      display: block;
    }

        
	  
	  
	  @media (min-width: 768px) and (max-width: 991px) {
      .cyber-main .sz-deal24 { padding: 14px 14px 18px; border-radius: 13px; }

      .cyber-main .sz-d24-header { margin-bottom: 12px; gap: 10px; }
      .cyber-main .sz-d24-header .sz-d24-pill { font-size: 9px; padding: 3px 10px; margin-bottom: 4px; }
      .cyber-main .sz-d24-header .sz-d24-title { font-size: 17px; }
      .cyber-main .sz-d24-countdown-label { font-size: 8px; margin-bottom: 4px; }
      .cyber-main .sz-d24-block { min-width: 38px; padding: 5px 7px 4px; }
      .cyber-main .sz-d24-num { font-size: 16px; }
      .cyber-main .sz-d24-lbl { font-size: 6px; }
      .cyber-main .sz-d24-sep { font-size: 14px; }

      /* Columna única apilada: imagen / precios+cta / mascota */
      .cyber-main .sz-d24-body {
        flex-direction: column;
        min-height: 0;
      }
      /* Imagen del producto arriba */
      .cyber-main .sz-d24-img-wrap {
        flex: 0 0 auto;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        padding: 22px 16px 18px;
        justify-content: center;
      }
      .cyber-main .sz-d24-splash .img-bomba {
        max-width: 200px !important;
        height: auto;
        width: 100%;
      }
      .cyber-main .sz-d24-off-ring { width: 62px; height: 62px; top: -8px; right: -10px; }
      .cyber-main .sz-d24-off-num { font-size: 19px; }
      .cyber-main .sz-d24-off-num small { font-size: 11px; }
      .cyber-main .sz-d24-off-text { font-size: 7px; }

      /* Precios + nombre + CTA, apilados y centrados */
      .cyber-main .sz-d24-price-col {
        flex: 0 0 auto;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        padding: 18px 16px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
      }
      .cyber-main .sz-d24-price-block { align-items: center; text-align: center; }
      .cyber-main .sz-d24-price { font-size: 40px; }
      .cyber-main .sz-d24-vdivider { width: 60%; height: 1px; }
      .cyber-main .sz-d24-info-block { align-items: center; text-align: center; }
      .cyber-main .sz-d24-name { font-size: 17px; }
      .cyber-main .sz-d24-info-block .sz-d24-cta { align-self: center; }

      /* Mascota abajo, ancho completo */
      .cyber-main .sz-d24-pet-col {
        flex: 0 0 auto;
        width: 100%;
        max-height: 220px;
      }
      .cyber-main .sz-d24-product-img { height: 220px; }}
	  
	  
	  
	  @media (max-width: 767px) {
      .cyber-main .sz-deal24 { padding: 14px 14px 18px; border-radius: 13px; }

      .cyber-main .sz-d24-header { margin-bottom: 12px; gap: 10px; }
      .cyber-main .sz-d24-header .sz-d24-pill { font-size: 9px; padding: 3px 10px; margin-bottom: 4px; }
      .cyber-main .sz-d24-header .sz-d24-title { font-size: 17px; }
      .cyber-main .sz-d24-countdown-label { font-size: 8px; margin-bottom: 4px; }
      .cyber-main .sz-d24-block { min-width: 38px; padding: 5px 7px 4px; }
      .cyber-main .sz-d24-num { font-size: 16px; }
      .cyber-main .sz-d24-lbl { font-size: 6px; }
      .cyber-main .sz-d24-sep { font-size: 14px; }

      /* Columna única apilada: imagen / precios+cta / mascota */
      .cyber-main .sz-d24-body {
        flex-direction: column;
        min-height: 0;
      }
      /* Imagen del producto arriba */
      .cyber-main .sz-d24-img-wrap {
        flex: 0 0 auto;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        padding: 20px 16px 16px;
        justify-content: center;
      }
      .cyber-main .sz-d24-splash .img-bomba {
        max-width: 170px !important;
        height: auto;
        width: 100%;
      }
      .cyber-main .sz-d24-off-ring { width: 56px; height: 56px; top: -8px; right: -8px; }
      .cyber-main .sz-d24-off-num { font-size: 37px; }
      .cyber-main .sz-d24-off-num small { font-size: 37px; }
      .cyber-main .sz-d24-off-text { font-size: 11px; }

      /* Precios + nombre + CTA, apilados y centrados */
      .cyber-main .sz-d24-price-col {
        flex: 0 0 auto;
        flex-direction: column;
        align-items: center;
        gap: 14px;
        padding: 16px 16px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
      }
      .cyber-main .sz-d24-price-block { align-items: center; text-align: center; }
      .cyber-main .sz-d24-antes { font-size: 14px; }
      .cyber-main .sz-d24-price { font-size: 64px; }
      .cyber-main .sz-d24-perkg { font-size: 13px; }
      .cyber-main .sz-d24-vdivider { width: 60%; height: 1px; }
      .cyber-main .sz-d24-info-block { align-items: center; text-align: center; }
      .cyber-main .sz-d24-name { font-size: 17px; }
      .cyber-main .sz-d24-info-block .sz-d24-cta { align-self: center; padding: 11px 24px; font-size: 12px; }

      /* Mascota abajo, ancho completo */
      .cyber-main .sz-d24-pet-col {
        flex: 0 0 auto;
        width: 100%;
        max-height: 180px;
      }
      .cyber-main .sz-d24-product-img { height: 180px; display: none}}

    @media (max-width: 420px) {
      .cyber-main .sz-d24-price { font-size: 30px; }
      .cyber-main .sz-d24-name { font-size: 14px; }}

        /* mismo efecto neón que el deal24 original */
    /* Header compartido: pill + título + countdown */
    /* Divisor vertical entre las dos columnas */
    /* Etiqueta "Producto 1 / 2" sobre cada card */
	   @media (max-width: 1024px) {}

        @media (max-width: 767px) {
      /* Header: una sola fila compacta */
      .cyber-main .sz-d24-duo-header .sz-d24-header-right { flex-shrink: 0; }
      .cyber-main .sz-d24-duo-header .sz-d24-pill { font-size: 9px; padding: 2px 9px; margin-bottom: 4px; }
      .cyber-main .sz-d24-duo-header .sz-d24-title { font-size: 15px; margin-bottom: 0; text-align: left !important; }
      .cyber-main .sz-d24-duo-header .sz-d24-countdown-label { font-size: 8px; margin-bottom: 4px; text-align: center; }
      .cyber-main .sz-d24-duo-header .sz-d24-blocks { gap: 3px; }
      .cyber-main .sz-d24-duo-header .sz-d24-block { min-width: 38px; padding: 5px 6px 4px; border-radius: 7px; }
      .cyber-main .sz-d24-duo-header .sz-d24-num { font-size: 16px; }
      .cyber-main .sz-d24-duo-header .sz-d24-lbl { font-size: 6px; margin-top: 2px; }
      .cyber-main .sz-d24-duo-header .sz-d24-sep { font-size: 14px; padding-top: 4px; }

      /* Grid apilado verticalmente */
      /* Producto: fila horizontal imagen+info — sobreescribe reglas genéricas */
      .cyber-main .sz-deal24-duo .sz-d24-main {
        grid-template-columns: 80px 1fr !important;
        gap: 10px !important;
        padding: 10px 12px !important;
        text-align: left !important;
        align-items: center;
      }
      .cyber-main .sz-deal24-duo .sz-d24-img-wrap {
        max-width: 80px !important;
        margin: 0 !important;
      }
      .cyber-main .sz-deal24-duo .sz-d24-off-ring { width: 34px; height: 34px; top: -6px; right: -6px; border-width: 2px; }
      .cyber-main .sz-deal24-duo .sz-d24-off-num { font-size: 11px; }
      .cyber-main .sz-deal24-duo .sz-d24-off-text { font-size: 7px; }
      .cyber-main .sz-deal24-duo .sz-d24-brand { font-size: 9px; text-align: center}
      .cyber-main .sz-deal24-duo .sz-d24-name { font-size: 13px; margin-bottom: 3px; text-align: center }
      .cyber-main .sz-deal24-duo .sz-d24-desc { display: none; }
      .cyber-main .sz-deal24-duo .sz-d24-prices { justify-content: flex-start !important; margin-bottom: 5px; }
      .cyber-main .sz-deal24-duo .sz-d24-price { font-size: 15px; }
      .cyber-main .sz-deal24-duo .sz-d24-old { font-size: 11px; }
      .cyber-main .sz-deal24-duo .sz-d24-info { grid-template-columns: 1fr; gap: 5px; }
      .cyber-main .sz-deal24-duo .sz-d24-cta { font-size: 11px; padding: 8px; margin-bottom: 3px; }}

    @media (max-width: 400px) {
      .cyber-main .sz-deal24-duo .sz-d24-main { grid-template-columns: 68px 1fr !important; gap: 28px !important; }
      .cyber-main .sz-deal24-duo .sz-d24-img-wrap { max-width: 68px !important; }}

        /* mismo efecto neón que el deal24 original */
    /* Header compartido: pill + título + countdown */
    /* Divisor vertical entre las dos columnas */
    /* Etiqueta "Producto 1 / 2" sobre cada card */
	   @media (max-width: 1024px) {}

        @media (max-width: 767px) {
      /* Header: una sola fila compacta */
      .cyber-main .sz-d24-duo-header .sz-d24-header-right { flex-shrink: 0; }
      .cyber-main .sz-d24-duo-header .sz-d24-pill { font-size: 9px; padding: 2px 9px; margin-bottom: 4px; }
      .cyber-main .sz-d24-duo-header .sz-d24-title { font-size: 15px; margin-bottom: 0; text-align: left !important; }
      .cyber-main .sz-d24-duo-header .sz-d24-countdown-label { font-size: 8px; margin-bottom: 4px; text-align: center; }
      .cyber-main .sz-d24-duo-header .sz-d24-blocks { gap: 3px; }
      .cyber-main .sz-d24-duo-header .sz-d24-block { min-width: 38px; padding: 5px 6px 4px; border-radius: 7px; }
      .cyber-main .sz-d24-duo-header .sz-d24-num { font-size: 16px; }
      .cyber-main .sz-d24-duo-header .sz-d24-lbl { font-size: 6px; margin-top: 2px; }
      .cyber-main .sz-d24-duo-header .sz-d24-sep { font-size: 14px; padding-top: 4px; }

      /* Grid apilado verticalmente */
      /* Producto: fila horizontal imagen+info — sobreescribe reglas genéricas */
      .cyber-main .sz-deal24-duo .sz-d24-main {
        grid-template-columns: 80px 1fr !important;
        gap: 10px !important;
        padding: 10px 12px !important;
        text-align: left !important;
        align-items: center;
      }
      .cyber-main .sz-deal24-duo .sz-d24-img-wrap {
        max-width: 80px !important;
        margin: 0 !important;
      }
      .cyber-main .sz-deal24-duo .sz-d24-off-ring { width: 34px; height: 34px; top: -6px; right: -6px; border-width: 2px; }
      .cyber-main .sz-deal24-duo .sz-d24-off-num { font-size: 11px; }
      .cyber-main .sz-deal24-duo .sz-d24-off-text { font-size: 7px; }
      .cyber-main .sz-deal24-duo .sz-d24-brand { font-size: 9px; text-align: center}
      .cyber-main .sz-deal24-duo .sz-d24-name { font-size: 13px; margin-bottom: 3px; text-align: center }
      .cyber-main .sz-deal24-duo .sz-d24-desc { display: none; }
      .cyber-main .sz-deal24-duo .sz-d24-prices { justify-content: flex-start !important; margin-bottom: 5px; }
      .cyber-main .sz-deal24-duo .sz-d24-price { font-size: 15px; }
      .cyber-main .sz-deal24-duo .sz-d24-old { font-size: 11px; }
      .cyber-main .sz-deal24-duo .sz-d24-info { grid-template-columns: 1fr; gap: 5px; }
      .cyber-main .sz-deal24-duo .sz-d24-cta { font-size: 11px; padding: 8px; margin-bottom: 3px; }}

    @media (max-width: 400px) {
      .cyber-main .sz-deal24-duo .sz-d24-main { grid-template-columns: 68px 1fr !important; gap: 28px !important; }
      .cyber-main .sz-deal24-duo .sz-d24-img-wrap { max-width: 68px !important; }}

        @media (max-width: 767px) {}

        @keyframes asePulse {
      0%,100% { transform: scale(1); filter: drop-shadow(0 0 0px rgba(37,211,102,0)); }
      50% { transform: scale(1.06); filter: drop-shadow(0 0 18px rgba(37,211,102,0.5)); }
    }
    @media (max-width: 767px) {}

        .cyber-main .sz-marcas {
      
      border-radius: 16px;
      padding: 10px 0;
      margin-bottom: 0px;
      border: 1.5px solid #e4e9f5;
      overflow: hidden;
    }
    .cyber-main .sz-marcas-marquee {
      position: relative;
      width: 100%;
      overflow: hidden;
      mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
      -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    }
    .cyber-main .sz-marcas-track {
      display: flex;
      gap: 14px;
      width: max-content;
      animation: marcasScroll 35s linear infinite;
		padding-top: 10px;
    }
    .cyber-main .sz-marcas:hover .sz-marcas-track {
      animation-play-state: running;
    }
    @keyframes marcasScroll {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    .cyber-main .sz-marca-card {
      background: #fff;
      border-radius: 12px;
      padding: 22px 4px;
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      gap: 10px;
      text-decoration: none; cursor: pointer;
      border: 1.5px solid transparent;
      transition: all .2s;
      width: 180px;
      height: 60px;
      flex-shrink: 0;
    }
    .cyber-main .sz-marca-card:hover {
      
      background: #fff;
      box-shadow:
        0 0 0 1px rgba(89,14,177,0.35),
        0 6px 20px rgba(89,14,177,0.12),
        0 2px 6px rgba(0,0,0,0.05);
      transform: translateY(-3px);
    }
    .cyber-main .sz-marca-logo {
      height: 44px;
      display: flex; align-items: center; justify-content: center;
      width: 100%;
    }
    .cyber-main .sz-marca-logo svg { max-height: 100%; max-width: 100%; }
    @media (max-width: 575px) {
      .cyber-main .sz-marcas { padding: 24px 0; }
      .cyber-main .sz-marca-card { width: 150px; height: 55px; padding: 18px 18px; }}

        .cyber-main .sz-nov-img @media (max-width: 1144px) {
    }
    @media (max-width: 767px) {}

        /* Reemplaza src="..." con tu webp cuando estén listos */
    .cyber-main .sz-car-bg-img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 14px;
    }
    .cyber-main .sz-prod-bg-img {
         position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 9px;
    display: block;
    }
    .cyber-main .sz-tg-bg-img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 14px;
    }
    /* Overlay oscuro sobre la imagen para que el texto sea legible */
    .cyber-main .sz-car-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.62) 100%);
      border-radius: 14px;
      pointer-events: none;
    }
    .cyber-main .sz-tg-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(180deg, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0.58) 100%);
      border-radius: 14px;
      pointer-events: none;
    }
    /* sz-banner-med: imagen de fondo placeholder */
    /* Reemplaza src="..." con tu webp cuando estés listo */
    
    /* Keyframes neón pulso */
    @keyframes neonPulseWhite {
      0%, 100% {
        box-shadow:
          0 0 6px 1px rgba(255,253,255,0.35),
          0 0 16px 2px rgba(255,253,255,0.18),
          inset 0 0 8px 1px rgba(255,253,255,0.08);
        border-color: rgba(255,255,255,0.70);
      }
      50% {
        box-shadow:
          0 0 10px 2px rgba(255,253,255,0.65),
          0 0 28px 5px rgba(255,253,255,0.32),
          inset 0 0 12px 2px rgba(255,253,255,0.12);
        border-color: rgba(255,255,255,1);
      }
    }
    @keyframes neonPulseBlue {
      0%, 100% { box-shadow: 0 0 6px 1px rgba(0,94,242,0.55), 0 0 18px 2px rgba(0,94,242,0.28), inset 0 0 0 1px rgba(0,94,242,0.5); }
      50%       { box-shadow: 0 0 10px 2px rgba(0,94,242,0.80), 0 0 30px 6px rgba(0,94,242,0.40), inset 0 0 0 1px rgba(0,94,242,0.7); }
    }
    @keyframes borderRotate {
      0%   { background-position: 0% 50%; }
      100% { background-position: 200% 50%; }
    }

            .cyber-main .sz-counter-bar {
      box-shadow:
        0 4px 20px rgba(0,0,0,0.3),
        0 2px 0 0 rgba(0,94,242,0.0),
        inset 0 -2px 0 0 rgba(0,94,242,0.6);
    }
    .cyber-main .sz-counter-bar::after {
      content: '';
      position: absolute; bottom: 0; left: 0; right: 0;
      height: 2px;
      background: linear-gradient(90deg, #361066, #1805aa, #ff1e3c, #1805aa, #361066);
      background-size: 200% 100%;
      animation: borderRotate 3s linear infinite;
      opacity: 0.9;
    }

        @keyframes deal24BorderSpin {
      0%   { transform: translate(-50%, -50%) rotate(0deg); }
      100% { transform: translate(-50%, -50%) rotate(360deg); }
    }
    @keyframes deal24Glow {
      0%, 100% { opacity: 0.75; }
      50%       { opacity: 1; }
    }
    .cyber-main .sz-deal24 {
      border: none;
      box-shadow:
        0 0 20px 2px rgba(255,253,255,0.06),
        0 0 48px 8px rgba(89,14,177,0.10);
      animation: none;
    }
	  
	  .cyber-main .img-bomba {
      width: 100px;
		  height: auto;
		  margin-top: 20px;
    }
    /* Wrapper que contiene el conic girador sin salirse */
    .cyber-main .sz-deal24-neon-wrap {
      position: absolute;
      inset: 0;
      border-radius: 16px;
      overflow: hidden;        /* ← aquí queda atrapado el giro */
      pointer-events: none;
      z-index: 0;
    }
    /* Fondo del borde: capa base oscura con padding de 1.5px */
    .cyber-main .sz-deal24-neon-wrap::before {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: 16px;
      background: rgba(255,255,255,0.08);
    }
    /* El conic-gradient giratorio */
    .cyber-main .sz-deal24-neon-wrap::after {
      content: '';
      position: absolute;
      /* Debe ser más grande que la diagonal del contenedor para girar sin huecos */
      width: 200%;
      height: 200%;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%) rotate(0deg);
      background: conic-gradient(
        from 0deg,
        transparent   0deg,
        transparent  68deg,
        rgba(255,253,255,0.0)  72deg,
        rgba(255,253,255,0.4)  78deg,
        rgba(255,253,255,1)    82deg,
        rgba(255,253,255,0.4)  86deg,
        rgba(255,253,255,0.0)  90deg,
        transparent   94deg,
        transparent  360deg
      );
      animation: deal24BorderSpin 3s linear infinite,
                 deal24Glow       1.8s ease-in-out infinite;
    }
    /* Máscara interior: recorta el centro, deja solo ~1.5px de borde */
    .cyber-main .sz-deal24-neon-mask {
      position: absolute;
      inset: 1.5px;
      background: linear-gradient(120deg, #cc0028 0%, #371266 100%);
      border-radius: 14.5px;
      pointer-events: none;
      z-index: 1;
    }
    /* Decoración interna (radial glows originales) encima de la máscara */
    .cyber-main .sz-deal24-neon-wrap ~ .sz-d24-left, .cyber-main .sz-d24-right, .cyber-main .sz-deal24:hover {
      
    }

            .cyber-main .sz-prod:hover {
      border-color: #590eb1;
      box-shadow:
        0 0 0 1px rgba(89,14,177,0.30),
        0 8px 24px rgba(89,14,177,0.10),
        0 2px 8px rgba(0,0,0,0.06);
    }

        .cyber-main .sz-tg-banner:hover {
      transform: translateY(-4px);
      box-shadow:
        0 0 0 2px rgba(0,94,242,0.55),
        0 0 16px 3px rgba(0,94,242,0.30),
        0 0 36px 6px rgba(89,14,177,0.20),
        0 12px 32px rgba(0,0,0,0.22);
    }

        .cyber-main .sz-car-slide:hover {
      box-shadow:
        0 0 0 1px rgba(255,255,255,0.22),
        0 16px 28px rgba(0,0,0,0.28);
    }

            .cyber-main .sz-promo-wide {
      border: 1px solid rgba(0,94,242,0.35);
      box-shadow:
        0 0 0 1px rgba(89,14,177,0.25),
        0 0 24px 4px rgba(0,94,242,0.18),
        0 0 48px 8px rgba(89,14,177,0.12);
    }
    .cyber-main .sz-promo-wide::before {
      content: '';
      position: absolute;
      top: 0; left: -70%;
      width: 45%; height: 100%;
      background: linear-gradient( 90deg, transparent, rgba(255,255,255,0.1), transparent);
      animation: promoShimmer 3.6s ease-in-out infinite;
      pointer-events: none;
      z-index: 2;
    }
    @keyframes promoShimmer {
      0%   { left: -70%; }
      100% { left: 120%; }
    }

        .cyber-main .sz-btn-yellow {
      box-shadow:
        0 6px 28px rgba(0,94,242,0.35),
        0 0 0 0 rgba(255,253,255,0);
    }
    .cyber-main .sz-btn-yellow:hover {
      transform: translateY(-3px);
      box-shadow:
        0 0 0 3px rgba(255,253,255,0.25),
        0 0 18px 4px rgba(0,94,242,0.50),
        0 0 36px 8px rgba(89,14,177,0.30),
        0 12px 36px rgba(0,94,242,0.25);
    }

            .cyber-main .sz-d24-cta:hover {
      transform: translateY(-2px);
      box-shadow:
        0 0 0 2px rgba(255,30,60,0.45),
        0 0 14px 3px rgba(255,30,60,0.40),
        0 0 32px 6px rgba(89,14,177,0.25),
        0 9px 30px rgba(255,30,60,0.35);
    }

        .cyber-main .sz-prod-add:hover {
      opacity: 1;
      box-shadow:
        0 0 0 2px rgba(0,94,242,0.40),
        0 0 12px 2px rgba(89,14,177,0.35),
        0 0 24px 4px rgba(0,94,242,0.20);
    }

        .cyber-main .sz-cblock {
      box-shadow:
        0 0 8px 1px rgba(255,255,255,0.30),
        
    }

        .cyber-main .sz-d24-block {
      border-color: rgba(255,255,255,0.20);
      box-shadow:
        0 0 6px 1px rgba(0,94,242,0.20),
        0 0 14px 2px rgba(89,14,177,0.15),
        inset 0 0 8px 1px rgba(255,255,255,0.04);
    }

    /* Reduce motion — respetar preferencia del usuario */
    @media (prefers-reduced-motion: reduce) {
      .cyber-main .sz-counter-wrap, .cyber-main .sz-btn-ghost, .cyber-main .sz-counter-bar::after { animation: none; }
      .cyber-main .sz-deal24-neon-wrap::after { animation: none; display: none; }
      .cyber-main .sz-deal24 { border: 1.5px solid rgba(255,255,255,0.35); }}

    /* sz-d24-info: 2 columnas en desktop */
    .cyber-main .sz-d24-info {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px 18px;
      align-items: start;
    }
    .cyber-main .sz-d24-info-col1 {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }
    .cyber-main .sz-d24-info-col2 {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      gap: 6px;
		margin: auto;
    }
    /* col2: precios sin margin-bottom propio (lo maneja el gap del flex) */
    .cyber-main .sz-d24-info-col2 .sz-d24-prices { margin-bottom: 0; }
    .cyber-main .sz-d24-info-col2 .sz-d24-cta { margin-bottom: 0; }
    /* En mobile: vuelve a 1 columna */
    @media (max-width: 767px) {
      .cyber-main .sz-d24-info {
        grid-template-columns: 1fr;
        gap: 6px;
      }}

.cyber-main {width: 100vw;position: relative;left: 50%;transform: translateX(-50%);} 
.sz-toast-copy {position: fixed;left: 50%;bottom: 40px;transform: translateX(-50%) translateY(20px);background: 0% center / 80% no-repeat, linear-gradient(135deg, #361066 0%,  #1805aa 100%);color: #fff;padding:12px 24px;border-radius: 999px;font-size: 14px;font-weight: 500;box-shadow: 0 4px 16px rgba(0,0,0,0.25);opacity: 0;pointer-events: none;z-index: 99999;transition: opacity 0.35s ease, transform 0.35s ease;white-space: nowrap;}.sz-toast-copy.sz-toast-show {opacity: 1;transform: translateX(-50%) translateY(0);} @media (max-width: 1144px) {.cyber-main .sz-d24-product-img {max-width:342px}.cyber-main .sz-d24-pet-col {justify-items: center;}}

    /* 1. Neutralizar el padding del body que genera el espacio en blanco */
    body.prom-bar-visible, 
    body.has-banner {
        padding-top: 0 !important;
    }

    /* 2. Ocultar el botón rojo de la derecha (toggle del banner) */
    #close-content-2,
    .content-2-close-wrapper {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    /* 3. Ocultar el contenedor promocional completo */
    #content-2-wrapper,
    .promotional-bar-container,
    .prom-bar-zip {
        display: none !important;
    }

  @media (min-width: 768px) and (max-width: 991px) {
    .sz-d24-product-img {
        height: 220px;
        display: none;
    }
}