
    #hx-zone *, #hx-zone *::before, #hx-zone *::after {
      margin: 0; padding: 0;
      box-sizing: border-box;
    }
    #hx-zone {
      font-family: 'Nunito', sans-serif;
      font-size: 17.5px;
      color: #023350;
      background: #f0f4f5;
    }
    #hx-zone a { text-decoration: none; color: inherit; }

    /* ══════════════════════════════════════
       COLORES DE LA TIENDA
       --primary:  #03A297  (teal)
       --dark:     #023350  (navy)
       --secondary:#5EA4B0  (teal claro)
    ══════════════════════════════════════ */

    /* ══ TOP BAR ══ */
    #hx-zone .topbar {
      background: #023350;
      padding: 8px 0;
    }
    #hx-zone .topbar .wrap {
      width: 100%;
      max-width: 1380px;
      margin: 0 auto;
      padding: 0 29px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    #hx-zone .topbar-left a {
      color: #9bbfd4;
      font-size: 14.5px;
      margin-right: 18px;
      transition: color .18s;
    }
    #hx-zone .topbar-left a:hover { color: #fff; }
    #hx-zone .topbar-right {
      display: flex;
      align-items: center;
      font-size: 14.5px;
      color: #9bbfd4;
      gap: 10px;
    }
    #hx-zone .topbar-right strong { color: #fff; font-weight: 700; }
    #hx-zone .topbar-right .sep { color: #2a5a78; }
    #hx-zone .sel-wrap {
      position: relative;
      display: inline-flex;
      align-items: center;
    }
    #hx-zone .sel-wrap select {
      background: transparent;
      border: none;
      color: #9bbfd4;
      font-size: 13.5px;
      font-family: 'Nunito', sans-serif;
      cursor: pointer;
      outline: none;
      appearance: none;
      padding-right: 18px;
    }
    #hx-zone .sel-wrap::after {
      content: '\f078';
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      font-size: 10px;
      color: #9bbfd4;
      pointer-events: none;
      position: absolute;
      right: 0;
    }

    /* ══ HEADER ══ */
    #hx-zone .header {
      display: block;
      width: 100%;
      background: #fff;
      padding: 18px 0;
      border-bottom: 1px solid #e0eaee;
    }
    #hx-zone .header .wrap {
      width: 100%;
      max-width: 1380px;
      margin: 0 auto;
      padding: 0 29px;
      display: flex;
      align-items: center;
      gap: 22px;
    }

    /* Logo */
    #hx-zone .logo-area {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
    }
    #hx-zone .ham-icon {
      font-size: 24px;
      color: #5EA4B0;
      cursor: pointer;
    }
    #hx-zone .logo-img-link { display: flex; align-items: center; flex-shrink: 0; }
    #hx-zone .logo-img {
      height: 78px;
      width: auto;
      object-fit: contain;
      display: block;
    }

    /* Search */
    #hx-zone .search-wrap {
      flex: 1;
      display: flex;
      border: 1.5px solid #c8dde5;
      border-radius: 50px;
      overflow: hidden;
    }
    #hx-zone .search-wrap input {
      flex: 1;
      padding: 9px 18px;
      border: none; outline: none;
      font-size: 14px; color: #666;
      font-family: 'Nunito', sans-serif;
    }
    #hx-zone .search-wrap input::placeholder { color: #aac3cd; }
    #hx-zone .search-btn {
      background: #03A297;
      border: none;
      padding: 0 20px;
      cursor: pointer; color: #fff;
      font-size: 16px;
      display: flex; align-items: center;
      border-radius: 0 50px 50px 0;
      transition: background .18s;
    }
    #hx-zone .search-btn:hover { background: #028a80; }

    /* Header right */
    #hx-zone .hdr-right {
      display: flex; align-items: center; gap: 22px;
      flex-shrink: 0;
    }
    #hx-zone .hdr-cart {
      display: flex; align-items: center; gap: 10px; cursor: pointer;
    }
    #hx-zone .cart-ico-box { position: relative; }
    #hx-zone .cart-ico-box .fa-bag-shopping { font-size: 31px; color: #5EA4B0; }
    #hx-zone .cart-badge {
      position: absolute; top: -8px; right: -9px;
      background: #03A297; color: #fff;
      font-size: 11px; font-weight: 800;
      min-width: 20px; height: 20px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
    }
    #hx-zone .cart-txt .ct-top { font-size: 13px; color: #7aabb8; line-height: 1.3; }
    #hx-zone .cart-txt .ct-bot { font-size: 18px; font-weight: 900; color: #023350; }

    /* ══ NAVBAR ══ */
    #hx-zone .hero-navbar {
      display: block;
      width: 100%;
      background: #fff;
      border-bottom: 1px solid #ddeaee;
    }
    #hx-zone .hero-navbar .wrap {
      width: 100%;
      max-width: 1380px;
      margin: 0 auto;
      padding: 0 29px;
      display: flex; align-items: center;
    }
    #hx-zone .btn-cats {
      background: #03A297; color: #fff;
      border: none;
      padding: 19px 24px;
      width: 318px;
      flex-shrink: 0;
      font-size: 17px; font-weight: 800;
      font-family: 'Nunito', sans-serif;
      cursor: pointer;
      display: flex; align-items: center;
      justify-content: space-between;
      border-radius: 16px 16px 0 0;
    }
    #hx-zone .btn-cats:hover { background: #028a80; }
    #hx-zone .btn-cats .chev { font-size: 12px; }
    #hx-zone .nav-links {
      list-style: none;
      display: flex; align-items: center;
    }
    #hx-zone .nav-links li > a {
      display: flex; align-items: center; gap: 4px;
      padding: 19px 17px;
      font-size: 16px; font-weight: 700;
      color: #023350;
      transition: color .18s;
    }
    #hx-zone .nav-links li > a:hover { color: #03A297; }
    #hx-zone .nav-links li > a .chev { font-size: 10px; }
    #hx-zone .nav-active > a { color: #03A297 !important; }
    #hx-zone .nav-contact > a {
      color: #03A297 !important;
    }
    #hx-zone .nav-contact > a:hover { color: #028a80 !important; }

    /* ══ PAGE BODY ══ */
    #hx-zone .page-body {
      background: #f0f4f5;
      padding: 0 0 22px;
    }
    #hx-zone .page-body .wrap {
      width: 100%;
      max-width: 1380px;
      margin: 0 auto;
      padding: 0 29px;
      display: flex;
      align-items: flex-start;
      gap: 13px;
    }

    /* ══ SIDEBAR ══ */
    #hx-zone .sidebar {
      width: 318px;
      flex-shrink: 0;
      background: #fff;
      border-radius: 0 0 16px 16px;
      overflow: visible;          /* permite que el dropdown salga afuera */
      box-shadow: 0 4px 12px rgba(2,51,80,0.08);
      position: relative;
      z-index: 50;
    }
    /* Clip visual de las esquinas sin overflow:hidden */
    #hx-zone .sidebar::before {
      content: '';
      position: absolute; inset: 0;
      border-radius: 0 0 16px 16px;
      box-shadow: inset 0 0 0 0 transparent;
      pointer-events: none;
      z-index: -1;
    }
    #hx-zone .sidebar ul { list-style: none; }
    #hx-zone .sidebar ul li {
      border-bottom: 1px solid #eef4f6;
      position: relative;         /* base para el dropdown */
    }
    #hx-zone .sidebar ul li:last-child { border-bottom: none; }
    #hx-zone .sidebar ul li > a {
      display: flex; align-items: center;
      padding: 11px 18px;
      font-size: 14.5px; font-weight: 600;
      color: #023350; gap: 10px;
      transition: background .14s, color .14s;
      line-height: 1.3;
    }
    #hx-zone .sidebar ul li:hover > a { background: #f0faf9; color: #03A297; }
    #hx-zone .cat-ico {
      width: 25px; height: 25px;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0; color: #5EA4B0; font-size: 14px;
    }
    #hx-zone .cat-ico img {
      width: 22px;
      height: 22px;
      object-fit: contain;
      display: block;
    }
    #hx-zone .cat-label { flex: 1; }
    #hx-zone .cat-arr { color: #b0cdd5; font-size: 12px; }
    #hx-zone .badge-new {
      background: #03A297; color: #fff;
      font-size: 10px; font-weight: 800;
      padding: 2px 7px; border-radius: 3px;
      letter-spacing: .5px;
    }
    #hx-zone .badge-hot {
      background: #FD6A6A; color: #fff;
      font-size: 10px; font-weight: 800;
      padding: 2px 7px; border-radius: 3px;
      letter-spacing: .5px;
    }
    #hx-zone .sidebar-sep {
      border-top: 1px solid #ddeaee !important;
    }

    /* ══ DROPDOWN DE PRODUCTOS ══ */
    #hx-zone .cat-dropdown {
      display: none;
      position: absolute;
      left: calc(100% + 6px);
      top: 0;
      width: 260px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 8px 28px rgba(2,51,80,0.14);
      z-index: 200;
      padding: 8px 0;
      border: 1px solid #e0edf0;
    }
    #hx-zone .sidebar ul li:hover .cat-dropdown { display: block; }
    #hx-zone .cat-dropdown-title {
      font-size: 12px; font-weight: 800;
      color: #03A297;
      padding: 6px 18px 8px;
      text-transform: uppercase;
      letter-spacing: .5px;
      border-bottom: 1px solid #eef4f6;
      margin-bottom: 4px;
    }
    #hx-zone .cat-prod-item {
      display: block;
      padding: 8px 18px;
      font-size: 13.5px; font-weight: 600;
      color: #023350;
      transition: color .14s, padding-left .14s;
      cursor: pointer;
    }
    #hx-zone .cat-prod-item:hover {
      color: #03A297;
      padding-left: 24px;
    }

    /* ══ HERO ══ */
    #hx-zone .hero {
      flex: 1;
      position: relative;
      overflow: hidden;
      border-radius: 16px;
      min-height: 340px;
      margin-top: 18px;
      box-shadow: 0 4px 16px rgba(2,51,80,0.14);
    }
    #hx-zone .hero-bg {
      position: absolute; inset: 0;
      background:
        linear-gradient(
          to right,
          rgba(2, 30, 50, 0.95) 0%,
          rgba(3, 50, 80, 0.88) 35%,
          rgba(3, 100, 130, 0.40) 65%,
          rgba(3, 162, 151, 0.10) 100%
        ),
        url('https://images.unsplash.com/photo-1606811841689-23dfddce3e95?w=1200&auto=format&fit=crop&q=80')
        center / cover no-repeat;
    }
    #hx-zone .hero-content {
      position: relative; z-index: 2;
      padding: 50px 58px;
      max-width: 580px;
    }
    #hx-zone .hero-eyebrow {
      color: #03A297;
      font-size: 14.5px; font-weight: 700;
      margin-bottom: 14px; letter-spacing: .5px;
      text-transform: uppercase;
      display: flex; align-items: center; gap: 8px;
    }
    #hx-zone .hero-eyebrow::before {
      content: '';
      display: inline-block;
      width: 28px; height: 2px;
      background: #03A297;
      border-radius: 2px;
    }
    #hx-zone .hero-title {
      color: #fff; font-size: 41px; font-weight: 900;
      line-height: 1.13; margin-bottom: 18px;
      font-family: 'Nunito', sans-serif;
    }
    #hx-zone .hero-title span { color: #03A297; }
    #hx-zone .hero-desc {
      color: #a8c8d4; font-size: 15px; font-weight: 400;
      line-height: 1.68; margin-bottom: 26px;
      max-width: 410px;
    }
    #hx-zone .hero-btns {
      display: flex; gap: 12px; align-items: center;
    }
    #hx-zone .btn-primary-hero {
      background: #03A297; color: #fff;
      border: none;
      padding: 14px 33px;
      font-size: 16px; font-weight: 800;
      font-family: 'Nunito', sans-serif;
      cursor: pointer;
      border-radius: 50px;
      display: inline-flex; align-items: center; gap: 9px;
      letter-spacing: .3px;
      transition: background .18s;
    }
    #hx-zone .btn-primary-hero:hover { background: #028a80; }
    #hx-zone .btn-secondary-hero {
      background: transparent; color: #fff;
      border: 2px solid rgba(255,255,255,0.4);
      padding: 13px 28px;
      font-size: 16px; font-weight: 700;
      font-family: 'Nunito', sans-serif;
      cursor: pointer;
      border-radius: 50px;
      display: inline-flex; align-items: center; gap: 8px;
      transition: border-color .18s, background .18s;
    }
    #hx-zone .btn-secondary-hero:hover {
      border-color: #fff;
      background: rgba(255,255,255,0.08);
    }

    /* Slide dots */
    #hx-zone .hero-dots {
      position: absolute; bottom: 17px; right: 20px;
      display: flex; gap: 7px; z-index: 3;
    }
    #hx-zone .dot {
      width: 10px; height: 10px;
      border-radius: 50%;
      background: rgba(255,255,255,0.35);
      cursor: pointer;
      transition: background .18s;
    }
    #hx-zone .dot.active { background: #03A297; }

    /* Badges hero */
    #hx-zone .hero-badges {
      display: flex; gap: 10px; margin-bottom: 20px;
    }
    #hx-zone .hbadge {
      background: rgba(3,162,151,0.18);
      border: 1px solid rgba(3,162,151,0.4);
      color: #5dd6ce;
      font-size: 12px; font-weight: 700;
      padding: 4px 12px;
      border-radius: 50px;
      display: inline-flex; align-items: center; gap: 5px;
    }

    /* ══════════════════════════════════════
       ELEMENTOS MÓVIL (ocultos en desktop)
    ══════════════════════════════════════ */
    #hx-zone .mobile-menu-btn {
      display: none;
      background: none; border: none;
      font-size: 26px; color: #023350;
      cursor: pointer; padding: 4px 8px;
      flex-shrink: 0;
    }

    /* Drawer móvil */
    #hx-zone .mobile-drawer {
      display: none;
      position: fixed; inset: 0;
      z-index: 1000;
    }
    #hx-zone .mobile-drawer.open { display: block; }
    #hx-zone .drawer-overlay {
      position: absolute; inset: 0;
      background: rgba(2,30,50,0.55);
    }
    #hx-zone .drawer-panel {
      position: absolute;
      top: 0; left: 0; bottom: 0;
      width: min(320px, 85vw);
      background: #fff;
      overflow-y: auto;
      display: flex; flex-direction: column;
    }
    #hx-zone .drawer-header {
      background: #03A297;
      padding: 18px 20px;
      display: flex; align-items: center; justify-content: space-between;
    }
    #hx-zone .drawer-header span {
      color: #fff; font-size: 17px; font-weight: 800;
    }
    #hx-zone .drawer-close {
      background: none; border: none;
      color: #fff; font-size: 22px; cursor: pointer;
      line-height: 1;
    }
    #hx-zone .drawer-nav { padding: 8px 0; border-bottom: 1px solid #eef4f6; }
    #hx-zone .drawer-nav a {
      display: block;
      padding: 13px 22px;
      font-size: 15px; font-weight: 700;
      color: #023350;
      border-bottom: 1px solid #f3f8f9;
      transition: color .15s, background .15s;
    }
    #hx-zone .drawer-nav a:hover { color: #03A297; background: #f0faf9; }
    #hx-zone .drawer-nav a.active { color: #03A297; }
    #hx-zone .drawer-cats-title {
      padding: 14px 22px 8px;
      font-size: 12px; font-weight: 800;
      color: #03A297; text-transform: uppercase; letter-spacing: .5px;
    }
    #hx-zone .drawer-cats a {
      display: flex; align-items: center; gap: 10px;
      padding: 11px 22px;
      font-size: 14px; font-weight: 600;
      color: #023350;
      border-bottom: 1px solid #f3f8f9;
      transition: color .15s, background .15s;
    }
    #hx-zone .drawer-cats a:hover { color: #03A297; background: #f0faf9; }
    #hx-zone .drawer-cats a i { color: #5EA4B0; font-size: 13px; width: 18px; text-align: center; }
    #hx-zone .drawer-cats a img { width: 18px; height: 18px; object-fit: contain; flex-shrink: 0; }
    #hx-zone .drawer-footer {
      padding: 18px 22px;
      border-top: 1px solid #eef4f6;
      margin-top: auto;
    }
    #hx-zone .drawer-footer a {
      display: flex; align-items: center; gap: 8px;
      padding: 11px 18px;
      background: #25D366; color: #fff;
      border-radius: 50px;
      font-size: 15px; font-weight: 700;
      justify-content: center;
    }


    /* ══════════════════════════════════════
       TABLET  768px – 1023px
    ══════════════════════════════════════ */
    @media (max-width: 1023px) {
      #hx-zone .topbar-left { display: none; }
      #hx-zone .topbar-right { font-size: 12.5px; gap: 7px; }
      #hx-zone .topbar-right .sep { display: none; }

      #hx-zone .header .wrap { gap: 14px; padding: 0 18px; }
      #hx-zone .logo-img { height: 62px; }

      #hx-zone .search-wrap input { padding: 8px 14px; font-size: 13px; }
      #hx-zone .search-btn { padding: 0 16px; font-size: 15px; }

      #hx-zone .hdr-right { gap: 16px; }
      #hx-zone .hdr-whatsapp { display: none; }
      #hx-zone .cart-ico-box .fa-bag-shopping { font-size: 26px; }
      #hx-zone .cart-txt { display: none; }

      #hx-zone .hero-navbar .wrap { padding: 0 18px; }
      #hx-zone .btn-cats { width: 240px; padding: 15px 18px; font-size: 14.5px; }
      #hx-zone .sidebar { width: 240px; }
      #hx-zone .nav-links li > a { padding: 15px 11px; font-size: 13.5px; }
    }

    /* ══════════════════════════════════════
       MÓVIL  < 768px
    ══════════════════════════════════════ */
    @media (max-width: 767px) {
      /* Topbar compacto */
      #hx-zone .topbar .wrap { padding: 0 14px; }
      #hx-zone .topbar-left { display: none; }
      #hx-zone .topbar-right { font-size: 12px; flex-wrap: wrap; gap: 5px; }
      #hx-zone .topbar-right .sep { display: none; }

      /* Header: fila 1: logo | bolsa | hamburguesa
                 fila 2: barra de búsqueda ancho completo */
      #hx-zone .header { padding: 10px 0; }
      #hx-zone .header .wrap {
        flex-wrap: wrap;
        padding: 0 14px;
        gap: 8px;
      }
      #hx-zone .logo-area { flex: 1; gap: 7px; }
      #hx-zone .logo-img { height: 52px; }
      #hx-zone .ham-icon { display: none; }

      /* Search → segunda fila, ancho completo */
      #hx-zone .search-wrap {
        order: 10;
        width: 100%;
        flex: none;
      }
      #hx-zone .search-wrap input { padding: 10px 16px; font-size: 14px; }
      #hx-zone .search-btn { padding: 0 18px; font-size: 16px; }

      /* Carrito: solo ícono, sin texto */
      #hx-zone .hdr-right { gap: 4px; flex-shrink: 0; }
      #hx-zone .hdr-whatsapp { display: none; }
      #hx-zone .cart-ico-box .fa-bag-shopping { font-size: 24px; }
      #hx-zone .cart-badge { top: -6px; right: -7px; }
      #hx-zone .cart-txt { display: none; }

      /* Hamburguesa al lado de la bolsa */
      #hx-zone .mobile-menu-btn { display: flex; align-items: center; }

      /* Navbar → oculto en móvil */
      #hx-zone .hero-navbar { display: none; }

      /* Body: quitar sidebar, hero full width */
      #hx-zone .page-body { padding: 0; }
      #hx-zone .page-body .wrap { flex-direction: column; padding: 0; gap: 0; }
      #hx-zone .sidebar { display: none; }
      #hx-zone .hero { border-radius: 0; margin-top: 0; min-height: 260px; }

      /* Hero texto */
      #hx-zone .hero-content { padding: 28px 22px; max-width: 100%; }
      #hx-zone .hero-eyebrow { font-size: 12px; margin-bottom: 10px; }
      #hx-zone .hero-badges { gap: 7px; margin-bottom: 14px; }
      #hx-zone .hbadge { font-size: 11px; padding: 3px 10px; }
      #hx-zone .hero-title { font-size: 26px; margin-bottom: 12px; }
      #hx-zone .hero-desc { font-size: 13px; margin-bottom: 18px; max-width: 100%; }
      #hx-zone .hero-btns { flex-direction: column; align-items: flex-start; gap: 10px; }
      #hx-zone .btn-primary-hero { padding: 12px 26px; font-size: 14px; }
      #hx-zone .btn-secondary-hero { padding: 11px 22px; font-size: 14px; }
    }

    /* ══ Extra pequeño < 420px ══ */
    @media (max-width: 420px) {
      #hx-zone .topbar { display: none; }
      #hx-zone .logo-img { height: 46px; }
      #hx-zone .hero-title { font-size: 22px; }
    }
  
