    :root {
      --sucess: #25d366;
      --primary: #2196f3;
      --primary-dark: #1565c0;
      --accent: #ff5722;
      --teal: #00bcd4;
      --gold: #f5a623;
      --dark: #1a2235;
      --light-bg: #f7f9fc;
      --text-muted: #8a9bb0;
      --card-shadow: 0 4px 20px rgba(0,0,0,0.08);
    }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: 'Poppins', sans-serif; background: #fff; color: var(--dark); }
    a {
      text-decoration: none;
    }

    /* ---- TOP BAR ---- */
    .top-bar {
      background: #fff;
      border-bottom: 1px solid #e8ecf0;
      font-size: 12px;
      color: #666;
      padding: 6px 0;
    }
    .top-bar a { color: #666; text-decoration: none; }
    .top-bar a:hover { color: var(--primary); }
    .covid-notice { color: var(--accent); font-weight: 600; }
    .covid-notice span { color: #555; font-weight: 400; }

    /* ---- NAVBAR ---- */
    .main-nav {
      background: #fff;
      box-shadow: 0 2px 12px rgba(0,0,0,0.08);
      padding: 12px 0;
      position: sticky;
      top: 0;
      z-index: 1000;
    }

    /* Logo */
    .brand-logo {
      font-family: 'Nunito', sans-serif;
      font-weight: 900;
      font-size: 24px;
      color: var(--primary);
      text-decoration: none;
    }
    .brand-logo .logo-icon {
      color: var(--teal);
      margin-right: 6px;
    }

    /* Links */
    .nav-links {
      list-style: none;
      display: flex;
      gap: 28px;
      margin: 0;
    }
    .nav-links a {
      text-decoration: none;
      color: var(--dark);
      font-size: 14px;
      font-weight: 500;
      transition: color .2s;
    }
    .nav-links a:hover,
    .nav-links a.active {
      color: var(--primary);
    }

    /* Search bar */
    .search-bar {
      position: relative;
    }
    .search-bar input {
      border: 1px solid #e0e6ed;
      border-radius: 25px;
      padding: 8px 40px 8px 16px;
      font-size: 13px;
      width: 240px;
      outline: none;
      transition: border .2s;
    }
    .search-bar input:focus {
      border-color: var(--primary);
    }
    .search-bar .fa-search {
      position: absolute;
      right: 14px;
      top: 50%;
      transform: translateY(-50%);
      color: #aaa;
      font-size: 13px;
    }

    /* Contenedor general del buscador */
    #searchBar {
      position: relative;
      width: 280px;
    }

    /* Input con estilo idéntico al modal */
    #navSearch {
      width: 100%;
      padding: 8px 36px 8px 12px;
      border: 1px solid #cfd8dc;
      border-radius: 12px;
      background: #f9fbfc;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
      outline: none;
      font-size: 14px;
      color: #333;
    }

    /* Ícono de lupa dentro del input */
    #searchIcon {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      color: #90a4ae;
      font-size: 16px;
    }

    /* Resultados desplegables */
    #searchResults {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: #fff;
      border: 1px solid #cfd8dc;
      border-radius: 15px 15px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      max-height: 200px;
      overflow-y: auto;
      z-index: 1000;
      display: none;
    }

    /* Estilo de cada resultado */
    #searchResults div {
      padding: 8px 12px;
      cursor: pointer;
      font-size: 14px;
      color: #333;
    }

    #searchResults div:hover {
      background: #f0f4f8;
      color: #1976d2;
    }

    /* ---- HERO SLIDER ---- */
    .ubicacion-personalizadad{
      position: absolute;
      bottom: 0;
      right: 0px;
      height: 400px;
      object-fit: contain;
      filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1));
      animation: flotar 3s ease-in-out infinite;
    }
    @keyframes flotar {
    0%   { transform: translateY(0px); filter: drop-shadow(0 20px 40px rgba(0,0,0,0.2)); }
    50%  { transform: translateY(-18px); filter: drop-shadow(0 36px 50px rgba(0,0,0,0.12)); }
    100% { transform: translateY(0px); filter: drop-shadow(0 20px 40px rgba(0,0,0,0.2)); }
    }
    .hero {
      background: linear-gradient(135deg, #e3f4fb 0%, #4DAFDA 80%, #1592C8 100%);
      min-height: 450px;
      position: relative;
      overflow: hidden;
    }
    .hero-content { padding: 80px 0 60px; position: relative; z-index: 2; }
    .hero-subtitle { color: var(--primary); font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; }
    .hero-title { font-family: 'Nunito', sans-serif; font-size: 46px; font-weight: 900; color: var(--dark); line-height: 1.15; margin-bottom: 16px; }
    .hero-desc { color: #607d8b; font-size: 13px; max-width: 360px; line-height: 1.7; margin-bottom: 28px; }
    .btn-shop {
      display: inline-flex; align-items: center; gap: 8px;
      background: #fff; color: var(--dark); border: 2px solid #e0e6ed;
      border-radius: 30px; padding: 11px 26px; font-size: 13px; font-weight: 700;
      text-decoration: none; transition: all .2s;
    }
    /* ---- NAV DE LOS PRODUCTOS ---- */
    .tab-filters a {
      text-decoration: none;
      font-size: 13px;
      font-weight: 600;
      color: #aaa;
      padding: 0;
      transition: color .2s;
    }
    .tab-filters a.active {
      color: var(--primary);
      border-bottom: 2px solid var(--primary);
      padding-bottom: 2px;
    }
    .tab-filters a:hover {
      color: var(--primary);
    }

    .btn-shop:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
    .hero-images { position: absolute; right: 80px; bottom: 0; z-index: 1; }
    .hero-images img { height: 360px; object-fit: contain; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.15)); }
    .discount-badge {
      position: absolute; top: 80px; right: 60px;
      background: var(--accent); color: #fff; border-radius: 12px;
      padding: 10px 16px; text-align: center; font-family: 'Nunito', sans-serif;
      font-weight: 900; font-size: 13px; box-shadow: 0 8px 24px rgba(255,87,34,.4);
      z-index: 3; transform: rotate(-5deg);
    }
    .discount-badge .num { font-size: 28px; line-height: 1; display: block; }
    .slider-dots { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 5; }
    .slider-dots span {
      width: 10px; height: 10px; border-radius: 50%; background: rgba(0,0,0,.2); cursor: pointer; transition: background .2s;
    }
    .slider-dots span.active { background: var(--primary); }

    /* ---- PILL BOTTLE MOCKUP (CSS) ---- */
    .pill-bottle-wrap { position: absolute; right: 60px; bottom: 0; width: 400px; height: 380px; }
    .bottle-main {
      position: absolute; bottom: 0; right: 40px;
      width: 160px; height: 240px;
      background: linear-gradient(160deg, #f5f8fa, #dce8ef);
      border-radius: 20px 20px 28px 28px;
      box-shadow: 0 12px 40px rgba(0,0,0,.18), inset 0 2px 8px rgba(255,255,255,.8);
    }
    .bottle-cap {
      position: absolute; top: -38px; left: 50%; transform: translateX(-50%);
      width: 100px; height: 50px;
      background: linear-gradient(180deg, #3949ab, #1a237e);
      border-radius: 12px 12px 0 0;
      box-shadow: 0 -4px 12px rgba(26,35,126,.3);
    }
    .bottle-label {
      position: absolute; top: 40px; left: 12px; right: 12px; bottom: 12px;
      background: linear-gradient(160deg, #e8f4fc, #cce4f4);
      border-radius: 12px;
      display: flex; flex-direction: column; align-items: center; justify-content: center;
      font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: 900; color: #1a237e;
      line-height: 1.2; text-align: center;
    }
    .bottle-label .small-text { font-size: 9px; font-weight: 600; color: #607d8b; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 4px; }
    .bottle-second {
      position: absolute; bottom: 0; right: 0;
      width: 130px; height: 200px;
      background: linear-gradient(160deg, #ecf5fb, #d6e8f2);
      border-radius: 16px 16px 22px 22px;
      box-shadow: 0 8px 30px rgba(0,0,0,.12);
      transform: rotate(15deg) translateX(20px);
    }
    .bottle-second-cap {
      position: absolute; top: -30px; left: 50%; transform: translateX(-50%);
      width: 80px; height: 40px;
      background: linear-gradient(180deg, #37474f, #1c313a);
      border-radius: 8px 8px 0 0;
    }

    /* ---- SECTION ---- */
    .section-wrap { padding: 48px 0; }
    .section-title { font-family: 'Nunito', sans-serif; font-size: 22px; font-weight: 900; color: var(--dark); }
    .tab-filters { display: flex; gap: 16px; }
    .tab-filters button {
      background: none; border: none; font-size: 13px; font-weight: 600; color: #aaa; padding: 0; cursor: pointer; transition: color .2s;
    }
    .tab-filters button.active { color: var(--primary); border-bottom: 2px solid var(--primary); padding-bottom: 2px; }
    .tab-filters button:hover { color: var(--primary); }


    /* ---- CARRUSEL PRODUCTOS ---- */
    .carousel-item {
      padding-bottom: 50px;   /* espacio para los indicadores */
    }

    /* BOTONES DE LAS FLECHAS */
    .carousel-btn-custom {
      width: 36px;
      height: 36px;
      background: #fff;
      border: 1px solid #e0e6ed;
      border-radius: 50%;
      top: 45%;
      box-shadow: 0 4px 12px rgba(0,0,0,.1);
      transition: all .2s;
      
    }
    .carousel-btn-custom:hover {
      background: var(--primary);
      border-color: var(--primary);
    }
    .carousel-btn-custom i {
      color: var(--primary);
      font-size: 13px;
    }
    .carousel-btn-custom:hover i {
      color: #fff;
    }
    .carousel-indicators button {
      width: 8px !important;
      height: 8px !important;
      border-radius: 50% !important;
      background-color: var(--primary) !important;
      opacity: .4 !important;
    }
    .carousel-indicators button.active {
      opacity: 1 !important;
      border-radius: 50% !important;
    }
    #productosCarrusel .col-md-3:nth-child(1) {
      margin-left: 0.5px; 
    }
    /* ---- PRODUCT CARD ---- */
    .product-card {
      background: #fff;
      border-radius: 16px;
      border: 1px solid #eef1f6;
      padding: 16px;
      transition: all .25s;
      position: relative;
      min-height: 280px;
      flex-direction: column;
    }
    .product-card:hover {
      box-shadow: 0 4px 15px rgba(33, 150, 243, 0.25);
      transform: translateY(-3px);
      color: var(--primary);
    }

    .product-cat {
      font-size: 10px;
      color: var(--text-muted);
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 4px;
    }

    .product-name {
      font-size: 13px;
      font-weight: 700;
      color: var(--dark);
      margin-bottom: 8px;
      line-height: 1.4;
    }
    /* ---- IMAGEN DE TARJETAS DE PRODUCTOS ---- */
    .product-img-wrap {
      height: 280px; display: flex; align-items: center; justify-content: center;
      background: var(--light-bg); border-radius: 12px; margin-bottom: 14px;
      font-size: 52px; color: #aaa;   padding: 16px;
      overflow: hidden;
      flex-shrink: 0; 
    }
    .product-card-img {
      width: 180%;
      height: auto;
    }

    /*BTN DE VER PRODUCTO*/
    .ver-producto-btn {
      background: none;
      border: none;
      color: var(--dark);
      font-size: 15px;
      font-weight: 700;
      padding: 0;
      cursor: pointer;
      transition: color .2s;
      font-family: 'Nunito', sans-serif;
    }
    .ver-producto-btn:hover {
      color: var(--primary);
    }
    /*----- FIN BTN DE VER PRODUCTO -----*/

    /*----- MODAL DE VER PRODUCTO -----*/
    .modal-producto-content {
      border: none;
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0 24px 60px rgba(0,0,0,.2);
    }
    .modal-producto-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    /* Cerrar */
    .modal-close-btn {
      position: absolute;
      top: 16px; right: 16px;
      z-index: 10;
      width: 36px; height: 36px;
      border-radius: 50%;
      background: rgba(255,255,255,.9);
      border: none;
      display: flex; align-items: center; justify-content: center;
      font-size: 16px; color: var(--dark);
      cursor: pointer;
      box-shadow: 0 2px 8px rgba(0,0,0,.15);
      transition: all .2s;
    }
    .modal-close-btn:hover {
      background: var(--accent);
      color: #fff;
    }
    /* Columna imagen */
    .modal-img-col {
      position: relative;
      min-height: 480px;
      overflow: hidden;
    }
    .modal-producto-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .modal-img-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.3) 100%);
    }
    .modal-img-badge {
      position: absolute;
      top: 16px; left: 16px;
      z-index: 2;
      background: var(--primary);
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      border-radius: 20px;
      padding: 4px 12px;
    }
    /* Columna info */
    .modal-info-col {
      padding: 36px 32px;
      display: flex;
      flex-direction: column;
      gap: 16px;
      overflow-y: auto;
      max-height: auto;
    }
    .modal-categoria-select {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
    /* BARRA BUSQUEDAD MODAL */
    .modal-select {
      border: 1px solid #e0e6ed;
      border-radius: 10px;
      padding: 4px;
      font-size: 13px;
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
      color: var(--dark);
      outline: none;
      cursor: pointer;
      transition: border .2s;
      background: var(--light-bg);
      width: 100%;
      overflow-y: auto;
    }
    .modal-select option {
      padding: 8px 12px;
      border-radius: 6px;
      cursor: pointer;
    }
    .modal-select option:checked {
      background: var(--primary);
      color: #fff;
    }
    /** SELLECCION DE PRODUCTOS ACTIVO **/
    .drop-item.selected {
      background: #e3f2fd;
      color: var(--primary);
      font-weight: 600;
    }
    .custom-dropdown { position: relative; }
    .drop-trigger {
      position: relative;
      display: flex;
      align-items: center;
    }
    .drop-search-input {
      width: 100%;
      border: 1px solid #e0e6ed;
      border-radius: 10px;
      padding: 9px 36px 9px 14px; 
      font-size: 13px;
      background: var(--light-bg);
      outline: none;
      transition: border-color .2s;
    }
    .drop-search-input:focus {
      border-color: var(--primary);
    }
    /* ICONO DENTRO DE LA BARRA DE BUSQUEDAD*/
    .drop-trigger i {
      position: absolute;
      right: 14px;
      top: 50%;
      transform: translateY(-50%);
      color: var(--text-muted);
      font-size: 14px;
      pointer-events: none;
    }
    .drop-list { display: none; position: absolute; width: 100%; background: #fff; border: 1px solid #e0e6ed; border-radius: 10px; box-shadow: 0 8px 24px rgba(0,0,0,.1); max-height: 175px; overflow-y: auto; z-index: 100; }
    .drop-item { padding: 10px 14px; font-size: 13px; cursor: pointer; }
    .drop-item:hover { background: var(--light-bg); color: var(--primary); }
    .custom-dropdown.open .drop-list { display: block; }
    .modal-titulo {
      font-family: 'Nunito', sans-serif;
      font-size: 24px;
      font-weight: 900;
      color: var(--dark);
      line-height: 1.2;
      margin: 0;
    }
    /* Estrellas */
    .modal-stars {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .stars-fill {
      color: #ffb300;
      font-size: 15px;
    }
    .stars-count {
      font-family: 'Nunito', sans-serif;
      font-weight: 900;
      font-size: 15px;
      color: var(--dark);
    }
    .stars-reviews {
      font-size: 12px;
      color: var(--text-muted);
    }
    /* Precio */
    .modal-precio-wrap {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
    }
    .modal-precio {
      font-family: 'Nunito', sans-serif;
      font-size: 28px;
      font-weight: 900;
      color: var(--primary);
    }
    .modal-precio-unit {
      font-size: 13px;
      color: var(--text-muted);
    }
    .modal-stock {
      display: flex;
      align-items: center;
      gap: 5px;
      background: #e8f5e9;
      color: #2e7d32;
      font-size: 11px;
      font-weight: 700;
      border-radius: 20px;
      padding: 4px 10px;
      margin-left: auto;
    }
    /* Descripción */
    .modal-desc {
      font-size: 13px;
      color: var(--text-muted);
      line-height: 1.7;
      margin: 0;
    }
    /* Presentaciones */
    .modal-presentaciones {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .modal-label {
      font-size: 12px;
      font-weight: 700;
      color: var(--dark);
    }
    .modal-tags {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
    }
    .modal-tag {
      background: var(--light-bg);
      border: 1px solid #e0e6ed;
      border-radius: 8px;
      padding: 6px 14px;
      font-size: 12px;
      font-weight: 600;
      color: var(--dark);
      cursor: pointer;
      transition: all .2s;
    }
    .modal-tag.active,
    .modal-tag:hover {
      background: var(--primary);
      border-color: var(--primary);
      color: #fff;
    }
    /* Botón WhatsApp */
    .modal-whatsapp-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      background: #25d366;
      color: #fff;
      border-radius: 14px;
      padding: 14px;
      font-size: 14px;
      font-weight: 700;
      text-decoration: none;
      transition: all .2s;
      box-shadow: 0 4px 16px rgba(37,211,102,.3);
    }
    .modal-whatsapp-btn:hover {
      background: #1da851;
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(37,211,102,.4);
    }
    .modal-whatsapp-btn .fa-whatsapp {
      font-size: 20px;
    }
    /* Compartir */
    .modal-share {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .modal-share-icons {
      display: flex;
      gap: 8px;
    }
    .share-icon {
      width: 34px; height: 34px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 13px;
      text-decoration: none;
      transition: all .2s;
    }
    .share-icon:hover { transform: translateY(-2px); }
    .share-icon.facebook { background: #e8f0fe; color: #1877f2; }
    .share-icon.whatsapp { background: #e8f8ef; color: #25d366; }
    .share-icon.instagram { background: #fce4f3; color: #e91e8c; }
    .share-icon.copy { background: var(--light-bg); color: var(--dark); }
    /* Responsive */
    @media (max-width: 768px) {
      .modal-producto-grid {
        grid-template-columns: 1fr;
      }
      .modal-img-col {
        min-height: 220px;
      }
    } /*FIN MODAL DE VER PRODUCTO*/
    .star-row { color: #ffb300; font-size: 11px; margin-bottom: 8px; }
.whatsapp-btn {
  position: absolute; 
  bottom: 14px; 
  right: 14px; /* misma posición que el carrito */
  width: 34px; 
  height: 34px; 
  border-radius: 50%;
  background: #25D366; /* color oficial de WhatsApp */
  border: 1px solid #e8ecf0;
  display: flex; 
  align-items: center; 
  justify-content: center;
  color: #fff; 
  font-size: 16px; 
  cursor: pointer; 
  transition: all .2s;
}

.whatsapp-btn:hover {
  background: #128C7E; /* tono más oscuro al hover */
  border-color: #128C7E;
}

    /* ---- LOCATION CARD ---- */
    .location-card {
      background: #fff;
      border-radius: 20px;
      border: 1px solid #eef1f6;
      overflow: hidden;
      box-shadow: var(--card-shadow);
      height: 420px;        
      display: flex;
      flex-direction: column;
    }

    .location-map-img {
      width: 100%;
      height: 160px;
      object-fit: cover;
      flex-shrink: 0;
    }

    .location-info {
      padding: 20px;
    }

    .location-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #e8f5e9;
      color: #2e7d32;
      font-size: 11px;
      font-weight: 700;
      border-radius: 20px;
      padding: 4px 12px;
      margin-bottom: 12px;
    }

    .location-name {
      font-family: 'Nunito', sans-serif;
      font-size: 18px;
      font-weight: 900;
      color: var(--dark);
      margin-bottom: 12px;
    }

    .location-address,
    .location-hours,
    .location-phone {
      font-size: 12px;
      color: var(--text-muted);
      margin-bottom: 8px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .location-address i,
    .location-hours i,
    .location-phone i {
      color: var(--primary);
      width: 14px;
      flex-shrink: 0;
    }

    .location-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      background: var(--primary);
      color: #fff;
      border-radius: 12px;
      padding: 11px;
      font-size: 13px;
      font-weight: 700;
      text-decoration: none;
      margin-top: 16px;
      transition: background .2s;
    }

    .location-btn:hover {
      background: var(--primary-dark);
      color: #fff;
    }
    /* ---- SOCIAL FULL SECTION ---- */
    .social-full {
      background: linear-gradient(120deg, #1a2235 0%, #0d47a1 100%);
      padding: 70px 0;
      position: relative;
      overflow: hidden;
    }
    .social-full-glow {
      position: absolute;
      border-radius: 50%;
      pointer-events: none;
    }
    .social-full-glow.g1 {
      width: 400px; height: 400px;
      top: -100px; left: -100px;
      background: radial-gradient(circle, rgba(130,80,255,.2), transparent 70%);
    }
    .social-full-glow.g2 {
      width: 300px; height: 300px;
      bottom: -80px; right: 200px;
      background: radial-gradient(circle, rgba(249,83,198,.15), transparent 70%);
    }
    .social-full-glow.g3 {
      width: 200px; height: 200px;
      top: 50%; right: -50px;
      background: radial-gradient(circle, rgba(33,150,243,.15), transparent 70%);
    }
    /* Badge */
    .social-full-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: linear-gradient(90deg, #f953c6, #b91d73);
      border-radius: 20px;
      padding: 6px 16px;
      font-size: 12px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 20px;
    }
    /* Título */
    .social-full-title {
      font-family: 'Nunito', sans-serif;
      font-size: 40px;
      font-weight: 900;
      line-height: 1.2;
      margin-bottom: 16px;
      background: linear-gradient(90deg, #fff 40%, #a78bfa 100%);
      -webkit-background-clip: text;
      background-clip: text;  
      -webkit-text-fill-color: transparent;
    }
    .social-full-sub {
      font-size: 13px;
      color: rgba(255,255,255,.5);
      line-height: 1.7;
      margin-bottom: 28px;
      max-width: 340px;
      margin-left: auto; 
      margin-right: auto;
      text-align: center
    }
    /* Stats */
    .social-full-stats {
      display: flex;
      align-items: center;
      gap: 20px;
    }
    .stat {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }
    .stat-num {
      font-family: 'Nunito', sans-serif;
      font-size: 22px;
      font-weight: 900;
      color: #fff;
    }
    .stat-label {
      font-size: 11px;
      color: rgba(255,255,255,.4);
    }
    .stat-divider {
      width: 1px;
      height: 36px;
      background: rgba(255,255,255,.1);
    }
    /* Grid de redes */
    .social-full-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }
    /* Tarjeta de red */
    .social-full-card {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 16px;
      border-radius: 16px;
      text-decoration: none;
      color: #fff;
      border: 1px solid rgba(255,255,255,.08);
      background: rgba(255,255,255,.05);
      backdrop-filter: blur(10px);
      transition: all .3s;
      position: relative;
      overflow: hidden;
    }
    .social-full-card::before {
      content: '';
      position: absolute;
      inset: 0;
      opacity: 0;
      transition: opacity .3s;
      border-radius: 16px;
    }
    .social-full-card:hover {
      transform: translateY(-4px);
      border-color: rgba(255,255,255,.2);
      box-shadow: 0 12px 30px rgba(0,0,0,.3);
      color: #fff;
    }
    .social-full-card:hover::before { opacity: 1; }
    /* Colores hover */
    .social-full-card.instagram::before {
      background: linear-gradient(135deg, rgba(249,83,198,.25), rgba(185,29,115,.25));
    }
    .social-full-card.facebook::before {
      background: rgba(24,119,242,.2);
    }
    .social-full-card.whatsapp::before {
      background: rgba(37,211,102,.2);
    }
    .social-full-card.tiktok::before {
      background: rgba(255,255,255,.05);
    }
    /* Icono */
    .sfc-icon {
      width: 44px; height: 44px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      flex-shrink: 0;
    }
    .instagram .sfc-icon {
      background: linear-gradient(135deg, #f953c6, #b91d73);
      color: #fff;
    }
    .facebook .sfc-icon {
      background: #1877f2;
      color: #fff;
    }
    .whatsapp .sfc-icon {
      background: #25d366;
      color: #fff;
    }
    .tiktok .sfc-icon {
      background: #000;
      color: #fff;
      border: 1px solid rgba(255,255,255,.1);
    }
    .sfc-info {
      display: flex;
      flex-direction: column;
      flex: 1;
      gap: 2px;
    }
    .sfc-name {
      font-size: 13px;
      font-weight: 700;
      color: #fff;
    }
    .sfc-handle {
      font-size: 10px;
      color: rgba(255,255,255,.4);
    }
    .sfc-followers {
      font-family: 'Nunito', sans-serif;
      font-size: 13px;
      font-weight: 900;
      color: rgba(255,255,255,.6);
      margin-right: 8px;
    }
    .sfc-arrow {
      font-size: 11px;
      color: rgba(255,255,255,.2);
      transition: all .3s;
    }
    .social-full-card:hover .sfc-arrow {
      color: #fff;
      transform: translate(2px, -2px);
    }
@media (min-width: 992px) {
  .social-full-sub {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}


    /* ---- LATEST NEWS BAR ---- */
    .news-bar { background: #fff; border-top: 1px solid #eef1f6; padding: 32px 0 0; }

    /* ---- FOOTER ---- */
    footer { background: var(--dark); color: rgba(255,255,255,.6); padding: 48px 0 24px; font-size: 13px; }
    footer h6 { color: #fff; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 15px; margin-bottom: 16px; }
    footer a { color: rgba(255,255,255,.55); text-decoration: none; display: block; margin-bottom: 8px; transition: color .2s; }
    footer a:hover { color: #fff; }
    .footer-brand { font-family: 'Nunito', sans-serif; font-size: 22px; font-weight: 900; color: #fff; margin-bottom: 12px; }
    .footer-brand span { color: var(--teal); }
    .footer-divider { border-color: rgba(255,255,255,.1); margin: 32px 0 20px; }
    .social-icons a {
      display: inline-flex; align-items: center; justify-content: center;
      width: 36px; height: 36px; border-radius: 50%;
      background: rgba(255,255,255,.08); color: rgba(255,255,255,.6);
      font-size: 14px; margin-right: 8px; transition: all .2s;
    }
    .social-icons a:hover { background: var(--primary); color: #fff; }

    /* ---- RESPONSIVE ---- */
    @media (max-width: 768px) {
      .hero-title { font-size: 30px; }
      .pill-bottle-wrap, .hero-images { display: none; }
      .promo-sale-badge { display: none; }
      .jars-wrap { display: none; }
    }
