<style>
    
    header {
      position: fixed;
      top: 0;
      width: 100%;
      background: #fff;
      z-index: 999;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
	body {
      font-family: 'Lato', sans-serif;
    }

    h1, h2, h3, .btn {
      font-family: 'Poppins', sans-serif;
    }
    .btn-primary {
      background-color: #28a745;
      border: none;
    }
    .top-bar {
      padding: 5px 0;
      #border-bottom: 1px solid;
	  padding: 10px 15px 5px;
	  background: #FFDB8B;
    }
    .top-bar .logo img {
      height: 50px;
    }
    .search-box input {
      border-radius: 20px;
    }
	.category-bar-wrapper {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .category-bar {
      background: #FFC000;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
	  padding: 5px;
      min-width: max-content;
    }
    .category-bar .btn-category {
      border: none;
      background-color: #FFF1D1;
      padding: 4px 12px;
      border-radius: 20px;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 5px;
      transition: background-color 0.2s;
	  
    }
    .category-bar .btn-category:hover,
    .category-bar .btn-category.active {
      background-color: #28a745;
      color: #fff;
    }
	.category-bar-wrapper::-webkit-scrollbar {
  height: 6px;
}
.category-bar-wrapper::-webkit-scrollbar-track {
  background: #e0e0e0;
}
.category-bar-wrapper::-webkit-scrollbar-thumb {
  background-color: #b0b0b0;
  border-radius: 3px;
}
    .carousel img {
      border-radius: 8px;
    }
    .carousel-indicators [data-bs-target] {
      background-color: #28a745;
    }
	.form-control{
      background: #FFF1D1;
	  border: 1px solid gray;
	  color: white;
    }
	.input-group input::placeholder{
	  color: #BA4609;
    }
	
    .top-button {
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 13px;
      text-align: center;
    }
	.top-button:hover {
      background-color: #FFC000;
	  color: white;
    }
    footer {
      background-color: #f8f9fa;
      padding: 20px 0;
      text-align: center;
      font-size: 14px;
      color: #555;
      margin-top: 40px;
    }
	.btn-carrito {
      display: inline-flex;
      align-items: center;
      background-color: #e76f27;
      color: #fff;
      border: none;
      border-radius: 20px;
      padding: 6px 12px;
      font-family: 'Lato', sans-serif;
      font-size: 14px;
      font-weight: bold;
    }

    .btn-carrito .icono {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
    }

    .btn-carrito .icono img {
      width: 24px;
      height: 24px;
    }

    .btn-carrito .badge {
      position: absolute;
      top: -6px;
      right: -6px;
      background-color: #b91c1c;
      color: #fff;
      font-size: 10px;
      padding: 2px 5px;
      border-radius: 10px;
    }

    .btn-carrito .divider {
      width: 1px;
      height: 20px;
      background-color: rgba(255, 255, 255, 0.4);
      margin: 0 8px;
    }

    .btn-carrito .monto {
      white-space: nowrap;
    }
	
	
#mobile-menu {
  position: fixed;
  top: 60px; /* justo debajo del header */
  left: 0;
  width: 100%;
  background-color: white;
  display: none;
  z-index: 999;
  background-color: #FFDB8B;
  justify-content: space-around;
  align-items: center;
  gap: 8px;
  padding: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

#mobile-menu.show {
  display: flex;
  flex-direction: row;
}
	
	.whatsapp-button {
	  position: fixed;
	  bottom: 20px;
	  right: 20px;
	  z-index: 9999;
	  display: flex;
	  flex-direction: column;
	  align-items: flex-end;
	}
	.whatsapp-icon {
	  width: 56px;
	  height: 56px;
	  border-radius: 50%;
	  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	  cursor: pointer;
	}

	.tooltip-mensaje {
	  background: #fff;
	  border-radius: 12px;
	  padding: 10px 12px;
	  margin-bottom: 8px;
	  font-size: 14px;
	  color: #000;
	  max-width: 250px;
	  display: flex;
	  align-items: center;
	  gap: 8px;
	  position: relative;
	  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	}

	.banana-icon {
	  width: 30px;
	  height: 40px;
	}

	.close-tooltip {
	  position: absolute;
	  top: 4px;
	  right: 6px;
	  font-size: 16px;
	  color: #666;
	  cursor: pointer;
	}
	
	.producto-card {
	  background: #f1f8f4;
	  border-radius: 12px;
	  padding: 12px;
	  margin: 10px;
	  width: 100%;
	  max-width: 200px;
	  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	  position: relative;
	  display: flex;
	  flex-direction: column;
	  justify-content: flex-start;
	  font-size: 14px;
	}

/* Botón de favorito */
.btn-favorito {
  position: absolute;
  top: 6px;
  right: 6px;
  background: none;
  border: none;
  font-size: 18px;
}

/* Imagen centrada */
.imagen-producto img {
  max-width: 90px;
  display: block;
  margin: 0 auto 6px;
}

/* Toggle de unidad */
.unidad-toggle {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 4px;
}
.btn-unidad {
  border: 1px solid #ccc;
  padding: 2px 10px;
  height: 20px;
  line-height: 0px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.btn-unidad.active {
  background-color: #2d6a4f;
  color: #fff;
}

/* Nombre del producto */
.nombre-producto {
  font-size: 14px;
  text-align: center;
  margin-bottom: 6px;
}

/* Precio */
.precio-bloque {
  margin-bottom: 8px;
}
.info-label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
}
.info-icon {
  cursor: pointer;
  font-size: 14px;
}
.precios {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
}
.precio {
  font-weight: bold;
  color: #000;
}
.tachado {
  text-decoration: line-through;
  color: gray;
}

/* Cantidad */
.cantidad {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  gap: 4px;
  flex-wrap: wrap;
}
.circle-btn {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #2d6a4f;
  color: white;
  border: none;
  font-size: 15px;
  line-height: 15px;
  line-width: 50px;
  text-align: center;
  cursor: pointer;
}
/* Caja de cantidad */
.cantidad-input {
  width: 70px;
  height: 20px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 4px;
  font-size: 14px;
}


.scroll-horizontal::-webkit-scrollbar {
    display: none; /* Chrome */
  }
  .scroll-horizontal .producto-card {
    flex: 0 0 auto;
    width: 160px;
  }
  .scroll-horizontal {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    scrollbar-width: none; /* Firefox */
  }
  
  
/* RESPONSIVE MÓVIL */
@media (max-width: 576px) {
  .producto-card {
    max-width: 180px;
    padding: 8px;
    margin: 8px auto;
    font-size: 13px;
  }
  .unidad-toggle {
    gap: 4px;
    margin-bottom: 4px;
  }
  .btn-unidad {
    font-size: 11px;
    padding: 2px 8px;
  }
  .imagen-producto img {
    max-width: 70px;
    margin-bottom: 6px;
  }
  .nombre-producto {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .precio-bloque {
    margin-bottom: 0px;
  }
  .info-label {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .precios {
    font-size: 13px;
    gap: 2px;
  }
  .cantidad {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  gap: 6px;
	  flex-direction: row; /* web: elementos en una sola línea */
	  flex-wrap: nowrap;
	}
  .circle-btn {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }
  .cantidad-input {
    width: 75px;
    font-size: 13px;
  }
  
}


.breadcrumb-container {
  font-family: 'Nunito', sans-serif;
}
.breadcrumb a {
  text-decoration: none;
  color: #007bff;
}
.breadcrumb-item.active {
  font-weight: 600;
  color: #555;
}
  
  </style>