
  :root {
    --ds-fondo: #0A0A1E;
    --ds-fondo-profundo: #060615;
    --ds-superficie: #14122B;
    --ds-superficie-2: #1C1938;
    --ds-purpura: #7C3AED;
    --ds-purpura-brillo: #A855F7;
    --ds-azul: #3B82F6;
    --ds-verde: #22C55E;
    --ds-blanco: #FFFFFF;
    --ds-gris: #9CA3AF;
    --ds-gris-claro: #D1D5DB;
    --ds-borde: rgba(168, 85, 247, 0.30);
    --ds-borde-suave: rgba(255, 255, 255, 0.09);
    --ds-gradiente: linear-gradient(90deg, #A855F7 0%, #3B82F6 100%);
    --ds-gradiente-vertical: linear-gradient(180deg, #A855F7 0%, #3B82F6 100%);
    --ds-sombra-purpura: 0 14px 36px rgba(124, 58, 237, 0.34);
    --ds-sombra-oscura: 0 20px 60px rgba(0, 0, 0, 0.38);
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    font-family: 'Poppins', Arial, sans-serif !important;
    background: var(--ds-fondo);
    color: var(--ds-blanco);
  }

  body.ds-menu-open {
    overflow: visible;
  }

  body a {
    transition:
      color 0.25s ease,
      background 0.25s ease,
      border-color 0.25s ease,
      transform 0.25s ease,
      box-shadow 0.25s ease,
      opacity 0.25s ease;
  }

  .ds-text-gradient {
    background: var(--ds-gradiente);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .ds-btn-gradient {
    background: var(--ds-gradiente);
    color: var(--ds-blanco) !important;
    box-shadow: var(--ds-sombra-purpura);
  }

  .ds-card-glass {
    background:
      linear-gradient(180deg, rgba(255,255,255,0.065), rgba(255,255,255,0.035)),
      rgba(20, 18, 43, 0.92);
    border: 1px solid var(--ds-borde);
    box-shadow: var(--ds-sombra-oscura);
  }

  /* Limpieza visual para módulos globales en Divi */
  .et-l--header .et_pb_section,
  .et-l--footer .et_pb_section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .et-l--header .et_pb_row,
  .et-l--footer .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .et-l--header .et_pb_code,
  .et-l--footer .et_pb_code {
    margin-bottom: 0 !important;
  }


  body.ds-search-open {
    overflow: hidden !important;
  }

  body.ds-menu-open {
    overflow: visible !important;
  }

  #ds-header-v5,
  #ds-header-v5 *,
  #ds-header-search-v5,
  #ds-header-search-v5 * {
    box-sizing: border-box;
  }

  #ds-header-v5 {
    --ds-header-white: #ffffff;
    --ds-header-muted: #9CA3AF;
    --ds-header-soft: #D1D5DB;
    --ds-header-purple: #A855F7;
    --ds-header-blue: #3B82F6;
    --ds-header-green: #22C55E;
    --ds-header-cyan: #22D3EE;
    --ds-header-gradient: linear-gradient(90deg, #A855F7 0%, #3B82F6 100%);

    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: sticky;
    top: 0;
    z-index: 999999;
    font-family: 'Poppins', Arial, sans-serif;
    background: rgba(0, 0, 0, 0.96);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  }

  #ds-header-v5.ds-scrolled {
    background: rgba(0, 0, 0, 0.99);
    border-bottom-color: rgba(168, 85, 247, 0.22);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.40);
  }

  #ds-header-v5 a,
  #ds-header-v5 button,
  #ds-header-search-v5 a,
  #ds-header-search-v5 button,
  #ds-header-search-v5 input {
    font-family: 'Poppins', Arial, sans-serif !important;
  }

  #ds-header-v5 a,
  #ds-header-search-v5 a {
    text-decoration: none !important;
  }

  #ds-header-v5 .fa-solid,
  #ds-header-v5 .fa-solid::before,
  #ds-header-search-v5 .fa-solid,
  #ds-header-search-v5 .fa-solid::before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
  }

  #ds-header-v5 .fa-brands,
  #ds-header-v5 .fa-brands::before,
  #ds-header-search-v5 .fa-brands,
  #ds-header-search-v5 .fa-brands::before {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
  }

  #ds-header-v5 i,
  #ds-header-v5 i::before,
  #ds-header-search-v5 i,
  #ds-header-search-v5 i::before {
    line-height: 1 !important;
    font-style: normal !important;
  }

  .ds-header-v5-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(168, 85, 247, 0.45),
      rgba(59, 130, 246, 0.38),
      transparent
    );
    opacity: 0.75;
  }

  .ds-header-v5-inner {
    width: min(1380px, calc(100% - 84px));
    min-height: 94px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr) 460px;
    align-items: center;
    gap: 22px;
  }

  .ds-header-v5-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    width: fit-content;
  }

  .ds-header-v5-logo img {
    display: block;
    width: auto;
    height: 64px;
    max-width: 250px;
    object-fit: contain;
  }

  .ds-header-v5-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ds-header-v5-nav ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 30px;
  }

  .ds-header-v5-nav li {
    margin: 0 !important;
    padding: 0 !important;
  }

  .ds-header-v5-nav a {
    position: relative;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.80) !important;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.02em;
    transition: color 0.25s ease;
  }

  .ds-header-v5-nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 36px;
    height: 2px;
    border-radius: 999px;
    background: var(--ds-header-gradient);
    opacity: 0;
    transform: translateX(-50%) scaleX(0.4);
    transition: all 0.25s ease;
  }

  .ds-header-v5-nav a:hover,
  .ds-header-v5-nav a.ds-active {
    color: var(--ds-header-white) !important;
  }

  .ds-header-v5-nav a:hover::after,
  .ds-header-v5-nav a.ds-active::after {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
  }

  .ds-header-v5-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 11px;
  }

  .ds-header-v5-search-trigger,
  .ds-header-v5-cart,
  .ds-header-v5-cta {
    min-height: 56px;
    border-radius: 18px;
  }

  .ds-header-v5-search-trigger {
    padding: 0 18px;
    border: 1px solid rgba(59, 130, 246, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ffffff !important;
    background:
      radial-gradient(circle at left, rgba(59,130,246,.16), transparent 45%),
      linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.028));
    cursor: pointer;
    font-size: 14px;
    font-weight: 650;
    letter-spacing: -0.02em;
    box-shadow: none !important;
    transition: border-color .25s ease, background .25s ease, transform .25s ease;
  }

  .ds-header-v5-search-trigger i {
    color: var(--ds-header-blue);
    font-size: 16px;
  }

  .ds-header-v5-search-trigger:hover {
    transform: translateY(-2px);
    border-color: rgba(59, 130, 246, 0.50);
    background:
      radial-gradient(circle at left, rgba(59,130,246,.22), transparent 45%),
      linear-gradient(180deg, rgba(255,255,255,0.065), rgba(255,255,255,0.032));
  }

  .ds-header-v5-cart {
    position: relative;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--ds-header-white) !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.028));
    border: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: none !important;
    transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
  }

  .ds-header-v5-cart:hover {
    border-color: rgba(59, 130, 246, 0.34);
    background: linear-gradient(180deg, rgba(255,255,255,0.065), rgba(255,255,255,0.032));
  }

  .ds-header-v5-cart.ds-has-items {
    border-color: rgba(34, 197, 94, 0.48);
  }

  .ds-header-v5-cart.ds-has-items:hover {
    border-color: rgba(34, 197, 94, 0.66);
  }

  .ds-header-v5-cart-icon {
    width: 23px;
    height: 23px;
    min-width: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ds-header-blue);
    line-height: 1;
  }

  .ds-header-v5-cart-icon i {
    font-size: 20px;
    color: currentColor;
  }

  .ds-header-v5-cart-text {
    color: var(--ds-header-white);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1;
  }

  .ds-header-v5-cart-count {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 23px;
    height: 23px;
    padding: 0 6px;
    border-radius: 999px;
    display: none;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(180deg, #22C55E, #16A34A);
    border: 2px solid #000000;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    box-shadow: none !important;
  }

  .ds-header-v5-cart.ds-has-items .ds-header-v5-cart-count {
    display: inline-flex;
  }

  .ds-header-v5-cta {
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: var(--ds-header-white) !important;
    font-size: 15px;
    font-weight: 650;
    letter-spacing: -0.02em;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.06),
      0 12px 28px rgba(0, 0, 0, 0.22);
    transition: all 0.25s ease;
  }

  .ds-header-v5-cta:hover {
    transform: translateY(-2px);
    border-color: rgba(168, 85, 247, 0.36);
    background: linear-gradient(180deg, rgba(168,85,247,0.10), rgba(59,130,246,0.08));
  }

  .ds-header-v5-cta i {
    font-size: 22px;
    color: var(--ds-header-white);
  }

  .ds-header-v5-mobile-controls {
    display: none;
    align-items: center;
    gap: 10px;
  }

  .ds-header-v5-mobile-search,
  .ds-header-v5-menu-toggle {
    width: 48px;
    height: 48px;
    min-height: 48px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.13);
    background: rgba(255,255,255,0.04);
    cursor: pointer;
    padding: 0;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
  }

  .ds-header-v5-mobile-search {
    display: none;
    align-items: center;
    justify-content: center;
    color: var(--ds-header-blue);
    font-size: 18px;
  }

  .ds-header-v5-menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
  }

  .ds-header-v5-menu-toggle span {
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: var(--ds-header-white);
    transition: all 0.25s ease;
  }

  .ds-header-v5-menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .ds-header-v5-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .ds-header-v5-menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .ds-header-v5-mobile {
    display: none;
  }

  /* MODAL BUSCADOR */

  #ds-header-search-v5 {
    --ds-search-white: #ffffff;
    --ds-search-muted: #d1d5db;
    --ds-search-soft: #9ca3af;
    --ds-search-purple: #a855f7;
    --ds-search-blue: #3b82f6;
    --ds-search-cyan: #22d3ee;

    position: fixed;
    inset: 0;
    z-index: 1000000;
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding: 110px 22px 32px;
    background:
      radial-gradient(circle at 18% 8%, rgba(168,85,247,.22), transparent 32%),
      radial-gradient(circle at 82% 8%, rgba(59,130,246,.18), transparent 34%),
      rgba(0,0,0,.82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    font-family: 'Poppins', Arial, sans-serif;
  }

  body.ds-search-open #ds-header-search-v5 {
    display: flex;
  }

  .ds-search-v5-panel {
    width: min(850px, 100%);
    max-height: min(780px, calc(100vh - 140px));
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 30px;
    background:
      radial-gradient(circle at top left, rgba(168,85,247,.16), transparent 38%),
      linear-gradient(180deg, rgba(255,255,255,.070), rgba(255,255,255,.030)),
      rgba(5,5,12,.98);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 30px 90px rgba(0,0,0,.55);
  }

  .ds-search-v5-head {
    padding: 24px 24px 18px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    display: grid;
    grid-template-columns: minmax(0,1fr) 42px;
    gap: 18px;
    align-items: start;
  }

  .ds-search-v5-kicker {
    width: fit-content;
    min-height: 30px;
    margin: 0 0 10px !important;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    background: rgba(124,58,237,.18);
    border: 1px solid rgba(168,85,247,.38);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
  }

  .ds-search-v5-title {
    margin: 0 !important;
    color: #ffffff;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 650;
    line-height: 1.08;
    letter-spacing: -.04em;
  }

  .ds-search-v5-title span {
    color: var(--ds-search-blue);
  }

  .ds-search-v5-text {
    max-width: 660px;
    margin: 10px 0 0 !important;
    color: var(--ds-search-muted);
    font-size: 14.5px;
    line-height: 1.6;
  }

  .ds-search-v5-close {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.12);
    cursor: pointer;
    font-size: 16px;
  }

  .ds-search-v5-body {
    padding: 20px 24px 24px;
    overflow: auto;
  }

  .ds-search-v5-box {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
  }

  .ds-search-v5-box i {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    color: var(--ds-search-purple);
    font-size: 16px;
  }

  #ds-global-product-search-input {
    width: 100%;
    height: 60px;
    padding: 0 18px 0 50px;
    border-radius: 18px;
    outline: none;
    color: #ffffff;
    background: rgba(255,255,255,.075);
    border: 1px solid rgba(168,85,247,.34);
    font-size: 15.5px;
    font-weight: 500;
  }

  #ds-global-product-search-input::placeholder {
    color: rgba(255,255,255,.62);
  }

  #ds-global-product-search-input:focus {
    background: rgba(255,255,255,.095);
    border-color: rgba(34,211,238,.70);
    box-shadow: 0 0 0 4px rgba(34,211,238,.10);
  }

  .ds-search-v5-quick {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
  }

  .ds-search-v5-chip {
    min-height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.88);
    background: rgba(255,255,255,.050);
    border: 1px solid rgba(255,255,255,.10);
    cursor: pointer;
    font-size: 12.5px;
    font-weight: 650;
  }

  .ds-search-v5-chip:hover {
    color: #ffffff;
    border-color: rgba(59,130,246,.38);
    background: rgba(59,130,246,.10);
  }

  .ds-search-v5-results {
    margin-top: 16px;
    display: grid;
    gap: 9px;
  }

  .ds-search-v5-state {
    padding: 18px;
    border-radius: 18px;
    color: var(--ds-search-muted);
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.09);
    font-size: 13.5px;
    line-height: 1.55;
  }

  .ds-search-v5-item {
    display: grid;
    grid-template-columns: 68px minmax(0,1fr) auto;
    gap: 13px;
    align-items: center;
    padding: 10px;
    border-radius: 18px;
    color: #ffffff !important;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.09);
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
  }

  .ds-search-v5-item:hover {
    color: #ffffff !important;
    transform: translateY(-1px);
    border-color: rgba(34,211,238,.32);
    background: rgba(34,211,238,.085);
  }

  .ds-search-v5-item img {
    width: 68px;
    height: 68px;
    border-radius: 14px;
    object-fit: cover;
    background: #0b0b12;
  }

  .ds-search-v5-item-title {
    display: block;
    color: #ffffff;
    font-size: 14.5px;
    font-weight: 650;
    line-height: 1.25;
  }

  .ds-search-v5-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
    color: var(--ds-search-muted);
    font-size: 12.5px;
    line-height: 1.35;
  }

  .ds-search-v5-item-price {
    color: var(--ds-search-cyan);
    font-weight: 700;
  }

  .ds-search-v5-item-action {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    background: var(--ds-search-blue);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
  }

  .ds-search-v5-footer {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.08);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
  }

  .ds-search-v5-footer span {
    color: rgba(255,255,255,.62);
    font-size: 12.5px;
    line-height: 1.45;
  }

  .ds-search-v5-footer a {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff !important;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.12);
    font-size: 12.5px;
    font-weight: 700;
  }

  @media (max-width: 1320px) {
    .ds-header-v5-inner {
      width: min(100%, calc(100% - 56px));
      grid-template-columns: 230px minmax(0, 1fr) 410px;
      gap: 18px;
    }

    .ds-header-v5-nav ul {
      gap: 22px;
    }

    .ds-header-v5-nav a {
      font-size: 14px;
    }

    .ds-header-v5-logo img {
      height: 58px;
      max-width: 220px;
    }

    .ds-header-v5-search-trigger {
      padding: 0 15px;
    }

    .ds-header-v5-search-trigger span {
      display: none;
    }

    .ds-header-v5-cart {
      min-height: 52px;
      padding: 0 15px;
    }

    .ds-header-v5-cart-text {
      display: none;
    }

    .ds-header-v5-cta {
      min-height: 52px;
      padding: 0 18px;
      font-size: 15px;
    }
  }

  @media (max-width: 980px) {
    .ds-header-v5-inner {
      width: min(100%, calc(100% - 32px));
      min-height: 80px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .ds-header-v5-logo img {
      height: 52px;
      max-width: 210px;
    }

    .ds-header-v5-nav,
    .ds-header-v5-actions {
      display: none;
    }

    .ds-header-v5-mobile-controls {
      display: inline-flex;
    }

    .ds-header-v5-mobile-search,
    .ds-header-v5-menu-toggle {
      display: inline-flex;
    }

    .ds-header-v5-mobile-controls .ds-header-v5-cart {
      width: 48px;
      height: 48px;
      min-height: 48px;
      padding: 0;
      border-radius: 15px;
    }

    .ds-header-v5-mobile-controls .ds-header-v5-cart-icon {
      width: 21px;
      height: 21px;
      min-width: 21px;
    }

    .ds-header-v5-mobile-controls .ds-header-v5-cart-icon i {
      font-size: 19px;
    }

    .ds-header-v5-mobile {
      position: fixed;
      top: 81px;
      left: 0;
      right: 0;
      height: calc(100vh - 81px);
      display: block;
      background:
        radial-gradient(circle at 82% 0%, rgba(59, 130, 246, 0.15), transparent 34%),
        radial-gradient(circle at 18% 0%, rgba(168, 85, 247, 0.15), transparent 34%),
        rgba(0, 0, 0, 0.985);
      border-top: 1px solid rgba(168, 85, 247, 0.16);
      backdrop-filter: blur(22px);
      -webkit-backdrop-filter: blur(22px);
      opacity: 0;
      visibility: hidden;
      transform: translateY(-10px);
      transition: all 0.25s ease;
      overflow-y: auto;
    }

    body.ds-menu-open .ds-header-v5-mobile {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    .ds-header-v5-mobile-inner {
      width: min(100%, 760px);
      margin: 0 auto;
      padding: 24px 20px 34px;
    }

    .ds-header-v5-mobile-search-card {
      margin-bottom: 14px;
      padding: 16px;
      border-radius: 22px;
      background:
        radial-gradient(circle at left, rgba(59,130,246,.12), transparent 42%),
        rgba(255,255,255,.045);
      border: 1px solid rgba(59,130,246,.18);
    }

    .ds-header-v5-mobile-search-card button {
      width: 100%;
      min-height: 52px;
      padding: 0 16px;
      border-radius: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
      color: #ffffff;
      background: rgba(255,255,255,.060);
      border: 1px solid rgba(255,255,255,.11);
      font-size: 14.5px;
      font-weight: 650;
      cursor: pointer;
    }

    .ds-header-v5-mobile-search-card button i {
      color: var(--ds-header-blue);
    }

    .ds-header-v5-mobile-nav ul {
      list-style: none !important;
      margin: 0 !important;
      padding: 0 !important;
      display: grid;
      gap: 10px;
    }

    .ds-header-v5-mobile-nav li {
      margin: 0 !important;
      padding: 0 !important;
    }

    .ds-header-v5-mobile-nav a {
      min-height: 56px;
      padding: 0 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-radius: 18px;
      color: var(--ds-header-white) !important;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: -0.02em;
      background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
      border: 1px solid rgba(255,255,255,0.08);
    }

    .ds-header-v5-mobile-nav a::after {
      content: "\f105";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      color: var(--ds-header-purple);
      font-size: 13px;
    }

    .ds-header-v5-mobile-cart-row {
      margin-top: 14px;
      min-height: 58px;
      padding: 0 18px;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      color: var(--ds-header-white) !important;
      background: linear-gradient(180deg, rgba(59,130,246,0.10), rgba(168,85,247,0.06));
      border: 1px solid rgba(59,130,246,0.22);
    }

    .ds-header-v5-mobile-cart-row strong {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--ds-header-white);
      font-size: 16px;
      font-weight: 700;
      line-height: 1;
    }

    .ds-header-v5-mobile-cart-pill {
      min-width: 32px;
      height: 28px;
      padding: 0 9px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      background: rgba(34, 197, 94, 0.14);
      border: 1px solid rgba(34, 197, 94, 0.28);
      font-size: 12px;
      font-weight: 800;
      line-height: 1;
      box-shadow: none !important;
    }

    .ds-header-v5-mobile-card {
      margin-top: 18px;
      padding: 22px;
      border-radius: 24px;
      background:
        linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03)),
        rgba(20, 18, 43, 0.92);
      border: 1px solid rgba(168, 85, 247, 0.24);
      box-shadow: 0 18px 46px rgba(0,0,0,0.28);
    }

    .ds-header-v5-mobile-card h3 {
      margin: 0 0 8px !important;
      color: var(--ds-header-white);
      font-size: 19px;
      font-weight: 700;
      letter-spacing: -0.03em;
    }

    .ds-header-v5-mobile-card p {
      margin: 0 0 16px !important;
      color: var(--ds-header-muted);
      font-size: 14px;
      line-height: 1.65;
    }

    .ds-header-v5-mobile-cta {
      width: 100%;
      min-height: 54px;
      padding: 0 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border-radius: 16px;
      color: var(--ds-header-white) !important;
      font-size: 15px;
      font-weight: 700;
      background: var(--ds-header-gradient);
      box-shadow: 0 14px 34px rgba(124, 58, 237, 0.28);
    }

    .ds-header-v5-mobile-cta i {
      font-size: 20px;
    }

    #ds-header-search-v5 {
      padding: 90px 14px 22px;
      align-items: flex-start;
    }

    .ds-search-v5-panel {
      max-height: calc(100vh - 112px);
      border-radius: 24px;
    }

    .ds-search-v5-head {
      padding: 20px 18px 16px;
    }

    .ds-search-v5-body {
      padding: 18px;
    }

    .ds-search-v5-item {
      grid-template-columns: 58px minmax(0,1fr);
    }

    .ds-search-v5-item img {
      width: 58px;
      height: 58px;
    }

    .ds-search-v5-item-action {
      grid-column: 2;
      width: fit-content;
      margin-top: 8px;
    }
  }

  @media (max-width: 640px) {
    .ds-header-v5-inner {
      width: min(100%, calc(100% - 26px));
      min-height: 74px;
      gap: 12px;
    }

    .ds-header-v5-logo img {
      height: 46px;
      max-width: 185px;
    }

    .ds-header-v5-mobile-search,
    .ds-header-v5-mobile-controls .ds-header-v5-cart,
    .ds-header-v5-menu-toggle {
      width: 45px;
      height: 45px;
      min-height: 45px;
      border-radius: 14px;
    }

    .ds-header-v5-mobile {
      top: 75px;
      height: calc(100vh - 75px);
    }

    .ds-header-v5-mobile-inner {
      padding: 20px 14px 30px;
    }

    .ds-search-v5-title {
      font-size: 28px;
    }

    .ds-search-v5-text {
      font-size: 13.5px;
    }

    #ds-global-product-search-input {
      height: 56px;
      font-size: 14.5px;
    }
  }

  @media (max-width: 390px) {
    .ds-header-v5-logo img {
      height: 42px;
      max-width: 165px;
    }

    .ds-header-v5-mobile-controls {
      gap: 8px;
    }

    .ds-header-v5-mobile-search,
    .ds-header-v5-mobile-controls .ds-header-v5-cart,
    .ds-header-v5-menu-toggle {
      width: 42px;
      height: 42px;
      min-height: 42px;
    }
  }


  #ds-footer-v33,
  #ds-footer-v33 * {
    box-sizing: border-box;
  }

  #ds-footer-v33 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    font-family: 'Poppins', Arial, sans-serif;
    color: var(--ds-blanco);
    background: #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .ds-footer-v33-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(168, 85, 247, 0.36),
      rgba(59, 130, 246, 0.28),
      transparent
    );
    opacity: 0.75;
  }

  .ds-footer-v33-inner {
    width: min(1380px, calc(100% - 84px));
    margin: 0 auto;
    padding: 62px 0 38px;
    display: grid;
    grid-template-columns: 1.28fr 0.9fr 0.9fr 1.05fr;
    gap: 46px;
    align-items: start;
  }

  .ds-footer-v33-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    width: fit-content;
  }

  .ds-footer-v33-brand img {
    display: block;
    width: auto;
    height: 58px;
    max-width: 230px;
    object-fit: contain;
  }

  .ds-footer-v33-description {
    max-width: 440px;
    margin: 18px 0 18px !important;
    color: var(--ds-gris-claro);
    font-size: 14.5px;
    line-height: 1.75;
  }

  .ds-footer-v33-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 18px;
  }

  .ds-footer-v33-badges span {
    min-height: 36px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    color: var(--ds-blanco);
    font-size: 12px;
    font-weight: 600;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.085);
    white-space: nowrap;
  }

  .ds-footer-v33-badges i {
    width: 14px;
    text-align: center;
    color: var(--ds-verde);
    font-size: 12.5px;
  }

  .ds-footer-v33-legal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    max-width: 440px;
  }

  .ds-footer-v33-legal a {
    min-height: 42px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border-radius: 13px;
    color: var(--ds-gris-claro) !important;
    text-decoration: none !important;
    font-size: 12.5px;
    font-weight: 600;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.25s ease;
  }

  .ds-footer-v33-legal a:hover {
    color: var(--ds-blanco) !important;
    border-color: rgba(168, 85, 247, 0.30);
    background: rgba(168, 85, 247, 0.10);
    transform: translateY(-1px);
  }

  .ds-footer-v33-legal i {
    width: 15px;
    text-align: center;
    color: var(--ds-purpura-brillo);
    font-size: 13px;
    flex: 0 0 15px;
  }

  .ds-footer-v33-col h3 {
    margin: 0 0 18px !important;
    color: var(--ds-blanco);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.03em;
  }

  .ds-footer-v33-list,
  .ds-footer-v33-contact {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid;
    gap: 12px;
  }

  .ds-footer-v33-list li,
  .ds-footer-v33-contact li {
    margin: 0 !important;
    padding: 0 !important;
  }

  .ds-footer-v33-list a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ds-gris-claro) !important;
    text-decoration: none !important;
    font-size: 14.5px;
    line-height: 1.45;
    transition: all 0.25s ease;
  }

  .ds-footer-v33-list a:hover {
    color: var(--ds-blanco) !important;
    transform: translateX(3px);
  }

  .ds-footer-v33-list a i {
    width: 17px;
    min-width: 17px;
    height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ds-purpura-brillo);
    font-size: 13px;
    line-height: 1;
  }

  .ds-footer-v33-products a i {
    color: var(--ds-purpura-brillo);
  }

  .ds-footer-v33-contact li {
    display: grid;
    grid-template-columns: 22px 1fr;
    align-items: start;
    gap: 12px;
  }

  .ds-footer-v33-contact i {
    width: 18px;
    text-align: center;
    color: var(--ds-purpura-brillo);
    margin-top: 4px;
    font-size: 15px;
  }

  .ds-footer-v33-contact a,
  .ds-footer-v33-contact span {
    color: var(--ds-gris-claro) !important;
    text-decoration: none !important;
    font-size: 14.5px;
    line-height: 1.55;
  }

  .ds-footer-v33-contact a:hover {
    color: var(--ds-blanco) !important;
  }

  .ds-footer-v33-social {
    margin-top: 22px;
    padding: 18px;
    border-radius: 20px;
    background:
      radial-gradient(circle at top left, rgba(168,85,247,0.15), transparent 38%),
      rgba(255,255,255,0.040);
    border: 1px solid rgba(255,255,255,0.09);
  }

  .ds-footer-v33-social-title {
    margin: 0 0 13px !important;
    color: var(--ds-blanco);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.02em;
  }

  .ds-footer-v33-social-text {
    margin: 0 0 14px !important;
    color: var(--ds-gris-claro);
    font-size: 12.8px;
    line-height: 1.55;
  }

  .ds-footer-v33-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .ds-footer-v33-social-link {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ds-blanco) !important;
    text-decoration: none !important;
    background: rgba(255,255,255,0.055);
    border: 1px solid rgba(255,255,255,0.11);
    transition: all 0.25s ease;
  }

  .ds-footer-v33-social-link i {
    font-size: 18px;
    line-height: 1;
  }

  .ds-footer-v33-social-link:hover {
    color: var(--ds-blanco) !important;
    transform: translateY(-2px);
  }

  .ds-footer-v33-social-link.facebook:hover {
    background: rgba(24, 119, 242, 0.18);
    border-color: rgba(24, 119, 242, 0.48);
  }

  .ds-footer-v33-social-link.instagram:hover {
    background: rgba(225, 48, 108, 0.18);
    border-color: rgba(225, 48, 108, 0.48);
  }

  .ds-footer-v33-social-link.tiktok:hover {
    background: rgba(34, 211, 238, 0.16);
    border-color: rgba(34, 211, 238, 0.42);
  }

  .ds-footer-v33-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
  }

  .ds-footer-v33-bottom-inner {
    width: min(1380px, calc(100% - 84px));
    min-height: 72px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    color: var(--ds-gris);
    font-size: 13px;
  }

  .ds-footer-v33-bottom-inner p {
    margin: 0 !important;
  }

  .ds-footer-v33-bottom-center {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--ds-gris-claro);
    font-weight: 500;
    text-align: center;
  }

  .ds-footer-v33-bottom-center i {
    color: var(--ds-verde);
    font-size: 13px;
  }

  .ds-footer-v33-credit {
    text-align: right;
  }

  .ds-footer-v33-credit a {
    color: var(--ds-blanco) !important;
    text-decoration: none !important;
    font-weight: 700;
  }

  .ds-footer-v33-credit a:hover {
    color: var(--ds-purpura-brillo) !important;
  }

  @media (max-width: 1180px) {
    .ds-footer-v33-inner {
      width: min(100%, calc(100% - 44px));
      grid-template-columns: 1.18fr 0.9fr 0.9fr 1fr;
      gap: 32px;
    }

    .ds-footer-v33-bottom-inner {
      width: min(100%, calc(100% - 44px));
    }

    .ds-footer-v33-brand img {
      height: 54px;
      max-width: 215px;
    }
  }

  @media (max-width: 980px) {
    .ds-footer-v33-inner {
      width: min(100%, calc(100% - 34px));
      grid-template-columns: 1fr 1fr;
      gap: 38px 28px;
      padding: 56px 0 38px;
    }

    .ds-footer-v33-brand-col {
      grid-column: 1 / -1;
    }

    .ds-footer-v33-description {
      max-width: 680px;
    }

    .ds-footer-v33-legal {
      max-width: 680px;
    }

    .ds-footer-v33-bottom-inner {
      width: min(100%, calc(100% - 34px));
      min-height: auto;
      padding: 22px 0;
      grid-template-columns: 1fr;
      text-align: center;
    }

    .ds-footer-v33-bottom-center {
      justify-self: center;
    }

    .ds-footer-v33-credit {
      text-align: center;
    }
  }

  @media (max-width: 640px) {
    .ds-footer-v33-inner {
      width: min(100%, calc(100% - 28px));
      grid-template-columns: 1fr;
      gap: 30px;
      padding: 48px 0 34px;
    }

    .ds-footer-v33-brand img {
      height: 50px;
      max-width: 195px;
    }

    .ds-footer-v33-description {
      font-size: 14.5px;
    }

    .ds-footer-v33-legal {
      grid-template-columns: 1fr;
      max-width: none;
    }

    .ds-footer-v33-social {
      padding: 16px;
    }

    .ds-footer-v33-social-links {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    }

    .ds-footer-v33-social-link {
      width: 100%;
      height: 46px;
    }

    .ds-footer-v33-bottom-inner {
      width: min(100%, calc(100% - 28px));
    }

    .ds-footer-v33-bottom-center {
      flex-direction: column;
      gap: 6px;
    }
  }

.et_pb_section_0_tb_header.et_pb_section{padding-top:0px;padding-bottom:0px}.et_pb_row_0_tb_header.et_pb_row{padding-top:0px!important;padding-bottom:0px!important;padding-top:0px;padding-bottom:0px}.et_pb_row_0_tb_header,body #page-container .et-db #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row{width:100%;max-width:100%}.et_pb_section_0_tb_footer.et_pb_section{padding-top:0px;padding-bottom:0px}.et_pb_row_0_tb_footer.et_pb_row{padding-top:0px!important;padding-bottom:0px!important;padding-top:0px;padding-bottom:0px}.et_pb_row_0_tb_footer,body #page-container .et-db #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row{width:100%;max-width:100%}.et_pb_section_0.et_pb_section{padding-top:0px;padding-bottom:0px}.et_pb_row_0.et_pb_row{padding-top:0px!important;padding-bottom:0px!important;padding-top:0px;padding-bottom:0px}.et_pb_row_0,body #page-container .et-db #et-boc .et-l .et_pb_row_0.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0.et_pb_row{width:100%;max-width:100%}